Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solidity

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?

Python equivalent to Solidity u256

python solidity web3py

How to test contract with multiple accounts / addresses in truffle?

testing solidity truffle

How to pass array of structs as argument on etherscan (tuple[])?