Skip to content

asteroid-dao/asteroid-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asteroid Protocol

Astar Network Mainnet Contracts

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);
  
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published