Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "Vesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14351381 | 3 years ago | | | 0 | 0.0016842839 | |
| 14351307 | 3 years ago | | | 0 | 0.0011107046 | |
| 14351305 | 3 years ago | | | 0 | 0.0013886039 | |
| 14351303 | 3 years ago | | | 0 | 0.0014929268 | |
| 14351301 | 3 years ago | | | 0 | 0.0012804421 | |
| 14351299 | 3 years ago | | | 0 | 0.0012216936 | |
| 14351298 | 3 years ago | | | 0 | 0.0012646471 | |
| 14351296 | 3 years ago | | | 0 | 0.0014003109 | |
| 14351295 | 3 years ago | | | 0 | 0.0012958099 | |
| 14351294 | 3 years ago | | | 0 | 0.0013281353 |
ABI
ABI objects
Getter at block 21330747
BATCH_MAX_NUM() view returns (uint256)
200
PERCENT_100_WEI() view returns (uint256)
100000000000000000000
SECONDS_IN_DAY() view returns (uint256)
86400
allowAccumulate() view returns (bool)
false
getVestingSchedule() view returns (uint256 cliffDurationDays, uint256 percentReleaseAtScheduleStart, uint256 percentReleaseForEachInterval, uint256 intervalDays, uint256 gapDays, uint256 numberOfIntervals, uint8 releaseMethod)
(cliffDurationDays=0, percentReleaseAtScheduleStart=5000000000000000000, percentReleaseForEachInterval=9500000000000000000, intervalDays=30, gapDays=0, numberOfIntervals=10, releaseMethod=1)
governanceAccount() view returns (address)
0x4c9658e77d53d0e9b190acec4fedc60d2875fd94
scheduleStartTimestamp() view returns (uint256)
1633179600
tokenAddress() view returns (address)
0x96610186f3ab8d73ebee1cf950c750f3b1fb79c2
totalGrantAmount() view returns (uint256)
248099359809510030861550000
totalReleasedAmount() view returns (uint256)
248099359809510030861550000
vestingAdmin() view returns (address)
0x4c9658e77d53d0e9b190acec4fedc60d2875fd94
Read-only
releasableAmountFor(address account) view returns (uint256 releasableAmount)
releasedAmountFor(address account) view returns (uint256 releasedAmount)
revoked(address account) view returns (bool isRevoked)
unvestedAmountFor(address account) view returns (uint256 unvestedAmount)
vestedAmountFor(address account) view returns (uint256 vestedAmount)
vestingGrantFor(address account) view returns (uint256 grantAmount, bool isRevocable, bool isRevoked, bool isActive)
State-modifying
Events addVestingGrant(address account, uint256 grantAmount, bool isRevocable)
addVestingGrantsBatch(address[] accounts, uint256[] grantAmounts, bool[] isRevocables)
release()
revokeVestingGrant(address account)
setGovernanceAccount(address account)
setScheduleStartTimestamp(uint256 scheduleStartTimestamp_)
setVestingAdmin(address account)
transferUnusedTokens()
ScheduleStartTimestampSet(address indexed account, uint256 newScheduleStartTimestamp, uint256 oldScheduleStartTimestamp)
TokensReleased(address indexed account, uint256 amount)
VestingGrantAdded(address indexed account, uint256 indexed grantAmount, bool isRevocable)
VestingGrantRevoked(address indexed account, uint256 remainderAmount, uint256 grantAmount, uint256 releasedAmount)
constructor(address tokenAddress_, uint256 cliffDurationDays, uint256 percentReleaseAtScheduleStart, uint256 percentReleaseForEachInterval, uint256 intervalDays, uint256 gapDays, uint256 numberOfIntervals, uint8 releaseMethod, bool allowAccumulate_)
This contract contains no fallback and receive objects.
This contract contains no error objects.