The Altranium Token is a basic ERC20 token which allows the owner to mint tokens to any address (except address(0)) up to a maximum cap of 10B tokens. It utilizes OpenZeppelin's ERC20.sol and Ownable.sol contracts.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | - | - | - | - | 0 |
Fixed | 2 | - | - | - | 2 |
Total | 2 | 0 | 0 | 0 | 2 |
# | File Name |
---|---|
1 | ERC20.sol |
2 | contracts/AltraniumToken.sol |
3 | Ownable.sol |