TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 5,117 txns
Deployed by via 0x86ab689b at 20061389
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $62,819,388.47
0x4f459de370b5d435d67edfe7187f1c42ac5df14c5e536c5922d9260a35a4d53f
0x0356a443e15bc116be0abc5990fde3b9d097d38022e87a4fcb9c9093bb117a63
0xd08e0a7fab42859018845a663b16ef8b843c44f9e9b2c2fcd4c5cfbcaca15802
0xe5cc519cce9faf2cbaccd48e8e813fa675c2fde2aebfad19b3621e33cccf7db6
0x986bfff97566da510021a0bfe9b8e96aeab6f2ce79e4b36f86afd89fd08e3611
0x3ff862403c0538403119ddfac9f72efd11fa5970cdda9a14d1e8f4a6fd58ddf1
0x53dda2b3eb9796782c88cd10a9ffafc4b27d7b8850facda2ac8525610a540c47
0x23395d7f78355a4384c7d87c75ffa21dd8ce980f1b1d8e4dd026ff5614acb7b9
0xc2308c3f426aaeb1afbad1667ebd2df76ff229963584f2040cc84b8abb9b6c41
0x8dcb4b1dfa9e35967f55df09b48b45846300e2aa3025a6144dee97ee0afa8c27

Functions
Getter at block 21124273
lastVestingId(view returns (uint256)
5340
owner(view returns (address)
0xef18f2f054a7ad2909333051aa42d5c0bb3f92f6
vestedToken(view returns (address)
0x9e6be44cc1236eef7e1f197418592d363bedcd5a
vestingBegin(view returns (uint64)
1718799000
vestingBeginIsLocked(view returns (bool)
false
Read-only
getAvailableBalance(uint256 vestingIdview returns (uint128 amount)
getAvailableBalanceOf(address accountview returns (uint256 amount)
getBalanceOf(address accountview returns (uint256 amount)
maintainers(addressview returns (bool)
vestingCountOf(address accountview returns (uint256)
vestingIds(addressuint256view returns (uint256)
vestingIdsOf(address accountview returns (uint256[])
vestings(uint256view returns (uint128 vestAmountuint128 instantVestAmountuint64 lockupPerioduint64 vestingPerioduint128 claimedAmount)
State-modifying
allocate(struct VestingAllocParams[] allocParams
claim(address account
initialize(address vestedToken_address owner_
lockVestingBegin(
renounceOwnership(
setVestingBegin(uint64 vestingBegin_
transferOwnership(address newOwner
updateMaintainer(address accountbool isMaintainer
withdraw(address tokenaddress to
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Allocated(address indexed allocatoraddress[] investorsuint256[] ids
Claimed(address indexed accountuint256 indexed iduint256 amount
Initialized(uint64 version
MaintainerUpdated(address indexed accountbool isMaintainer
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
VestingBeginSet(uint256 vestingBeginTime
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
AddressEmptyCode(address target
AddressInsufficientBalance(address account
BeginIsNotSet(
FailedInnerCall(
IncorrectInstantShare(
IncorrectVestingBegin(
IncorrectVestingPeriod(
InvalidInitialization(
NotApplicableForVestedToken(
NotInitializing(
NothingChanged(
OnlyMaintainer(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token
TimeChangeIsLocked(
VestingAlreadyStarted(
ZeroAmount(