
How to Buy an ENS Name
The Ethereum Name Service (ENS) is a decentralized naming system for Ethereum addresses. It allows users to register and use human-readable names, such as "squirtle0x.eth", instead of long, complex hexadecimal addresses. ENS names can be used to access decentralized applications, send and receive cryptocurrency, and more. To search and buy an ENS name, you can follow these steps:Go to the ENS website https://app.ens.domains/ and connect your walletSearch for a name: You can search for a name ...

The Importance Of Hardware Wallets
IntroHardware wallets are one of the most talked about subjects in crypto and yet you always hear about how people don’t use them. Let’s talk about why you should 100% have one and why the learning curve is worth it. Before we start comparing wallet types it’s important to understand that hardware wallets align with crypto fundamentals. This technology was created so individuals can be their own banks. No reliance on a third party who can take advantage of you and lose all your money with bad...

Aave for Beginners: How to Supply ETH on Arbitrum
Time for another breakdown on how to participate in DeFi for beginners. With the giant Arbitrum airdrop coming this Friday you bet we are doing this on Arbitrum. Let’s add some liquidity to @AaveAave! Aave is a liquidity market where users can supply and barrow liquidity, real simple. I highly recommend reading their FAQ in order to get a deeper understanding of what Aave does. Important to note that it’s governed by the community with a DAO and is one of the most successful DAOs we have in D...
Web3 builder | NFT collector | DeFi believer | Glass always half full

How to Buy an ENS Name
The Ethereum Name Service (ENS) is a decentralized naming system for Ethereum addresses. It allows users to register and use human-readable names, such as "squirtle0x.eth", instead of long, complex hexadecimal addresses. ENS names can be used to access decentralized applications, send and receive cryptocurrency, and more. To search and buy an ENS name, you can follow these steps:Go to the ENS website https://app.ens.domains/ and connect your walletSearch for a name: You can search for a name ...

The Importance Of Hardware Wallets
IntroHardware wallets are one of the most talked about subjects in crypto and yet you always hear about how people don’t use them. Let’s talk about why you should 100% have one and why the learning curve is worth it. Before we start comparing wallet types it’s important to understand that hardware wallets align with crypto fundamentals. This technology was created so individuals can be their own banks. No reliance on a third party who can take advantage of you and lose all your money with bad...

Aave for Beginners: How to Supply ETH on Arbitrum
Time for another breakdown on how to participate in DeFi for beginners. With the giant Arbitrum airdrop coming this Friday you bet we are doing this on Arbitrum. Let’s add some liquidity to @AaveAave! Aave is a liquidity market where users can supply and barrow liquidity, real simple. I highly recommend reading their FAQ in order to get a deeper understanding of what Aave does. Important to note that it’s governed by the community with a DAO and is one of the most successful DAOs we have in D...
Web3 builder | NFT collector | DeFi believer | Glass always half full

Subscribe to Squirtle0x

Subscribe to Squirtle0x
Share Dialog
Share Dialog


Burning NFTs is something that people hear about often but the actual practice of doing so safely isn’t as known.
When you’re making moves in the wild west of web3 it’s good to know how to look at contracts and interact with them directly.
Two projects in particular have had burn mechanics included in their lore, We Are All Going to Die and Moonrunners. Between the two there have been close to 800 NFTs burned.
Because of that we are going to use the Moonrunners contract as our example. Moonrunners Contract Link
Before we dive in, burn your NFTs at your own risk! When a NFT is burnt it is gone forever and there is no support line you can call to get your NFT back.
It’s also very common to have the burn function included in a NFT contract. It allows the owner of the NFT to do whatever they want with it. Just because a burn function is in a contract doesn’t imply anything.
Step by step guide:
After navigating to the contract link above connect your wallet to etherscan by clicking on “Connect to Web3”
Under the “Contract” tab click “Write Contract” to view functions
If the contract has one, find function named “burn”
Add the token ID of a Moonrunner that is in the connected wallet. Burn function should only ask for a tokenID
Click “write”, complete the transaction and that Moonrunner will be burned

When interacting with anything from a NFT project it’s important to be incredibly certain to interact with official links. In general going to the projects official twitter page is a good place to start.
With Moonrunners the contract link is in the link tree link on their twitter page. It’s incredibly important to take your time and make sure you are interacting with the official contract.

Always look for contract links via the projects official twitter profile or website. Don’t randomly search the project name on google. Taking shortcuts can result in more pain and loss of funds/NFTs.
A way to confirm you have the correct contract is to copy the contract address and paste it into LooksRare to see if it’s the official collection.
Contract address on Etherscan

Paste contract address into LooksRare global search

Notice the collection is verified and contract address link opens correct contract

