I hereby claim:
- I am lorentsinani on github.
- I am tavnik1 (https://keybase.io/tavnik1) on keybase.
- I have a public key ASAJO7L9Zeh60RPlxJlFuJEIef0g6HoGM_r3lRjmpq2w7Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // SPDX-License-Identifier: MIT | |
| pragma solidity 0.8.16; | |
| contract Consumer { | |
| function getBalance() public view returns (uint256) { | |
| return address(this).balance; | |
| } | |
| function deposit() public payable {} | |
| } |