TONToken
Verified contract
Active on
Ethereum with 10,312 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,485.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TON | ERC-20 | 135.514426K | $0.022401 |
$3,035.73 | |
MINI | ERC-20 | 10.611043K | $0.031139 |
$330.42 | |
USDT | ERC-20 | 50.506992 | $0.998836 |
$50.45 | |
TONCOIN | ERC-20 | 7.118779 | $5.97 |
$42.5 | |
SPONGE | ERC-20 | 392.336547K | $0.000049 |
$19.17 | |
TON | ERC-20 | 3 | $2.08 |
$6.24 | |
ZETA | ERC-20 | 1.214772 | $0.700956 |
$0.85 | |
ZIK | ERC-20 | 555.555556 | $0.000163 |
$0.09 | |
PRO | ERC-20 | 177.77776K | -- | -- | |
HQG | ERC-20 | 1.198 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272487 | an hour ago | | | 0 | 0.00076876700 | |
| 21272334 | an hour ago | | | 0 | 0.00038033828 | |
| 21270396 | 8 hours ago | | | 0 | 0.00047257606 | |
| 21270349 | 8 hours ago | | | 0 | 0.00036155178 | |
| 21269046 | 12 hours ago | | | 0 | 0.00042633216 | |
| 21269014 | 13 hours ago | | | 0 | 0.00049201897 | |
| 21268502 | 14 hours ago | | | 0 | 0.00050383278 | |
| 21268453 | 14 hours ago | | | 0 | 0.00051007882 | |
| 21268444 | 14 hours ago | | | 0 | 0.00044348814 | |
| 21267779 | 17 hours ago | | | 0 | 0.00040750867 |
ABI
ABI objects
Getter at block 21272760
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
TONToken
owner() view returns (address)
0xc12a058d09ee4c08e1fb005fd358b6484e78c73b
paused() view returns (bool)
false
symbol() view returns (string)
TON
totalSupply() view returns (uint256)
400000000000000000000000000
whitelistActive() view returns (bool)
false
whitelistExpiration() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowedTransactors(address) view returns (bool)
balanceOf(address _owner) view returns (uint256)
callSpenderWhitelist(address) view returns (bool)
State-modifying
Events addAllowedTransactor(address _transactor)
addCallSpenderWhitelist(address _spender)
approve(address _spender, uint256 _value) returns (bool)
approveAndCallWithSender(address _spender, uint256 _value, bytes4 _selector, bytes _callParams) payable returns (bool)
burn(address _who, uint256 _value)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
removeAllowedTransactor(address _transactor)
removeCallSpenderWhitelist(address _spender)
renounceOwnership()
setWhitelistExpiration(uint256 _expiration)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
AddCallSpenderWhitelist(address enabler, address spender)
AllowedTransactorAdded(address sender)
AllowedTransactorRemoved(address sender)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RemoveCallSpenderWhitelist(address disabler, address spender)
SetWhitelistExpiration(uint256 expiration)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.