VestingPool

Verified contract

Implementation

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

No balances found for "VestingPool"

No transactions found for "VestingPool"


Functions
Getter at block 20961706
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
 
tokensAvailableForVesting(view returns (uint256)
totalTokensInVesting(view returns (uint256)
0
Read-only
calculateVestedAmount(bytes32 vestingIdview returns (uint128 vestedAmountuint128 claimedAmount)
vestings(bytes32view returns (uint128 initialUnlockuint8 curveTypebool manageduint16 durationWeeksuint64 startDateuint128 amountuint128 amountClaimeduint64 pausingDatebool cancelledbool requiresSPT)
State-modifying
addVesting(uint8 curveTypebool manageduint16 durationWeeksuint64 startDateuint128 amountuint128 initialUnlockbool requiresSPTreturns (bytes32)
cancelVesting(bytes32 vestingId
claimVestedTokens(bytes32 vestingIdaddress beneficiaryuint128 tokensToClaim
delegateTokens(address delegatee
initialize(address _tokenaddress _poolManageraddress _owner
pauseVesting(bytes32 vestingId
unpauseVesting(bytes32 vestingId
Events
AddedVesting(bytes32 indexed id
CancelledVesting(bytes32 indexed id
ClaimedVesting(bytes32 indexed idaddress indexed beneficiary
PausedVesting(bytes32 indexed id
UnpausedVesting(bytes32 indexed id
Constructor
constructor(address _sptToken
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.