ca-lida / Class-Dao-Project

MIT License
4 stars 9 forks source link

Member "mintRewards" not found or not visible after argument-dependent lookup in contract IERC20 #25

Open YurenJeremyJin opened 4 months ago

YurenJeremyJin commented 4 months ago

The ERC-20 standard does not include a function for minting tokens as part of its specification. Minting functionality is usually part of a token contract's custom implementation, extending beyond the basic ERC-20 interface.

ca-lida commented 4 months ago