/ds-deed

A simple and sufficient ERC721 implementation

Primary LanguageSolidityGNU General Public License v3.0GPL-3.0

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)