ERC20.solThe contract does not expose any minting ability. _mint() exists in ERC20Internals but is unreachable.
This is fine for a fixed-supply token, but your README says DeFi protocols should use this as a base token. Most protocols need:
reward emissions
staking rewards
vesting schedules
inflation models
Since minting is impossible, this ERC20 cannot fulfill these roles.
Likelihood:
No way to create tokens after deployment
Impact:
Token cannot serve as:
Reward token
Emission token
Staking yield token
Inflationary governance token
It's a missing-function issue — not something that needs runtime demonstration.
Add a controlled mint() or document that token is strictly fixed-supply.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.