Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

How do you compare strings in Solidity?

ethereum solidity

Uncaught Error: Returned values aren't valid, did it run Out of Gas?

what approve and allowance methods are really doing in ERC20 Standard?

Unhandled rejection Error: Invalid JSON RPC response: ""

Composition over inheritance in Solidity - Gas efficiency

What is the initial value of Ethereum contract variables?

ethereum solidity

Why does Solidity suggest me to implement a receive ether function when I have a fallback function?

solidity

Event triggering in solidity

ethereum solidity

Is it possible to modify a variable value from another contract?

ethereum solidity

who is the owner of the contracts deployed using truffle?

Getting the address of a contract deployed by another contract

web3 websocket connection prevents node process from exiting

How do I initialize an array in a struct

Calling external contract in solidity dynamically