Vesting
Verified contract
Implementation
Active on
Ethereum 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
Balances ($0.00)
No balances found for "Vesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Vesting"
ABI
ABI objects
Getter at block 21124273
lastVestingId() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
vestedToken() view returns (address)
0x0000000000000000000000000000000000000000
vestingBegin() view returns (uint64)
0
vestingBeginIsLocked() view returns (bool)
false
Read-only
getAvailableBalance(uint256 vestingId) view returns (uint128 amount)
getAvailableBalanceOf(address account) view returns (uint256 amount)
getBalanceOf(address account) view returns (uint256 amount)
maintainers(address) view returns (bool)
vestingCountOf(address account) view returns (uint256)
vestingIds(address, uint256) view returns (uint256)
vestingIdsOf(address account) view returns (uint256[])
vestings(uint256) view returns (uint128 vestAmount, uint128 instantVestAmount, uint64 lockupPeriod, uint64 vestingPeriod, uint128 claimedAmount)
State-modifying
Events allocate(struct VestingAllocParams[] allocParams)
claim(address account)
initialize(address vestedToken_, address owner_)
lockVestingBegin()
renounceOwnership()
setVestingBegin(uint64 vestingBegin_)
transferOwnership(address newOwner)
updateMaintainer(address account, bool isMaintainer)
withdraw(address token, address to)
Allocated(address indexed allocator, address[] investors, uint256[] ids)
Claimed(address indexed account, uint256 indexed id, uint256 amount)
Initialized(uint64 version)
MaintainerUpdated(address indexed account, bool isMaintainer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
VestingBeginSet(uint256 vestingBeginTime)
constructor()
This contract contains no fallback and receive objects.
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()