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", "internalType": "uint256",
"name":"blockNumber", "name": "blockNumber",
"type":"uint256" "type": "uint256"
} }
], ],
"stateMutability":"view", "stateMutability": "view",
"type":"function" "type": "function"
}, },
{ {
"inputs":[ "inputs": [],
"name": "getCurrentBlockCoinbase",
], "outputs": [
"name":"getCurrentBlockCoinbase",
"outputs":[
{ {
"internalType":"address", "internalType": "address",
"name":"coinbase", "name": "coinbase",
"type":"address" "type": "address"
} }
], ],
"stateMutability":"view", "stateMutability": "view",
"type":"function" "type": "function"
}, },
{ {
"inputs":[ "inputs": [],
"name": "getCurrentBlockDifficulty",
], "outputs": [
"name":"getCurrentBlockDifficulty",
"outputs":[
{ {
"internalType":"uint256", "internalType": "uint256",
"name":"difficulty", "name": "difficulty",
"type":"uint256" "type": "uint256"
} }
], ],
"stateMutability":"view", "stateMutability": "view",
"type":"function" "type": "function"
}, },
{ {
"inputs":[ "inputs": [],
"name": "getCurrentBlockGasLimit",
], "outputs": [
"name":"getCurrentBlockGasLimit",
"outputs":[
{ {
"internalType":"uint256", "internalType": "uint256",
"name":"gaslimit", "name": "gaslimit",
"type":"uint256" "type": "uint256"
} }
], ],
"stateMutability":"view", "stateMutability": "view",
"type":"function" "type": "function"
}, },
{ {
"inputs":[ "inputs": [],
"name": "getCurrentBlockTimestamp",
], "outputs": [
"name":"getCurrentBlockTimestamp",
"outputs":[
{ {
"internalType":"uint256", "internalType": "uint256",
"name":"timestamp", "name": "timestamp",
"type":"uint256" "type": "uint256"
} }
], ],
"stateMutability":"view", "stateMutability": "view",
"type":"function" "type": "function"
}, },
{ {
"inputs":[ "inputs": [
{ {
"internalType":"address", "internalType": "address",
"name":"addr", "name": "addr",
"type":"address" "type": "address"
} }
], ],
"name":"getEthBalance", "name": "getEthBalance",
"outputs":[ "outputs": [
{ {
"internalType":"uint256", "internalType": "uint256",
"name":"balance", "name": "balance",
"type":"uint256" "type": "uint256"
} }
], ],
"stateMutability":"view", "stateMutability": "view",
"type":"function" "type": "function"
}, },
{ {
"inputs":[ "inputs": [],
"name": "getLastBlockHash",
], "outputs": [
"name":"getLastBlockHash",
"outputs":[
{ {
"internalType":"bytes32", "internalType": "bytes32",
"name":"blockHash", "name": "blockHash",
"type":"bytes32" "type": "bytes32"
} }
], ],
"stateMutability":"view", "stateMutability": "view",
"type":"function" "type": "function"
}, },
{ {
"inputs":[ "inputs": [
{ {
"internalType":"bool", "internalType": "bool",
"name":"requireSuccess", "name": "requireSuccess",
"type":"bool" "type": "bool"
}, },
{ {
"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":"tryAggregate", "name": "tryAggregate",
"outputs":[ "outputs": [
{ {
"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":"bool", "internalType": "bool",
"name":"requireSuccess", "name": "requireSuccess",
"type":"bool" "type": "bool"
}, },
{ {
"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":"tryBlockAndAggregate", "name": "tryBlockAndAggregate",
"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"
} }
] ]
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