TokenDistributor
Verified contract
Active on
Ethereum with 2,407 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) |
---|---|---|---|---|---|---|---|
| 14863496 | 2 years ago | | | 0 | 0.00036524700 | |
| 13892073 | 3 years ago | | | 0 | 0.0056031166 | |
| 13875477 | 3 years ago | | | 0 | 0.0025341244 | |
| 13871384 | 3 years ago | | | 0 | 0.0029447534 | |
| 13871328 | 3 years ago | | | 0 | 0.0025961921 | |
| 13868112 | 3 years ago | | | 0 | 0.0018627547 | |
| 13854788 | 3 years ago | | | 0 | 0.0015983212 | |
| 13853653 | 3 years ago | | | 0 | 0.0019179631 | |
| 13853231 | 3 years ago | | | 0 | 0.0023313322 | |
| 13684898 | 3 years ago | | | 0 | 0.0084323297 |
ABI
ABI objects
Getter at block 21205913
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)
1132
getCurrentRewardsRate() view returns (uint256)
0
getGracePeriodEnd() view returns (uint256)
1634050800
getNextEpochRewardsRate() view returns (uint256)
0
getNextEpochStart() view returns (uint256)
1731855600
getTimeUntilNextEpoch() view returns (uint256)
27361
gracePeriod() view returns (uint256)
8288675
merkleRoot() view returns (bytes32)
0xc4169a389994a6e7ae31f3b4981d48d0f3ee99fe5f7b7e08c2edd9165002373d
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.