Vesting

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xf936a9ce at 20061388
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Vesting"

No transactions found for "Vesting"


Functions
Getter at block 20867050
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 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
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
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(