Audit

Notes on the Contract:
- The total supply of the token is set to 100 million [100,000,000].
- No mint or burn functions are present; though the circulating supply can be reduced by sending tokens to the 0x..dead address, if desired.
- No ownership-restricted functions are present.
- The contract complies with the BEP20 token standard
- As the contract is deployed with Solidity v0.8.x, it is protected from overflows.
- Some gas optimizations can be achieved through declaring functions external instead of public. As this contract is already deployed, this is merely informational.
Last modified 1yr ago