Erc1155Contract class
Constructors
- Erc1155Contract(String contractAddress)
Properties
- balanceOfFunc ↔ ContractFunction
-
getter/setter pair
- batchBalanceOfFunc ↔ ContractFunction
-
getter/setter pair
- contract ↔ DeployedContract
-
getter/setter pair
- contractAddress ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isApprovedForAllFunc ↔ ContractFunction
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- safeBatchTransferFromFunc ↔ ContractFunction
-
getter/setter pair
- safeTransferFromFunc ↔ ContractFunction
-
getter/setter pair
- setApprovalForAllFunc ↔ ContractFunction
-
getter/setter pair
Methods
-
balanceOf(
String owner, int id) → Uint8List -
batchBalanceOf(
String owner, List< int> idList) → Uint8List -
isApprovedForAll(
String owner, String operator) → Uint8List -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
safeBatchTransferFrom(
String from, String to, List< int> idList, List<String> amountList, Uint8List data) → Uint8List -
safeTransferFrom(
String from, String to, int id, String amount, Uint8List data) → 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