python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Revert throws "missing revert data" in inherited method
I've got a base contract which I use to add functionality to other contracts by inheritance.
For some reason, neither revert nor require are working as expected when the method is called by a descende...
GGizmos
Votes: 0
Answers: 1
Is it possible to connect someone else's MetaMask account?
I've been told that signing a message on a Dapp is the only way to prove that you actually own the account you are connecting with (i.e., simply connecting your wallet isn't enough because someone cou...
Dimitri Borgers
Votes: 0
Answers: 1
How to verify that a transaction hash is included in a block's transactionsRoot on chain?
I am doing some research to see how you would verify that a transaction hash is included in the transactionsRoot for a specific block in Ethereum. The challenging part for this is that I am trying to ...
0xKitsune
Votes: 0
Answers: 1
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