MerkleDistributor
Verified contract
Active on
Ethereum with 187 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) |
---|---|---|---|---|---|---|---|
| 15548819 | 2 years ago | | | 0 | 0.00071531561 | |
| 15548773 | 2 years ago | | | 0 | 0.00028934427 | |
| 15548766 | 2 years ago | | | 0 | 0.00028536879 | |
| 15548765 | 2 years ago | | | 0 | 0.00035102638 | |
| 15548756 | 2 years ago | | | 0 | 0.00036364034 | |
| 15548389 | 2 years ago | | | 0 | 0.00041718620 | |
| 15548387 | 2 years ago | | | 0 | 0.00046894127 | |
| 15548386 | 2 years ago | | | 0 | 0.00024963028 | |
| 15548386 | 2 years ago | | | 0 | 0.00086870381 | |
| 15548386 | 2 years ago | | | 0 | 0.00087919080 |
ABI
ABI objects
Getter at block 21221880
BPS_DENOMINATOR() view returns (uint256)
10000
claimBps() view returns (uint256)
10000
maxTokensClaimable() view returns (uint256)
420689354140134387881500000
merkleRoot() view returns (bytes32)
0x65b01f258250f6ffc8071728fc35d6f1f8c81a694f094cea39cff5cd360f1358
minBalanceBps() view returns (uint256)
0
owner() view returns (address)
0x19bb3f29e989c3c3007f08170f5e5ee0dc5eafe0
token() view returns (address)
0x8eb5bd8c9ab0f8ad28e94693f3c889f490be2ab0
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
end()
renounceOwnership()
setClaimBps(uint256 claimBps_)
setMaxTokensClaimable(uint256 maxTokensClaimable_)
setMerkleRoot(bytes32 merkleRoot_)
setMinTokenBps(uint256 minBalanceBps_)
transferOwnership(address newOwner)
ClaimBpsChanged(uint256 oldBps, uint256 newBps)
Claimed(uint256 index, address account, uint256 amount, uint256 actualAmount)
MaxTokensClaimableChanged(uint256 oldMax, uint256 newMax)
MerkleRootChanged(bytes32 oldRoot, bytes32 newRoot)
MinBalanceBpsChanged(uint256 oldBps, uint256 newBps)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_, bytes32 merkleRoot_, uint256 claimBps_, uint256 minBalanceBps_, uint256 maxTokensClaimable_)
This contract contains no fallback and receive objects.
This contract contains no error objects.