TsunamiToken
Verified contract
Active on
Ethereum with 118 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TsunamiToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20261490 | 4 months ago | | | 0 | 0.00014086208 | |
| 19848292 | 6 months ago | | | 0 | 0.00016611409 | |
| 11186560 | 4 years ago | | | 0 | 0.0015131020 | |
| 11105066 | 4 years ago | | | 0 | 0.0012376000 | |
| 11097927 | 4 years ago | | | 0 | 0.00040768002 | |
| 11066206 | 4 years ago | | | 0 | 0.0011648000 | |
| 11064671 | 4 years ago | | | 0 | 0.0032523300 | |
| 11062001 | 4 years ago | | | 0 | 0.0030536520 | |
| 11061585 | 4 years ago | | | 0 | 0.0018724220 | |
| 11061585 | 4 years ago | | | 0 | 0.0022251500 |
ABI
ABI objects
Getter at block 21208942
decimals() view returns (uint8)
18
name() view returns (string)
TsunamiToken
owner() view returns (address)
0xac4518964a29fc3da1acf2ccf4ca129996931b74
symbol() view returns (string)
TSU
totalSupply() view returns (uint256)
12000000000000000000000
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)
mint(address _to, uint256 _amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.