Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solidity

In remix Ide what does this notification means? "You have not set a script to run. Set it with @custom:dev-run-script NatSpec tag"

blockchain solidity remix

Ethers.js, send money to a smart contract (receive function)

How is gas usage calculated when using if statements

ethereum solidity

Best Practices for Verifying Ownership of an NFT ERC-721 Token

Time manipulation in a hardhat test

solidity hardhat

difference between interface and abstract contract in solidity

Error: invalid BigNumber value (argument="value", value={"value":"25000000000000000"}, code=INVALID_ARGUMENT, version=bignumber/5.5.0)

How to delete an image saved in IPFS blockchain?

Execution reverted during call: This transaction will likely revert. If you wish to broadcast, include `allow_revert:True`

How to implement onERC721Received function

solidity

How do you Associate/Dissociate an HTS token using EVM transaction?

solidity hedera-hashgraph

Solidity: Using mapping and code design for lottery contract address

Solidity: Declaration Error: identifier not found or not unique. mapping(string=> team) teams; ^_ _^

solidity declaration

How to fix the error "This declaration shadows an existing declaration" in Solidity?

solidity

solidity payable constructor from contract

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