Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | ERC-20 | 20.984646M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172757 | 2 days ago | | | 0 | 0.0017811740 | |
| 21172739 | 2 days ago | | | 0 | 0.0011611470 | |
| 21171605 | 2 days ago | | | 0 | 0.00065527000 | |
| 21135210 | 7 days ago | | | 0 | 0.00058733300 | |
| 21128653 | 8 days ago | | | 0 | 0.0011362780 | |
| 21079181 | 15 days ago | | | 0 | 0.00092259100 | |
| 21078999 | 15 days ago | | | 0 | 0.0015498300 | |
| 20979052 | a month ago | | | 0 | 0.00098408100 | |
| 20979006 | a month ago | | | 0 | 0.00062188200 | |
| 20979002 | a month ago | | | 0 | 0.00065643100 |
ABI
ABI objects
Getter at block 21186174
decimals() view returns (uint8)
18
name() view returns (string)
Ethereum
symbol() view returns (string)
ETH
totalSupply() view returns (uint256)
40000000000000000000000000
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)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 initialBalance_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.