Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solidity

Ethereum/Solidity - Query Transactions

What is the Solidity interface for the RSK Bridge smart contract?

solidity rsk

upgradable smart contracts with Solidity: interface vs library?

How can I get the same return value as solidity `abi.encodePacked` in Golang

go ethereum solidity

Solidity - Solidity code to Input JSON Description

Solidity setting a mapping to empty

How to modelize smart contracts in UML?

uml solidity smartcontracts

Check that object is null in solidity mapping

ethereum solidity

How to return array of address in solidity?

solidity smartcontracts

Member "push" not found or not visible after argument-dependent lookup in address payable[] storage ref

ethereum solidity

ERROR send and transfer are only available for objects of type address payable , not address

solidity

Python Web3 and Ganache error "Method eth_maxPriorityFeePerGas not supported

Solidity, Solc Error: Struct containing a (nested) mapping cannot be constructed

Solidity error: Expected identifier, got 'LParen'

solidity

How to set default parameters to functions in Solidity

solidity

Code not compiling in nodejs,throws out an unexpected error(Web3.js)

No safeTransferFrom function in ethers.js contract instance?

Data on Private Ethereum blockchain lost/disappears after couple of days

Can't send transaction even if I use an example from official Ethereum webpage

How can I return an array of struct in solidity?