Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solidity

How to initialize a mapping in Solidity, what is the best practice?

solidity smartcontracts

What's the difference between "require" and "if" statement in a solidity smart contract

solidity smartcontracts

Error: data out-of-bounds (length=3, offset=32, code=BUFFER_OVERRUN, version=abi/5.0.7) next-js, ethereum

How to convert address type to bytes32 via web3?

ethereum solidity web3js

Solidity Assembly, the mstore function, and the width of a word in bytes

Get token metadata inside the smart-contract for game functions

metadata solidity ipfs

TypeError: "send" and "transfer" are only available for objects of type "address payable", not "address" admin.transfer(address(this).balance);

solidity

How to check if an address is an existing address on the ethereum blockchain?

Solidity long string constants over multiple lines

ethereum solidity

How Events in solidity are stored on ethereum blockchain?

What is the benefit of using uncheked?

When is function reverted?

How does EVM memory data location of the first two 32-bytes slot be used?

ethereum solidity evm

Check if msg.sender is a specific type of contract

ERC20: insufficient allowance

Converting string memory to string calldata?

ethereum solidity

Call a function in another contract - Solidity

Supply ETH to Aave through solidity

Why can't I send ether to my smart contract's address?

ethereum solidity