Erc721Contract class

Constructors

Erc721Contract(String contractAddress)

Properties

approveFunc ↔ ContractFunction
getter/setter pair
balanceOfFunc ↔ ContractFunction
getter/setter pair
contract ↔ DeployedContract
getter/setter pair
contractAddress String
getter/setter pair
getApprovedFunc ↔ ContractFunction
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isApprovedForAllFunc ↔ ContractFunction
getter/setter pair
ownerOfFunc ↔ ContractFunction
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safeTransferFromFunc ↔ ContractFunction
getter/setter pair
setApprovalForAllFunc ↔ ContractFunction
getter/setter pair

Methods

approve(String to, int tokenId) Uint8List
balanceOf(String owner) Uint8List
getApproved(int tokenId) Uint8List
isApprovedForAll(String owner, String operator) Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ownerOf(int tokenId) Uint8List
safeTransferFrom(String from, String to, int tokenId) Uint8List
setApprovalForAll(String operator, bool approved) Uint8List
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited