IMultiSend: This contract allows batching multiple transactions into a single transaction (Interface for the MultiSend contract on Katana)
IMultiSend.sol
0x998739BFdAAdde7C933B942a68053933098f9EDa
multiSend(bytes)
[ { "inputs": [ { "internalType": "bytes", "name": "transactions", "type": "bytes" } ], "name": "multiSend", "outputs": [], "stateMutability": "payable", "type": "function" } ]
Was this page helpful?