This contract is being backfilled. You may encounter incomplete storage history.

TransparentUpgradeableProxy

Verified contract

Proxy

Active on Base with 15 txns
Deployed by via 0x19022f1f at 15092026
Slot
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
6 additional variables
ERC-20
Value $4,121,538.4
ERC-20
Value $0
0x30a7c78955794890dfd0460b95ae1592dd754a8587fbab7e44de688f0badff52
0xf4c104f8c81fcf559465cb5f54dd3e7ce5563602b96ba4272ce2c9e301c3a605
0x004ab1f565fd8688bd3b371ba726edb8db7ab26014774848aed728463fd098f3
0x55d070dcaca59a25cb7d771078127ad68112e5f0695f5e12456d9a4fc200c737
0xbb8bcdddd8a6039b68b326729c15b3766d73ab3a8adda2e1e5b80e096100f7ec
0xf058a32e0a8ffc93b3c2357267b2c470a9ac2c2c5641d6a6ee1f4c047fabfea6
0x0cebd98dde27f32ea975f85248681f2d8f252320569bd72b2c53016d35ef4858
0x594fd95c0d99cea5cebd5a9ca0ce04217107a9183ce257f839b7a358b3675c0c
0xf3d4557de236107e8c576e0ee16e470baf3ba06d48e0ce392de883eb40e5dbaa
0x2d7a5d3dfe9a927b4d4cce80be481a7314fc8806a0f254b7211e7f5aa651f35f

Functions
Getter at block 21858667
actualCadence(view returns (uint256)
5
allocation(view returns (uint256)
140000000000000000000000000
cadence(view returns (uint256)
2592000
communityFund(view returns (address)
0xa205fd6a798a9ba8b107a00b8a6a5af742d6acb5
duration(view returns (uint256)
85536000
gamification(view returns (bool)
false
leftoversUnlockDelay(view returns (uint256)
31536000
owner(view returns (address)
0xbe7a65e6b0a252c71a666cac8ca2e3c2d741f4af
paused(view returns (bool)
false
releaseableAmount(view returns (uint256)
0
released(view returns (uint256)
0
 
renounceOwnership(view 
 
tokenReleaseDistribution(view returns (uint256[])
totalWalletAllocation(view returns (uint256)
112100000000000000000000000
vestedAmount(view returns (uint256)
0
vestingStartTimestamp(view returns (uint256)
1717071300
whitelistedAddressesAmount(view returns (uint256)
10
wlth(view returns (address)
0x99b2b1a2adb02b38222adcd057783d7e5d1fcc7d
Read-only
penalty(uint256 _amountaddress _beneficiaryview returns (uint256)
releaseableAmountPerWallet(address _walletview returns (uint256)
releasedAmountPerWallet(address _walletview returns (uint256)
totalWalletAllocationInCadence(uint256 _cadenceview returns (uint256)
vestedAmountPerWallet(address _walletview returns (uint256)
vestedAmountToCadence(uint256 _cadenceview returns (uint256)
walletAllocationForCadence(address _walletuint256 _cadenceNumberview returns (uint256)
State-modifying
deactivateAddress(address _wallet
initialize(bool _gamificationaddress _owneraddress _wlthaddress _communityFunduint256 _allocationuint256 _durationuint256 _cadenceuint256 _leftoversUnlockDelayuint256 _vestingStartTimestampuint256[] _tokenReleaseDistribution
pause(
release(uint256 _amountaddress _beneficiary
releaseWithPenalty(uint256 _amountaddress _beneficiary
setVestingStartTimestamp(uint256 _timestamp
setWalletAllocationForCadence(address _walletuint256 _cadenceNumberuint256 _amount
transferOwnership(address newOwner
unpause(
whitelistedWalletSetup(address _whitelistedAddressuint256[] _distribution
withdrawLeftovers(address _wallet
withdrawSurplus(address _wallet
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AddressDeactivated(address indexed walletuint256 indexed newAddressesAmountuint256 indexed oldAddressesAmount
CadenceAllocationForWalletChanged(address indexed walletuint256 indexed cadenceuint256 oldAmountuint256 indexed newAmount
Initialized(uint8 version
LeftoversWithdrawn(address indexed accountuint256 indexed amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Released(address indexed beneficiaryuint256 indexed amountuint256 indexed penalty
SurplusWithdrawn(address indexed accountuint256 indexed amount
Unpaused(address account
VestingStartTimestampSetted(uint256 indexed vestingStartTimestamp
WhitelistedAddressesAmountChanged(uint256 indexed oldAmountuint256 indexed newAmount
WhitelistedWalletSetup(address indexed whitelistedAddressuint256 indexed allocationuint256[] indexed distribution
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
OwnablePausable__OwnerAccountZeroAddress(
WhitelistedVesting__CommunityFundZeroAddress(
WhitelistedVesting__GamificationNotEnabled(
WhitelistedVesting__InvalidDistributionArrayAllocation(
WhitelistedVesting__InvalidDistributionArrayLength(
WhitelistedVesting__InvalidSingleCadenceWalletAllocation(
WhitelistedVesting__LeftoversWithdrawalLocked(
WhitelistedVesting__NoSurplus(uint256 balanceuint256 releaseduint256 allocation
WhitelistedVesting__NotEnoughTokensOnContract(
WhitelistedVesting__NotEnoughTokensVested(uint256 requesteduint256 currentReleaseableAmount
WhitelistedVesting__OwnerZeroAddress(
WhitelistedVesting__PastCadenceModificationNotAllowed(
WhitelistedVesting__PastVestingStartTimestamp(
WhitelistedVesting__SameWalletAllocationForCadenceProvided(
WhitelistedVesting__TotalAllocationMismatch(
WhitelistedVesting__TotalAllocationPerCadenceMismatch(
WhitelistedVesting__VestingNotStarted(
WhitelistedVesting__VestingStartTimestampAlreadyDefined(
WhitelistedVesting__WalletClaimedWithPenalty(
WhitelistedVesting__WlthZeroAddress(