How to Fork $ONE

$ONE uses 8 decimals like Bitcoin for increased scarcity. Most ERC-20 tokens use 18 decimals (as is the case with Ethereum). 
The _mint function inside of the constructor is an internal ERC20 function, this means it can only be called inside the constructor. Please remember STS-20 tokens can't have any mint() or burn() upon deployment.
Last updated