🤖Managing Contract

Open Block Explorer (BSCScan, Etherscan, etc)

Go to https://bscscan.com/ or https://etherscan.com or any other in your web browser. These are block explorers for the Ethereum blockchain that allows you to view and interact with smart contracts.

Search for the NFT Contract

Use the search bar at the top of the page to search for the contract by its contract address or name. You can find the contract address by looking for the contract on the blockchain or by checking the documentation for the contract.

Or use the link we've provided to you.

Click on the "Contract" tab

This will take you to the contract's page on Etherscan. On this page, you can view the contract's details, such as its ABI (Application Binary Interface) and bytecode, as well as its transactions and events. If the contract's source code is available, you can view it by clicking on the "Contract Source" tab.

Interact with the Contract

To call functions on the contract or send transactions to it, click on the "Write Contract" tab. This will bring up a form where you can select the function you want to call or the type of transaction you want to send, and enter any required parameters.

Connect your Wallet

Connect your wallet: In order to interact with the NFT contract, you will need to connect your wallet to the blockchain. To do this, click on the "Connect Wallet" link at the top of the corner of the page and follow the prompts to connect your wallet. You can use any wallet that supports the Web3 API, such as MetaMask or TrustWallet using WalletConnect.

Call a function on the Contract

To call a function on the contract, select the function from the dropdown menu and enter any required parameters. Then, click the "Write" button to submit the transaction. The function will be executed on the blockchain, and the result will be displayed on the page.

Send a Transaction to the Contract

To send a transaction to the contract, such as transferring ownership of an NFT, select the "Send Transaction" option from the dropdown menu and enter the required parameters. Then, click the "Write" button to submit the transaction. The transaction will be broadcast to the network, and you will need to pay transaction fees to cover the cost of executing the transaction.

Check the Status of Transaction

You can view the status of your transaction by clicking on the "Transactions" tab and searching for your transaction by its transaction hash. The transaction hash is a unique identifier for the transaction, and you can find it in the confirmation message that appears after you submit the transaction. The transaction hash can also be found in your wallet or on the contract's page.

Last updated