[
{
"inputs": [
{
"internalType": "address",
"name": "emitter",
"type": "address"
}
],
"name": "EtherTransferFail",
"type": "error"
},
{
"inputs": [
{
"components": [
{
"components": [
{
"internalType": "address payable",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"internalType": "struct IBatchDistributor.Transaction[]",
"name": "txns",
"type": "tuple[]"
}
],
"internalType": "struct IBatchDistributor.Batch",
"name": "batch",
"type": "tuple"
}
],
"name": "distributeEther",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "contract IERC20",
"name": "token",
"type": "address"
},
{
"components": [
{
"components": [
{
"internalType": "address payable",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"internalType": "struct IBatchDistributor.Transaction[]",
"name": "txns",
"type": "tuple[]"
}
],
"internalType": "struct IBatchDistributor.Batch",
"name": "batch",
"type": "tuple"
}
],
"name": "distributeToken",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]