An ERC20 Token with wholesome memes
Provides a standard ERC20 token interface plus DSAuth-protected
mint
and burn
functions; binary approval via MAX_UINT
; as well as
push
, pull
and move
aliases for transferFrom
operations.
credit tokens at an address whilst simultaniously increasing totalSupply
(requires auth)
debit tokens at an address whilst simultaniously decreasing totalSupply
(requires auth)
transfer an amount from msg.sender
to a given address (requires trust or
approval)
transfer an amount from a given address to msg.sender
(requires trust or
approval)
transfer an amount from a given src
address to a given dst
address (requires
trust or approval)