Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solidity

Error: The method eth_sendTransaction does not exist/is not available

How to convert uint to string in solidity?

blockchain solidity

How to Logout of MetaMask account Using web3.js

Invalid asm.js: Invalid member of stdlib

solidity

Deleting mapping from mapping in Solidity

ethereum solidity

Truffle error: Error encountered, bailing. Network state unknown. Review successful transactions manually

How to receive and send USDT in a smart contract?

ethereum solidity

Solidity: Returns filtered array of structs without 'push'

solidity

Truffle console variable declaration

ethereum solidity truffle

Why we can't send ether to ethereum address 0x1 via smart contracts

How to send ERC20 token to smart contract balance?

Solidity: Data location must be "memory" or "calldata" for return parameter in function

ethereum solidity

In solidity, keccak 256 function returns a hash value. How many bits does keccak 256 return?

solidity keccak

How to detect if an Ethereum address is an ERC20 token contract?

ethereum solidity erc20

Ethereum Solidity - Does require() use any gas?

Gas requirement of function high: infinite

ethereum solidity web3js web3

How to query the expiry date for an RNS domain?

solidity rsk

Can we get transaction information recorded in the past block using Solidity in the Smart contract?

How to correctly import SafeMath.sol into contract

solidity openzeppelin