Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Base"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258458 | 13 days ago | | | 0 | 0.0000076211081 | |
| 21258428 | 13 days ago | | | 0 | 0.0000073477084 | |
| 21258392 | 13 days ago | | | 0 | 0.0000071594274 | |
| 21258363 | 13 days ago | | | 0 | 0.0000071415438 | |
| 21258329 | 13 days ago | | | 0 | 0.0000070767175 | |
| 21258233 | 13 days ago | | | 0 | 0.0000070466329 | |
| 21258201 | 13 days ago | | | 0 | 0.0000069228831 | |
| 21258170 | 13 days ago | | | 0 | 0.0000066676022 | |
| 21258134 | 13 days ago | | | 0 | 0.0000064600549 | |
| 21257970 | 13 days ago | | | 0 | 0.0000079443205 |
ABI
ABI objects
Getter at block 21815774
decimals() view returns (uint8)
18
name() view returns (string)
Base
symbol() view returns (string)
Base
totalSupply() view returns (uint256)
93000000000000000000000000000
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)
burnFrom(address account, uint256 amount)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.