Address In Solidity

[Solved] Address In Solidity | Solidity - Code Explorer | yomemimo.com
Question : address(0) solidity

Answered by : talented-tapir-w9w3z99z6qka

0x0000000000000000000000000000000000000000

Source : | Last Update : Tue, 07 Jun 22

Question : address in solidity

Answered by : naughty-newt-onywpomrdx7m

address x = 0x212;
address myAddress = this;
if (x.balance < 10 && myAddress.balance >= 10) x.transfer(10);

Source : https://www.tutorialspoint.com/solidity/solidity_types.htm | Last Update : Fri, 19 Nov 21

Answers related to address in solidity

Code Explorer Popular Question For Solidity