> For the complete documentation index, see [llms.txt](https://docs.wemix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wemix.com/en/tutorial/erc-721-token/burn-erc-721-token.md).

# Burn ERC-721 Token

It is possible to proceed an ERC-721 Token burning test using Remix.

{% hint style="info" %}
All examples are based on WEMIX3.0 Testnet.
{% endhint %}

Let's proceed with the ERC-721 token burning process.

[Write ERC-721 Contract](/en/tutorial/erc-721-token/write-erc-721-contract.md) and [Minting ERC-721 Token](/en/tutorial/erc-721-token/minting-erc-721-token.md) should proceed first.

## Burn ERC-721 Token

To burn a Minted ERC-721 Token, enter the issued TokenID. After then, the ERC-721 Token will be burned.&#x20;

You can see the deployed contracts in the Deployed Contracts section of the ERC-721 Contract Deployment and Minting screen.&#x20;

Select 'burn' to enter TokenID.&#x20;

The figure below shows an example of Token ID 1 being burned.

<figure><img src="https://content.gitbook.com/content/Hf9f4FuSvei1yoMuW1wT/blobs/UZukA1iojQnk1zeBmFu9/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202023-02-22%20%E1%84%8B%E1%85%A9%E1%84%8C%E1%85%A5%E1%86%AB%208.58.44.png" alt=""><figcaption><p>Burning Token ID 1</p></figcaption></figure>

When you select 'transact' after entering TokenID, a MetaMask pop-up appears and a screen showing the default 'Gas Fee' based on Ethereum appears.

<figure><img src="https://content.gitbook.com/content/Hf9f4FuSvei1yoMuW1wT/blobs/0HJwR5Mz1C6M9lzAbEm7/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202023-02-22%20%E1%84%8B%E1%85%A9%E1%84%8C%E1%85%A5%E1%86%AB%208.59.15.png" alt=""><figcaption><p>MetaMask, default 'Gas fee'</p></figcaption></figure>

WEMIX has a different fee policy than Ethereum, so press the 'Site suggested' button to change t the Gas Fee.

Selecting 'Advanced' on the screen below allows the user to set 'Max priority fee (GWEI)' and 'Max fee (GWEI)' manually.

<figure><img src="https://content.gitbook.com/content/Hf9f4FuSvei1yoMuW1wT/blobs/0hxBYMkUw2c9LPibA6jv/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202023-02-22%20%E1%84%8B%E1%85%A9%E1%84%8C%E1%85%A5%E1%86%AB%208.59.21.png" alt=""><figcaption><p>MetaMask default 'Gas Fee' setting entry screen</p></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/Hf9f4FuSvei1yoMuW1wT/blobs/sKUJcoAaQ8VDvIxTUOBA/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202023-02-22%20%E1%84%8B%E1%85%A9%E1%84%8C%E1%85%A5%E1%86%AB%208.59.28.png" alt=""><figcaption><p>'Gas Fee' setting</p></figcaption></figure>

Currently, WEMIX is using a fixed 'Max priority fee (GWEI)' and the value is 100.&#x20;

Max fee is a user-defined value and the minimum value is MaxPriorityFee+BASE\_FEE.&#x20;

BASE\_FEE in WEMIX is variable according to EIP-1559. Therefore, for a transaction to be successfully created, it is recommended to set it as follows.

1. Max base fee (GWEI) = 101
2. Max priority fee (GWEI) = 100&#x20;

Complete the Fee setup in the figure above and select 'Save' to be ready for burning Token as shown below.

<figure><img src="https://content.gitbook.com/content/Hf9f4FuSvei1yoMuW1wT/blobs/ynNLqLnTvY1r9R3N8oHk/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202023-02-22%20%E1%84%8B%E1%85%A9%E1%84%8C%E1%85%A5%E1%86%AB%208.59.33.png" alt=""><figcaption><p>Confirm ERC-721 Token burning </p></figcaption></figure>

Select 'Confirm' in the figure above to burn ERC-721 Token.

If a green check mark appears at the bottom of the Remix screen as shown below, the burning  ERC-721 Token is completed normally.

<figure><img src="https://content.gitbook.com/content/Hf9f4FuSvei1yoMuW1wT/blobs/mSMfxTZs5b6ZFnn32TmI/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202023-02-22%20%E1%84%8B%E1%85%A9%E1%84%8C%E1%85%A5%E1%86%AB%208.59.49.png" alt=""><figcaption><p>Complete ERC-721 Token burning</p></figcaption></figure>

Copy the transaction hash that appears as a result of the run, and search in [Testnet Explorer](https://explorer.test.wemix.com/), to confirm that the ERC-721 Token has been burned.

The figure below is an example of what [Testnet Explorer](https://explorer.test.wemix.com/) has seen.

<figure><img src="https://content.gitbook.com/content/Hf9f4FuSvei1yoMuW1wT/blobs/ZSYWzk9Ydr2HUd76r9tN/TokenID%201%20%E1%84%89%E1%85%A9%E1%84%80%E1%85%A1%E1%86%A8%20%E1%84%8C%E1%85%A5%E1%86%AB.png" alt=""><figcaption><p>Before burning TokenID 1</p></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/Hf9f4FuSvei1yoMuW1wT/blobs/OPNL9TTXVqeVD8MIMRHw/TokenID%201%20%E1%84%89%E1%85%A9%E1%84%80%E1%85%A1%E1%86%A8%20%E1%84%8B%E1%85%AA%E1%86%AB%E1%84%85%E1%85%AD.png" alt=""><figcaption><p>After burning TokenID 1</p></figcaption></figure>
