Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solidity

Solidity : How does function parameters' size affects gas cost?

What is the difference between web3.js and web3-light.js?

ethereum solidity web3js

Most efficient way to check byte array values are within a range/below threshold?

arrays validation solidity

In solidity, do function signatures take data location into account?

solidity evm

Error: Truffle is currently using solc 0.5.16, but one or more of your contracts specify “pragma solidity ^0.8.0”

Interact with the OS hosting an Ethereum node

bash call ethereum solidity

How to pass struct from contract A to contract B? Best practice

structure solidity

How to compare a string with a bytes32 value?

Testing Token with Uniswap liquidity provisioning using hardhat

Storage compatibility: Solidity upgradable smart contract using "proxy" design pattern and changing the mapping type

ethereum solidity

Change the state of a variable of a contract B from a Keeper

Error in plugin @nomiclabs/hardhat-etherscan: The contract verification failed. Reason: Fail - Unable to verify - with arguments

Compute the LP Address of a token pair using web3.py