EthFund project image

EthFund Smart Contract

Solidity / Chainlink / OpenZeppelin

Overview

EthFund is a decentralized smart contract for ETH-based contributions, built on the Ethereum blockchain. It enforces a minimum contribution threshold using Chainlink price feeds and includes security features from OpenZeppelin.

  • Only ETH contributions are supported (no ERC-20s).
  • Minimum contribution set in USD using Chainlink price feeds.
  • Only the contract owner can withdraw funds.
  • Contract is pausable by the owner for emergency stops.
  • Written in Solidity and tested with Foundry.

Contract Address: 0xEf31cb7a45499e26ab6FFcD6eF14A020C24e087F

Technologies

Solidity

Chainlink

OpenZeppelin

Foundry

Makefile

Back