Skip to content

Commit

Permalink
chore: updated ABIs
Browse files Browse the repository at this point in the history
Co-authored-by:  Mario Cao <[email protected]>
  • Loading branch information
girazoki and mariocao committed Mar 30, 2020
1 parent 8cac706 commit 184246c
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 156 deletions.
70 changes: 29 additions & 41 deletions bridges/ethereum/block_relay_abi.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[
{
"inputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor",
"signature": "constructor"
"type": "constructor"
},
{
"anonymous": false,
Expand All @@ -23,11 +21,9 @@
}
],
"name": "NewBlock",
"type": "event",
"signature": "0xe1c9ac156359e117ba0744ca389de158e27192cd006ad58e099f4beb0b568e17"
"type": "event"
},
{
"constant": true,
"inputs": [
{
"internalType": "uint256",
Expand All @@ -48,13 +44,11 @@
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0xf25b3f99"
"constant": true
},
{
"constant": true,
"inputs": [],
"name": "lastBlock",
"outputs": [
Expand All @@ -69,13 +63,25 @@
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x806b984f"
"constant": true
},
{
"inputs": [],
"name": "witnet",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function",
"constant": true
},
{
"constant": true,
"inputs": [],
"name": "getLastBeacon",
"outputs": [
Expand All @@ -85,13 +91,11 @@
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0xe987ed58"
"constant": true
},
{
"constant": true,
"inputs": [],
"name": "getLastEpoch",
"outputs": [
Expand All @@ -101,13 +105,11 @@
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x398bac63"
"constant": true
},
{
"constant": true,
"inputs": [],
"name": "getLastHash",
"outputs": [
Expand All @@ -117,13 +119,11 @@
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x4a910046"
"constant": true
},
{
"constant": true,
"inputs": [
{
"internalType": "uint256[]",
Expand Down Expand Up @@ -154,13 +154,11 @@
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x1b58f9c7"
"constant": true
},
{
"constant": true,
"inputs": [
{
"internalType": "uint256[]",
Expand Down Expand Up @@ -191,13 +189,11 @@
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x9806e62b"
"constant": true
},
{
"constant": true,
"inputs": [
{
"internalType": "address",
Expand All @@ -213,13 +209,11 @@
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0xbe2adb35"
"constant": true
},
{
"constant": false,
"inputs": [
{
"internalType": "uint256",
Expand All @@ -244,13 +238,10 @@
],
"name": "postNewBlock",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0xd2afe01a"
"type": "function"
},
{
"constant": true,
"inputs": [
{
"internalType": "uint256",
Expand All @@ -262,17 +253,15 @@
"outputs": [
{
"internalType": "uint256",
"name": "drMerkleRoot",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x98276535"
"constant": true
},
{
"constant": true,
"inputs": [
{
"internalType": "uint256",
Expand All @@ -284,13 +273,12 @@
"outputs": [
{
"internalType": "uint256",
"name": "tallyMerkleRoot",
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0xfcc770ee"
"constant": true
}
]
Loading

0 comments on commit 184246c

Please sign in to comment.