minime/contracts
r4bbit 2a241edd26 fix(MiniMeBase): make `burn()` and `mint()` virtual
Otherwise they can't be overriden, which is necessary when inheriting
contracts. This commit also renames `burn()` to `_burn()` and `mint()`
to `_mint()`, simply to allow inheriting contracts to make use of those
non-underscored function names instead.
2023-09-26 11:12:13 +02:00
..
sample Separate contracts source into dedicated files 2023-09-14 13:34:43 -03:00
ApproveAndCallFallBack.sol Separate contracts source into dedicated files 2023-09-14 13:34:43 -03:00
Controlled.sol remove string error messages 2023-09-13 11:47:40 -03:00
MiniMeBase.sol fix(MiniMeBase): make `burn()` and `mint()` virtual 2023-09-26 11:12:13 +02:00
MiniMeToken.sol fix(MiniMeBase): make `burn()` and `mint()` virtual 2023-09-26 11:12:13 +02:00
MiniMeTokenFactory.sol make abstract and concrete versions 2023-09-25 12:54:24 -03:00
Nonces.sol Make MiniMe implement ERC2612 2023-09-26 11:11:38 +02:00
TokenController.sol tests: port existing JS tests to foundry tests (#9) 2023-09-12 17:08:59 +02:00