Skip to content

Commit

Permalink
Add PBM-pilot contracts (#194)
Browse files Browse the repository at this point in the history
* Add PBM-pilot contracts

* Rename
  • Loading branch information
mexcool committed Nov 3, 2023
1 parent 02a3670 commit 44bb497
Show file tree
Hide file tree
Showing 24 changed files with 1,252 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "account",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "approved",
"type": "bool"
}
],
"name": "ApprovalForAll",
"type": "event"
},
"contract_address": "0x28c96a719edc7c1ba3fb1bafcadf470ace9dfd75",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "pbm_amazon",
"schema": [
{
"description": "",
"name": "account",
"type": "STRING"
},
{
"description": "",
"name": "operator",
"type": "STRING"
},
{
"description": "",
"name": "approved",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PBM_event_ApprovalForAll"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "customer",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "spotAmount",
"type": "uint256"
}
],
"name": "FundsAdded",
"type": "event"
},
"contract_address": "0x28c96a719edc7c1ba3fb1bafcadf470ace9dfd75",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "pbm_amazon",
"schema": [
{
"description": "",
"name": "customer",
"type": "STRING"
},
{
"description": "",
"name": "spotAmount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PBM_event_FundsAdded"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "string",
"name": "uri",
"type": "string"
}
],
"name": "MetadataUpdated",
"type": "event"
},
"contract_address": "0x28c96a719edc7c1ba3fb1bafcadf470ace9dfd75",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "pbm_amazon",
"schema": [
{
"description": "",
"name": "tokenId",
"type": "STRING"
},
{
"description": "",
"name": "uri",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PBM_event_MetadataUpdated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "orderId",
"type": "string"
}
],
"name": "OrderCanceled",
"type": "event"
},
"contract_address": "0x28c96a719edc7c1ba3fb1bafcadf470ace9dfd75",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "pbm_amazon",
"schema": [
{
"description": "",
"name": "orderId",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PBM_event_OrderCanceled"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "customer",
"type": "address"
},
{
"indexed": false,
"internalType": "string",
"name": "orderId",
"type": "string"
},
{
"indexed": false,
"internalType": "uint256",
"name": "orderValue",
"type": "uint256"
},
{
"indexed": false,
"internalType": "address",
"name": "fundDisbursementAddress",
"type": "address"
}
],
"name": "OrderCreated",
"type": "event"
},
"contract_address": "0x28c96a719edc7c1ba3fb1bafcadf470ace9dfd75",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "pbm_amazon",
"schema": [
{
"description": "",
"name": "customer",
"type": "STRING"
},
{
"description": "",
"name": "orderId",
"type": "STRING"
},
{
"description": "",
"name": "orderValue",
"type": "STRING"
},
{
"description": "",
"name": "fundDisbursementAddress",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PBM_event_OrderCreated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "customer",
"type": "address"
},
{
"indexed": false,
"internalType": "string",
"name": "orderId",
"type": "string"
}
],
"name": "OrderRedeemed",
"type": "event"
},
"contract_address": "0x28c96a719edc7c1ba3fb1bafcadf470ace9dfd75",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "pbm_amazon",
"schema": [
{
"description": "",
"name": "customer",
"type": "STRING"
},
{
"description": "",
"name": "orderId",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PBM_event_OrderRedeemed"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
},
"contract_address": "0x28c96a719edc7c1ba3fb1bafcadf470ace9dfd75",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "pbm_amazon",
"schema": [
{
"description": "",
"name": "previousOwner",
"type": "STRING"
},
{
"description": "",
"name": "newOwner",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PBM_event_OwnershipTransferred"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "beneficiary",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "ERC20Token",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "ERC20TokenValue",
"type": "uint256"
}
],
"name": "PBMrevokeWithdraw",
"type": "event"
},
"contract_address": "0x28c96a719edc7c1ba3fb1bafcadf470ace9dfd75",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "pbm_amazon",
"schema": [
{
"description": "",
"name": "beneficiary",
"type": "STRING"
},
{
"description": "",
"name": "ERC20Token",
"type": "STRING"
},
{
"description": "",
"name": "ERC20TokenValue",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PBM_event_PBMrevokeWithdraw"
}
}
Loading

0 comments on commit 44bb497

Please sign in to comment.