The LAXCE project codebase contains two contracts • an ERC20 token contract with a blacklist to restrict selected accounts from interacting with the contract, and • a crowdsale contract with variable rates that allows users buy tokens using an owner-specified token (e.g. USDT). Ownership of these contracts can not be renounced.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | - | 1 | - | - | 1 |
Fixed | 5 | 1 | - | - | 6 |
Total | 5 | 2 | 0 | 0 | 7 |
# | File Name |
---|---|
1 | contracts/Laxce.sol |
2 | contracts/LaxceCrowdSale.sol |
3 | contracts/USDT.sol |