VestingPool
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 "VestingPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "VestingPool"
ABI
ABI objects
Getter at block 21214564 tokensAvailableForVesting() view returns (uint256)
initialised() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolManager() view returns (address)
0x0000000000000000000000000000000000000000
sptToken() view returns (address)
0xcbe3aef2fa9899d713ca592737b6aeb33668ba4e
token() view returns (address)
0x0000000000000000000000000000000000000000
totalTokensInVesting() view returns (uint256)
0
Read-only
calculateVestedAmount(bytes32 vestingId) view returns (uint128 vestedAmount, uint128 claimedAmount)
vestings(bytes32) view returns (uint128 initialUnlock, uint8 curveType, bool managed, uint16 durationWeeks, uint64 startDate, uint128 amount, uint128 amountClaimed, uint64 pausingDate, bool cancelled, bool requiresSPT)
State-modifying
Events addVesting(uint8 curveType, bool managed, uint16 durationWeeks, uint64 startDate, uint128 amount, uint128 initialUnlock, bool requiresSPT) returns (bytes32)
cancelVesting(bytes32 vestingId)
claimVestedTokens(bytes32 vestingId, address beneficiary, uint128 tokensToClaim)
delegateTokens(address delegatee)
initialize(address _token, address _poolManager, address _owner)
pauseVesting(bytes32 vestingId)
unpauseVesting(bytes32 vestingId)
AddedVesting(bytes32 indexed id)
CancelledVesting(bytes32 indexed id)
ClaimedVesting(bytes32 indexed id, address indexed beneficiary)
PausedVesting(bytes32 indexed id)
UnpausedVesting(bytes32 indexed id)
constructor(address _sptToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.