The B3 Token is a simple ERC20 Token that supports token burns, token approvals through permit signed messages, is used for governance (with each token as a vote), and enforces a maximum total supply. It is being deployed on the Base chain, with 100,000,000,000 tokens initially minted to the `_DEPLOYER_ADDRESS`. Quantstamp reviewed the B3 Token and did not find any critical issues, but recommends consolidating access control roles (since both the `MINTER_ROLE` and `DEFAULT_ADMIN_ROLE` can manage minting) to avoid confusion, and clarifying whether ownership is intended to be transferable, as the contract defines a constant `_OWNER`. **Fix Review**: The client addressed both suggestions during the fix review.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 1 | - | - | - | 1 |
Fixed | 1 | - | - | - | 1 |
Total | 2 | 0 | 0 | 0 | 2 |
# | File Name |
---|---|
1 | src/B3Token.sol |