Skip to main content
Version: Next

UsingStorage

Summaryโ€‹

This contract is inherited and used by contracts that use EternalStorage.

Interfaceโ€‹

UsingStorage inherits from Ownable, and retains its interface.

function getStorageAddress() external view returns (address)

function createStorage() external

function setStorage(address _storageAddress) external

function changeOwner(address newOwner) external