Gamerge is a DeFi project featuring a capped ERC20 token with burn and permit extensions, and a unique symbol update mechanism. It mints 100 million tokens to the deployer upon creation. Owners can update the token symbol, enhancing flexibility and branding opportunities. Built on OpenZeppelin contracts, it includes ERC20 standard functionalities, burnability for token scarcity, and EIP-2612 permit for gasless transactions.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | - | - | - | - | 0 |
Fixed | 1 | - | - | - | 1 |
Total | 1 | 0 | 0 | 0 | 1 |
fixed/low
Locking the pragma solidity version helps to ensure that contracts do not accidentally get deployed using, for example, an outdated or newer compiler version that might introduce bugs that affect the contract system negatively.
# | File Name |
---|---|
1 | main/packages/foundry/contracts/Gamerge.sol |
2 | Gamerge.sol |