It's so over
Verified contract
Active on
Base with 6,846 txns
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 |
---|---|---|---|---|---|
OHNO | ERC-20 | 70 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21811466 | 12 hours ago | | | 0 | 1.6405122e-7 | |
| 21734759 | 2 days ago | | | 0 | 0.000000094261680280 | |
| 21701700 | 3 days ago | | | 0 | 0.0000043103048 | |
| 21636007 | 5 days ago | | | 0 | 0.0000048527596 | |
| 21628760 | 5 days ago | | | 0 | 0.000000099110652280 | |
| 21517218 | 7 days ago | | | 0 | 1.7362364e-7 | |
| 21495817 | 8 days ago | | | 0 | 0.000000094035271120 | |
| 21483618 | 8 days ago | | | 0 | 1.7265384e-7 | |
| 21476309 | 8 days ago | | | 0 | 1.7362364e-7 | |
| 21434753 | 9 days ago | | | 0 | 0.000000086323460940 |
ABI
ABI objects
Getter at block 21833774
decimals() view returns (uint8)
18
name() view returns (string)
It's so over
symbol() view returns (string)
OVER
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)