diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-04-11 18:32:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-11 18:32:57 +0800 |
commit | 976b7ed1734170925299f1c6c05a5e12a518150b (patch) | |
tree | f52b4717cbfa97ae5221fa64693b246aa45f9c97 /dex | |
parent | b7ca8e6c9bafda89c91aa3d35a8feb3f9f6bab25 (diff) | |
download | dexon-976b7ed1734170925299f1c6c05a5e12a518150b.tar.gz dexon-976b7ed1734170925299f1c6c05a5e12a518150b.tar.zst dexon-976b7ed1734170925299f1c6c05a5e12a518150b.zip |
dex: update recovery contract ABI (#357)
Diffstat (limited to 'dex')
-rw-r--r-- | dex/recovery.go | 54 |
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": [], |