This contract creates an immutable list of addresses and percentages and accepts
any token or ETH sent to the contract. It has one function, push() that
allows any ward to push funds to each address in the list in proportion with
its corresponding percentage.
Install dapp.tools
dapp update
make clean
make
make test