MerkleDistributorWithDeadline
Verified contract
Active on
Ethereum with 96,493 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 18 | $1.001 |
$18.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21090813 | 21 days ago | | | 0 | 0.00016235315 | |
| 20742106 | 2 months ago | | | 0 | 0.000099556050 | |
| 20742062 | 2 months ago | | | 0 | 0.00010532275 | |
| 20742055 | 2 months ago | | | 0 | 0.000067178002 | |
| 20717341 | 2 months ago | | | 0 | 0.00035396657 | |
| 20708646 | 2 months ago | | | 0 | 0.000064551012 | |
| 20708421 | 2 months ago | | | 0 | 0.000062555072 | |
| 20708301 | 2 months ago | | | 0 | 0.00010721760 | |
| 20708246 | 2 months ago | | | 0 | 0.000070399800 | |
| 20708244 | 2 months ago | | | 0 | 0.000078219000 |
ABI
ABI objects
Getter at block 21241527
endTime() view returns (uint256)
1726041600
merkleRoot() view returns (bytes32)
0x240be3c122a18e8781c2b329ca613c4ab0c541292dc82a3d9f47da9307c04c65
owner() view returns (address)
0xdaeada3d210d2f45874724beea03c7d4bbd41674
token() view returns (address)
0xb528edbef013aff855ac3c50b381f253af13b997
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
renounceOwnership()
transferOwnership(address newOwner)
withdraw()
Claimed(uint256 index, address account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_, bytes32 merkleRoot_, uint256 endTime_, address beneficiary_)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyClaimed()
ClaimWindowFinished()
EndTimeInPast()
FailedInnerCall()
InvalidProof()
NoWithdrawDuringClaim()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)