naszam / ds-deed

A simple and sufficient ERC721 implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

A simple and sufficient ERC721 implementation

License:GNU General Public License v3.0


Languages

Language:Solidity 99.7%Language:Makefile 0.3%