Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
chore: Add missing abis (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShisui authored Mar 12, 2022
1 parent 655ac00 commit 44cb4d2
Show file tree
Hide file tree
Showing 18 changed files with 4,637 additions and 319 deletions.
554 changes: 554 additions & 0 deletions src/abis/AggregatorFeeSharingWithUniswapV3.json

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
466 changes: 466 additions & 0 deletions src/abis/FeeSharingSystem.json

Large diffs are not rendered by default.

311 changes: 311 additions & 0 deletions src/abis/IExecutionStrategy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,311 @@
[
{
"inputs": [
{
"components": [
{
"internalType": "bool",
"name": "isOrderAsk",
"type": "bool"
},
{
"internalType": "address",
"name": "taker",
"type": "address"
},
{
"internalType": "uint256",
"name": "price",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "minPercentageToAsk",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "params",
"type": "bytes"
}
],
"internalType": "struct OrderTypes.TakerOrder",
"name": "takerAsk",
"type": "tuple"
},
{
"components": [
{
"internalType": "bool",
"name": "isOrderAsk",
"type": "bool"
},
{
"internalType": "address",
"name": "signer",
"type": "address"
},
{
"internalType": "address",
"name": "collection",
"type": "address"
},
{
"internalType": "uint256",
"name": "price",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "address",
"name": "strategy",
"type": "address"
},
{
"internalType": "address",
"name": "currency",
"type": "address"
},
{
"internalType": "uint256",
"name": "nonce",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "startTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "endTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "minPercentageToAsk",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "params",
"type": "bytes"
},
{
"internalType": "uint8",
"name": "v",
"type": "uint8"
},
{
"internalType": "bytes32",
"name": "r",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "s",
"type": "bytes32"
}
],
"internalType": "struct OrderTypes.MakerOrder",
"name": "makerBid",
"type": "tuple"
}
],
"name": "canExecuteTakerAsk",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
},
{
"internalType": "uint256",
"name": "",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"components": [
{
"internalType": "bool",
"name": "isOrderAsk",
"type": "bool"
},
{
"internalType": "address",
"name": "taker",
"type": "address"
},
{
"internalType": "uint256",
"name": "price",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "minPercentageToAsk",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "params",
"type": "bytes"
}
],
"internalType": "struct OrderTypes.TakerOrder",
"name": "takerBid",
"type": "tuple"
},
{
"components": [
{
"internalType": "bool",
"name": "isOrderAsk",
"type": "bool"
},
{
"internalType": "address",
"name": "signer",
"type": "address"
},
{
"internalType": "address",
"name": "collection",
"type": "address"
},
{
"internalType": "uint256",
"name": "price",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "address",
"name": "strategy",
"type": "address"
},
{
"internalType": "address",
"name": "currency",
"type": "address"
},
{
"internalType": "uint256",
"name": "nonce",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "startTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "endTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "minPercentageToAsk",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "params",
"type": "bytes"
},
{
"internalType": "uint8",
"name": "v",
"type": "uint8"
},
{
"internalType": "bytes32",
"name": "r",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "s",
"type": "bytes32"
}
],
"internalType": "struct OrderTypes.MakerOrder",
"name": "makerAsk",
"type": "tuple"
}
],
"name": "canExecuteTakerBid",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
},
{
"internalType": "uint256",
"name": "",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "viewProtocolFee",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
]
Loading

0 comments on commit 44cb4d2

Please sign in to comment.