DataStoreProxy Proxy (DataStoreProxy.sol)

View Source: contracts/datastore/DataStoreProxy.solarrow-up-right

↗ Extends: DataStoreStoragearrow-up-right, Proxyarrow-up-right

DataStoreProxy

Functions

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

_implementation

⤾ overrides Proxy._implementationarrow-up-right

Internal function to provide the address of the implementation contract

function _implementation() internal view
returns(address)

Arguments

Name

Type

Description

Last updated

Was this helpful?