Escrow wallet module for vesting functionality (VestingEscrowWalletProxy.sol)
View Source: contracts/modules/Wallet/VestingEscrowWalletProxy.sol
↗ Extends: VestingEscrowWalletStorage, ModuleStorage, Pausable, OwnedUpgradeabilityProxy
VestingEscrowWalletProxy
Functions
Constructor
function (string _version, address _securityToken, address _polyAddress, address _implementation) public nonpayable ModuleStorage
Arguments
Name
Type
Description
_version
string
_securityToken
address
Address of the security token
_polyAddress
address
Address of the polytoken
_implementation
address
representing the address of the new implementation to be set
PreviousFactory for deploying GeneralTransferManager module (GeneralTransferManagerFactory.sol)NextOZStorage.sol
Last updated
Was this helpful?