Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SLICE | ERC-20 | 4.321493K | $0.040315 |
$174.22 | |
JNT | ERC-20 | 43.21493K | -- | -- | |
TOKA | ERC-20 | 8.02389K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7444229 | 6 years ago | | | 0 | 0.000023761000 | |
| 7137694 | 6 years ago | | | 0 | 0.000091355000 | |
| 7137693 | 6 years ago | | | 0 | 0.00010802500 | |
| 7133619 | 6 years ago | | | 0 | 0.00011327420 | |
| 7133397 | 6 years ago | | | 0 | 0.00015688530 | |
| 7133389 | 6 years ago | | | 0 | 0.00017069220 | |
| 7133387 | 6 years ago | | | 0 | 0.00026484270 | |
| 7133290 | 6 years ago | | | 0 | 0.00025199490 | |
| 7133272 | 6 years ago | | | 0 | 0.00037673310 | |
| 7130208 | 6 years ago | | | 0 | 0.0018962280 |
ABI
ABI objects
Getter at block 21379344
decimals() view returns (uint8)
18
name() view returns (string)
TOKA
paused() view returns (bool)
true
symbol() view returns (string)
TOKA
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
mint(address to, uint256 value) returns (bool)
pause()
renounceMinter()
renouncePauser()
retrieveFrom(address from, uint256 value) returns (bool)
sudoBurnFrom(address from, uint256 value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused()
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.