Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’° BasicWallet Smart Contract

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.


πŸ”— Deployed Contract


πŸ“œ Features

  • Deposit ETH with a custom description
  • Withdraw ETH (only contract owner)

πŸ› οΈ Functions Overview

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)

πŸ“„ License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages