Oh..Geez
Verified contract
Active on
Ethereum with 1,248 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 |
---|---|---|---|---|---|
OH-GEEZ | ERC-20 | 57 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106493 | 8 days ago | | | 0 | 0.000085057000 | |
| 21063038 | 15 days ago | | | 0 | 0.00020142337 | |
| 20982955 | a month ago | | | 0 | 0.00022429135 | |
| 18295936 | a year ago | | | 0 | 0.00015732999 | |
| 17999525 | a year ago | | | 0 | 0.00065321051 | |
| 17971218 | a year ago | | | 0 | 0.0013380327 | |
| 17433966 | a year ago | | | 0 | 0.00050113216 | |
| 17121727 | 2 years ago | | | 0 | 0.00093300152 | |
| 17079013 | 2 years ago | | | 0 | 0.0015082875 | |
| 17079009 | 2 years ago | | | 0 | 0.0014338180 |
ABI
ABI objects
Getter at block 21167152
decimals() view returns (uint8)
18
merkleRoot() view returns (bytes32)
0xea5faeac75bfd5acd6eef3c480b8ae105f0398069dff2294ec7384a8aac19fc7
name() view returns (string)
Oh..Geez
symbol() view returns (string)
OH-GEEZ
totalSupply() view returns (uint256)
333000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimed(address) view returns (bool)
verify(bytes32 root, bytes32 leaf, bytes32[] proof) pure returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim(bytes32[] proof)
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(bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.