Tokemak
Verified contract
Active on
Ethereum with 59,502 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($23,741.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 17.705K | $1.00 |
$17,705 | |
TOKE | ERC-20 | 9.619139K | $0.573735 |
$5,518.84 | |
THOR | ERC-20 | 2.01K | $0.221527 |
$445.27 | |
LINK | ERC-20 | 5 | $14.57 |
$72.85 | |
GRO | ERC-20 | 38.728606 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158402 | 6 minutes ago | | | 0 | 0.0010120535 | |
| 21156981 | 5 hours ago | | | 0 | 0.00070441719 | |
| 21156481 | 7 hours ago | | | 0 | 0.00065948502 | |
| 21155633 | 9 hours ago | | | 0 | 0.00031402438 | |
| 21155029 | 11 hours ago | | | 0 | 0.00072995311 | |
| 21154963 | 12 hours ago | | | 0 | 0.00044807207 | |
| 21154952 | 12 hours ago | | | 0 | 0.00049942880 | |
| 21153559 | 16 hours ago | | | 0 | 0.00080154436 | |
| 21153550 | 16 hours ago | | | 0 | 0.00066676911 | |
| 21153538 | 16 hours ago | | | 0 | 0.00060840876 |
ABI
ABI objects
Getter at block 21158428
decimals() view returns (uint8)
18
name() view returns (string)
Tokemak
owner() view returns (address)
0x90b6c61b102ea260131ab48377e143d6eb3a9d4b
paused() view returns (bool)
false
symbol() view returns (string)
TOKE
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.