Request form
Cookbook may introduce a token in the future. Share and contribute to be eligible for future airdrops.
close icon
relevant tag icon
EssenceNFT
copy icon
CyberConnect
• version 1.0.0
CyberConnect
Social
Content
Audited

EssenceNFT

Audited

The EssenceNFT is a generic NFT that can be issued by individual user to express an arbitrary relationship. For example, it can be used to represent a post, comment, badge or SBT. Users interact with essenceNFT by a pre-define action called collect. The issuer can issue unlimited number of essenceNFT with different use cases and customize each one with unique configuration (such as transferability, middleware, etc).

*Visit desktop site to download or deploy

Version

1.0.0

Recent Use

🍞 0x4037 downloaded

Last Publish

3/3/2023
Any contract you deploy is yours.
Fully owned and controlled by your wallet.
Documentation
Source Code
initialize(uint256,uint256,string,string,bool) :
This function initializes a CyberNFT with a profile ID, essence ID, name, symbol, and transferability. (autogenerated documentation)
mint(address) :
This function mints a new token and assigns it to the specified address, but only if the caller is the PROFILE contract. (autogenerated documentation)
version() :
This function returns the version number of the contract and works by simply returning a predefined constant value. (autogenerated documentation)
isTransferable() :
This function checks if the token is transferable and returns a boolean value. It works by accessing the _transferable variable. (autogenerated documentation)
transferFrom(address,address,uint256) :
This function transfers a specific token from one address to another, but only if transferability is allowed. (autogenerated documentation)
tokenURI(uint256) :
This function returns the token URI for a given tokenId by calling a function from another contract. (autogenerated documentation)

Get Cookin'
share iconShare

copy iconDownload Source
copy iconnpx cookbookdev i EssenceNFT
copy icon

Recent Use

🍞 0x4037 downloaded

Last Publish

3/3/2023

Version

1.0.0

Cookbook is free.
Any contract you deploy is yours.
Your contract is owned and controlled by you.