hello
This project is a fixed-parameter crowdfunding smart contract built with Solidity and deployed on the Edu Chain. The contract enables users to contribute ETH towards a predefined funding goal within a set duration. If the goal is met, the owner can withdraw the funds; otherwise, contributors can claim refunds.
0xCa06059d13Cea5323bcAae2eBc6b4f40bCa1A119
Fixed Goal - The contract has a predefined funding target (10 ETH).
Fixed Duration - Contributions are accepted for 7 days from deployment.
Contributions - Users can send ETH to participate.
Automatic Refunds - If the goal is not met by the deadline, contributors can withdraw their ETH.
Secure Owner Withdrawal - The contract owner can withdraw funds only if the funding goal is met.
Users Contribute - Anyone can send ETH to the contract address.
Goal Reached?
✅ Yes → Owner withdraws funds after the deadline.
❌ No → Contributors can claim refunds.
Secure Transactions - Funds are stored safely in the contract until withdrawal or refund conditions are met.
0xCa06059d13Cea5323bcAae2eBc6b4f40bCa1A119
Send ETH to the contract to contribute.
Call withdrawFunds()
after the deadline (if goal is met).
Call claimRefund()
after the deadline (if goal is NOT met).
Solidity - Smart contract language
Edu Chain - Blockchain network
Ethereum Virtual Machine (EVM) - Contract execution
This project is released under the MIT License.
If you find this project useful, feel free to fork it, submit PRs, or raise issues!
50
0