Skip to content

Commit

Permalink
chore: update WRB contract ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed May 25, 2021
1 parent 52551ac commit f8c3179
Showing 1 changed file with 51 additions and 62 deletions.
113 changes: 51 additions & 62 deletions bridges/centralized-ethereum/wrb_abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "_from",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
Expand All @@ -32,12 +26,6 @@
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "_from",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
Expand All @@ -59,18 +47,30 @@
}
],
"stateMutability": "view",
"type": "function",
"constant": true
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"internalType": "address",
"name": "",
"type": "uint256"
"type": "address"
}
],
"name": "isInCommittee",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"name": "committee",
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
Expand All @@ -79,8 +79,7 @@
}
],
"stateMutability": "view",
"type": "function",
"constant": true
"type": "function"
},
{
"inputs": [
Expand All @@ -97,11 +96,6 @@
"name": "requestAddress",
"type": "address"
},
{
"internalType": "address",
"name": "requestor",
"type": "address"
},
{
"internalType": "uint256",
"name": "drOutputHash",
Expand All @@ -124,27 +118,12 @@
},
{
"internalType": "uint256",
"name": "drHash",
"name": "drTxHash",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function",
"constant": true
},
{
"inputs": [],
"name": "witnet",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function",
"constant": true
"type": "function"
},
{
"inputs": [
Expand All @@ -163,8 +142,7 @@
}
],
"stateMutability": "payable",
"type": "function",
"payable": true
"type": "function"
},
{
"inputs": [
Expand All @@ -177,8 +155,7 @@
"name": "upgradeDataRequest",
"outputs": [],
"stateMutability": "payable",
"type": "function",
"payable": true
"type": "function"
},
{
"inputs": [
Expand All @@ -189,7 +166,7 @@
},
{
"internalType": "uint256",
"name": "_drHash",
"name": "_drTxHash",
"type": "uint256"
},
{
Expand Down Expand Up @@ -220,8 +197,7 @@
}
],
"stateMutability": "view",
"type": "function",
"constant": true
"type": "function"
},
{
"inputs": [
Expand All @@ -240,8 +216,7 @@
}
],
"stateMutability": "view",
"type": "function",
"constant": true
"type": "function"
},
{
"inputs": [
Expand All @@ -260,8 +235,7 @@
}
],
"stateMutability": "view",
"type": "function",
"constant": true
"type": "function"
},
{
"inputs": [
Expand All @@ -271,7 +245,7 @@
"type": "uint256"
}
],
"name": "readDrHash",
"name": "readDrTxHash",
"outputs": [
{
"internalType": "uint256",
Expand All @@ -280,8 +254,7 @@
}
],
"stateMutability": "view",
"type": "function",
"constant": true
"type": "function"
},
{
"inputs": [],
Expand All @@ -294,8 +267,7 @@
}
],
"stateMutability": "view",
"type": "function",
"constant": true
"type": "function"
},
{
"inputs": [
Expand All @@ -314,8 +286,7 @@
}
],
"stateMutability": "view",
"type": "function",
"constant": true
"type": "function"
},
{
"inputs": [
Expand All @@ -333,8 +304,26 @@
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function",
"constant": true
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "_bytecode",
"type": "bytes"
}
],
"name": "computeDrOutputHash",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "pure",
"type": "function"
}
]

0 comments on commit f8c3179

Please sign in to comment.