IBundler3: Interface for the Bundler3 contract, which enables batching multiple calls in a single transaction
IBundler3.sol
initiator()
multicall(tuple[])
reenter(tuple[])
reenterHash()
[
{
"inputs": [],
"name": "initiator",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"components": [
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
},
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
},
{
"internalType": "bool",
"name": "skipRevert",
"type": "bool"
},
{
"internalType": "bytes32",
"name": "callbackHash",
"type": "bytes32"
}
],
"internalType": "struct IBundler3.Call[]",
"name": "bundle",
"type": "tuple[]"
}
],
"name": "multicall",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"components": [
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
},
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
},
{
"internalType": "bool",
"name": "skipRevert",
"type": "bool"
},
{
"internalType": "bytes32",
"name": "callbackHash",
"type": "bytes32"
}
],
"internalType": "struct IBundler3.Call[]",
"name": "bundle",
"type": "tuple[]"
}
],
"name": "reenter",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "reenterHash",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
}
]
Was this page helpful?