Skip to content

lucidartdev/Simple-Wallet

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

No releases published

Packages

 
 
 

Contributors