View Source: contracts/datastore/DataStoreProxy.solโ
โ Extends: DataStoreStorage, Proxyโ
DataStoreProxy
โ_implementation()โ
Constructor
function (address _securityToken, address _implementation) public nonpayable
Arguments
Name | Type | Description |
_securityToken | address | Address of the security token |
_implementation | address | representing the address of the new implementation to be set |
โคพ overrides Proxy._implementationโ
Internal function to provide the address of the implementation contract
function _implementation() internal viewreturns(address)
Arguments
Name | Type | Description |