Solidity SolidityBank Login

Smart Contract

SolidityBank contract is a non-upgradable, unowned, and open-source contract that has been deployed on Ethereum and Avalanche.The official ENS domain is soliditybank.eth ➜It'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 Avalanche, although the SBK token is only on Ethereum. You can choose the most convenient for your needs.Contract address (Sepolia) : 0x44D4512d823632Ff6a98D1CE310105eb56a42612Contract address (Fuji) : 0x38B653551E2B417E6A95CD50A7a00E793b2e5ACd
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;