SBK

SolidityBank

SolidityBank contract is a non-upgradable, unowned, and open-source contract that will be deployed on Base (right now on Base-sepolia).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 SBK token is only on Ethereum (right now on Sepolia).Contract address of SolidityBank (Base Sepolia) : 0x2313064aF289c599ab55a1A4D34034fdCfFa8eE4
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;