SolidityBank contract is a non-upgradable, unowned, and open-source contract that will be deployed on Ethereum and Base.The official ENS domain is soliditybank.ethIt's permissionless, anyone can interact with the contract.SolidityBank provides the official interface to make easy the interaction with the contract.The same contract is deployed on Ethereum and Base, although the SBK token is only on Ethereum. You can choose the most convenient for your needs.Contract address (Sepolia) : 0x58FF555A5ac8054A48C88169C09DCA1dE4A31744Contract address (Base Sepolia) : 0xab95884BC5F4063fE2266c8d788A5E5E721A6839
Deposit functionsfunction deposit_ETH() public payable;function deposit_ERC20(address erc20, address recipient, uint256 approved_amount) public;Withdrawal functionsfunction withdraw_ETH(address recipient, uint256 amount) public;function withdraw_ERC20(address erc20, address recipient, uint256 amount) public;