Skip to content

Commit

Permalink
update abis and networks.json; remove alreadyTaken from auctionInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Oct 18, 2023
1 parent 6a17eef commit 8ff8d29
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 567 deletions.
35 changes: 21 additions & 14 deletions abis/ERC20Pool.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"name": "AuctionNotCleared",
"type": "error"
},
{
"inputs": [],
"name": "AuctionNotTakeable",
"type": "error"
},
{
"inputs": [],
"name": "AuctionPriceGtBucketPrice",
Expand Down Expand Up @@ -319,11 +324,6 @@
"name": "ReserveAuctionTooSoon",
"type": "error"
},
{
"inputs": [],
"name": "TakeNotPastCooldown",
"type": "error"
},
{
"inputs": [],
"name": "TransactionExpired",
Expand Down Expand Up @@ -1265,7 +1265,7 @@
},
{
"internalType": "uint256",
"name": "kickMomp_",
"name": "referencePrice_",
"type": "uint256"
},
{
Expand All @@ -1287,11 +1287,6 @@
"internalType": "address",
"name": "prev_",
"type": "address"
},
{
"internalType": "bool",
"name": "alreadyTaken_",
"type": "bool"
}
],
"stateMutability": "view",
Expand Down Expand Up @@ -2212,7 +2207,13 @@
}
],
"name": "repayDebt",
"outputs": [],
"outputs": [
{
"internalType": "uint256",
"name": "amountRepaid_",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
Expand Down Expand Up @@ -2324,7 +2325,13 @@
}
],
"name": "take",
"outputs": [],
"outputs": [
{
"internalType": "uint256",
"name": "collateralTaken_",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
Expand Down Expand Up @@ -2434,4 +2441,4 @@
"stateMutability": "nonpayable",
"type": "function"
}
]
]
33 changes: 20 additions & 13 deletions abis/ERC721Pool.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"name": "AuctionNotCleared",
"type": "error"
},
{
"inputs": [],
"name": "AuctionNotTakeable",
"type": "error"
},
{
"inputs": [],
"name": "AuctionPriceGtBucketPrice",
Expand Down Expand Up @@ -270,11 +275,6 @@
"name": "ReserveAuctionTooSoon",
"type": "error"
},
{
"inputs": [],
"name": "TakeNotPastCooldown",
"type": "error"
},
{
"inputs": [],
"name": "TransactionExpired",
Expand Down Expand Up @@ -1241,7 +1241,7 @@
},
{
"internalType": "uint256",
"name": "kickMomp_",
"name": "referencePrice_",
"type": "uint256"
},
{
Expand All @@ -1263,11 +1263,6 @@
"internalType": "address",
"name": "prev_",
"type": "address"
},
{
"internalType": "bool",
"name": "alreadyTaken_",
"type": "bool"
}
],
"stateMutability": "view",
Expand Down Expand Up @@ -2251,7 +2246,13 @@
}
],
"name": "repayDebt",
"outputs": [],
"outputs": [
{
"internalType": "uint256",
"name": "amountRepaid_",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
Expand Down Expand Up @@ -2363,7 +2364,13 @@
}
],
"name": "take",
"outputs": [],
"outputs": [
{
"internalType": "uint256",
"name": "collateralTaken_",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
Expand Down
21 changes: 1 addition & 20 deletions abis/PoolInfoUtils.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,25 +484,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "ajnaPool_",
"type": "address"
}
],
"name": "momp",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -697,4 +678,4 @@
"stateMutability": "view",
"type": "function"
}
]
]
Loading

0 comments on commit 8ff8d29

Please sign in to comment.