Differences between Geode's ERC20InterfacePermit and Openzeppelin's implementation of ERC20Permitarrow-up-right is:
pragma set to =0.8.7;
=0.8.7;
using ERC20Interface instead of ERC20
added initialize
Last updated 2 years ago