Toka Token
Verified contract
Active on
Ethereum with 3,723 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOKA | ERC-20 | 100K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21127673 | 6 days ago | | | 0 | 0.00092458806 | |
| 21101994 | 10 days ago | | | 0 | 0.00043942299 | |
| 21095212 | 10 days ago | | | 0 | 0.00015865731 | |
| 21095211 | 10 days ago | | | 0 | 0.00016102761 | |
| 21095195 | 10 days ago | | | 0 | 0.00015955146 | |
| 21083928 | 12 days ago | | | 0 | 0.00021438560 | |
| 21083885 | 12 days ago | | | 0 | 0.00018719589 | |
| 21045012 | 17 days ago | | | 0 | 0.00014734393 | |
| 20984682 | a month ago | | | 0 | 0.00036749415 | |
| 20983503 | a month ago | | | 0 | 0.00025112946 |
ABI
ABI objects
Getter at block 21170164
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Toka Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
TOKA
totalSupply() view returns (uint256)
833333333000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBurner(address) view returns (bool)
isMinter(address) view returns (bool)
State-modifying
Events addBurner(address _burner)
addMinter(address _minter)
approve(address spender, uint256 value) returns (bool)
burn(address _from, uint256 _amount)
mint(address _to, uint256 _amount)
removeBurner(address _burner)
removeMinter(address _minter)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20ExceededCap(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidCap(uint256 cap)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)