This contract implements a function that receives a list of addresses
, a ERC20 token contract address
and the amount to send per account
and sends to every contract the amount of tokens.
Remember to Approve
the ERC20
token using the address of the contract before calling splitTokens
function.