Commit Graph

7 Commits

Author SHA1 Message Date
Ricardo Guilherme Schmidt ff900fec1d improve updateValueAtNow 2023-09-27 10:57:17 -03:00
Ricardo Guilherme Schmidt 524cb67110 improve getValueAt 2023-09-27 10:57:17 -03:00
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
Ricardo Guilherme Schmidt a522ebb09d Make MiniMe implement ERC2612
Fixes vacp2p/minime#5
2023-09-26 11:11:38 +02:00
Ricardo Guilherme Schmidt c64845eddc fix overflow checks 2023-09-25 20:07:27 -03:00
Ricardo Guilherme Schmidt 3f95a3bcf9 make abstract and concrete versions
add gas reports

move event from abstract to concrete

lint
2023-09-25 12:54:24 -03:00
Ricardo Guilherme Schmidt 461d865527 rename minitoken 2023-09-25 12:54:24 -03:00