Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding oneplanet #127

Merged
merged 8 commits into from
Feb 14, 2023
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
{
"parser": {
"abi": {
"inputs": [
{
"components": [
{
"internalType": "address",
"name": "offerer",
"type": "address"
},
{
"internalType": "address",
"name": "zone",
"type": "address"
},
{
"components": [
{
"internalType": "enum ItemType",
"name": "itemType",
"type": "uint8"
},
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "uint256",
"name": "identifierOrCriteria",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "startAmount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "endAmount",
"type": "uint256"
}
],
"internalType": "struct OfferItem[]",
"name": "offer",
"type": "tuple[]"
},
{
"components": [
{
"internalType": "enum ItemType",
"name": "itemType",
"type": "uint8"
},
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "uint256",
"name": "identifierOrCriteria",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "startAmount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "endAmount",
"type": "uint256"
},
{
"internalType": "address payable",
"name": "recipient",
"type": "address"
}
],
"internalType": "struct ConsiderationItem[]",
"name": "consideration",
"type": "tuple[]"
},
{
"internalType": "enum OrderType",
"name": "orderType",
"type": "uint8"
},
{
"internalType": "uint256",
"name": "startTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "endTime",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "zoneHash",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "salt",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "conduitKey",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "counter",
"type": "uint256"
}
],
"internalType": "struct OrderComponents[]",
"name": "orders",
"type": "tuple[]"
}
],
"name": "cancel",
"outputs": [
{
"internalType": "bool",
"name": "cancelled",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
"contract_address": "0xcbbecf690e030d096794f7685a1bf4a58378a575",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "oneplanet",
"schema": [
{
"description": "",
"name": "orders",
"type": "STRING"
}
],
"table_description": "",
"table_name": "OnePlanet_call_cancel"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,238 @@
{
"parser": {
"abi": {
"inputs": [
{
"components": [
{
"components": [
{
"internalType": "address",
"name": "offerer",
"type": "address"
},
{
"internalType": "address",
"name": "zone",
"type": "address"
},
{
"components": [
{
"internalType": "enum ItemType",
"name": "itemType",
"type": "uint8"
},
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "uint256",
"name": "identifierOrCriteria",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "startAmount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "endAmount",
"type": "uint256"
}
],
"internalType": "struct OfferItem[]",
"name": "offer",
"type": "tuple[]"
},
{
"components": [
{
"internalType": "enum ItemType",
"name": "itemType",
"type": "uint8"
},
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "uint256",
"name": "identifierOrCriteria",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "startAmount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "endAmount",
"type": "uint256"
},
{
"internalType": "address payable",
"name": "recipient",
"type": "address"
}
],
"internalType": "struct ConsiderationItem[]",
"name": "consideration",
"type": "tuple[]"
},
{
"internalType": "enum OrderType",
"name": "orderType",
"type": "uint8"
},
{
"internalType": "uint256",
"name": "startTime",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "endTime",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "zoneHash",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "salt",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "conduitKey",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "totalOriginalConsiderationItems",
"type": "uint256"
}
],
"internalType": "struct OrderParameters",
"name": "parameters",
"type": "tuple"
},
{
"internalType": "uint120",
"name": "numerator",
"type": "uint120"
},
{
"internalType": "uint120",
"name": "denominator",
"type": "uint120"
},
{
"internalType": "bytes",
"name": "signature",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "extraData",
"type": "bytes"
}
],
"internalType": "struct AdvancedOrder",
"name": "advancedOrder",
"type": "tuple"
},
{
"components": [
{
"internalType": "uint256",
"name": "orderIndex",
"type": "uint256"
},
{
"internalType": "enum Side",
"name": "side",
"type": "uint8"
},
{
"internalType": "uint256",
"name": "index",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "identifier",
"type": "uint256"
},
{
"internalType": "bytes32[]",
"name": "criteriaProof",
"type": "bytes32[]"
}
],
"internalType": "struct CriteriaResolver[]",
"name": "criteriaResolvers",
"type": "tuple[]"
},
{
"internalType": "bytes32",
"name": "fulfillerConduitKey",
"type": "bytes32"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
}
],
"name": "fulfillAdvancedOrder",
"outputs": [
{
"internalType": "bool",
"name": "fulfilled",
"type": "bool"
}
],
"stateMutability": "payable",
"type": "function"
},
"contract_address": "0xcbbecf690e030d096794f7685a1bf4a58378a575",
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "oneplanet",
"schema": [
{
"description": "",
"name": "advancedOrder",
"type": "STRING"
},
{
"description": "",
"name": "criteriaResolvers",
"type": "STRING"
},
{
"description": "",
"name": "fulfillerConduitKey",
"type": "STRING"
},
{
"description": "",
"name": "recipient",
"type": "STRING"
}
],
"table_description": "",
"table_name": "OnePlanet_call_fulfillAdvancedOrder"
}
}
Loading