Skip to content

Commit

Permalink
update abis
Browse files Browse the repository at this point in the history
  • Loading branch information
thorseldon committed Jun 28, 2024
1 parent efb6323 commit afbdb63
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 0 deletions.
91 changes: 91 additions & 0 deletions abis/LendPool.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,34 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "nftAssets",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "nftTokenIds",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "bidPrices",
"type": "uint256[]"
},
{
"internalType": "address",
"name": "onBehalfOf",
"type": "address"
}
],
"name": "batchAuction",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -476,6 +504,69 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "nftAssets",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "nftTokenIds",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
}
],
"name": "batchLiquidate",
"outputs": [
{
"internalType": "uint256[]",
"name": "",
"type": "uint256[]"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "nftAssets",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "nftTokenIds",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "bidFines",
"type": "uint256[]"
}
],
"name": "batchRedeem",
"outputs": [
{
"internalType": "uint256[]",
"name": "",
"type": "uint256[]"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down
152 changes: 152 additions & 0 deletions abis/PunkGateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,52 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256[]",
"name": "punkIndexs",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "bidPrices",
"type": "uint256[]"
},
{
"internalType": "address",
"name": "onBehalfOf",
"type": "address"
}
],
"name": "batchAuction",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256[]",
"name": "punkIndexs",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "bidPrices",
"type": "uint256[]"
},
{
"internalType": "address",
"name": "onBehalfOf",
"type": "address"
}
],
"name": "batchAuctionETH",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -174,6 +220,112 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256[]",
"name": "punkIndexs",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
}
],
"name": "batchLiquidate",
"outputs": [
{
"internalType": "uint256[]",
"name": "",
"type": "uint256[]"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256[]",
"name": "punkIndexs",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
}
],
"name": "batchLiquidateETH",
"outputs": [
{
"internalType": "uint256[]",
"name": "",
"type": "uint256[]"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256[]",
"name": "punkIndexs",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "bidFines",
"type": "uint256[]"
}
],
"name": "batchRedeem",
"outputs": [
{
"internalType": "uint256[]",
"name": "",
"type": "uint256[]"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256[]",
"name": "punkIndexs",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "bidFines",
"type": "uint256[]"
}
],
"name": "batchRedeemETH",
"outputs": [
{
"internalType": "uint256[]",
"name": "",
"type": "uint256[]"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
Expand Down
91 changes: 91 additions & 0 deletions abis/WETHGateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,34 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "nftAssets",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "nftTokenIds",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "bidPrices",
"type": "uint256[]"
},
{
"internalType": "address",
"name": "onBehalfOf",
"type": "address"
}
],
"name": "batchAuctionETH",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -128,6 +156,69 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "nftAssets",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "nftTokenIds",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
}
],
"name": "batchLiquidateETH",
"outputs": [
{
"internalType": "uint256[]",
"name": "",
"type": "uint256[]"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "nftAssets",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "nftTokenIds",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "bidFines",
"type": "uint256[]"
}
],
"name": "batchRedeemETH",
"outputs": [
{
"internalType": "uint256[]",
"name": "",
"type": "uint256[]"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
Expand Down

0 comments on commit afbdb63

Please sign in to comment.