Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 562 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 562 Bytes

Task - Modifiers

  • Growic Solidity Developer Program

Smart contract that saves user balance. This contract has functions that saves the amount a user is depositing into a mapping and a function that searches for user balance inside the mapping and returns the balance of who calls the contract. And functions allows users to save and retrieve their additional info into the smart contract as a KYC measure.

  • The Modifiers ensures that access are granted only to the owner and depositors when the WithdrawFund and AddFund functions are called respectively.