Commit 306aaa3a authored by Lint Action's avatar Lint Action

Fix code style issues with ESLint

parent d08cae17
[ [
{ {
"inputs":[ "inputs": [
{ {
"components":[ "components": [
{ {
"internalType":"address", "internalType": "address",
"name":"target", "name": "target",
"type":"address" "type": "address"
}, },
{ {
"internalType":"bytes", "internalType": "bytes",
"name":"callData", "name": "callData",
"type":"bytes" "type": "bytes"
} }
], ],
"internalType":"struct Multicall2.Call[]", "internalType": "struct Multicall2.Call[]",
"name":"calls", "name": "calls",
"type":"tuple[]" "type": "tuple[]"
} }
], ],
"name":"aggregate", "name": "aggregate",
"outputs":[ "outputs": [
{ {
"internalType":"uint256", "internalType": "uint256",
"name":"blockNumber", "name": "blockNumber",
"type":"uint256" "type": "uint256"
}, },
{ {
"internalType":"bytes[]", "internalType": "bytes[]",
"name":"returnData", "name": "returnData",
"type":"bytes[]" "type": "bytes[]"
} }
], ],
"stateMutability":"nonpayable", "stateMutability": "nonpayable",
"type":"function" "type": "function"
}, },
{ {
"inputs":[ "inputs": [
{ {
"components":[ "components": [
{ {
"internalType":"address", "internalType": "address",
"name":"target", "name": "target",
"type":"address" "type": "address"
}, },
{ {
"internalType":"bytes", "internalType": "bytes",
"name":"callData", "name": "callData",
"type":"bytes" "type": "bytes"
} }
], ],
"internalType":"struct Multicall2.Call[]", "internalType": "struct Multicall2.Call[]",
"name":"calls", "name": "calls",
"type":"tuple[]" "type": "tuple[]"
} }
], ],
"name":"blockAndAggregate", "name": "blockAndAggregate",
"outputs":[ "outputs": [
{ {
"internalType":"uint256", "internalType": "uint256",
"name":"blockNumber", "name": "blockNumber",
"type":"uint256" "type": "uint256"
}, },
{ {
"internalType":"bytes32", "internalType": "bytes32",
"name":"blockHash", "name": "blockHash",
"type":"bytes32" "type": "bytes32"
}, },
{ {
"components":[ "components": [
{ {
"internalType":"bool", "internalType": "bool",
"name":"success", "name": "success",
"type":"bool" "type": "bool"
}, },
{ {
"internalType":"bytes", "internalType": "bytes",
"name":"returnData", "name": "returnData",
"type":"bytes" "type": "bytes"
} }
], ],
"internalType":"struct Multicall2.Result[]", "internalType": "struct Multicall2.Result[]",
"name":"returnData", "name": "returnData",
"type":"tuple[]" "type": "tuple[]"
} }
], ],
"stateMutability":"nonpayable", "stateMutability": "nonpayable",
"type":"function" "type": "function"
}, },
{ {
"inputs":[ "inputs": [
{ {
"internalType":"uint256", "internalType": "uint256",
"name":"blockNumber", "name": "blockNumber",
"type":"uint256" "type": "uint256"
} }
], ],
"name":"getBlockHash", "name": "getBlockHash",
"outputs":[ "outputs": [
{ {
"internalType":"bytes32", "internalType": "bytes32",
"name":"blockHash", "name": "blockHash",
"type":"bytes32" "type": "bytes32"
} }
], ],
"stateMutability":"view", "stateMutability": "view",
"type":"function" "type": "function"
}, },
{ {
"inputs":[ "inputs": [],
"name": "getBlockNumber",
], "outputs": [
"name":"getBlockNumber", {
"outputs":[ "internalType": "uint256",
{ "name": "blockNumber",
"internalType":"uint256", "type": "uint256"
"name":"blockNumber", }
"type":"uint256" ],
} "stateMutability": "view",
], "type": "function"
"stateMutability":"view", },
"type":"function" {
}, "inputs": [],
{ "name": "getCurrentBlockCoinbase",
"inputs":[ "outputs": [
{
], "internalType": "address",
"name":"getCurrentBlockCoinbase", "name": "coinbase",
"outputs":[ "type": "address"
{ }
"internalType":"address", ],
"name":"coinbase", "stateMutability": "view",
"type":"address" "type": "function"
} },
], {
"stateMutability":"view", "inputs": [],
"type":"function" "name": "getCurrentBlockDifficulty",
}, "outputs": [
{ {
"inputs":[ "internalType": "uint256",
"name": "difficulty",
], "type": "uint256"
"name":"getCurrentBlockDifficulty", }
"outputs":[ ],
{ "stateMutability": "view",
"internalType":"uint256", "type": "function"
"name":"difficulty", },
"type":"uint256" {
} "inputs": [],
], "name": "getCurrentBlockGasLimit",
"stateMutability":"view", "outputs": [
"type":"function" {
}, "internalType": "uint256",
{ "name": "gaslimit",
"inputs":[ "type": "uint256"
}
], ],
"name":"getCurrentBlockGasLimit", "stateMutability": "view",
"outputs":[ "type": "function"
{ },
"internalType":"uint256", {
"name":"gaslimit", "inputs": [],
"type":"uint256" "name": "getCurrentBlockTimestamp",
} "outputs": [
], {
"stateMutability":"view", "internalType": "uint256",
"type":"function" "name": "timestamp",
}, "type": "uint256"
{ }
"inputs":[ ],
"stateMutability": "view",
], "type": "function"
"name":"getCurrentBlockTimestamp", },
"outputs":[ {
{ "inputs": [
"internalType":"uint256", {
"name":"timestamp", "internalType": "address",
"type":"uint256" "name": "addr",
} "type": "address"
], }
"stateMutability":"view", ],
"type":"function" "name": "getEthBalance",
}, "outputs": [
{ {
"inputs":[ "internalType": "uint256",
{ "name": "balance",
"internalType":"address", "type": "uint256"
"name":"addr", }
"type":"address" ],
} "stateMutability": "view",
], "type": "function"
"name":"getEthBalance", },
"outputs":[ {
{ "inputs": [],
"internalType":"uint256", "name": "getLastBlockHash",
"name":"balance", "outputs": [
"type":"uint256" {
} "internalType": "bytes32",
], "name": "blockHash",
"stateMutability":"view", "type": "bytes32"
"type":"function" }
}, ],
{ "stateMutability": "view",
"inputs":[ "type": "function"
},
], {
"name":"getLastBlockHash", "inputs": [
"outputs":[ {
{ "internalType": "bool",
"internalType":"bytes32", "name": "requireSuccess",
"name":"blockHash", "type": "bool"
"type":"bytes32" },
} {
], "components": [
"stateMutability":"view", {
"type":"function" "internalType": "address",
}, "name": "target",
{ "type": "address"
"inputs":[ },
{ {
"internalType":"bool", "internalType": "bytes",
"name":"requireSuccess", "name": "callData",
"type":"bool" "type": "bytes"
}, }
{ ],
"components":[ "internalType": "struct Multicall2.Call[]",
{ "name": "calls",
"internalType":"address", "type": "tuple[]"
"name":"target", }
"type":"address" ],
}, "name": "tryAggregate",
{ "outputs": [
"internalType":"bytes", {
"name":"callData", "components": [
"type":"bytes" {
} "internalType": "bool",
], "name": "success",
"internalType":"struct Multicall2.Call[]", "type": "bool"
"name":"calls", },
"type":"tuple[]" {
} "internalType": "bytes",
], "name": "returnData",
"name":"tryAggregate", "type": "bytes"
"outputs":[ }
{ ],
"components":[ "internalType": "struct Multicall2.Result[]",
{ "name": "returnData",
"internalType":"bool", "type": "tuple[]"
"name":"success", }
"type":"bool" ],
}, "stateMutability": "nonpayable",
{ "type": "function"
"internalType":"bytes", },
"name":"returnData", {
"type":"bytes" "inputs": [
} {
], "internalType": "bool",
"internalType":"struct Multicall2.Result[]", "name": "requireSuccess",
"name":"returnData", "type": "bool"
"type":"tuple[]" },
} {
], "components": [
"stateMutability":"nonpayable", {
"type":"function" "internalType": "address",
}, "name": "target",
{ "type": "address"
"inputs":[ },
{ {
"internalType":"bool", "internalType": "bytes",
"name":"requireSuccess", "name": "callData",
"type":"bool" "type": "bytes"
}, }
{ ],
"components":[ "internalType": "struct Multicall2.Call[]",
{ "name": "calls",
"internalType":"address", "type": "tuple[]"
"name":"target", }
"type":"address" ],
}, "name": "tryBlockAndAggregate",
{ "outputs": [
"internalType":"bytes", {
"name":"callData", "internalType": "uint256",
"type":"bytes" "name": "blockNumber",
} "type": "uint256"
], },
"internalType":"struct Multicall2.Call[]", {
"name":"calls", "internalType": "bytes32",
"type":"tuple[]" "name": "blockHash",
} "type": "bytes32"
], },
"name":"tryBlockAndAggregate", {
"outputs":[ "components": [
{ {
"internalType":"uint256", "internalType": "bool",
"name":"blockNumber", "name": "success",
"type":"uint256" "type": "bool"
}, },
{ {
"internalType":"bytes32", "internalType": "bytes",
"name":"blockHash", "name": "returnData",
"type":"bytes32" "type": "bytes"
}, }
{ ],
"components":[ "internalType": "struct Multicall2.Result[]",
{ "name": "returnData",
"internalType":"bool", "type": "tuple[]"
"name":"success", }
"type":"bool" ],
}, "stateMutability": "nonpayable",
{ "type": "function"
"internalType":"bytes", }
"name":"returnData", ]
"type":"bytes"
}
],
"internalType":"struct Multicall2.Result[]",
"name":"returnData",
"type":"tuple[]"
}
],
"stateMutability":"nonpayable",
"type":"function"
}
]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment