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 |
---|---|---|---|---|---|
OHNO | ERC-20 | 210 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20447208 | 3 months ago | | | 0 | 0.000000057218508952 | |
| 20447201 | 3 months ago | | | 0 | 0.000000057218508952 | |
| 20447180 | 3 months ago | | | 0 | 0.000000057080655172 | |
| 18865198 | 4 months ago | | | 0 | 0.000000057080655172 | |
| 17787137 | 5 months ago | | | 0 | 2.2390737e-7 | |
| 17341998 | 5 months ago | | | 0 | 0.0000031398725 | |
| 17341804 | 5 months ago | | | 0 | 0.0000031398725 | |
| 16945052 | 5 months ago | | | 0 | 0.000000065461850920 | |
| 16910857 | 5 months ago | | | 0 | 0.000000108279549064 | |
| 16908290 | 5 months ago | | | 0 | 0.000000096323024068 |
ABI
ABI objects
Getter at block 23900307
decimals() view returns (uint8)
18
name() view returns (string)
BONK
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BONK
totalSupply() view returns (uint256)
2200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
showAdds(uint256 a, uint256 b) pure returns (uint256)
showDiff(uint256 a, uint256 b) pure returns (uint256)
showMul(uint256 a, uint256 b) pure 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)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 decimals_)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)