Transferring Value
selfbalance()
- exists in Yul but not Solidity, essentiallyaddress(this).balance
The Yul contract will use less gas upon deployment, as well as when calling the withdraw function
Last updated
selfbalance()
- exists in Yul but not Solidity, essentially address(this).balance
The Yul contract will use less gas upon deployment, as well as when calling the withdraw function
Last updated