Slinky contracts include a token factory and the token smart contracts. The token contract integrates the Initializable and ERC20Upgradeable contracts from Openzeppelin library to initialize a token.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 1 | - | - | - | 1 |
Fixed | 1 | - | - | - | 1 |
Total | 2 | 0 | 0 | 0 | 2 |
# | File Name |
---|---|
1 | TokenFactory.sol |
2 | StandardToken.sol |