Wallet for core vesting escrow functionality (VestingEscrowWalletStorage.sol)
View Source: contracts/modules/Wallet/VestingEscrowWalletStorage.sol
↘ Derived Contracts: VestingEscrowWallet, VestingEscrowWalletProxy
VestingEscrowWalletStorage
Structs
Schedule
struct Schedule {
bytes32 templateName,
uint256 claimedTokens,
uint256 startTime
}Template
struct Template {
uint256 numberOfTokens,
uint256 duration,
uint256 frequency,
uint256 index
}Contract Members
Constants & Variables
Functions
PreviousfunctionSigClash1.solNextInterface for managing polymath feature switches (IFeatureRegistry.sol)
Last updated
Was this helpful?