Wallet for core vesting escrow functionality (VestingEscrowWalletStorage.sol)
Structs
Schedule
struct Schedule {
bytes32 templateName,
uint256 claimedTokens,
uint256 startTime
}Template
struct Template {
uint256 numberOfTokens,
uint256 duration,
uint256 frequency,
uint256 index
}Contract Members
Functions
PreviousfunctionSigClash1.solNextInterface for managing polymath feature switches (IFeatureRegistry.sol)
Last updated
Was this helpful?