Tokamak Network Token
Verified contract
Active on
Ethereum with 40,587 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,577.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TON | ERC-20 | 1.060651K | $1.92 |
$2,036.45 | |
EFI | ERC-20 | 28.592369K | $0.031116 |
$889.68 | |
TON | ERC-20 | 15.266188K | $0.017543 |
$267.82 | |
EJS | ERC-20 | 151.273408K | $0.001522 |
$230.28 | |
CONV | ERC-20 | 887.216453K | $0.00009 |
$79.57 | |
USDC | ERC-20 | 73.980671 | $1.001 |
$74.05 | |
KOK | ERC-20 | 57.922261 | $0.000317 |
$0.02 | |
EFLP | ERC-20 | 400 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244900 | 4 hours ago | | | 0 | 0.00065731357 | |
| 21243946 | 7 hours ago | | | 0 | 0.00087264326 | |
| 21243920 | 7 hours ago | | | 0 | 0.00089758224 | |
| 21243919 | 7 hours ago | | | 0 | 0.00086687125 | |
| 21243900 | 8 hours ago | | | 0 | 0.00052391946 | |
| 21243900 | 8 hours ago | | | 0 | 0.00079190523 | |
| 21243899 | 8 hours ago | | | 0 | 0.00081895365 | |
| 21243899 | 8 hours ago | | | 0 | 0.00081877136 | |
| 21242933 | 11 hours ago | | | 0 | 0.00056370102 | |
| 21242883 | 11 hours ago | | | 0 | 0.00060100557 |
ABI
ABI objects
Getter at block 21246152
callbackEnabled() view returns (bool)
false
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Tokamak Network Token
owner() view returns (address)
0xdd9f0ccc044b0781289ee318e5971b0139602c26
seigManager() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
TON
totalSupply() view returns (uint256)
51595446034776213479591387
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes data) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableCallback(bool _callbackEnabled)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
renounceMinter(address target)
renounceOwnership()
renounceOwnership(address target)
renouncePauser(address target)
setSeigManager(address _seigManager)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferOwnership(address target, address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
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.
This contract contains no error objects.