MerkleDistributor
Verified contract
Active on
Ethereum with 307 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 |
---|---|---|---|---|---|
(#2) | ERC-1555 | 126 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14989237 | 2 years ago | | | 0 | 0.00098584406 | |
| 14553088 | 3 years ago | | | 0 | 0.0023835930 | |
| 14439021 | 3 years ago | | | 0 | 0.0019758735 | |
| 14421133 | 3 years ago | | | 0 | 0.0011117271 | |
| 14256666 | 3 years ago | | | 0 | 0.0063190868 | |
| 14028867 | 3 years ago | | | 0 | 0.0065498142 | |
| 13951726 | 3 years ago | | | 0 | 0.0063431779 | |
| 13941553 | 3 years ago | | | 0 | 0.0091662179 | |
| 13883139 | 3 years ago | | | 0 | 0.0029229793 | |
| 13872020 | 3 years ago | | | 0 | 0.0071766652 |
ABI
ABI objects
Getter at block 21331019
emergencyReceiver() view returns (address)
0x81919659ee08c4a36eec956ef3170caaa415aff9
emergencyTimeout() view returns (uint256)
1668523053
erc1155Token() view returns (address)
0x598b1007a5a9b83dc50e06c668a4eae0986cb6ab
merkleRoot() view returns (bytes32)
0x93969ff1e8581377b49ff1578b7f1b1f44bcec01568f0e5928605dc04cd022b9
tokenId() view returns (uint256)
2
Read-only
isClaimed(uint256 index) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
emergencyWithdrawal()
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
Claimed(uint256 index, address account, uint256 amount)
constructor(address erc1155Token_, uint256 tokenId_, bytes32 merkleRoot_, uint256 _emergencyTimeout, address _emergencyReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.