Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solidity

How to fix "Unidentified contract"? OpenSea is unable to “understand” ERC1155

ethereum solidity opensea

How to resolve the error "Invalid type for argument in function call. Invalid implicit conversion from address to address payable requested"

SOLIDITY REMIX compiler, after deploying my contract getting this ERROR (Invalid BigNumber string)

Hardhat compile error with API_URL and Private Key import

Warning Regarding extcodehash in Remix for openzeppelin-contracts

solidity remix

Solidity: Is there a way to get VSCode Intellisense for imported contracts?

I am having a difficulty of understanding interfaces in Solidity. What am I missing?

interface ethereum solidity

Dynamic array in Solidity

ethereum solidity

Do you need SafeMath in Solidity version 0.8+ , and if not, can you still import it?

State Variables in Storage: "lower-order aligned" What does this sentence in the docs mean?

solidity

Solidity tx.destination.call.value(tx.value)(tx.data)

what is the best way to configure solidity contract with react?

how to create new ethereum/solidity contract for each test in javascript/truffle

Error: Returned values aren't valid when trying to call function

definition of base has to precede definition of derived contract

Solidity - Why default getter of a public Struct variable doesn't return every variable inside Struct

ethereum solidity ethers.js

How to fix "insufficient funds for gas * price + value"?

How do I send transactions to RSK deployed smart contract functions via Ethers.js and Hardhat

solidity ethers.js rsk

What is the best practice of copying from array to array in Solidity?