diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-04-11 18:32:57 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-15 22:09:55 +0800 |
commit | 12de2a1841d7725750c2757629178fcf65c60152 (patch) | |
tree | 1dd91d9d52925749e7220b862952f5bd5ca0b555 | |
parent | 21ac6a5ed287112f685174b482d36392c594f0e8 (diff) | |
download | go-tangerine-12de2a1841d7725750c2757629178fcf65c60152.tar go-tangerine-12de2a1841d7725750c2757629178fcf65c60152.tar.gz go-tangerine-12de2a1841d7725750c2757629178fcf65c60152.tar.bz2 go-tangerine-12de2a1841d7725750c2757629178fcf65c60152.tar.lz go-tangerine-12de2a1841d7725750c2757629178fcf65c60152.tar.xz go-tangerine-12de2a1841d7725750c2757629178fcf65c60152.tar.zst go-tangerine-12de2a1841d7725750c2757629178fcf65c60152.zip |
dex: update recovery contract ABI (#357)
-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": [], |