WhitelistedVesting
Verified contract
Implementation
Active on
Base 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "WhitelistedVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WhitelistedVesting"
ABI
ABI objects
Getter at block 21851859 actualCadence() view returns (uint256) releaseableAmount() view returns (uint256) renounceOwnership() view vestedAmount() view returns (uint256)
allocation() view returns (uint256)
0
cadence() view returns (uint256)
0
communityFund() view returns (address)
0x0000000000000000000000000000000000000000
duration() view returns (uint256)
0
gamification() view returns (bool)
false
leftoversUnlockDelay() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
released() view returns (uint256)
0
tokenReleaseDistribution() view returns (uint256[])
[]
totalWalletAllocation() view returns (uint256)
0
vestingStartTimestamp() view returns (uint256)
0
whitelistedAddressesAmount() view returns (uint256)
0
wlth() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
penalty(uint256 _amount, address _beneficiary) view returns (uint256)
releaseableAmountPerWallet(address _wallet) view returns (uint256)
releasedAmountPerWallet(address _wallet) view returns (uint256)
totalWalletAllocationInCadence(uint256 _cadence) view returns (uint256)
vestedAmountPerWallet(address _wallet) view returns (uint256)
vestedAmountToCadence(uint256 _cadence) view returns (uint256)
walletAllocationForCadence(address _wallet, uint256 _cadenceNumber) view returns (uint256)
State-modifying
Events deactivateAddress(address _wallet)
decreaseAllocation(uint256[] _newAllocation)
increaseAllocation(uint256[] _newAllocation)
initialize(bool _gamification, address _owner, address _wlth, address _communityFund, uint256 _allocation, uint256 _duration, uint256 _cadence, uint256 _leftoversUnlockDelay, uint256 _vestingStartTimestamp, uint256[] _tokenReleaseDistribution)
pause()
release(uint256 _amount, address _beneficiary)
releaseWithPenalty(uint256 _amount, address _beneficiary)
setGamification(bool _flag)
setVestingStartTimestamp(uint256 _timestamp)
setWalletAllocationForCadence(address _wallet, uint256 _cadenceNumber, uint256 _amount)
transferOwnership(address newOwner)
unpause()
whitelistedWalletSetup(address _whitelistedAddress, uint256[] _distribution)
withdrawLeftovers(address _wallet)
withdrawSurplus(address _wallet)
AddressDeactivated(address indexed wallet, uint256 indexed newAddressesAmount, uint256 indexed oldAddressesAmount)
AllocationDecreased(uint256[] indexed oldAllocation, uint256[] indexed newAllocation)
AllocationIncreased(uint256[] indexed oldAllocation, uint256[] indexed newAllocation)
CadenceAllocationForWalletChanged(address indexed wallet, uint256 indexed cadence, uint256 oldAmount, uint256 indexed newAmount)
GamificationSet(bool indexed flag)
Initialized(uint8 version)
LeftoversWithdrawn(address indexed account, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Released(address indexed beneficiary, uint256 indexed amount, uint256 indexed penalty)
SurplusWithdrawn(address indexed account, uint256 indexed amount)
Unpaused(address account)
VestingStartTimestampSetted(uint256 indexed vestingStartTimestamp)
WhitelistedAddressesAmountChanged(uint256 indexed oldAmount, uint256 indexed newAmount)
WhitelistedWalletSetup(address indexed whitelistedAddress, uint256 indexed allocation, uint256[] indexed distribution)
constructor()
This contract contains no fallback and receive objects.
OwnablePausable__OwnerAccountZeroAddress()
WhitelistedVesting__CommunityFundZeroAddress()
WhitelistedVesting__GamificationNotEnabled()
WhitelistedVesting__InvalidDistributionArrayAllocation()
WhitelistedVesting__InvalidDistributionArrayLength()
WhitelistedVesting__InvalidSingleCadenceWalletAllocation()
WhitelistedVesting__InvalidTotalAllocation()
WhitelistedVesting__LeftoversWithdrawalLocked()
WhitelistedVesting__NoSurplus(uint256 balance, uint256 released, uint256 allocation)
WhitelistedVesting__NotEnoughTokensOnContract()
WhitelistedVesting__NotEnoughTokensVested(uint256 requested, uint256 currentReleaseableAmount)
WhitelistedVesting__PastCadenceModificationNotAllowed()
WhitelistedVesting__PastVestingStartTimestamp()
WhitelistedVesting__SameWalletAllocationForCadenceProvided()
WhitelistedVesting__TotalAllocationMismatch()
WhitelistedVesting__TotalAllocationPerCadenceMismatch()
WhitelistedVesting__VestingNotStarted()
WhitelistedVesting__VestingStartTimestampAlreadyDefined()
WhitelistedVesting__WalletAlreadySet()
WhitelistedVesting__WalletClaimedWithPenalty()
WhitelistedVesting__WlthZeroAddress()