Skip to content

aragon/aragon-network-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aragon Network Token

Security

Smart contracts and additional resources for the Aragon Network Token.

👉 ANT has upgraded to ANTv2

👇 ANTv1 is considered deprecated and should be upgraded to ANTv2

Structure

This repo is divided into multiple independent sub-packages:

  • v2: the latest ANT token contract, ANTv2
  • sale: the original v1 token sale contracts, including the ANTv1 token contract
  • controller: the final v1 token controller, severely limiting exposed controller functionality.

Important contracts

ANTv2

Both ANTv2.sol and ANTv2Migrator.sol contracts were deployed (to 0xa117000000f279D81A1D3cc75430fAA017FA5A2e and 0x078BEbC744B819657e1927bF41aB8C74cBBF912D, respectively)

ANTv1

Only the ANT.sol contract was deployed (to 0x960b236A07cf122663c4303350609A66A7B288C0).

Sale

Deployment addresses for each contract can be found in the documentation.

Controller

Only the ANTController.sol contract was deployed (to 0x2443d44325bb07861Cd8C9C8Ba1569b6c39D9d95).