python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I implement a lazy-minting smart contract that doesn't actually mint NFTs?
This is my first experience writing a smart contract, so I am still trying to navigate how this all works. I have a smart contract on the Rinkeby test network that currently works as expected when dep...
Jeramy Usher
Votes: 0
Answers: 2
How to Mint ERC1155 with my own ERC20 token
I'm tryin to mint my ERC1155 nfts with my own ERC20 so i did the following :
1- created a variable of ERC20
ERC20 public FCG = FCG<br>
and in the constructor i pass the address of the ERC20 t...
melhasso
Votes: 0
Answers: 1
I tried using interface to get owner address from another NFT smart contract (ERC721), what have I done wrong?
I tried using interface to get the owner address from another NFT smart contract (ERC721) like this:
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.13;
interface INft {
function owner() ex...
Tan Han Wei
Votes: 0
Answers: 0
Smart contract - dividend cash payment
I am wondering if it is possible to setup a smart contract which returns cash (and not a token) directly to the wallet of the NFT's owner every time a company decides to do a dividend payment (for exa...
Toni_rider
Votes: 0
Answers: 1