MerkleDistributor
Verified contract
Active on
Ethereum with 2,255 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 |
---|---|---|---|---|---|
T-4EVER | ERC-20 | 14.518858M | -- | -- | |
(#0) | ERC-1555 | 6.5K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18090485 | a year ago | | | 0 | 0.0013632453 | |
| 18055013 | a year ago | | | 0 | 0.0011567070 | |
| 18054862 | a year ago | | | 0 | 0.0011469535 | |
| 18048806 | a year ago | | | 0 | 0.0012559754 | |
| 18046151 | a year ago | | | 0 | 0.0011609476 | |
| 18024032 | a year ago | | | 0 | 0.0068935200 | |
| 18020284 | a year ago | | | 0 | 0.0068914800 | |
| 17818902 | a year ago | | | 0 | 0.0068937600 | |
| 17465299 | a year ago | | | 0 | 0.0019501125 | |
| 17412084 | a year ago | | | 0 | 0.0021526233 |
ABI
ABI objects
Getter at block 21262937
erc1155() view returns (address)
0x4d95adfedd17c3b604e8658cf26d137409c872f9
merkleRoot() view returns (bytes32)
0x2aa7d3cab93e1bb6bacac24beddaf5eb9784d96eb9ae5db385aa5e14e3fdd34e
token() view returns (address)
0xeaba187306335dd773ca8042b3792c46e213636a
Read-only
isClaimed(uint256 index) view returns (bool)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, uint256 tokenId, bytes32[] merkleProof)
onERC1155BatchReceived(address operator, address from, uint256[] ids, uint256[] values, bytes data) returns (bytes4)
onERC1155Received(address operator, address from, uint256 id, uint256 value, bytes data) returns (bytes4)
Claimed(uint256 indexed index, address indexed account, uint256 amount, uint256 tokenId)
constructor(address token_, address erc1155_, bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
This contract contains no error objects.