Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 825 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 825 Bytes

DSDeed

An ERC721 Token with wholesome memes

Provides a standard ERC721 token interface plus DSAuth-protected mint and burn functions.

Inspired by dapphub's ds-token

Custom Actions

mint

credit NFT at an address whilst simultaniously increasing user's balanceOf (requires auth)

burn

debit NFT at an address whilst simultaniously decreasing user's balanceOf (requires auth)

Aliases

push

safe transfer a nft from msg.sender to a given address (requires approval)

pull

safe transfer a nft from a given address to msg.sender (requires approval)

move

safe transfer a nft from a given src address to a given dst address (requires approval)