Skip to content

Latest commit

 

History

91 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

21 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages