The latest block we've processed for this chain is 20898084, which is 2 minutes old. We're running behind the tip but working to resolve the issue.

AirDropCappedDelayed

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xde4d0730 at 20062227
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

No balances found for "AirDropCappedDelayed"

No transactions found for "AirDropCappedDelayed"


Functions
Getter at block 20898083
lastReleaseId(view returns (uint256)
0
lockedReserve(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
rewardPool(view returns (address)
0x0000000000000000000000000000000000000000
token(view returns (address)
0x0000000000000000000000000000000000000000
vesting(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
checkEligibility(address accountuint256 releaseIdbytes32[] merkleProofuint256 amountview returns (uint256 secondsUntilUnlock)
claimUnlockTimestamps(uint256view returns (uint256)
isClaimed(uint256addressview returns (bool)
releases(uint256view returns (bytes32 merkleRootuint256 balance)
vestingParams(uint256view returns (uint128 claimCapuint64 vestingPeriod)
State-modifying
changeRewardPool(address newRewardPool
changeVesting(address newVesting
claim(uint256 releaseIdbytes32[] merkleProofuint256 amountbool transferClaimToRewardPool
claimBatch(struct AirDropCappedDelayedClaimData[] data
initialize(address tokenaddress vesting_address rewardPool_
release(bytes32 merkleRootuint256 amountuint256 claimUnlockTimestampuint128 claimCapuint64 vestingPeriodreturns (uint256 releaseId)
renounceOwnership(
stopRelease(uint256 releaseId
transferOwnership(address newOwner
withdrawReserve(uint256 amount
Events
Claimed(uint256 indexed releaseIdaddress indexed claimeruint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Released(uint256 indexed releaseIdbytes32 merleRootuint256 amountuint256 releaseAtuint128 claimCapuint64 vestingPeriod
RewardPoolChanged(address newRewardPool
Stopped(uint256 indexed releaseIduint256 releaseBalance
VestingChanged(address newRewardPool
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyClaimed(
AmountMustNotBeZero(
ClaimIsLocked(uint256 releaseIduint256 secondsUntilUnlock
IncorrectData(
InsufficientContractBalance(
InsufficientReleaseBalance(
ReleaseDoesNotExist(
ReleaseWithdrawn(
WrongToken(