Audit
Last updated
Last updated
Notes on the Contract:
The total supply of the token is set to 1 Billion [1,000,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.
At the time of writing this report, 100% of the total supply belongs to the .
No ownership-restricted functions are present.
The contract complies with the Polygon ERC20 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.