Skip to content

brianmcmichael/ds-deed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published