# IERC721JFull.sol

The IERC721JFull interface contract details 1 event and 6 functions.  These functions add ERC20 support, recycle minting, staking, and rarity price multiplier.

### New Event

The new event is called:

* ***Recycle*** - Event to show which tokens were created by recycling

### Read Functions

The new read functions are:

* ***publicMint*** - Returns status of public mint for tokenId
* ***rarityMultiplier*** - Returns the % price multiplier for a rarity
* ***tokenMintPrice*** - Returns the mint price for an ERC20 token address

### Write Functions

The new write functions are:

* ***mintCopyToken*** - Mint a copy with an ERC20 token. Triggers the ***Copy*** event.
* ***mintCopyTokenTo*** - Mint a copy with an ERC20 token to a wallet address of your choice. Triggers the ***Copy*** event.
* ***recycleMint*** - Recycle mint burns 2 tokens to mint 1. Triggers the ***Copy*** and ***Recycle*** events.

Read more [here.](https://github.com/jasondesante/721J-Token/blob/master/721J%20Contracts/Interfaces/IERC721JFull.sol)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://contract-wizard.gitbook.io/contract-wizard/create/smart-contracts/interface-contracts/ierc721jfull.sol.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
