Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TM | ERC-20 | 5K | -- | -- | |
CCIO | ERC-20 | 1.55K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10340689 | 4 years ago | | | 0 | 0.0013914220 | |
| 9613415 | 5 years ago | | | 0 | 0.000037594000 | |
| 9606332 | 5 years ago | | | 0 | 0.000045009000 | |
| 9402729 | 5 years ago | | | 0 | 0.00018797000 | |
| 9305957 | 5 years ago | | | 0 | 0.000022582000 | |
| 9304214 | 5 years ago | | | 0 | 0.000043612770 | |
| 9160916 | 5 years ago | | | 0 | 0.00013592700 | |
| 9115969 | 5 years ago | | | 0 | 0.00090618000 | |
| 9106128 | 5 years ago | | | 0 | 0.00034575440 | |
| 9089612 | 5 years ago | | | 0 | 0.00052218000 |
ABI
ABI objects
Getter at block 21400459
INITIAL_SUPPLY() view returns (uint256)
2000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Tokenmom
owner() view returns (address)
0xc4e835d5b0ac1059cef4d8d09209a8790e4be151
paused() view returns (bool)
false
symbol() view returns (string)
TM
totalSupply() view returns (uint256)
1999999999999999999999999900
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()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed 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.