mirror of
https://github.com/forta-network/go-multicall.git
synced 2026-07-20 03:36:46 +00:00
Update abi.json
This commit is contained in:
parent
1a46114ff4
commit
ed89e94dcb
1 changed files with 439 additions and 455 deletions
|
|
@ -32,7 +32,7 @@
|
|||
"type": "bytes[]"
|
||||
}
|
||||
],
|
||||
"stateMutability":"view",
|
||||
"stateMutability": "payable",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
"type": "tuple[]"
|
||||
}
|
||||
],
|
||||
"stateMutability":"view",
|
||||
"stateMutability": "payable",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
"type": "tuple[]"
|
||||
}
|
||||
],
|
||||
"stateMutability":"view",
|
||||
"stateMutability": "payable",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
|
|
@ -186,13 +186,11 @@
|
|||
"type": "tuple[]"
|
||||
}
|
||||
],
|
||||
"stateMutability":"view",
|
||||
"stateMutability": "payable",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs":[
|
||||
|
||||
],
|
||||
"inputs": [],
|
||||
"name": "getBasefee",
|
||||
"outputs": [
|
||||
{
|
||||
|
|
@ -224,9 +222,7 @@
|
|||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs":[
|
||||
|
||||
],
|
||||
"inputs": [],
|
||||
"name": "getBlockNumber",
|
||||
"outputs": [
|
||||
{
|
||||
|
|
@ -239,9 +235,7 @@
|
|||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs":[
|
||||
|
||||
],
|
||||
"inputs": [],
|
||||
"name": "getChainId",
|
||||
"outputs": [
|
||||
{
|
||||
|
|
@ -254,9 +248,7 @@
|
|||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs":[
|
||||
|
||||
],
|
||||
"inputs": [],
|
||||
"name": "getCurrentBlockCoinbase",
|
||||
"outputs": [
|
||||
{
|
||||
|
|
@ -269,9 +261,7 @@
|
|||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs":[
|
||||
|
||||
],
|
||||
"inputs": [],
|
||||
"name": "getCurrentBlockDifficulty",
|
||||
"outputs": [
|
||||
{
|
||||
|
|
@ -284,9 +274,7 @@
|
|||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs":[
|
||||
|
||||
],
|
||||
"inputs": [],
|
||||
"name": "getCurrentBlockGasLimit",
|
||||
"outputs": [
|
||||
{
|
||||
|
|
@ -299,9 +287,7 @@
|
|||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs":[
|
||||
|
||||
],
|
||||
"inputs": [],
|
||||
"name": "getCurrentBlockTimestamp",
|
||||
"outputs": [
|
||||
{
|
||||
|
|
@ -333,9 +319,7 @@
|
|||
"type": "function"
|
||||
},
|
||||
{
|
||||
"inputs":[
|
||||
|
||||
],
|
||||
"inputs": [],
|
||||
"name": "getLastBlockHash",
|
||||
"outputs": [
|
||||
{
|
||||
|
|
@ -392,7 +376,7 @@
|
|||
"type": "tuple[]"
|
||||
}
|
||||
],
|
||||
"stateMutability":"view",
|
||||
"stateMutability": "payable",
|
||||
"type": "function"
|
||||
},
|
||||
{
|
||||
|
|
@ -450,7 +434,7 @@
|
|||
"type": "tuple[]"
|
||||
}
|
||||
],
|
||||
"stateMutability":"view",
|
||||
"stateMutability": "payable",
|
||||
"type": "function"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue