Skip to content

Commit

Permalink
Feature/bitkeep (#183)
Browse files Browse the repository at this point in the history
* Create empty.txt

Creating the rarible empty text file

* Adding events for Rarible market place

Events are extracted from Contract Parser.

The address is a proxy contract, the ABI is from the smart contract behind the proxy

* Delete airflow/dags/resources/stages/parse/table_definitions/rarible/empty.txt

deleting empty.txt file

* uploading new files

Moved all contract address to lower caps

* Create bitkeep directory

via empty.txt

* Uploading ABI

ABI from contract parser

* Delete airflow/dags/resources/stages/parse/table_definitions/bitkeep/empty.txt

deleting empty file to clean up directory
  • Loading branch information
jasonbxu committed Aug 30, 2023
1 parent 59f74e6 commit db88064
Show file tree
Hide file tree
Showing 8 changed files with 355 additions and 0 deletions.
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": "0xfbf4c42bb3981e6d5b85ad340d7f0213db7b132c",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bitkeep",
"schema": [
{
"description": "",
"name": "previousOwner",
"type": "STRING"
},
{
"description": "",
"name": "newOwner",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BKExchangeRouter_event_OwnershipTransferred"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "Paused",
"type": "event"
},
"contract_address": "0xfbf4c42bb3981e6d5b85ad340d7f0213db7b132c",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bitkeep",
"schema": [
{
"description": "",
"name": "account",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BKExchangeRouter_event_Paused"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
}
],
"name": "RescueERC1155",
"type": "event"
},
"contract_address": "0xfbf4c42bb3981e6d5b85ad340d7f0213db7b132c",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bitkeep",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "recipient",
"type": "STRING"
},
{
"description": "",
"name": "ids",
"type": "STRING"
},
{
"description": "",
"name": "amounts",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BKExchangeRouter_event_RescueERC1155"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "recipient",
"type": "address"
}
],
"name": "RescueERC20",
"type": "event"
},
"contract_address": "0xfbf4c42bb3981e6d5b85ad340d7f0213db7b132c",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bitkeep",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "recipient",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BKExchangeRouter_event_RescueERC20"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "ids",
"type": "uint256[]"
}
],
"name": "RescueERC721",
"type": "event"
},
"contract_address": "0xfbf4c42bb3981e6d5b85ad340d7f0213db7b132c",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bitkeep",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "recipient",
"type": "STRING"
},
{
"description": "",
"name": "ids",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BKExchangeRouter_event_RescueERC721"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "RescueETH",
"type": "event"
},
"contract_address": "0xfbf4c42bb3981e6d5b85ad340d7f0213db7b132c",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bitkeep",
"schema": [
{
"description": "",
"name": "recipient",
"type": "STRING"
},
{
"description": "",
"name": "amount",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BKExchangeRouter_event_RescueETH"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "isOperator",
"type": "bool"
}
],
"name": "SetOperator",
"type": "event"
},
"contract_address": "0xfbf4c42bb3981e6d5b85ad340d7f0213db7b132c",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bitkeep",
"schema": [
{
"description": "",
"name": "operator",
"type": "STRING"
},
{
"description": "",
"name": "isOperator",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BKExchangeRouter_event_SetOperator"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "Unpaused",
"type": "event"
},
"contract_address": "0xfbf4c42bb3981e6d5b85ad340d7f0213db7b132c",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "bitkeep",
"schema": [
{
"description": "",
"name": "account",
"type": "STRING"
}
],
"table_description": "",
"table_name": "BKExchangeRouter_event_Unpaused"
}
}

0 comments on commit db88064

Please sign in to comment.