MerkleDistributor
Verified contract
Active on
Ethereum with 365,959 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MerkleDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20909854 | 2 months ago | | | 0 | 0.00013352739 | |
| 20818728 | 2 months ago | | | 0 | 0.00045367461 | |
| 20651058 | 3 months ago | | | 0 | 0.000020261613 | |
| 20651058 | 3 months ago | | | 0 | 0.000020593850 | |
| 20651058 | 3 months ago | | | 0 | 0.000017775961 | |
| 20651058 | 3 months ago | | | 0 | 0.000017793153 | |
| 20621720 | 3 months ago | | | 0 | 0.000038821572 | |
| 20453619 | 4 months ago | | | 0 | 0.000032863024 | |
| 20453460 | 4 months ago | | | 0 | 0.000032908000 | |
| 20453427 | 4 months ago | | | 0 | 0.000032932000 |
ABI
ABI objects
Getter at block 21246275
endTime() view returns (uint256)
1713517200
merkleRoot() view returns (bytes32)
0xd09beb70046348c2147a173839e85f54a6a38b4e4e36f634334823fa212b3f17
owner() view returns (address)
0x08fcdb07c073679502dc529c8985a9c3a2cb15cd
startTime() view returns (uint256)
1710838800
token() view returns (address)
0xc71b5f631354be6853efe9c3ab6b9590f8302e81
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 startTime_, uint256 endTime_, address initialOwner)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyClaimed()
ClaimWindowFinished()
ClaimWindowNotStarted()
EndTimeBeforeStartTime()
EndTimeInPast()
FailedInnerCall()
InvalidProof()
NoWithdrawDuringClaim()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)