Closed hexonaut closed 3 years ago
Token implementation is flexible. It just needs to provide mint() and burn() functions. I've used a DSToken as an example, but we could also consider modifying DSToken to give a permanent approval to gov.
mint()
burn()
gov
Few comments:
govToken
iouToken
lock
free
Token implementation is flexible. It just needs to provide
mint()
andburn()
functions. I've used a DSToken as an example, but we could also consider modifying DSToken to give a permanent approval togov
.