TokenDistributor
Verified contract
Active on
Ethereum with 2,351 txns
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
Balances ($0.00)
No balances found for "TokenDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14365084 | 3 years ago | | | 0 | 0.00053649432 | |
| 14286712 | 3 years ago | | | 0 | 0.00080298982 | |
| 13469888 | 3 years ago | | | 0 | 0.0050705935 | |
| 13456288 | 3 years ago | | | 0 | 0.0099365125 | |
| 13454401 | 3 years ago | | | 0 | 0.0041447664 | |
| 13451349 | 3 years ago | | | 0 | 0.0066457415 | |
| 13445245 | 3 years ago | | | 0 | 0.0070746566 | |
| 13438588 | 3 years ago | | | 0 | 0.0061641089 | |
| 13435363 | 3 years ago | | | 0 | 0.0041608160 | |
| 13435197 | 3 years ago | | | 0 | 0.0043080400 |
ABI
ABI objects
Getter at block 21185165
MAX_BPS() view returns (uint256)
10000
claimsStart() view returns (uint256)
1625762125
currentRewardRate() view returns (uint256)
10000
epochDuration() view returns (uint256)
86400
finalEpoch() view returns (uint256)
9
getClaimsStartTime() view returns (uint256)
1625762125
getCurrentEpoch() view returns (uint256)
1129
getCurrentRewardsRate() view returns (uint256)
0
getGracePeriodEnd() view returns (uint256)
1634050800
getNextEpochRewardsRate() view returns (uint256)
0
getNextEpochStart() view returns (uint256)
1731596400
getTimeUntilNextEpoch() view returns (uint256)
18409
gracePeriod() view returns (uint256)
8288675
merkleRoot() view returns (bytes32)
0x440b6fafc64ce0d920382942ad7b1cd5f9b98eff61d600aeeef9b6a6f015eb77
owner() view returns (address)
0x5b51e854fd1859db6e7d64203c4b20bc627fb443
rewardReductionPerEpoch() view returns (uint256)
1000
rewardsEscrow() view returns (address)
0x90a48d5cf7343b08da12e067680b4c6dbfe551be
token() view returns (address)
0xc770eefad204b5180df6a14ee197d99d808ee52d
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events __MerkleDistributor_init(address token_, bytes32 merkleRoot_)
claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
initialize(address token_, bytes32 merkleRoot_, uint256 epochDuration_, uint256 rewardReductionPerEpoch_, uint256 claimsStart_, uint256 gracePeriod_, address rewardsEscrow_, address owner_)
recycleExcess()
renounceOwnership()
setGracePeriod(uint256 duration)
transferOwnership(address newOwner)
Claimed(uint256 index, address account, uint256 amount)
Claimed(uint256 index, address indexed account, uint256 amount, uint256 userClaim, uint256 rewardsEscrowClaim)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.