Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solidity

I can't get "Typechain" folder when I install dependencies using hardhat

How to decode bytes calldata in a smart contract?

solidity ethers.js hardhat rsk

Abstract Contracts In Solidity TypeError: No arguments passed to the base constructor. Specify the arguments or mark "AssetAcquisition" as abstract

Ethereum/Solidity: Do we need to implement an own "balance"-variable in Contracts?

Hardhat cannot console.log msg.data

ethereum solidity hardhat

ParserError: Source file requires different compiler version (current compiler is 0.8.7+commit.e28d00a7.Emscripten.clang)

how to hardcode bytes in solidity?

solidity remix hardhat

Cannot read properties of undefined (reading 'parseUnits') - Hardhat js

ERC721: transfer caller is not owner nor approved

How to check if the token on opensea is ERC721 or ERC1155 using node.js

Error: contract runner does not support calling (operation="call", code=UNSUPPORTED_OPERATION, version=6.3.0) on ethers.js v6

Call to plugin has timed out compilerMetadata - deployMetadataOf - {"from":"udapp","path":"compilerMetadata"}

ethereum solidity remix

How to deploy multiple solidity smart contracts that uses functions of each other?

Unhandled Rejection (Error): call revert exception

"Migrations" hit an invalid opcode while deploying

Solidity: Functions that require a return value it doesn't return anything but still work

ethereum solidity uniswap

How to check or know that a wallet has tokens in web3 python

gas required exceeds allowance or always failing transaction on Geth private blockchain but works fine in others

_signTypedData method on ethers does not match with ERC712 solidity code