-
Articles(ERC721) 0xdCbe2dA7578787BA356d27532ee5B7f3fFCE8EFD
-
Topics(ERC721) 0x4Bd310078BC05b129EcBAfb5912bbC8E66bf568E
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);
}