badger/api/abis/full/Multicallable.json
2023-03-01 23:27:01 -06:00

22 lines
339 B
JSON

[
{
"inputs": [
{
"internalType": "bytes[]",
"name": "data",
"type": "bytes[]"
}
],
"name": "multicall",
"outputs": [
{
"internalType": "bytes[]",
"name": "",
"type": "bytes[]"
}
],
"stateMutability": "payable",
"type": "function"
}
]