AdvisorsVesting
Verified contract
Active on
Ethereum with 33 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VGT | ERC-20 | 91.428571M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12781132 | 3 years ago | | | 0 | 0.0046794002 | |
| 10395149 | 4 years ago | | | 0 | 0.0012397000 | |
| 10184152 | 4 years ago | | | 0 | 0.0032095500 | |
| 10088873 | 5 years ago | | | 0 | 0.00073599000 | |
| 10066204 | 5 years ago | | | 0 | 0.0025615131 | |
| 9940381 | 5 years ago | | | 0 | 0.0010698500 | |
| 9178106 | 5 years ago | | | 0 | 0.000091985000 | |
| 9117287 | 5 years ago | | | 0 | 0.00018666300 | |
| 8768087 | 5 years ago | | | 0 | 0.000036877500 | |
| 8767919 | 5 years ago | | | 0 | 0.000055098000 |
ABI
ABI objects
Getter at block 21285043
currentTime() view returns (uint256)
1732782959
token() view returns (address)
0xcc394f10545aeef24483d2347b32a34a44f20e6f
totalVestingCount() view returns (uint256)
17
v12MultiSig() view returns (address)
0x6080e870943134d78fc5bda619aa808748edf764
Read-only
calculateGrantClaim(uint256 _grantId) view returns (uint256, uint256)
getActiveGrants(address _recipient) view returns (uint256[])
tokenGrants(uint256) view returns (uint256 startTime, uint256 amount, uint256 vestingDuration, uint256 vestingCliff, uint256 daysClaimed, uint256 totalClaimed, address recipient, bool isActive)
tokensVestedPerDay(uint256 _grantId) view returns (uint256)
State-modifying
Events addTokenGrant(address _recipient, uint256 _startTime, uint256 _amount, uint256 _vestingDurationInDays, uint256 _vestingCliffInDays)
changeMultiSig(address _newMultisig)
claimVestedTokens(uint256 _grantId)
removeTokenGrant(uint256 _grantId)
ChangedMultisig(address multisig)
GrantAdded(address indexed recipient, uint256 vestingId)
GrantRemoved(address recipient, uint256 amountVested, uint256 amountNotVested)
GrantTokensClaimed(address indexed recipient, uint256 amountClaimed)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.