Contract Addresses
The other contracts are upgradable and often change. Contract addresses can be obtained via the
Registry
contract.Available contract names are
storage
registry
articles
topics
events
safe
treasury
asteroid
season
tip
parameters
topic
.interface IRegistry {
function get(string memory _name) external view returns (address addr);
function list() external view returns (string[] memory _strs);
}
Last modified 11mo ago