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 "The Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198039 | 14 hours ago | | | 0 | 0.00084020002 | |
| 21196189 | 20 hours ago | | | 0 | 0.0012569258 | |
| 21127137 | 10 days ago | | | 0 | 0.0020923836 | |
| 20818963 | 2 months ago | | | 0 | 0.0014588694 | |
| 20818796 | 2 months ago | | | 0 | 0.00043410593 | |
| 20818791 | 2 months ago | | | 0 | 0.00093054000 | |
| 20818787 | 2 months ago | | | 0 | 0.00083154236 | |
| 20818787 | 2 months ago | | | 0 | 0.00095782034 | |
| 20818786 | 2 months ago | | | 0 | 0.00081821424 | |
| 20818786 | 2 months ago | | | 0 | 0.00046589436 |
ABI
ABI objects
Getter at block 21202313
decimals() pure returns (uint8)
18
name() view returns (string)
The Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
supplyOfOne() view returns (uint256)
1000000000000000000
symbol() view returns (string)
COIN
totalSupply() view returns (uint256)
991075194168637149
uniFeeBps() view returns (uint256)
30
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)
burn(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)
Burn(uint256 value)
Deployed(address ca, uint256 timestamp, uint256 block)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)