An Ethereum Smart Contract to create trust funds for my future kids.
Created an Ethereum Smart Contract which has following functions:
- Add addresses to different 'kids'.
- Withdraw the amounts after fixed time.
- Add addresses for multiple 'kids'.
Smart Contract was made secure by providing the access to constructor 'admin' for modifications. Code was also optimised to lower the gas fees.