An open API service indexing awesome lists of open source software.

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.

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).