Readonly
addressReturns the allowance the owner
has granted the spender
.
the allowance amount
the owner who has allotted the allowance
the spender who has received the allowance
a provider or signer for executing a web3 call
the allowance amount
Approve receiver
to spend amount
tokens.
Approve receiver
to spend amount
tokens.
An instance of Operation which can be executed or batched.
The receiver approved.
The amount approved.
ethers overrides object for more control over the transaction sent.
An instance of Operation which can be executed or batched.
Returns the ERC20 balanceOf the account
, this can't be negative and will just display 0.
Returns the ERC20 balanceOf the account
, this can't be negative and will just display 0.
the token balance of account
the account you would like to query
a provider or signer for executing a web3 call
the token balance of account
Readonly
contractReturns the token name
Returns the token name
a provider or signer for executing a web3 call
the token name
a provider or signer for executing a web3 call
the token name
Returns the token symbol
Returns the token symbol
a provider or signer for executing a web3 call
the token symbol
a provider or signer for executing a web3 call
the token symbol
Returns the total supply of the token.
Returns the total supply of the token.
a provider or signer for executing a web3 call
the total supply of the token
a provider or signer for executing a web3 call
the total supply of the token
Transfer receiver
amount
tokens.
Transfer receiver
amount
tokens.
An instance of Operation which can be executed or batched.
The receiver of the transfer.
The amount to be transferred.
ethers overrides object for more control over the transaction sent.
An instance of Operation which can be executed or batched.
Transfer from sender
to receiver
amount
tokens.
Transfer from sender
to receiver
amount
tokens.
An instance of Operation which can be executed or batched.
The sender of the transfer.
The receiver of the transfer.
The amount to be transferred.
ethers overrides object for more control over the transaction sent.
An instance of Operation which can be executed or batched.
Generated using TypeDoc
Returns the allowance the
owner
has granted thespender
.