aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dex/recovery.go54
1 files changed, 0 insertions, 54 deletions
diff --git a/dex/recovery.go b/dex/recovery.go
index 72d3a5376..1393d37df 100644
--- a/dex/recovery.go
+++ b/dex/recovery.go
@@ -138,25 +138,6 @@ const recoveryABI = `
"type": "function"
},
{
- "constant": true,
- "inputs": [
- {
- "name": "",
- "type": "address"
- }
- ],
- "name": "withdrawable",
- "outputs": [
- {
- "name": "",
- "type": "uint256"
- }
- ],
- "payable": false,
- "stateMutability": "view",
- "type": "function"
- },
- {
"constant": false,
"inputs": [
{
@@ -192,23 +173,6 @@ const recoveryABI = `
"inputs": [
{
"indexed": true,
- "name": "owner",
- "type": "address"
- },
- {
- "indexed": false,
- "name": "amount",
- "type": "uint256"
- }
- ],
- "name": "Withdrawn",
- "type": "event"
- },
- {
- "anonymous": false,
- "inputs": [
- {
- "indexed": true,
"name": "previousOwner",
"type": "address"
},
@@ -237,24 +201,6 @@ const recoveryABI = `
},
{
"constant": false,
- "inputs": [
- {
- "name": "height",
- "type": "uint256"
- },
- {
- "name": "value",
- "type": "uint256"
- }
- ],
- "name": "refund",
- "outputs": [],
- "payable": false,
- "stateMutability": "nonpayable",
- "type": "function"
- },
- {
- "constant": false,
"inputs": [],
"name": "withdraw",
"outputs": [],