Contract hash:

Available functions

getTokenDetails

Returns name, symbol, decimals, and total supply of a given token.

getName

Returns the name of a given token.

getSymbol

Returns the symbol of a given token.

getDecimals

Returns the number of decimals of a given token.

getTotalSupply

Returns the total supply of a given token.

getBalanceOf

Returns the balance of a given account.


Account address:

transfer

Transfer tokens.


From address:


To address:


Amount:


Gas price override (optional):


Gas limit override (optional):

transferMulti

Execute multiple transfers.


Outputs:


Gas price override (optional):


Gas limit override (optional):

getAllowance

Returns the transfer allowance from one account to another.


Owner address:


Spender address:

approve

Pre approve a transfer from one address to another.


Owner address:


Spender address:


Amount:


Gas price override (optional):


Gas limit override (optional):

transferFrom

Transfer tokens from another address.


From address:


To address:


Amount:


Gas price override (optional):


Gas limit override (optional):

init

Initialize the contract.


Gas price override (optional):


Gas limit override (optional):

Output