A simple Ethereum-compatible wallet contract deployed and verified on Base Mainnet.
It allows the contract owner to securely store, withdraw, and track ETH transactions on-chain.
- Address:
0x54C4d4e6F51345a50d29352dFA5EC1b742041c85 - Network: Base Mainnet
- Status: β Verified on BaseScan
- License: MIT
- Deposit ETH with a custom description
- Withdraw ETH (only contract owner)
| Function | Description |
|---|---|
deposit(string) |
Deposit ETH into the wallet with an optional description |
withdraw(address payable, uint256, string) |
Withdraw ETH to a specified address (only owner) |
This project is licensed under the MIT License.