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

TransparentUpgradeableProxy

Verified contract

Proxy

Active on Base with 258 txns
Deployed by via 0xea06c618 at 15091557
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 $268,832.81
ERC-20
Value $0
ERC-20
--
ERC-20
--
0xd082f87b966391a0109da4e7fcb73702f0b858b0f39c9600f61e87d1a8bbb4d1
0x9f045992d236f76854cc7e3ae093b79c5f1fefc29aa65add6d89485d3586cbf3
0x42525658120421deed8e81b0c9dd01019550ec8781d5733f63d414f4448ba4fa
0x86466aced6cdf69d638ff6ab93bb04f5327851be77c49d310ef006dc45a5891d
0x867d641b11f4fe486f8c04af8d91fc6f7e4e450d79644dc2b5babfff1716f3e6
0x74c3571018b2aab6836ea6ec4880d34c71758e5e7b1e105ba3ae4d3a09dcc995
0x18f7ae4bebe6b1908da3608e80b9a9138f7ac4382f18dad78d2e3f282554d877
0x9a8270783d1b910839b177fb9e14d88e0d82efe01dc3fcc97b49182d9d4f7798
0x53adcfdf974e20ff2d2074a17a565c8348c043ce80d58c1c6adf462e5be80112
0x5eaf39d2a16f9401f583d1988d57796c122d19981562025a668e9d3b661bcb2c

Functions
Getter at block 22933089
actualCadence(view returns (uint256)
6
allocation(view returns (uint256)
16047492000000000000000000
cadence(view returns (uint256)
2592000
communityFund(view returns (address)
0xa205fd6a798a9ba8b107a00b8a6a5af742d6acb5
duration(view returns (uint256)
46656000
gamification(view returns (bool)
true
leftoversUnlockDelay(view returns (uint256)
31536000
owner(view returns (address)
0xbe7a65e6b0a252c71a666cac8ca2e3c2d741f4af
paused(view returns (bool)
false
releaseableAmount(view returns (uint256)
1596934736111110108000000
released(view returns (uint256)
4287145663888888892000000
 
renounceOwnership(view 
 
tokenReleaseDistribution(view returns (uint256[])
totalWalletAllocation(view returns (uint256)
16047490350000000000000000
vestedAmount(view returns (uint256)
5884080399999999000000000
vestingStartTimestamp(view returns (uint256)
1717071300
whitelistedAddressesAmount(view returns (uint256)
69
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
decreaseAllocation(uint256[] _newAllocation
increaseAllocation(uint256[] _newAllocation
initialize(bool _gamificationaddress _owneraddress _wlthaddress _communityFunduint256 _allocationuint256 _durationuint256 _cadenceuint256 _leftoversUnlockDelayuint256 _vestingStartTimestampuint256[] _tokenReleaseDistribution
pause(
release(uint256 _amountaddress _beneficiary
releaseWithPenalty(uint256 _amountaddress _beneficiary
setGamification(bool _flag
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
AllocationDecreased(uint256[] indexed oldAllocationuint256[] indexed newAllocation
AllocationIncreased(uint256[] indexed oldAllocationuint256[] indexed newAllocation
CadenceAllocationForWalletChanged(address indexed walletuint256 indexed cadenceuint256 oldAmountuint256 indexed newAmount
GamificationSet(bool indexed flag
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__InvalidTotalAllocation(
WhitelistedVesting__LeftoversWithdrawalLocked(
WhitelistedVesting__NoSurplus(uint256 balanceuint256 releaseduint256 allocation
WhitelistedVesting__NotEnoughTokensOnContract(
WhitelistedVesting__NotEnoughTokensVested(uint256 requesteduint256 currentReleaseableAmount
WhitelistedVesting__PastCadenceModificationNotAllowed(
WhitelistedVesting__PastVestingStartTimestamp(
WhitelistedVesting__SameWalletAllocationForCadenceProvided(
WhitelistedVesting__TotalAllocationMismatch(
WhitelistedVesting__TotalAllocationPerCadenceMismatch(
WhitelistedVesting__VestingNotStarted(
WhitelistedVesting__VestingStartTimestampAlreadyDefined(
WhitelistedVesting__WalletAlreadySet(
WhitelistedVesting__WalletClaimedWithPenalty(
WhitelistedVesting__WlthZeroAddress(