B3 Token

Off-Chain (Private)
Audited on 2025/01/31
No active critical issues

Summary

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.


Issues (2)

Low
Medium
High
Critical
Total
Not fixed
1---1
Fixed
1---1
Total20002


Contract (1)