Skip to content

Commit 640b12c

Browse files
add sacred (#365)
1 parent 5d7769f commit 640b12c

18 files changed

+796
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "admin",
10+
"type": "address"
11+
}
12+
],
13+
"name": "AdminChanged",
14+
"type": "event"
15+
},
16+
"contract_address": "0x9d60947d49911e3c262c108f97fe07cde209f9a7",
17+
"field_mapping": {},
18+
"type": "log"
19+
},
20+
"table": {
21+
"dataset_name": "sacred",
22+
"schema": [
23+
{
24+
"description": "",
25+
"name": "admin",
26+
"type": "STRING"
27+
}
28+
],
29+
"table_description": "",
30+
"table_name": "SecuritizeVault_event_AdminChanged"
31+
}
32+
}
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "owner",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "spender",
16+
"type": "address"
17+
},
18+
{
19+
"indexed": false,
20+
"internalType": "uint256",
21+
"name": "value",
22+
"type": "uint256"
23+
}
24+
],
25+
"name": "Approval",
26+
"type": "event"
27+
},
28+
"contract_address": "0x9d60947d49911e3c262c108f97fe07cde209f9a7",
29+
"field_mapping": {},
30+
"type": "log"
31+
},
32+
"table": {
33+
"dataset_name": "sacred",
34+
"schema": [
35+
{
36+
"description": "",
37+
"name": "owner",
38+
"type": "STRING"
39+
},
40+
{
41+
"description": "",
42+
"name": "spender",
43+
"type": "STRING"
44+
},
45+
{
46+
"description": "",
47+
"name": "value",
48+
"type": "STRING"
49+
}
50+
],
51+
"table_description": "",
52+
"table_name": "SecuritizeVault_event_Approval"
53+
}
54+
}
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "sender",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": true,
14+
"internalType": "address",
15+
"name": "owner",
16+
"type": "address"
17+
},
18+
{
19+
"indexed": false,
20+
"internalType": "uint256",
21+
"name": "assets",
22+
"type": "uint256"
23+
},
24+
{
25+
"indexed": false,
26+
"internalType": "uint256",
27+
"name": "shares",
28+
"type": "uint256"
29+
}
30+
],
31+
"name": "Deposit",
32+
"type": "event"
33+
},
34+
"contract_address": "0x9d60947d49911e3c262c108f97fe07cde209f9a7",
35+
"field_mapping": {},
36+
"type": "log"
37+
},
38+
"table": {
39+
"dataset_name": "sacred",
40+
"schema": [
41+
{
42+
"description": "",
43+
"name": "sender",
44+
"type": "STRING"
45+
},
46+
{
47+
"description": "",
48+
"name": "owner",
49+
"type": "STRING"
50+
},
51+
{
52+
"description": "",
53+
"name": "assets",
54+
"type": "STRING"
55+
},
56+
{
57+
"description": "",
58+
"name": "shares",
59+
"type": "STRING"
60+
}
61+
],
62+
"table_description": "",
63+
"table_name": "SecuritizeVault_event_Deposit"
64+
}
65+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": false,
8+
"internalType": "uint64",
9+
"name": "version",
10+
"type": "uint64"
11+
}
12+
],
13+
"name": "Initialized",
14+
"type": "event"
15+
},
16+
"contract_address": "0x9d60947d49911e3c262c108f97fe07cde209f9a7",
17+
"field_mapping": {},
18+
"type": "log"
19+
},
20+
"table": {
21+
"dataset_name": "sacred",
22+
"schema": [
23+
{
24+
"description": "",
25+
"name": "version",
26+
"type": "STRING"
27+
}
28+
],
29+
"table_description": "",
30+
"table_name": "SecuritizeVault_event_Initialized"
31+
}
32+
}
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "sender",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": false,
14+
"internalType": "uint256",
15+
"name": "assets",
16+
"type": "uint256"
17+
},
18+
{
19+
"indexed": false,
20+
"internalType": "uint256",
21+
"name": "shares",
22+
"type": "uint256"
23+
}
24+
],
25+
"name": "Liquidate",
26+
"type": "event"
27+
},
28+
"contract_address": "0x9d60947d49911e3c262c108f97fe07cde209f9a7",
29+
"field_mapping": {},
30+
"type": "log"
31+
},
32+
"table": {
33+
"dataset_name": "sacred",
34+
"schema": [
35+
{
36+
"description": "",
37+
"name": "sender",
38+
"type": "STRING"
39+
},
40+
{
41+
"description": "",
42+
"name": "assets",
43+
"type": "STRING"
44+
},
45+
{
46+
"description": "",
47+
"name": "shares",
48+
"type": "STRING"
49+
}
50+
],
51+
"table_description": "",
52+
"table_name": "SecuritizeVault_event_Liquidate"
53+
}
54+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "sender",
10+
"type": "address"
11+
},
12+
{
13+
"indexed": false,
14+
"internalType": "bool",
15+
"name": "open",
16+
"type": "bool"
17+
}
18+
],
19+
"name": "LiquidationOpenToPublic",
20+
"type": "event"
21+
},
22+
"contract_address": "0x9d60947d49911e3c262c108f97fe07cde209f9a7",
23+
"field_mapping": {},
24+
"type": "log"
25+
},
26+
"table": {
27+
"dataset_name": "sacred",
28+
"schema": [
29+
{
30+
"description": "",
31+
"name": "sender",
32+
"type": "STRING"
33+
},
34+
{
35+
"description": "",
36+
"name": "open",
37+
"type": "STRING"
38+
}
39+
],
40+
"table_description": "",
41+
"table_name": "SecuritizeVault_event_LiquidationOpenToPublic"
42+
}
43+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "liquidator",
10+
"type": "address"
11+
}
12+
],
13+
"name": "LiquidatorAdded",
14+
"type": "event"
15+
},
16+
"contract_address": "0x9d60947d49911e3c262c108f97fe07cde209f9a7",
17+
"field_mapping": {},
18+
"type": "log"
19+
},
20+
"table": {
21+
"dataset_name": "sacred",
22+
"schema": [
23+
{
24+
"description": "",
25+
"name": "liquidator",
26+
"type": "STRING"
27+
}
28+
],
29+
"table_description": "",
30+
"table_name": "SecuritizeVault_event_LiquidatorAdded"
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "liquidator",
10+
"type": "address"
11+
}
12+
],
13+
"name": "LiquidatorRevoked",
14+
"type": "event"
15+
},
16+
"contract_address": "0x9d60947d49911e3c262c108f97fe07cde209f9a7",
17+
"field_mapping": {},
18+
"type": "log"
19+
},
20+
"table": {
21+
"dataset_name": "sacred",
22+
"schema": [
23+
{
24+
"description": "",
25+
"name": "liquidator",
26+
"type": "STRING"
27+
}
28+
],
29+
"table_description": "",
30+
"table_name": "SecuritizeVault_event_LiquidatorRevoked"
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parser": {
3+
"abi": {
4+
"anonymous": false,
5+
"inputs": [
6+
{
7+
"indexed": true,
8+
"internalType": "address",
9+
"name": "operator",
10+
"type": "address"
11+
}
12+
],
13+
"name": "OperatorAdded",
14+
"type": "event"
15+
},
16+
"contract_address": "0x9d60947d49911e3c262c108f97fe07cde209f9a7",
17+
"field_mapping": {},
18+
"type": "log"
19+
},
20+
"table": {
21+
"dataset_name": "sacred",
22+
"schema": [
23+
{
24+
"description": "",
25+
"name": "operator",
26+
"type": "STRING"
27+
}
28+
],
29+
"table_description": "",
30+
"table_name": "SecuritizeVault_event_OperatorAdded"
31+
}
32+
}

0 commit comments

Comments
 (0)