DataStoreProxy Proxy (DataStoreProxy.sol)

View Source: contracts/datastore/DataStoreProxy.sol

↗ Extends: DataStoreStorage, Proxy

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._implementation

Internal function to provide the address of the implementation contract

function _implementation() internal view
returns(address)

Arguments

Name

Type

Description

Last updated