ufoMerkleDistributor
Verified contract
Active on
Ethereum with 238 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,220.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UFO | ERC-20 | 9.288965B | $0.000001 |
$8,220.73 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20651348 | 3 months ago | | | 0 | 0.000082098073 | |
| 19811617 | 7 months ago | | | 0 | 0.00059583076 | |
| 19291452 | 10 months ago | | | 0 | 0.0045456568 | |
| 17806053 | a year ago | | | 0 | 0.0013367647 | |
| 17702365 | a year ago | | | 0 | 0.00063613821 | |
| 17646094 | a year ago | | | 0 | 0.0014139833 | |
| 17604202 | a year ago | | | 0 | 0.00077907937 | |
| 16998879 | 2 years ago | | | 0 | 0.0015144864 | |
| 16964321 | 2 years ago | | | 0 | 0.0013310193 | |
| 16961580 | 2 years ago | | | 0 | 0.0017210392 |
ABI
ABI objects
Getter at block 21394746
frozen() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x6989d48a96e2412843387c9354132bce9d9941b7c948bd3d9c9cb1f74412ab6c
owner() view returns (address)
0xc7d0445ac2947760b3dd388b8586adf079972bf3
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x249e38ea4102d0cf8264d3701f1a0e39c4f2dc3b
week() view returns (uint32)
12
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
claimOwnership()
freeze()
transferOwnership(address newOwner, bool direct, bool renounce)
unfreeze()
updateMerkleRoot(bytes32 _merkleRoot)
Claimed(uint256 index, uint256 amount, address indexed account, uint256 indexed week)
MerkleRootUpdated(bytes32 indexed merkleRoot, uint32 indexed week)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_, bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
This contract contains no error objects.