@ensforge/contracts 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/deployments/sepolia-v2.d.ts +4 -5
- package/dist/deployments/sepolia-v2.js +4 -5
- package/dist/deployments/sepolia-v2.js.map +1 -1
- package/dist/deployments/types.d.ts +0 -1
- package/dist/deployments/types.d.ts.map +1 -1
- package/dist/index.d.ts +4 -12
- package/dist/index.js +4 -12
- package/dist/v2/constants/registry-interfaces.d.ts +2 -2
- package/dist/v2/constants/registry-interfaces.js +2 -2
- package/dist/v2/constants/registry-interfaces.js.map +1 -1
- package/dist/v2/constants/resolver-interfaces.d.ts +1 -1
- package/dist/v2/constants/resolver-interfaces.js +1 -1
- package/dist/v2/constants/resolver-interfaces.js.map +1 -1
- package/dist/v2/experimental/hca.d.ts +1 -2
- package/dist/v2/experimental/hca.js +1 -2
- package/dist/v2/fragments/permissioned-resolver.d.ts +8 -13
- package/dist/v2/fragments/permissioned-resolver.d.ts.map +1 -1
- package/dist/v2/fragments/permissioned-resolver.js +12 -13
- package/dist/v2/fragments/permissioned-resolver.js.map +1 -1
- package/dist/v2/fragments/public-resolver.d.ts +23 -0
- package/dist/v2/fragments/public-resolver.d.ts.map +1 -0
- package/dist/v2/fragments/public-resolver.js +24 -0
- package/dist/v2/fragments/public-resolver.js.map +1 -0
- package/dist/v2/fragments/user-registry.d.ts +16 -1
- package/dist/v2/fragments/user-registry.d.ts.map +1 -1
- package/dist/v2/fragments/user-registry.js +16 -1
- package/dist/v2/fragments/user-registry.js.map +1 -1
- package/dist/v2/fragments/verifiable-factory.d.ts +12 -1
- package/dist/v2/fragments/verifiable-factory.d.ts.map +1 -1
- package/dist/v2/fragments/verifiable-factory.js +12 -1
- package/dist/v2/fragments/verifiable-factory.js.map +1 -1
- package/dist/v2/interfaces/address-set.d.ts +5 -5
- package/dist/v2/interfaces/address-set.js +8 -8
- package/dist/v2/interfaces/address-set.js.map +1 -1
- package/dist/v2/interfaces/contract-name.d.ts +4 -4
- package/dist/v2/interfaces/contract-name.js +6 -6
- package/dist/v2/interfaces/contract-name.js.map +1 -1
- package/dist/v2/interfaces/contract-namer.d.ts +5 -5
- package/dist/v2/interfaces/contract-namer.js +8 -8
- package/dist/v2/interfaces/contract-namer.js.map +1 -1
- package/dist/v2/interfaces/enhanced-access-control.d.ts +162 -162
- package/dist/v2/interfaces/enhanced-access-control.js +241 -241
- package/dist/v2/interfaces/enhanced-access-control.js.map +1 -1
- package/dist/v2/interfaces/erc1155-singleton.d.ts +135 -135
- package/dist/v2/interfaces/erc1155-singleton.js +190 -190
- package/dist/v2/interfaces/erc1155-singleton.js.map +1 -1
- package/dist/v2/interfaces/eth-registrar.d.ts +237 -269
- package/dist/v2/interfaces/eth-registrar.js +332 -368
- package/dist/v2/interfaces/eth-registrar.js.map +1 -1
- package/dist/v2/interfaces/eth-renewer.d.ts +86 -118
- package/dist/v2/interfaces/eth-renewer.js +114 -150
- package/dist/v2/interfaces/eth-renewer.js.map +1 -1
- package/dist/v2/interfaces/l2-reverse-registrar.d.ts +36 -36
- package/dist/v2/interfaces/l2-reverse-registrar.js +61 -61
- package/dist/v2/interfaces/l2-reverse-registrar.js.map +1 -1
- package/dist/v2/interfaces/label-store.d.ts +23 -23
- package/dist/v2/interfaces/label-store.js +29 -29
- package/dist/v2/interfaces/label-store.js.map +1 -1
- package/dist/v2/interfaces/owned-registry.d.ts +144 -144
- package/dist/v2/interfaces/owned-registry.js +181 -181
- package/dist/v2/interfaces/owned-registry.js.map +1 -1
- package/dist/v2/interfaces/permissioned-registry.d.ts +767 -795
- package/dist/v2/interfaces/permissioned-registry.js +1008 -1038
- package/dist/v2/interfaces/permissioned-registry.js.map +1 -1
- package/dist/v2/interfaces/permissioned-resolver.d.ts +249 -231
- package/dist/v2/interfaces/permissioned-resolver.js +345 -322
- package/dist/v2/interfaces/permissioned-resolver.js.map +1 -1
- package/dist/v2/interfaces/registry-events.d.ts +89 -89
- package/dist/v2/interfaces/registry-events.js +121 -121
- package/dist/v2/interfaces/registry-events.js.map +1 -1
- package/dist/v2/interfaces/registry-uri-renderer.d.ts +6 -6
- package/dist/v2/interfaces/registry-uri-renderer.js +10 -10
- package/dist/v2/interfaces/registry-uri-renderer.js.map +1 -1
- package/dist/v2/interfaces/registry.d.ts +130 -130
- package/dist/v2/interfaces/registry.js +166 -166
- package/dist/v2/interfaces/registry.js.map +1 -1
- package/dist/v2/interfaces/rent-price-oracle.d.ts +26 -40
- package/dist/v2/interfaces/rent-price-oracle.js +43 -58
- package/dist/v2/interfaces/rent-price-oracle.js.map +1 -1
- package/dist/v2/interfaces/standard-registry.d.ts +469 -469
- package/dist/v2/interfaces/standard-registry.js +572 -572
- package/dist/v2/interfaces/standard-registry.js.map +1 -1
- package/dist/v2/interfaces/temporal-registry.d.ts +144 -144
- package/dist/v2/interfaces/temporal-registry.js +181 -181
- package/dist/v2/interfaces/temporal-registry.js.map +1 -1
- package/dist/v2/interfaces/tokenized-registry.d.ts +344 -344
- package/dist/v2/interfaces/tokenized-registry.js +421 -421
- package/dist/v2/interfaces/tokenized-registry.js.map +1 -1
- package/dist/v2/interfaces/universal-resolver.d.ts +25 -25
- package/dist/v2/interfaces/universal-resolver.js +43 -43
- package/dist/v2/interfaces/universal-resolver.js.map +1 -1
- package/dist/v2/interfaces/universal-signature-validator.d.ts +7 -7
- package/dist/v2/interfaces/universal-signature-validator.js +12 -12
- package/dist/v2/interfaces/universal-signature-validator.js.map +1 -1
- package/dist/v2/interfaces/wrapper-registry.d.ts +829 -835
- package/dist/v2/interfaces/wrapper-registry.js +1063 -1065
- package/dist/v2/interfaces/wrapper-registry.js.map +1 -1
- package/dist/v2.d.ts +4 -12
- package/dist/v2.js +4 -12
- package/package.json +2 -2
- package/dist/v2/experimental/hca/default-reverse-registrar-hca-adapter.d.ts +0 -260
- package/dist/v2/experimental/hca/default-reverse-registrar-hca-adapter.d.ts.map +0 -1
- package/dist/v2/experimental/hca/default-reverse-registrar-hca-adapter.js +0 -291
- package/dist/v2/experimental/hca/default-reverse-registrar-hca-adapter.js.map +0 -1
- package/dist/v2/fragments/renewal-batch.d.ts +0 -148
- package/dist/v2/fragments/renewal-batch.d.ts.map +0 -1
- package/dist/v2/fragments/renewal-batch.js +0 -177
- package/dist/v2/fragments/renewal-batch.js.map +0 -1
- package/dist/v2/fragments/renewal.d.ts +0 -148
- package/dist/v2/fragments/renewal.d.ts.map +0 -1
- package/dist/v2/fragments/renewal.js +0 -177
- package/dist/v2/fragments/renewal.js.map +0 -1
- package/dist/v2/interfaces/default-reverse-registrar-adapter.d.ts +0 -44
- package/dist/v2/interfaces/default-reverse-registrar-adapter.d.ts.map +0 -1
- package/dist/v2/interfaces/default-reverse-registrar-adapter.js +0 -49
- package/dist/v2/interfaces/default-reverse-registrar-adapter.js.map +0 -1
- package/dist/v2/interfaces/eac-grant-initializable.d.ts +0 -25
- package/dist/v2/interfaces/eac-grant-initializable.d.ts.map +0 -1
- package/dist/v2/interfaces/eac-grant-initializable.js +0 -26
- package/dist/v2/interfaces/eac-grant-initializable.js.map +0 -1
- package/dist/v2/interfaces/permissioned-address-set.d.ts +0 -369
- package/dist/v2/interfaces/permissioned-address-set.d.ts.map +0 -1
- package/dist/v2/interfaces/permissioned-address-set.js +0 -427
- package/dist/v2/interfaces/permissioned-address-set.js.map +0 -1
- package/dist/v2/interfaces/permissioned-resolver-initializable.d.ts +0 -29
- package/dist/v2/interfaces/permissioned-resolver-initializable.d.ts.map +0 -1
- package/dist/v2/interfaces/permissioned-resolver-initializable.js +0 -30
- package/dist/v2/interfaces/permissioned-resolver-initializable.js.map +0 -1
- package/dist/v2/interfaces/rent-price-oracle-provider.d.ts +0 -16
- package/dist/v2/interfaces/rent-price-oracle-provider.d.ts.map +0 -1
- package/dist/v2/interfaces/rent-price-oracle-provider.js +0 -17
- package/dist/v2/interfaces/rent-price-oracle-provider.js.map +0 -1
- package/dist/v2/interfaces/reverse-registrar-adapter.d.ts +0 -52
- package/dist/v2/interfaces/reverse-registrar-adapter.d.ts.map +0 -1
- package/dist/v2/interfaces/reverse-registrar-adapter.js +0 -57
- package/dist/v2/interfaces/reverse-registrar-adapter.js.map +0 -1
- package/dist/v2/interfaces/wrapper-registry-initializable.d.ts +0 -28
- package/dist/v2/interfaces/wrapper-registry-initializable.d.ts.map +0 -1
- package/dist/v2/interfaces/wrapper-registry-initializable.js +0 -34
- package/dist/v2/interfaces/wrapper-registry-initializable.js.map +0 -1
|
@@ -1,518 +1,518 @@
|
|
|
1
1
|
//#region src/v2/interfaces/tokenized-registry.d.ts
|
|
2
|
-
/**
|
|
2
|
+
/** ITokenizedRegistry ABI from the deployed ENSv2 Sepolia contract snapshot. */
|
|
3
3
|
declare const tokenizedRegistryV2InterfaceAbi: readonly [{
|
|
4
|
-
readonly
|
|
4
|
+
readonly type: "function";
|
|
5
|
+
readonly name: "balanceOf";
|
|
5
6
|
readonly inputs: readonly [{
|
|
6
|
-
readonly indexed: true;
|
|
7
|
-
readonly internalType: "address";
|
|
8
7
|
readonly name: "account";
|
|
9
8
|
readonly type: "address";
|
|
10
|
-
}, {
|
|
11
|
-
readonly indexed: true;
|
|
12
9
|
readonly internalType: "address";
|
|
13
|
-
readonly name: "operator";
|
|
14
|
-
readonly type: "address";
|
|
15
10
|
}, {
|
|
16
|
-
readonly
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly type: "bool";
|
|
11
|
+
readonly name: "id";
|
|
12
|
+
readonly type: "uint256";
|
|
13
|
+
readonly internalType: "uint256";
|
|
20
14
|
}];
|
|
21
|
-
readonly
|
|
22
|
-
|
|
15
|
+
readonly outputs: readonly [{
|
|
16
|
+
readonly name: "";
|
|
17
|
+
readonly type: "uint256";
|
|
18
|
+
readonly internalType: "uint256";
|
|
19
|
+
}];
|
|
20
|
+
readonly stateMutability: "view";
|
|
23
21
|
}, {
|
|
24
|
-
readonly
|
|
22
|
+
readonly type: "function";
|
|
23
|
+
readonly name: "balanceOfBatch";
|
|
25
24
|
readonly inputs: readonly [{
|
|
26
|
-
readonly
|
|
27
|
-
readonly
|
|
28
|
-
readonly
|
|
29
|
-
readonly type: "uint256";
|
|
30
|
-
}, {
|
|
31
|
-
readonly indexed: true;
|
|
32
|
-
readonly internalType: "uint64";
|
|
33
|
-
readonly name: "newExpiry";
|
|
34
|
-
readonly type: "uint64";
|
|
25
|
+
readonly name: "accounts";
|
|
26
|
+
readonly type: "address[]";
|
|
27
|
+
readonly internalType: "address[]";
|
|
35
28
|
}, {
|
|
36
|
-
readonly
|
|
37
|
-
readonly
|
|
38
|
-
readonly
|
|
39
|
-
readonly type: "address";
|
|
29
|
+
readonly name: "ids";
|
|
30
|
+
readonly type: "uint256[]";
|
|
31
|
+
readonly internalType: "uint256[]";
|
|
40
32
|
}];
|
|
41
|
-
readonly
|
|
42
|
-
|
|
33
|
+
readonly outputs: readonly [{
|
|
34
|
+
readonly name: "";
|
|
35
|
+
readonly type: "uint256[]";
|
|
36
|
+
readonly internalType: "uint256[]";
|
|
37
|
+
}];
|
|
38
|
+
readonly stateMutability: "view";
|
|
43
39
|
}, {
|
|
44
|
-
readonly
|
|
40
|
+
readonly type: "function";
|
|
41
|
+
readonly name: "findOwner";
|
|
45
42
|
readonly inputs: readonly [{
|
|
46
|
-
readonly indexed: true;
|
|
47
|
-
readonly internalType: "uint256";
|
|
48
|
-
readonly name: "tokenId";
|
|
49
|
-
readonly type: "uint256";
|
|
50
|
-
}, {
|
|
51
|
-
readonly indexed: true;
|
|
52
|
-
readonly internalType: "bytes32";
|
|
53
|
-
readonly name: "labelHash";
|
|
54
|
-
readonly type: "bytes32";
|
|
55
|
-
}, {
|
|
56
|
-
readonly indexed: false;
|
|
57
|
-
readonly internalType: "string";
|
|
58
43
|
readonly name: "label";
|
|
59
44
|
readonly type: "string";
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
readonly name: "
|
|
45
|
+
readonly internalType: "string";
|
|
46
|
+
}];
|
|
47
|
+
readonly outputs: readonly [{
|
|
48
|
+
readonly name: "";
|
|
64
49
|
readonly type: "address";
|
|
65
|
-
}, {
|
|
66
|
-
readonly indexed: false;
|
|
67
|
-
readonly internalType: "uint64";
|
|
68
|
-
readonly name: "expiry";
|
|
69
|
-
readonly type: "uint64";
|
|
70
|
-
}, {
|
|
71
|
-
readonly indexed: true;
|
|
72
50
|
readonly internalType: "address";
|
|
73
|
-
readonly name: "sender";
|
|
74
|
-
readonly type: "address";
|
|
75
51
|
}];
|
|
76
|
-
readonly
|
|
77
|
-
readonly type: "event";
|
|
52
|
+
readonly stateMutability: "view";
|
|
78
53
|
}, {
|
|
79
|
-
readonly
|
|
54
|
+
readonly type: "function";
|
|
55
|
+
readonly name: "findTokenId";
|
|
80
56
|
readonly inputs: readonly [{
|
|
81
|
-
readonly indexed: true;
|
|
82
|
-
readonly internalType: "uint256";
|
|
83
|
-
readonly name: "tokenId";
|
|
84
|
-
readonly type: "uint256";
|
|
85
|
-
}, {
|
|
86
|
-
readonly indexed: true;
|
|
87
|
-
readonly internalType: "bytes32";
|
|
88
|
-
readonly name: "labelHash";
|
|
89
|
-
readonly type: "bytes32";
|
|
90
|
-
}, {
|
|
91
|
-
readonly indexed: false;
|
|
92
|
-
readonly internalType: "string";
|
|
93
57
|
readonly name: "label";
|
|
94
58
|
readonly type: "string";
|
|
95
|
-
|
|
96
|
-
readonly indexed: false;
|
|
97
|
-
readonly internalType: "uint64";
|
|
98
|
-
readonly name: "expiry";
|
|
99
|
-
readonly type: "uint64";
|
|
100
|
-
}, {
|
|
101
|
-
readonly indexed: true;
|
|
102
|
-
readonly internalType: "address";
|
|
103
|
-
readonly name: "sender";
|
|
104
|
-
readonly type: "address";
|
|
59
|
+
readonly internalType: "string";
|
|
105
60
|
}];
|
|
106
|
-
readonly
|
|
107
|
-
|
|
108
|
-
}, {
|
|
109
|
-
readonly anonymous: false;
|
|
110
|
-
readonly inputs: readonly [{
|
|
111
|
-
readonly indexed: true;
|
|
112
|
-
readonly internalType: "uint256";
|
|
113
|
-
readonly name: "tokenId";
|
|
61
|
+
readonly outputs: readonly [{
|
|
62
|
+
readonly name: "";
|
|
114
63
|
readonly type: "uint256";
|
|
115
|
-
|
|
116
|
-
readonly indexed: true;
|
|
117
|
-
readonly internalType: "address";
|
|
118
|
-
readonly name: "sender";
|
|
119
|
-
readonly type: "address";
|
|
64
|
+
readonly internalType: "uint256";
|
|
120
65
|
}];
|
|
121
|
-
readonly
|
|
122
|
-
readonly type: "event";
|
|
66
|
+
readonly stateMutability: "view";
|
|
123
67
|
}, {
|
|
124
|
-
readonly
|
|
125
|
-
readonly
|
|
126
|
-
|
|
127
|
-
|
|
68
|
+
readonly type: "function";
|
|
69
|
+
readonly name: "getParent";
|
|
70
|
+
readonly inputs: readonly [];
|
|
71
|
+
readonly outputs: readonly [{
|
|
128
72
|
readonly name: "parent";
|
|
129
73
|
readonly type: "address";
|
|
74
|
+
readonly internalType: "contract IRegistry";
|
|
130
75
|
}, {
|
|
131
|
-
readonly indexed: false;
|
|
132
|
-
readonly internalType: "string";
|
|
133
76
|
readonly name: "label";
|
|
134
77
|
readonly type: "string";
|
|
135
|
-
|
|
136
|
-
readonly indexed: true;
|
|
137
|
-
readonly internalType: "address";
|
|
138
|
-
readonly name: "sender";
|
|
139
|
-
readonly type: "address";
|
|
78
|
+
readonly internalType: "string";
|
|
140
79
|
}];
|
|
141
|
-
readonly
|
|
142
|
-
readonly type: "event";
|
|
143
|
-
}, {
|
|
144
|
-
readonly anonymous: false;
|
|
145
|
-
readonly inputs: readonly [];
|
|
146
|
-
readonly name: "RegistryCreated";
|
|
147
|
-
readonly type: "event";
|
|
80
|
+
readonly stateMutability: "view";
|
|
148
81
|
}, {
|
|
149
|
-
readonly
|
|
82
|
+
readonly type: "function";
|
|
83
|
+
readonly name: "getResolver";
|
|
150
84
|
readonly inputs: readonly [{
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
153
|
-
readonly
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
readonly
|
|
157
|
-
readonly internalType: "address";
|
|
158
|
-
readonly name: "resolver";
|
|
85
|
+
readonly name: "label";
|
|
86
|
+
readonly type: "string";
|
|
87
|
+
readonly internalType: "string";
|
|
88
|
+
}];
|
|
89
|
+
readonly outputs: readonly [{
|
|
90
|
+
readonly name: "";
|
|
159
91
|
readonly type: "address";
|
|
160
|
-
}, {
|
|
161
|
-
readonly indexed: true;
|
|
162
92
|
readonly internalType: "address";
|
|
163
|
-
readonly name: "sender";
|
|
164
|
-
readonly type: "address";
|
|
165
93
|
}];
|
|
166
|
-
readonly
|
|
167
|
-
readonly type: "event";
|
|
94
|
+
readonly stateMutability: "view";
|
|
168
95
|
}, {
|
|
169
|
-
readonly
|
|
96
|
+
readonly type: "function";
|
|
97
|
+
readonly name: "getSubregistry";
|
|
170
98
|
readonly inputs: readonly [{
|
|
171
|
-
readonly
|
|
172
|
-
readonly
|
|
173
|
-
readonly
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
readonly
|
|
99
|
+
readonly name: "label";
|
|
100
|
+
readonly type: "string";
|
|
101
|
+
readonly internalType: "string";
|
|
102
|
+
}];
|
|
103
|
+
readonly outputs: readonly [{
|
|
104
|
+
readonly name: "";
|
|
105
|
+
readonly type: "address";
|
|
177
106
|
readonly internalType: "contract IRegistry";
|
|
178
|
-
|
|
107
|
+
}];
|
|
108
|
+
readonly stateMutability: "view";
|
|
109
|
+
}, {
|
|
110
|
+
readonly type: "function";
|
|
111
|
+
readonly name: "isApprovedForAll";
|
|
112
|
+
readonly inputs: readonly [{
|
|
113
|
+
readonly name: "account";
|
|
179
114
|
readonly type: "address";
|
|
180
|
-
}, {
|
|
181
|
-
readonly indexed: true;
|
|
182
115
|
readonly internalType: "address";
|
|
183
|
-
|
|
116
|
+
}, {
|
|
117
|
+
readonly name: "operator";
|
|
184
118
|
readonly type: "address";
|
|
119
|
+
readonly internalType: "address";
|
|
185
120
|
}];
|
|
186
|
-
readonly
|
|
187
|
-
|
|
121
|
+
readonly outputs: readonly [{
|
|
122
|
+
readonly name: "";
|
|
123
|
+
readonly type: "bool";
|
|
124
|
+
readonly internalType: "bool";
|
|
125
|
+
}];
|
|
126
|
+
readonly stateMutability: "view";
|
|
188
127
|
}, {
|
|
189
|
-
readonly
|
|
128
|
+
readonly type: "function";
|
|
129
|
+
readonly name: "ownerOf";
|
|
190
130
|
readonly inputs: readonly [{
|
|
191
|
-
readonly
|
|
192
|
-
readonly internalType: "uint256";
|
|
193
|
-
readonly name: "oldTokenId";
|
|
131
|
+
readonly name: "id";
|
|
194
132
|
readonly type: "uint256";
|
|
195
|
-
}, {
|
|
196
|
-
readonly indexed: true;
|
|
197
133
|
readonly internalType: "uint256";
|
|
198
|
-
readonly name: "newTokenId";
|
|
199
|
-
readonly type: "uint256";
|
|
200
134
|
}];
|
|
201
|
-
readonly
|
|
202
|
-
|
|
203
|
-
}, {
|
|
204
|
-
readonly anonymous: false;
|
|
205
|
-
readonly inputs: readonly [{
|
|
206
|
-
readonly indexed: true;
|
|
207
|
-
readonly internalType: "address";
|
|
208
|
-
readonly name: "operator";
|
|
135
|
+
readonly outputs: readonly [{
|
|
136
|
+
readonly name: "owner";
|
|
209
137
|
readonly type: "address";
|
|
210
|
-
}, {
|
|
211
|
-
readonly indexed: true;
|
|
212
138
|
readonly internalType: "address";
|
|
139
|
+
}];
|
|
140
|
+
readonly stateMutability: "view";
|
|
141
|
+
}, {
|
|
142
|
+
readonly type: "function";
|
|
143
|
+
readonly name: "safeBatchTransferFrom";
|
|
144
|
+
readonly inputs: readonly [{
|
|
213
145
|
readonly name: "from";
|
|
214
146
|
readonly type: "address";
|
|
215
|
-
}, {
|
|
216
|
-
readonly indexed: true;
|
|
217
147
|
readonly internalType: "address";
|
|
148
|
+
}, {
|
|
218
149
|
readonly name: "to";
|
|
219
150
|
readonly type: "address";
|
|
151
|
+
readonly internalType: "address";
|
|
220
152
|
}, {
|
|
221
|
-
readonly indexed: false;
|
|
222
|
-
readonly internalType: "uint256[]";
|
|
223
153
|
readonly name: "ids";
|
|
224
154
|
readonly type: "uint256[]";
|
|
225
|
-
}, {
|
|
226
|
-
readonly indexed: false;
|
|
227
155
|
readonly internalType: "uint256[]";
|
|
156
|
+
}, {
|
|
228
157
|
readonly name: "values";
|
|
229
158
|
readonly type: "uint256[]";
|
|
159
|
+
readonly internalType: "uint256[]";
|
|
160
|
+
}, {
|
|
161
|
+
readonly name: "data";
|
|
162
|
+
readonly type: "bytes";
|
|
163
|
+
readonly internalType: "bytes";
|
|
230
164
|
}];
|
|
231
|
-
readonly
|
|
232
|
-
readonly
|
|
165
|
+
readonly outputs: readonly [];
|
|
166
|
+
readonly stateMutability: "nonpayable";
|
|
233
167
|
}, {
|
|
234
|
-
readonly
|
|
168
|
+
readonly type: "function";
|
|
169
|
+
readonly name: "safeTransferFrom";
|
|
235
170
|
readonly inputs: readonly [{
|
|
236
|
-
readonly indexed: true;
|
|
237
|
-
readonly internalType: "address";
|
|
238
|
-
readonly name: "operator";
|
|
239
|
-
readonly type: "address";
|
|
240
|
-
}, {
|
|
241
|
-
readonly indexed: true;
|
|
242
|
-
readonly internalType: "address";
|
|
243
171
|
readonly name: "from";
|
|
244
172
|
readonly type: "address";
|
|
245
|
-
}, {
|
|
246
|
-
readonly indexed: true;
|
|
247
173
|
readonly internalType: "address";
|
|
174
|
+
}, {
|
|
248
175
|
readonly name: "to";
|
|
249
176
|
readonly type: "address";
|
|
177
|
+
readonly internalType: "address";
|
|
250
178
|
}, {
|
|
251
|
-
readonly indexed: false;
|
|
252
|
-
readonly internalType: "uint256";
|
|
253
179
|
readonly name: "id";
|
|
254
180
|
readonly type: "uint256";
|
|
255
|
-
}, {
|
|
256
|
-
readonly indexed: false;
|
|
257
181
|
readonly internalType: "uint256";
|
|
182
|
+
}, {
|
|
258
183
|
readonly name: "value";
|
|
259
184
|
readonly type: "uint256";
|
|
260
|
-
}];
|
|
261
|
-
readonly name: "TransferSingle";
|
|
262
|
-
readonly type: "event";
|
|
263
|
-
}, {
|
|
264
|
-
readonly anonymous: false;
|
|
265
|
-
readonly inputs: readonly [{
|
|
266
|
-
readonly indexed: false;
|
|
267
|
-
readonly internalType: "string";
|
|
268
|
-
readonly name: "value";
|
|
269
|
-
readonly type: "string";
|
|
270
|
-
}, {
|
|
271
|
-
readonly indexed: true;
|
|
272
185
|
readonly internalType: "uint256";
|
|
273
|
-
|
|
274
|
-
readonly
|
|
186
|
+
}, {
|
|
187
|
+
readonly name: "data";
|
|
188
|
+
readonly type: "bytes";
|
|
189
|
+
readonly internalType: "bytes";
|
|
275
190
|
}];
|
|
276
|
-
readonly
|
|
277
|
-
readonly
|
|
191
|
+
readonly outputs: readonly [];
|
|
192
|
+
readonly stateMutability: "nonpayable";
|
|
278
193
|
}, {
|
|
279
|
-
readonly
|
|
194
|
+
readonly type: "function";
|
|
195
|
+
readonly name: "setApprovalForAll";
|
|
280
196
|
readonly inputs: readonly [{
|
|
281
|
-
readonly
|
|
282
|
-
readonly internalType: "string";
|
|
283
|
-
readonly name: "uri";
|
|
284
|
-
readonly type: "string";
|
|
285
|
-
}, {
|
|
286
|
-
readonly indexed: false;
|
|
287
|
-
readonly internalType: "address";
|
|
288
|
-
readonly name: "renderer";
|
|
197
|
+
readonly name: "operator";
|
|
289
198
|
readonly type: "address";
|
|
290
|
-
}, {
|
|
291
|
-
readonly indexed: true;
|
|
292
199
|
readonly internalType: "address";
|
|
293
|
-
|
|
294
|
-
readonly
|
|
200
|
+
}, {
|
|
201
|
+
readonly name: "approved";
|
|
202
|
+
readonly type: "bool";
|
|
203
|
+
readonly internalType: "bool";
|
|
295
204
|
}];
|
|
296
|
-
readonly
|
|
297
|
-
readonly
|
|
205
|
+
readonly outputs: readonly [];
|
|
206
|
+
readonly stateMutability: "nonpayable";
|
|
298
207
|
}, {
|
|
208
|
+
readonly type: "function";
|
|
209
|
+
readonly name: "supportsInterface";
|
|
299
210
|
readonly inputs: readonly [{
|
|
300
|
-
readonly
|
|
301
|
-
readonly
|
|
302
|
-
readonly
|
|
303
|
-
}, {
|
|
304
|
-
readonly internalType: "uint256";
|
|
305
|
-
readonly name: "id";
|
|
306
|
-
readonly type: "uint256";
|
|
211
|
+
readonly name: "interfaceId";
|
|
212
|
+
readonly type: "bytes4";
|
|
213
|
+
readonly internalType: "bytes4";
|
|
307
214
|
}];
|
|
308
|
-
readonly name: "balanceOf";
|
|
309
215
|
readonly outputs: readonly [{
|
|
310
|
-
readonly internalType: "uint256";
|
|
311
216
|
readonly name: "";
|
|
312
|
-
readonly type: "
|
|
217
|
+
readonly type: "bool";
|
|
218
|
+
readonly internalType: "bool";
|
|
313
219
|
}];
|
|
314
220
|
readonly stateMutability: "view";
|
|
315
|
-
readonly type: "function";
|
|
316
221
|
}, {
|
|
222
|
+
readonly type: "event";
|
|
223
|
+
readonly name: "ApprovalForAll";
|
|
317
224
|
readonly inputs: readonly [{
|
|
318
|
-
readonly
|
|
319
|
-
readonly
|
|
320
|
-
readonly
|
|
225
|
+
readonly name: "account";
|
|
226
|
+
readonly type: "address";
|
|
227
|
+
readonly indexed: true;
|
|
228
|
+
readonly internalType: "address";
|
|
321
229
|
}, {
|
|
322
|
-
readonly
|
|
323
|
-
readonly
|
|
324
|
-
readonly
|
|
230
|
+
readonly name: "operator";
|
|
231
|
+
readonly type: "address";
|
|
232
|
+
readonly indexed: true;
|
|
233
|
+
readonly internalType: "address";
|
|
234
|
+
}, {
|
|
235
|
+
readonly name: "approved";
|
|
236
|
+
readonly type: "bool";
|
|
237
|
+
readonly indexed: false;
|
|
238
|
+
readonly internalType: "bool";
|
|
325
239
|
}];
|
|
326
|
-
readonly
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
240
|
+
readonly anonymous: false;
|
|
241
|
+
}, {
|
|
242
|
+
readonly type: "event";
|
|
243
|
+
readonly name: "ExpiryUpdated";
|
|
244
|
+
readonly inputs: readonly [{
|
|
245
|
+
readonly name: "tokenId";
|
|
246
|
+
readonly type: "uint256";
|
|
247
|
+
readonly indexed: true;
|
|
248
|
+
readonly internalType: "uint256";
|
|
249
|
+
}, {
|
|
250
|
+
readonly name: "newExpiry";
|
|
251
|
+
readonly type: "uint64";
|
|
252
|
+
readonly indexed: true;
|
|
253
|
+
readonly internalType: "uint64";
|
|
254
|
+
}, {
|
|
255
|
+
readonly name: "sender";
|
|
256
|
+
readonly type: "address";
|
|
257
|
+
readonly indexed: true;
|
|
258
|
+
readonly internalType: "address";
|
|
331
259
|
}];
|
|
332
|
-
readonly
|
|
333
|
-
readonly type: "function";
|
|
260
|
+
readonly anonymous: false;
|
|
334
261
|
}, {
|
|
262
|
+
readonly type: "event";
|
|
263
|
+
readonly name: "LabelRegistered";
|
|
335
264
|
readonly inputs: readonly [{
|
|
336
|
-
readonly
|
|
265
|
+
readonly name: "tokenId";
|
|
266
|
+
readonly type: "uint256";
|
|
267
|
+
readonly indexed: true;
|
|
268
|
+
readonly internalType: "uint256";
|
|
269
|
+
}, {
|
|
270
|
+
readonly name: "labelHash";
|
|
271
|
+
readonly type: "bytes32";
|
|
272
|
+
readonly indexed: true;
|
|
273
|
+
readonly internalType: "bytes32";
|
|
274
|
+
}, {
|
|
337
275
|
readonly name: "label";
|
|
338
276
|
readonly type: "string";
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
277
|
+
readonly indexed: false;
|
|
278
|
+
readonly internalType: "string";
|
|
279
|
+
}, {
|
|
280
|
+
readonly name: "owner";
|
|
281
|
+
readonly type: "address";
|
|
282
|
+
readonly indexed: false;
|
|
342
283
|
readonly internalType: "address";
|
|
343
|
-
|
|
284
|
+
}, {
|
|
285
|
+
readonly name: "expiry";
|
|
286
|
+
readonly type: "uint64";
|
|
287
|
+
readonly indexed: false;
|
|
288
|
+
readonly internalType: "uint64";
|
|
289
|
+
}, {
|
|
290
|
+
readonly name: "sender";
|
|
344
291
|
readonly type: "address";
|
|
292
|
+
readonly indexed: true;
|
|
293
|
+
readonly internalType: "address";
|
|
345
294
|
}];
|
|
346
|
-
readonly
|
|
347
|
-
readonly type: "function";
|
|
295
|
+
readonly anonymous: false;
|
|
348
296
|
}, {
|
|
297
|
+
readonly type: "event";
|
|
298
|
+
readonly name: "LabelReserved";
|
|
349
299
|
readonly inputs: readonly [{
|
|
350
|
-
readonly
|
|
300
|
+
readonly name: "tokenId";
|
|
301
|
+
readonly type: "uint256";
|
|
302
|
+
readonly indexed: true;
|
|
303
|
+
readonly internalType: "uint256";
|
|
304
|
+
}, {
|
|
305
|
+
readonly name: "labelHash";
|
|
306
|
+
readonly type: "bytes32";
|
|
307
|
+
readonly indexed: true;
|
|
308
|
+
readonly internalType: "bytes32";
|
|
309
|
+
}, {
|
|
351
310
|
readonly name: "label";
|
|
352
311
|
readonly type: "string";
|
|
312
|
+
readonly indexed: false;
|
|
313
|
+
readonly internalType: "string";
|
|
314
|
+
}, {
|
|
315
|
+
readonly name: "expiry";
|
|
316
|
+
readonly type: "uint64";
|
|
317
|
+
readonly indexed: false;
|
|
318
|
+
readonly internalType: "uint64";
|
|
319
|
+
}, {
|
|
320
|
+
readonly name: "sender";
|
|
321
|
+
readonly type: "address";
|
|
322
|
+
readonly indexed: true;
|
|
323
|
+
readonly internalType: "address";
|
|
353
324
|
}];
|
|
354
|
-
readonly
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
325
|
+
readonly anonymous: false;
|
|
326
|
+
}, {
|
|
327
|
+
readonly type: "event";
|
|
328
|
+
readonly name: "LabelUnregistered";
|
|
329
|
+
readonly inputs: readonly [{
|
|
330
|
+
readonly name: "tokenId";
|
|
358
331
|
readonly type: "uint256";
|
|
332
|
+
readonly indexed: true;
|
|
333
|
+
readonly internalType: "uint256";
|
|
334
|
+
}, {
|
|
335
|
+
readonly name: "sender";
|
|
336
|
+
readonly type: "address";
|
|
337
|
+
readonly indexed: true;
|
|
338
|
+
readonly internalType: "address";
|
|
359
339
|
}];
|
|
360
|
-
readonly
|
|
361
|
-
readonly type: "function";
|
|
340
|
+
readonly anonymous: false;
|
|
362
341
|
}, {
|
|
363
|
-
readonly
|
|
364
|
-
readonly name: "
|
|
365
|
-
readonly
|
|
366
|
-
readonly internalType: "contract IRegistry";
|
|
342
|
+
readonly type: "event";
|
|
343
|
+
readonly name: "ParentUpdated";
|
|
344
|
+
readonly inputs: readonly [{
|
|
367
345
|
readonly name: "parent";
|
|
368
346
|
readonly type: "address";
|
|
347
|
+
readonly indexed: true;
|
|
348
|
+
readonly internalType: "contract IRegistry";
|
|
369
349
|
}, {
|
|
370
|
-
readonly internalType: "string";
|
|
371
350
|
readonly name: "label";
|
|
372
351
|
readonly type: "string";
|
|
373
|
-
|
|
374
|
-
readonly stateMutability: "view";
|
|
375
|
-
readonly type: "function";
|
|
376
|
-
}, {
|
|
377
|
-
readonly inputs: readonly [{
|
|
352
|
+
readonly indexed: false;
|
|
378
353
|
readonly internalType: "string";
|
|
379
|
-
|
|
380
|
-
readonly
|
|
381
|
-
}];
|
|
382
|
-
readonly name: "getResolver";
|
|
383
|
-
readonly outputs: readonly [{
|
|
384
|
-
readonly internalType: "address";
|
|
385
|
-
readonly name: "";
|
|
354
|
+
}, {
|
|
355
|
+
readonly name: "sender";
|
|
386
356
|
readonly type: "address";
|
|
357
|
+
readonly indexed: true;
|
|
358
|
+
readonly internalType: "address";
|
|
387
359
|
}];
|
|
388
|
-
readonly
|
|
389
|
-
|
|
360
|
+
readonly anonymous: false;
|
|
361
|
+
}, {
|
|
362
|
+
readonly type: "event";
|
|
363
|
+
readonly name: "RegistryCreated";
|
|
364
|
+
readonly inputs: readonly [];
|
|
365
|
+
readonly anonymous: false;
|
|
390
366
|
}, {
|
|
367
|
+
readonly type: "event";
|
|
368
|
+
readonly name: "ResolverUpdated";
|
|
391
369
|
readonly inputs: readonly [{
|
|
392
|
-
readonly
|
|
393
|
-
readonly
|
|
394
|
-
readonly
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
readonly
|
|
399
|
-
readonly
|
|
370
|
+
readonly name: "tokenId";
|
|
371
|
+
readonly type: "uint256";
|
|
372
|
+
readonly indexed: true;
|
|
373
|
+
readonly internalType: "uint256";
|
|
374
|
+
}, {
|
|
375
|
+
readonly name: "resolver";
|
|
376
|
+
readonly type: "address";
|
|
377
|
+
readonly indexed: true;
|
|
378
|
+
readonly internalType: "address";
|
|
379
|
+
}, {
|
|
380
|
+
readonly name: "sender";
|
|
400
381
|
readonly type: "address";
|
|
382
|
+
readonly indexed: true;
|
|
383
|
+
readonly internalType: "address";
|
|
401
384
|
}];
|
|
402
|
-
readonly
|
|
403
|
-
readonly type: "function";
|
|
385
|
+
readonly anonymous: false;
|
|
404
386
|
}, {
|
|
387
|
+
readonly type: "event";
|
|
388
|
+
readonly name: "SubregistryUpdated";
|
|
405
389
|
readonly inputs: readonly [{
|
|
406
|
-
readonly
|
|
407
|
-
readonly
|
|
390
|
+
readonly name: "tokenId";
|
|
391
|
+
readonly type: "uint256";
|
|
392
|
+
readonly indexed: true;
|
|
393
|
+
readonly internalType: "uint256";
|
|
394
|
+
}, {
|
|
395
|
+
readonly name: "subregistry";
|
|
408
396
|
readonly type: "address";
|
|
397
|
+
readonly indexed: true;
|
|
398
|
+
readonly internalType: "contract IRegistry";
|
|
409
399
|
}, {
|
|
410
|
-
readonly
|
|
411
|
-
readonly name: "operator";
|
|
400
|
+
readonly name: "sender";
|
|
412
401
|
readonly type: "address";
|
|
402
|
+
readonly indexed: true;
|
|
403
|
+
readonly internalType: "address";
|
|
413
404
|
}];
|
|
414
|
-
readonly
|
|
415
|
-
readonly outputs: readonly [{
|
|
416
|
-
readonly internalType: "bool";
|
|
417
|
-
readonly name: "";
|
|
418
|
-
readonly type: "bool";
|
|
419
|
-
}];
|
|
420
|
-
readonly stateMutability: "view";
|
|
421
|
-
readonly type: "function";
|
|
405
|
+
readonly anonymous: false;
|
|
422
406
|
}, {
|
|
407
|
+
readonly type: "event";
|
|
408
|
+
readonly name: "TokenRegenerated";
|
|
423
409
|
readonly inputs: readonly [{
|
|
410
|
+
readonly name: "oldTokenId";
|
|
411
|
+
readonly type: "uint256";
|
|
412
|
+
readonly indexed: true;
|
|
424
413
|
readonly internalType: "uint256";
|
|
425
|
-
|
|
414
|
+
}, {
|
|
415
|
+
readonly name: "newTokenId";
|
|
426
416
|
readonly type: "uint256";
|
|
417
|
+
readonly indexed: true;
|
|
418
|
+
readonly internalType: "uint256";
|
|
427
419
|
}];
|
|
428
|
-
readonly
|
|
429
|
-
readonly outputs: readonly [{
|
|
430
|
-
readonly internalType: "address";
|
|
431
|
-
readonly name: "owner";
|
|
432
|
-
readonly type: "address";
|
|
433
|
-
}];
|
|
434
|
-
readonly stateMutability: "view";
|
|
435
|
-
readonly type: "function";
|
|
420
|
+
readonly anonymous: false;
|
|
436
421
|
}, {
|
|
422
|
+
readonly type: "event";
|
|
423
|
+
readonly name: "TransferBatch";
|
|
437
424
|
readonly inputs: readonly [{
|
|
425
|
+
readonly name: "operator";
|
|
426
|
+
readonly type: "address";
|
|
427
|
+
readonly indexed: true;
|
|
438
428
|
readonly internalType: "address";
|
|
429
|
+
}, {
|
|
439
430
|
readonly name: "from";
|
|
440
431
|
readonly type: "address";
|
|
441
|
-
|
|
432
|
+
readonly indexed: true;
|
|
442
433
|
readonly internalType: "address";
|
|
434
|
+
}, {
|
|
443
435
|
readonly name: "to";
|
|
444
436
|
readonly type: "address";
|
|
437
|
+
readonly indexed: true;
|
|
438
|
+
readonly internalType: "address";
|
|
445
439
|
}, {
|
|
446
|
-
readonly internalType: "uint256[]";
|
|
447
440
|
readonly name: "ids";
|
|
448
441
|
readonly type: "uint256[]";
|
|
449
|
-
|
|
442
|
+
readonly indexed: false;
|
|
450
443
|
readonly internalType: "uint256[]";
|
|
444
|
+
}, {
|
|
451
445
|
readonly name: "values";
|
|
452
446
|
readonly type: "uint256[]";
|
|
453
|
-
|
|
454
|
-
readonly internalType: "
|
|
455
|
-
readonly name: "data";
|
|
456
|
-
readonly type: "bytes";
|
|
447
|
+
readonly indexed: false;
|
|
448
|
+
readonly internalType: "uint256[]";
|
|
457
449
|
}];
|
|
458
|
-
readonly
|
|
459
|
-
readonly outputs: readonly [];
|
|
460
|
-
readonly stateMutability: "nonpayable";
|
|
461
|
-
readonly type: "function";
|
|
450
|
+
readonly anonymous: false;
|
|
462
451
|
}, {
|
|
452
|
+
readonly type: "event";
|
|
453
|
+
readonly name: "TransferSingle";
|
|
463
454
|
readonly inputs: readonly [{
|
|
455
|
+
readonly name: "operator";
|
|
456
|
+
readonly type: "address";
|
|
457
|
+
readonly indexed: true;
|
|
464
458
|
readonly internalType: "address";
|
|
459
|
+
}, {
|
|
465
460
|
readonly name: "from";
|
|
466
461
|
readonly type: "address";
|
|
467
|
-
|
|
462
|
+
readonly indexed: true;
|
|
468
463
|
readonly internalType: "address";
|
|
464
|
+
}, {
|
|
469
465
|
readonly name: "to";
|
|
470
466
|
readonly type: "address";
|
|
467
|
+
readonly indexed: true;
|
|
468
|
+
readonly internalType: "address";
|
|
471
469
|
}, {
|
|
472
|
-
readonly internalType: "uint256";
|
|
473
470
|
readonly name: "id";
|
|
474
471
|
readonly type: "uint256";
|
|
475
|
-
|
|
472
|
+
readonly indexed: false;
|
|
476
473
|
readonly internalType: "uint256";
|
|
474
|
+
}, {
|
|
477
475
|
readonly name: "value";
|
|
478
476
|
readonly type: "uint256";
|
|
479
|
-
|
|
480
|
-
readonly internalType: "
|
|
481
|
-
readonly name: "data";
|
|
482
|
-
readonly type: "bytes";
|
|
477
|
+
readonly indexed: false;
|
|
478
|
+
readonly internalType: "uint256";
|
|
483
479
|
}];
|
|
484
|
-
readonly
|
|
485
|
-
readonly outputs: readonly [];
|
|
486
|
-
readonly stateMutability: "nonpayable";
|
|
487
|
-
readonly type: "function";
|
|
480
|
+
readonly anonymous: false;
|
|
488
481
|
}, {
|
|
482
|
+
readonly type: "event";
|
|
483
|
+
readonly name: "URI";
|
|
489
484
|
readonly inputs: readonly [{
|
|
490
|
-
readonly
|
|
491
|
-
readonly
|
|
492
|
-
readonly
|
|
485
|
+
readonly name: "value";
|
|
486
|
+
readonly type: "string";
|
|
487
|
+
readonly indexed: false;
|
|
488
|
+
readonly internalType: "string";
|
|
493
489
|
}, {
|
|
494
|
-
readonly
|
|
495
|
-
readonly
|
|
496
|
-
readonly
|
|
490
|
+
readonly name: "id";
|
|
491
|
+
readonly type: "uint256";
|
|
492
|
+
readonly indexed: true;
|
|
493
|
+
readonly internalType: "uint256";
|
|
497
494
|
}];
|
|
498
|
-
readonly
|
|
499
|
-
readonly outputs: readonly [];
|
|
500
|
-
readonly stateMutability: "nonpayable";
|
|
501
|
-
readonly type: "function";
|
|
495
|
+
readonly anonymous: false;
|
|
502
496
|
}, {
|
|
497
|
+
readonly type: "event";
|
|
498
|
+
readonly name: "URIUpdated";
|
|
503
499
|
readonly inputs: readonly [{
|
|
504
|
-
readonly
|
|
505
|
-
readonly
|
|
506
|
-
readonly
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
readonly
|
|
511
|
-
readonly
|
|
512
|
-
readonly
|
|
500
|
+
readonly name: "uri";
|
|
501
|
+
readonly type: "string";
|
|
502
|
+
readonly indexed: false;
|
|
503
|
+
readonly internalType: "string";
|
|
504
|
+
}, {
|
|
505
|
+
readonly name: "renderer";
|
|
506
|
+
readonly type: "address";
|
|
507
|
+
readonly indexed: false;
|
|
508
|
+
readonly internalType: "address";
|
|
509
|
+
}, {
|
|
510
|
+
readonly name: "sender";
|
|
511
|
+
readonly type: "address";
|
|
512
|
+
readonly indexed: true;
|
|
513
|
+
readonly internalType: "address";
|
|
513
514
|
}];
|
|
514
|
-
readonly
|
|
515
|
-
readonly type: "function";
|
|
515
|
+
readonly anonymous: false;
|
|
516
516
|
}];
|
|
517
517
|
//#endregion
|
|
518
518
|
export { tokenizedRegistryV2InterfaceAbi };
|