Skip to main content
Version: Next

AddressRegistry

Summaryโ€‹

This contract manages the address of each contract.

Interfaceโ€‹

AddressRegistry inherits from Dev and OwnableUpgradeable, and retains its interface.

function setRegistry(string memory _key, address _addr) external

function registries(string memory _key) external view returns (address)