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)
Error during minting with code from Opensea guide
I'm trying to deploy my first SmartContract following the Opensea guide. Everything was working fine until I set a price for my tokens and added the payable keyword. Now when I try to mint, I get the ...
cronoklee
Votes: 0
Answers: 1
Upgreadable ERC20 TypeError: Cannot create property 'kind' on string
I created 2 smart contracts.
contract A is ERC20 token and B is a contract that accepts ERC20 A as payment method. When deploying, contract A got deployed but when I passed its proxy address to the in...
kool Erick
Votes: 0
Answers: 1
OpenZeppelin's ownable contract vs require msg.sender
I am currently learning solidity through CryptoZombies and I came across a point where they say ,"setKittyContractAddress is external", so anyone can call it! That means anyone who called th...
Nidhish Shanker
Votes: 0
Answers: 1
Easy way to view a list of the tokens owned by a user?
I'm sure this could be done on the front end as well as from solidity. I saw a few posts that seemed inefficient, where they are creating a new mapping and storing unnecessary data to the blockchain w...
Matt Jaf
Votes: 0
Answers: 1