TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 4,032 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 $69,999,388.35
0x0c897044becaeac8ba4ea12eb591470caa8d3660e809db63a57ace2c9e3e4f35
0xb8d36d52d3ad079bd23301f96ed7a73954c91c5d9fe95fa53904b52acc4ea180
0x475df8a35face9d5066cb95235ff917e216e0b2736da016d7660a9e9a98c0992
0x201d08c8e4a8aad31a29a592fa390c603943526ff7596436ac1dd20045cb9585
0xd21340d4489b0de4ac27c935685859db08401e93ea87cb8f5512859ca1c1bdb0
0xcf1add18f161e861e2bad0193bda20a8659611c7e42702b4c803598364c3e12d
0x12f3915630a35cccc61b33ca9c7fc734ce4160e3387475f771aa0898cacf3b3b
0xdf872c573c5d26cad5f33213313effe197b9d49790b5c70b199b655dcb7f7107
0xaa2c3d79b361122ad0bfaffc13df7da80f0a321627972ad0282deae3320d807b
0x8089d2a8e381a1f75e5d475b82aa29e217fdcdaa247cae97a9629b9f7905ac56

Functions
Getter at block 20867050
lastVestingId(view returns (uint256)
5319
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(