MerkleDistributor
Verified contract
Active on
Ethereum with 106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MerkleDistributor"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17269474 | 2 years ago | | | 0 | 0.0081007605 | |
| 17265010 | 2 years ago | | | 0 | 0.0056446923 | |
| 17265007 | 2 years ago | | | 0 | 0.0078780002 | |
| 17193681 | 2 years ago | | | 0 | 0.0088241936 | |
| 17193680 | 2 years ago | | | 0 | 0.010217236 | |
| 17193608 | 2 years ago | | | 0 | 0.013576466 | |
| 17185739 | 2 years ago | | | 0 | 0.0079516680 | |
| 17185720 | 2 years ago | | | 0 | 0.011239922 | |
| 17143612 | 2 years ago | | | 0 | 0.0062628100 | |
| 17143603 | 2 years ago | | | 0 | 0.0068449925 |
ABI
ABI objects
Getter at block 21248272
CREATE_ROLE() view returns (bytes32)
0x2ad5dda4abad2eba9015076cc6a1db468a91b444067d58b590c8c73985521a04
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
getProject(uint256 roundID) view returns (address, address, bytes32, address, uint256, uint256, uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isClaimed(uint256 roundID, uint256 index) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claim(uint256 roundID, uint256 index, uint256 num, bytes calldataABI, bytes32[] merkleProof) payable
grantRole(bytes32 role, address account)
launchpad(uint256 _roundID, address _target, bytes32 _merkleRoot, address _receipt, address _payment, uint256 _price, uint256 _startTime, uint256 _endTime)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
Claimed(uint256 roundID, address sender, uint256 index)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address root, address creator)
This contract contains no fallback and receive objects.
AlreadyClaimed()
InvalidProof()