-
I don’t know what is wrong with my code, could someone help me? pragma solidity >=0.4.22 <0.7.0; pragma experimental ABIEncoderV2; …
- 17 views
- 0 answers
- 0 votes
-
I recently did a course on uDemy and get the first concepts. I’m starting to build a real-life app for …
- 20 views
- 0 answers
- 0 votes
-
How to emit utf8 message (such as Chinese) in the code below? pragma solidity ^0.7.2; modifier buyerOnly() { require( msg.sender …
- 24 views
- 0 answers
- 0 votes
-
I am trying to execute deposit and withdraw function from yDAI (yearn.finance) within the same transaction using web3 encodeFunctionCall. deposit …
- 27 views
- 0 answers
- 0 votes
-
I have a good working Solidity contract (a fun little ERC-721 Contract) that emits an event when the user buys …
- 40 views
- 0 answers
- 0 votes
-
Please, the error messsage is in this imgur link, how’s that even possible? They are the same network, but I …
- 25 views
- 1 answers
- 0 votes
-
With our Ethereum Wallet, we submit smart contracts with a nodejs script connected to Geth. Usually transactions are mined without …
- 31 views
- 0 answers
- 0 votes
-
Python version: 3.8.5 Solc version: 0.7.0+commit.9e61f92b.Linux.g++ Slither version: 0.6.13 When trying to run slither . on a solidity contract I …
- 20 views
- 0 answers
- 0 votes
-
I have this numbers: uint256 numbers = 123456789; I need to extract the two first number (12) into uint variable. …
- 0 views
- 0 answers
- 0 votes
-
I have this numbers: uint256 numbers = 123456789; I need to extract the two first number (12) into uint variable. …
- 27 views
- 0 answers
- 0 votes