# Huge Airdrop Chance- Base 

By [Biggest Crypto Events here....](https://paragraph.com/@sahijeevan) · 2023-04-09

---

![](https://storage.googleapis.com/papyrus_images/82996d8158c435c87888529a3047976e555472a9f73031aa5e9f3f6b8e311fb2.png)

How to Do:

1)Add Network Base Net Work

👇 Base Goerli Network URL [https://goerli.base.org](https://goerli.base.org) Chain ID 84531 Currency symbol ETH

2.  Faucet Eth
    

![](https://storage.googleapis.com/papyrus_images/cea411466b9b5c4df536381f963e67e9c959a62d68277bfabc4b15cee0cb4d77.png)

Faucet: [https://goerlifaucet.com/](https://goerlifaucet.com/) [https://goerli-faucet.pk910.de/](https://goerli-faucet.pk910.de/) [https://faucet.paradigm.xyz/](https://faucet.paradigm.xyz/)

3.    
    

![](https://storage.googleapis.com/papyrus_images/20416b476a60be25263e7d7bc0cf9f9d2ce01c384a9d27d5c9acb4e14727c02a.png)

Bridge [https://bridge.base.org/](https://bridge.base.org/) [https://faucet.quicknode.com/base/goerli](https://faucet.quicknode.com/base/goerli)

4.    
    

Copy Code:

// SPDX-License-Identifier: MIT pragma solidity ^0.8.17;

import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; import "@openzeppelin/contracts/utils/Counters.sol";

contract NFT is ERC721 { using Counters for Counters.Counter; Counters.Counter private currentTokenId;

    constructor() ERC721("NFT Name", "NFT") {}
    
    function mint(address recipient)
        public
        returns (uint256)
    {
        currentTokenId.increment();
        uint256 tokenId = currentTokenId.current();
        _safeMint(recipient, tokenId);
        return tokenId;
    }
    

}

![](https://storage.googleapis.com/papyrus_images/f6756d0c3ac46caec058a119a398ca7f4084a34f80a6c36ee3346ee44561b32c.png)

5.  Deploy here👇👇 [https://remix.ethereum.org/](https://remix.ethereum.org/)
    

![](https://storage.googleapis.com/papyrus_images/d5a27a01dc197273a1f17227e26b3387343c94812e96c8bc60c3a61333c25f67.png)

*   Click Create New File
    
*   Click "Solidity Compile"
    
*   Click Compile ……. then Your Compile Run successful
    
*   Click Deploy > Injected Provider
    
*   Metamask pop-up will appear to confirm the transaction Just approve it
    
*   When Complete Deploy > you’ll see your deployed contract
    
*   Copy “Contract Address"
    
*   Go Here :- [https://quests.base.org/](https://quests.base.org/)
    

![](https://storage.googleapis.com/papyrus_images/a9f59aad961d6ef82ad49d91e1f57d681ddacd97931089b75de4286ed95040f8.png)

\*

*   Connect With Metamask
    
*   Paste "Contract Address"
    
*   Claim NFT

---

*Originally published on [Biggest Crypto Events here....](https://paragraph.com/@sahijeevan/huge-airdrop-chance-base)*
