Erc20Contract class
Constructors
- Erc20Contract(String contractAddress)
Properties
- approveFunc ↔ ContractFunction
-
getter/setter pair
- balanceOfFunc ↔ ContractFunction
-
getter/setter pair
- contract ↔ DeployedContract
-
getter/setter pair
- contractAddress ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transferFunc ↔ ContractFunction
-
getter/setter pair
Methods
-
approve(
String spender, String amount) → Uint8List -
balanceOf(
String owner) → Uint8List -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
transfer(
String to, String amount) → Uint8List
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited