MerkleDistributor
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "MerkleDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MerkleDistributor"
ABI
ABI objects
Getter at block 21162074
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
lastUpdateBlockNumber() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
oracles() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
rewardEthToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
claimedBitMap(bytes32 _merkleRoot, uint256 _wordIndex) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address _account) view returns (bool)
isClaimed(uint256 index) view returns (bool)
isPauser(address _account) view returns (bool)
State-modifying
Events addAdmin(address _account)
addPauser(address _account)
claim(uint256 index, address account, address[] tokens, uint256[] amounts, bytes32[] merkleProof)
distributeOneTime(address from, address origin, address token, uint256 amount, string rewardsLink)
distributePeriodically(address from, address token, address beneficiary, uint256 amount, uint256 durationInBlocks)
grantRole(bytes32 role, address account)
pause()
removeAdmin(address _account)
removePauser(address _account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMerkleRoot(bytes32 newMerkleRoot, string newMerkleProofs)
unpause()
upgrade(address _oracles)
Claimed(address indexed account, uint256 index, address[] tokens, uint256[] amounts)
MerkleRootUpdated(address indexed sender, bytes32 indexed merkleRoot, string merkleProofs)
OneTimeDistributionAdded(address indexed from, address indexed origin, address indexed token, uint256 amount, string rewardsLink)
Paused(address account)
PeriodicDistributionAdded(address indexed from, address indexed token, address indexed beneficiary, uint256 amount, uint256 startBlock, uint256 endBlock)
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)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.