The burn function sends the asset to a “burn” address. In other words an address that has no owner and can’t be controlled by anyone.
In Moonrunners over 500 NFTs got sent to the burn address via the burn function.
This is the first Moonrunner burnt by the Moonrunners team, Moonrunners #8895 - Moonrunners Official | LooksRare. Checkout the Moonrunners lore to find out why they burned the NFT.
Notice the owner 👀

This address 0x0000000000000000000000000000000000000000 receives the burnt NFT and it’s locked in there forever if the burn function is standard.
Contracts are simply code, code can be written to do particular things and take advantage of users who don’t understand what that code does.
Anyone can make a fake contract with any project name. This code can ask you to sign an approval transaction that gives the owner of that contract permission to move your crypto and NFTs.
read the article Breaking Down the Steps of Token Approval from Zapper learn to get a deep dive into approval transactions.
Burn at your own risk and always expect a burnt NFT to be lost forever!
Go to Hop Exchange Bridge
Send a small amount of ETH to Optimism Layer 2 from ETH mainnet (EXAMPLE)
Navigate back to this article
Click on the “Collect” button in the upper right and if needed switch to the optimism network when prompted by metamask
With the ETH you sent to Optimism Layer 2 you can mint the article by clicking “Collect” again and completing the mint transaction
Congrats you now have a NFT on Optimism and you might be eligible for future airdrops from Optimism
Written by Squirt11e
Dev / PM @DeadHeadsNFT
Team Lead @rebudNFT
Twitter @squirt11e
Web3 builder | NFT collector | DeFi believer | Glass always half full
Burning NFTs is something that people hear about often but the actual practice of doing so safely isn’t as known.
When you’re making moves in the wild west of web3 it’s good to know how to look at contracts and interact with them directly.
Two projects in particular have had burn mechanics included in their lore, We Are All Going to Die and Moonrunners. Between the two there have been close to 800 NFTs burned.
Because of that we are going to use the Moonrunners contract as our example. Moonrunners Contract Link
Before we dive in, burn your NFTs at your own risk! When a NFT is burnt it is gone forever and there is no support line you can call to get your NFT back.
It’s also very common to have the burn function included in a NFT contract. It allows the owner of the NFT to do whatever they want with it. Just because a burn function is in a contract doesn’t imply anything.
Step by step guide:
After navigating to the contract link above connect your wallet to etherscan by clicking on “Connect to Web3”
Under the “Contract” tab click “Write Contract” to view functions
If the contract has one, find function named “burn”
Add the token ID of a Moonrunner that is in the connected wallet. Burn function should only ask for a tokenID
Click “write”, complete the transaction and that Moonrunner will be burned

When interacting with anything from a NFT project it’s important to be incredibly certain to interact with official links. In general going to the projects official twitter page is a good place to start.
With Moonrunners the contract link is in the link tree link on their twitter page. It’s incredibly important to take your time and make sure you are interacting with the official contract.

Always look for contract links via the projects official twitter profile or website. Don’t randomly search the project name on google. Taking shortcuts can result in more pain and loss of funds/NFTs.
A way to confirm you have the correct contract is to copy the contract address and paste it into LooksRare to see if it’s the official collection.
Contract address on Etherscan

Paste contract address into LooksRare global search

Notice the collection is verified and contract address link opens correct contract

The burn function sends the asset to a “burn” address. In other words an address that has no owner and can’t be controlled by anyone.
In Moonrunners over 500 NFTs got sent to the burn address via the burn function.
This is the first Moonrunner burnt by the Moonrunners team, Moonrunners #8895 - Moonrunners Official | LooksRare. Checkout the Moonrunners lore to find out why they burned the NFT.
Notice the owner 👀

This address 0x0000000000000000000000000000000000000000 receives the burnt NFT and it’s locked in there forever if the burn function is standard.
Contracts are simply code, code can be written to do particular things and take advantage of users who don’t understand what that code does.
Anyone can make a fake contract with any project name. This code can ask you to sign an approval transaction that gives the owner of that contract permission to move your crypto and NFTs.
read the article Breaking Down the Steps of Token Approval from Zapper learn to get a deep dive into approval transactions.
Burn at your own risk and always expect a burnt NFT to be lost forever!
Go to Hop Exchange Bridge
Send a small amount of ETH to Optimism Layer 2 from ETH mainnet (EXAMPLE)
Navigate back to this article
Click on the “Collect” button in the upper right and if needed switch to the optimism network when prompted by metamask
With the ETH you sent to Optimism Layer 2 you can mint the article by clicking “Collect” again and completing the mint transaction
Congrats you now have a NFT on Optimism and you might be eligible for future airdrops from Optimism
Written by Squirt11e
Dev / PM @DeadHeadsNFT
Team Lead @rebudNFT
Twitter @squirt11e
Web3 builder | NFT collector | DeFi believer | Glass always half full
<100 subscribers
<100 subscribers
No activity yet