Payment Splitter This is a simple Solidity smart contract.
This is a simple Solidity smart contract for splitting payments equally among multiple recipients. The contract automatically distributes any received Ether among a predefined list of recipients.
Splits incoming payments equally among predefined recipients.
Uses a hardcoded list of recipient addresses.
No constructors or input fields required during deployment.
Simple and efficient Ether distribution.
This contract is deployed on the Edu Chain at the following address:
Deployed Address: 0x278C37Cb9b1f53480F9af4eF9d83022852Cd9c51
Send Ether to the contract using the deposit()
function.
The contract will automatically split and transfer the received Ether to the recipients.
This project is open-source and available under the MIT License.
50
0