Last updated 1 year ago
This method returns if the operator is allowed to manage all of the assets of owner.
operator
owner
function isApprovedForAll( address owner, address operator ) external view returns (bool);
The owner of an INFT.
The operator of an INFT.
bool _val
If the operator is allowed to manage all of the assets of owner.