Replies: 1 comment
-
I was considering creating a second contract for frontend contracts from which to import the external methods since we're rewriting them per instance; however, it would be easier and better if we just held them in the base contract. I only see upside here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was thinking that maybe we could abstract ERC20 even further and move
transferFrom
,increaseAllowance
, etc. implementations to the base contract, and require frontend contracts just to expose them instead of re-implementing them. What do you think?Beta Was this translation helpful? Give feedback.
All reactions