Skip to content

Commit 36d1964

Browse files
authored
Merge pull request #3426 from ava-labs/stats-explorer
Explorer pages
2 parents 9df9101 + 2dc3093 commit 36d1964

File tree

81 files changed

+22992
-912
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+22992
-912
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ content/docs/rpcs/other/subnet-evm-rpc.mdx
225225
content/docs/rpcs/p-chain/rpc.mdx
226226
content/docs/rpcs/x-chain/rpc.mdx
227227
content/docs/tooling/cli-commands.mdx
228+
# Generated event signatures for explorer
229+
abi/event-signatures.generated.ts
230+
228231
# Generated OpenAPI specs (fetched during build)
229232
public/openapi/glacier.json
230233
public/openapi/popsicle.json

abi/Common.json

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
[
2+
{
3+
"anonymous": false,
4+
"inputs": [
5+
{
6+
"indexed": true,
7+
"name": "previousOwner",
8+
"type": "address"
9+
},
10+
{
11+
"indexed": true,
12+
"name": "newOwner",
13+
"type": "address"
14+
}
15+
],
16+
"name": "OwnershipTransferred",
17+
"type": "event"
18+
},
19+
{
20+
"anonymous": false,
21+
"inputs": [
22+
{
23+
"indexed": false,
24+
"name": "account",
25+
"type": "address"
26+
}
27+
],
28+
"name": "Paused",
29+
"type": "event"
30+
},
31+
{
32+
"anonymous": false,
33+
"inputs": [
34+
{
35+
"indexed": false,
36+
"name": "account",
37+
"type": "address"
38+
}
39+
],
40+
"name": "Unpaused",
41+
"type": "event"
42+
},
43+
{
44+
"anonymous": false,
45+
"inputs": [
46+
{
47+
"indexed": true,
48+
"name": "role",
49+
"type": "bytes32"
50+
},
51+
{
52+
"indexed": true,
53+
"name": "previousAdminRole",
54+
"type": "bytes32"
55+
},
56+
{
57+
"indexed": true,
58+
"name": "newAdminRole",
59+
"type": "bytes32"
60+
}
61+
],
62+
"name": "RoleAdminChanged",
63+
"type": "event"
64+
},
65+
{
66+
"anonymous": false,
67+
"inputs": [
68+
{
69+
"indexed": true,
70+
"name": "role",
71+
"type": "bytes32"
72+
},
73+
{
74+
"indexed": true,
75+
"name": "account",
76+
"type": "address"
77+
},
78+
{
79+
"indexed": true,
80+
"name": "sender",
81+
"type": "address"
82+
}
83+
],
84+
"name": "RoleGranted",
85+
"type": "event"
86+
},
87+
{
88+
"anonymous": false,
89+
"inputs": [
90+
{
91+
"indexed": true,
92+
"name": "role",
93+
"type": "bytes32"
94+
},
95+
{
96+
"indexed": true,
97+
"name": "account",
98+
"type": "address"
99+
},
100+
{
101+
"indexed": true,
102+
"name": "sender",
103+
"type": "address"
104+
}
105+
],
106+
"name": "RoleRevoked",
107+
"type": "event"
108+
},
109+
{
110+
"anonymous": false,
111+
"inputs": [
112+
{
113+
"indexed": true,
114+
"name": "implementation",
115+
"type": "address"
116+
}
117+
],
118+
"name": "Upgraded",
119+
"type": "event"
120+
},
121+
{
122+
"anonymous": false,
123+
"inputs": [
124+
{
125+
"indexed": true,
126+
"name": "beacon",
127+
"type": "address"
128+
}
129+
],
130+
"name": "BeaconUpgraded",
131+
"type": "event"
132+
},
133+
{
134+
"anonymous": false,
135+
"inputs": [
136+
{
137+
"indexed": false,
138+
"name": "version",
139+
"type": "uint8"
140+
}
141+
],
142+
"name": "Initialized",
143+
"type": "event"
144+
}
145+
]
146+

abi/ERC1155.json

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
[
2+
{
3+
"anonymous": false,
4+
"inputs": [
5+
{
6+
"indexed": true,
7+
"name": "operator",
8+
"type": "address"
9+
},
10+
{
11+
"indexed": true,
12+
"name": "from",
13+
"type": "address"
14+
},
15+
{
16+
"indexed": true,
17+
"name": "to",
18+
"type": "address"
19+
},
20+
{
21+
"indexed": false,
22+
"name": "id",
23+
"type": "uint256"
24+
},
25+
{
26+
"indexed": false,
27+
"name": "value",
28+
"type": "uint256"
29+
}
30+
],
31+
"name": "TransferSingle",
32+
"type": "event"
33+
},
34+
{
35+
"anonymous": false,
36+
"inputs": [
37+
{
38+
"indexed": true,
39+
"name": "operator",
40+
"type": "address"
41+
},
42+
{
43+
"indexed": true,
44+
"name": "from",
45+
"type": "address"
46+
},
47+
{
48+
"indexed": true,
49+
"name": "to",
50+
"type": "address"
51+
},
52+
{
53+
"indexed": false,
54+
"name": "ids",
55+
"type": "uint256[]"
56+
},
57+
{
58+
"indexed": false,
59+
"name": "values",
60+
"type": "uint256[]"
61+
}
62+
],
63+
"name": "TransferBatch",
64+
"type": "event"
65+
},
66+
{
67+
"anonymous": false,
68+
"inputs": [
69+
{
70+
"indexed": true,
71+
"name": "account",
72+
"type": "address"
73+
},
74+
{
75+
"indexed": true,
76+
"name": "operator",
77+
"type": "address"
78+
},
79+
{
80+
"indexed": false,
81+
"name": "approved",
82+
"type": "bool"
83+
}
84+
],
85+
"name": "ApprovalForAll",
86+
"type": "event"
87+
},
88+
{
89+
"anonymous": false,
90+
"inputs": [
91+
{
92+
"indexed": false,
93+
"name": "value",
94+
"type": "string"
95+
},
96+
{
97+
"indexed": true,
98+
"name": "id",
99+
"type": "uint256"
100+
}
101+
],
102+
"name": "URI",
103+
"type": "event"
104+
}
105+
]
106+

abi/ERC20.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"anonymous": false,
4+
"inputs": [
5+
{
6+
"indexed": true,
7+
"name": "from",
8+
"type": "address"
9+
},
10+
{
11+
"indexed": true,
12+
"name": "to",
13+
"type": "address"
14+
},
15+
{
16+
"indexed": false,
17+
"name": "value",
18+
"type": "uint256"
19+
}
20+
],
21+
"name": "Transfer",
22+
"type": "event"
23+
},
24+
{
25+
"anonymous": false,
26+
"inputs": [
27+
{
28+
"indexed": true,
29+
"name": "owner",
30+
"type": "address"
31+
},
32+
{
33+
"indexed": true,
34+
"name": "spender",
35+
"type": "address"
36+
},
37+
{
38+
"indexed": false,
39+
"name": "value",
40+
"type": "uint256"
41+
}
42+
],
43+
"name": "Approval",
44+
"type": "event"
45+
}
46+
]
47+

0 commit comments

Comments
 (0)