https://github.com/sdesalas/solidity-contracts
Some useful solidity contracts. Feel free to copy, but dont forget to attribute the author.
https://github.com/sdesalas/solidity-contracts
Last synced: about 2 months ago
JSON representation
Some useful solidity contracts. Feel free to copy, but dont forget to attribute the author.
- Host: GitHub
- URL: https://github.com/sdesalas/solidity-contracts
- Owner: sdesalas
- License: apache-2.0
- Created: 2022-04-21T01:32:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T12:59:15.000Z (about 3 years ago)
- Last Synced: 2025-01-22T15:11:16.723Z (4 months ago)
- Language: Solidity
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solidity-contracts
Some useful solidity contracts. Feel free to copy, but dont forget to attribute the author.
- [MultiDonation.sol](./contracts/MultiDonation/MultiDonation.sol): Handles distribution of ERC20 tokens paid to the contract between a list of addresses that have 'shares' in the overall donation. Based on [OpenZeppelin v4.4.1](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/v4.4.1).