MerkleDistributor

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x20099e6b at 13776548
Slot
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

No balances found for "MerkleDistributor"

No transactions found for "MerkleDistributor"


Functions
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 _merkleRootuint256 _wordIndexview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isAdmin(address _accountview returns (bool)
isClaimed(uint256 indexview returns (bool)
isPauser(address _accountview returns (bool)
State-modifying
addAdmin(address _account
addPauser(address _account
claim(uint256 indexaddress accountaddress[] tokensuint256[] amountsbytes32[] merkleProof
distributeOneTime(address fromaddress originaddress tokenuint256 amountstring rewardsLink
distributePeriodically(address fromaddress tokenaddress beneficiaryuint256 amountuint256 durationInBlocks
grantRole(bytes32 roleaddress account
pause(
removeAdmin(address _account
removePauser(address _account
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setMerkleRoot(bytes32 newMerkleRootstring newMerkleProofs
unpause(
upgrade(address _oracles
Events
Claimed(address indexed accountuint256 indexaddress[] tokensuint256[] amounts
MerkleRootUpdated(address indexed senderbytes32 indexed merkleRootstring merkleProofs
OneTimeDistributionAdded(address indexed fromaddress indexed originaddress indexed tokenuint256 amountstring rewardsLink
Paused(address account
PeriodicDistributionAdded(address indexed fromaddress indexed tokenaddress indexed beneficiaryuint256 amountuint256 startBlockuint256 endBlock
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.