@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,694 +1,694 @@
|
|
|
1
1
|
//#region src/v2/interfaces/standard-registry.d.ts
|
|
2
|
-
/**
|
|
2
|
+
/** IStandardRegistry ABI from the deployed ENSv2 Sepolia contract snapshot. */
|
|
3
3
|
declare const standardRegistryV2InterfaceAbi: readonly [{
|
|
4
|
+
readonly type: "function";
|
|
5
|
+
readonly name: "balanceOf";
|
|
4
6
|
readonly inputs: readonly [{
|
|
5
|
-
readonly
|
|
6
|
-
readonly
|
|
7
|
-
readonly
|
|
7
|
+
readonly name: "account";
|
|
8
|
+
readonly type: "address";
|
|
9
|
+
readonly internalType: "address";
|
|
8
10
|
}, {
|
|
9
|
-
readonly
|
|
10
|
-
readonly
|
|
11
|
-
readonly
|
|
11
|
+
readonly name: "id";
|
|
12
|
+
readonly type: "uint256";
|
|
13
|
+
readonly internalType: "uint256";
|
|
12
14
|
}];
|
|
13
|
-
readonly
|
|
14
|
-
|
|
15
|
+
readonly outputs: readonly [{
|
|
16
|
+
readonly name: "";
|
|
17
|
+
readonly type: "uint256";
|
|
18
|
+
readonly internalType: "uint256";
|
|
19
|
+
}];
|
|
20
|
+
readonly stateMutability: "view";
|
|
15
21
|
}, {
|
|
22
|
+
readonly type: "function";
|
|
23
|
+
readonly name: "balanceOfBatch";
|
|
16
24
|
readonly inputs: readonly [{
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
25
|
+
readonly name: "accounts";
|
|
26
|
+
readonly type: "address[]";
|
|
27
|
+
readonly internalType: "address[]";
|
|
28
|
+
}, {
|
|
29
|
+
readonly name: "ids";
|
|
30
|
+
readonly type: "uint256[]";
|
|
31
|
+
readonly internalType: "uint256[]";
|
|
20
32
|
}];
|
|
21
|
-
readonly
|
|
22
|
-
|
|
33
|
+
readonly outputs: readonly [{
|
|
34
|
+
readonly name: "";
|
|
35
|
+
readonly type: "uint256[]";
|
|
36
|
+
readonly internalType: "uint256[]";
|
|
37
|
+
}];
|
|
38
|
+
readonly stateMutability: "view";
|
|
23
39
|
}, {
|
|
40
|
+
readonly type: "function";
|
|
41
|
+
readonly name: "findExpiry";
|
|
24
42
|
readonly inputs: readonly [{
|
|
43
|
+
readonly name: "label";
|
|
44
|
+
readonly type: "string";
|
|
25
45
|
readonly internalType: "string";
|
|
46
|
+
}];
|
|
47
|
+
readonly outputs: readonly [{
|
|
48
|
+
readonly name: "";
|
|
49
|
+
readonly type: "uint64";
|
|
50
|
+
readonly internalType: "uint64";
|
|
51
|
+
}];
|
|
52
|
+
readonly stateMutability: "view";
|
|
53
|
+
}, {
|
|
54
|
+
readonly type: "function";
|
|
55
|
+
readonly name: "findOwner";
|
|
56
|
+
readonly inputs: readonly [{
|
|
26
57
|
readonly name: "label";
|
|
27
58
|
readonly type: "string";
|
|
59
|
+
readonly internalType: "string";
|
|
28
60
|
}];
|
|
29
|
-
readonly
|
|
30
|
-
|
|
61
|
+
readonly outputs: readonly [{
|
|
62
|
+
readonly name: "";
|
|
63
|
+
readonly type: "address";
|
|
64
|
+
readonly internalType: "address";
|
|
65
|
+
}];
|
|
66
|
+
readonly stateMutability: "view";
|
|
31
67
|
}, {
|
|
68
|
+
readonly type: "function";
|
|
69
|
+
readonly name: "findTokenId";
|
|
32
70
|
readonly inputs: readonly [{
|
|
33
|
-
readonly
|
|
34
|
-
readonly
|
|
71
|
+
readonly name: "label";
|
|
72
|
+
readonly type: "string";
|
|
73
|
+
readonly internalType: "string";
|
|
74
|
+
}];
|
|
75
|
+
readonly outputs: readonly [{
|
|
76
|
+
readonly name: "";
|
|
35
77
|
readonly type: "uint256";
|
|
78
|
+
readonly internalType: "uint256";
|
|
36
79
|
}];
|
|
37
|
-
readonly
|
|
38
|
-
readonly type: "error";
|
|
80
|
+
readonly stateMutability: "view";
|
|
39
81
|
}, {
|
|
82
|
+
readonly type: "function";
|
|
83
|
+
readonly name: "getExpiry";
|
|
40
84
|
readonly inputs: readonly [{
|
|
41
|
-
readonly
|
|
42
|
-
readonly name: "tokenId";
|
|
85
|
+
readonly name: "anyId";
|
|
43
86
|
readonly type: "uint256";
|
|
87
|
+
readonly internalType: "uint256";
|
|
88
|
+
}];
|
|
89
|
+
readonly outputs: readonly [{
|
|
90
|
+
readonly name: "expiry";
|
|
91
|
+
readonly type: "uint64";
|
|
92
|
+
readonly internalType: "uint64";
|
|
93
|
+
}];
|
|
94
|
+
readonly stateMutability: "view";
|
|
95
|
+
}, {
|
|
96
|
+
readonly type: "function";
|
|
97
|
+
readonly name: "getParent";
|
|
98
|
+
readonly inputs: readonly [];
|
|
99
|
+
readonly outputs: readonly [{
|
|
100
|
+
readonly name: "parent";
|
|
101
|
+
readonly type: "address";
|
|
102
|
+
readonly internalType: "contract IRegistry";
|
|
44
103
|
}, {
|
|
104
|
+
readonly name: "label";
|
|
105
|
+
readonly type: "string";
|
|
106
|
+
readonly internalType: "string";
|
|
107
|
+
}];
|
|
108
|
+
readonly stateMutability: "view";
|
|
109
|
+
}, {
|
|
110
|
+
readonly type: "function";
|
|
111
|
+
readonly name: "getResolver";
|
|
112
|
+
readonly inputs: readonly [{
|
|
113
|
+
readonly name: "label";
|
|
114
|
+
readonly type: "string";
|
|
115
|
+
readonly internalType: "string";
|
|
116
|
+
}];
|
|
117
|
+
readonly outputs: readonly [{
|
|
118
|
+
readonly name: "";
|
|
119
|
+
readonly type: "address";
|
|
45
120
|
readonly internalType: "address";
|
|
46
|
-
|
|
121
|
+
}];
|
|
122
|
+
readonly stateMutability: "view";
|
|
123
|
+
}, {
|
|
124
|
+
readonly type: "function";
|
|
125
|
+
readonly name: "getSubregistry";
|
|
126
|
+
readonly inputs: readonly [{
|
|
127
|
+
readonly name: "label";
|
|
128
|
+
readonly type: "string";
|
|
129
|
+
readonly internalType: "string";
|
|
130
|
+
}];
|
|
131
|
+
readonly outputs: readonly [{
|
|
132
|
+
readonly name: "";
|
|
47
133
|
readonly type: "address";
|
|
134
|
+
readonly internalType: "contract IRegistry";
|
|
48
135
|
}];
|
|
49
|
-
readonly
|
|
50
|
-
readonly type: "error";
|
|
136
|
+
readonly stateMutability: "view";
|
|
51
137
|
}, {
|
|
52
|
-
readonly
|
|
138
|
+
readonly type: "function";
|
|
139
|
+
readonly name: "isApprovedForAll";
|
|
53
140
|
readonly inputs: readonly [{
|
|
54
|
-
readonly indexed: true;
|
|
55
|
-
readonly internalType: "address";
|
|
56
141
|
readonly name: "account";
|
|
57
142
|
readonly type: "address";
|
|
58
|
-
}, {
|
|
59
|
-
readonly indexed: true;
|
|
60
143
|
readonly internalType: "address";
|
|
144
|
+
}, {
|
|
61
145
|
readonly name: "operator";
|
|
62
146
|
readonly type: "address";
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
readonly name: "
|
|
147
|
+
readonly internalType: "address";
|
|
148
|
+
}];
|
|
149
|
+
readonly outputs: readonly [{
|
|
150
|
+
readonly name: "";
|
|
67
151
|
readonly type: "bool";
|
|
152
|
+
readonly internalType: "bool";
|
|
68
153
|
}];
|
|
69
|
-
readonly
|
|
70
|
-
readonly type: "event";
|
|
154
|
+
readonly stateMutability: "view";
|
|
71
155
|
}, {
|
|
72
|
-
readonly
|
|
156
|
+
readonly type: "function";
|
|
157
|
+
readonly name: "ownerOf";
|
|
73
158
|
readonly inputs: readonly [{
|
|
74
|
-
readonly
|
|
75
|
-
readonly internalType: "uint256";
|
|
76
|
-
readonly name: "tokenId";
|
|
159
|
+
readonly name: "id";
|
|
77
160
|
readonly type: "uint256";
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
readonly name: "
|
|
82
|
-
readonly type: "uint64";
|
|
83
|
-
}, {
|
|
84
|
-
readonly indexed: true;
|
|
85
|
-
readonly internalType: "address";
|
|
86
|
-
readonly name: "sender";
|
|
161
|
+
readonly internalType: "uint256";
|
|
162
|
+
}];
|
|
163
|
+
readonly outputs: readonly [{
|
|
164
|
+
readonly name: "owner";
|
|
87
165
|
readonly type: "address";
|
|
166
|
+
readonly internalType: "address";
|
|
88
167
|
}];
|
|
89
|
-
readonly
|
|
90
|
-
readonly type: "event";
|
|
168
|
+
readonly stateMutability: "view";
|
|
91
169
|
}, {
|
|
92
|
-
readonly
|
|
170
|
+
readonly type: "function";
|
|
171
|
+
readonly name: "register";
|
|
93
172
|
readonly inputs: readonly [{
|
|
94
|
-
readonly indexed: true;
|
|
95
|
-
readonly internalType: "uint256";
|
|
96
|
-
readonly name: "tokenId";
|
|
97
|
-
readonly type: "uint256";
|
|
98
|
-
}, {
|
|
99
|
-
readonly indexed: true;
|
|
100
|
-
readonly internalType: "bytes32";
|
|
101
|
-
readonly name: "labelHash";
|
|
102
|
-
readonly type: "bytes32";
|
|
103
|
-
}, {
|
|
104
|
-
readonly indexed: false;
|
|
105
|
-
readonly internalType: "string";
|
|
106
173
|
readonly name: "label";
|
|
107
174
|
readonly type: "string";
|
|
175
|
+
readonly internalType: "string";
|
|
108
176
|
}, {
|
|
109
|
-
readonly indexed: false;
|
|
110
|
-
readonly internalType: "address";
|
|
111
177
|
readonly name: "owner";
|
|
112
178
|
readonly type: "address";
|
|
113
|
-
}, {
|
|
114
|
-
readonly indexed: false;
|
|
115
|
-
readonly internalType: "uint64";
|
|
116
|
-
readonly name: "expiry";
|
|
117
|
-
readonly type: "uint64";
|
|
118
|
-
}, {
|
|
119
|
-
readonly indexed: true;
|
|
120
179
|
readonly internalType: "address";
|
|
121
|
-
|
|
180
|
+
}, {
|
|
181
|
+
readonly name: "registry";
|
|
122
182
|
readonly type: "address";
|
|
123
|
-
|
|
124
|
-
readonly name: "LabelRegistered";
|
|
125
|
-
readonly type: "event";
|
|
126
|
-
}, {
|
|
127
|
-
readonly anonymous: false;
|
|
128
|
-
readonly inputs: readonly [{
|
|
129
|
-
readonly indexed: true;
|
|
130
|
-
readonly internalType: "uint256";
|
|
131
|
-
readonly name: "tokenId";
|
|
132
|
-
readonly type: "uint256";
|
|
183
|
+
readonly internalType: "contract IRegistry";
|
|
133
184
|
}, {
|
|
134
|
-
readonly
|
|
135
|
-
readonly
|
|
136
|
-
readonly
|
|
137
|
-
readonly type: "bytes32";
|
|
185
|
+
readonly name: "resolver";
|
|
186
|
+
readonly type: "address";
|
|
187
|
+
readonly internalType: "address";
|
|
138
188
|
}, {
|
|
139
|
-
readonly
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
142
|
-
readonly type: "string";
|
|
189
|
+
readonly name: "roleBitmap";
|
|
190
|
+
readonly type: "uint256";
|
|
191
|
+
readonly internalType: "uint256";
|
|
143
192
|
}, {
|
|
144
|
-
readonly indexed: false;
|
|
145
|
-
readonly internalType: "uint64";
|
|
146
193
|
readonly name: "expiry";
|
|
147
194
|
readonly type: "uint64";
|
|
148
|
-
|
|
149
|
-
readonly indexed: true;
|
|
150
|
-
readonly internalType: "address";
|
|
151
|
-
readonly name: "sender";
|
|
152
|
-
readonly type: "address";
|
|
195
|
+
readonly internalType: "uint64";
|
|
153
196
|
}];
|
|
154
|
-
readonly
|
|
155
|
-
readonly type: "event";
|
|
156
|
-
}, {
|
|
157
|
-
readonly anonymous: false;
|
|
158
|
-
readonly inputs: readonly [{
|
|
159
|
-
readonly indexed: true;
|
|
160
|
-
readonly internalType: "uint256";
|
|
197
|
+
readonly outputs: readonly [{
|
|
161
198
|
readonly name: "tokenId";
|
|
162
199
|
readonly type: "uint256";
|
|
163
|
-
|
|
164
|
-
readonly indexed: true;
|
|
165
|
-
readonly internalType: "address";
|
|
166
|
-
readonly name: "sender";
|
|
167
|
-
readonly type: "address";
|
|
200
|
+
readonly internalType: "uint256";
|
|
168
201
|
}];
|
|
169
|
-
readonly
|
|
170
|
-
readonly type: "event";
|
|
202
|
+
readonly stateMutability: "nonpayable";
|
|
171
203
|
}, {
|
|
172
|
-
readonly
|
|
173
|
-
readonly
|
|
174
|
-
readonly indexed: true;
|
|
175
|
-
readonly internalType: "contract IRegistry";
|
|
176
|
-
readonly name: "parent";
|
|
177
|
-
readonly type: "address";
|
|
178
|
-
}, {
|
|
179
|
-
readonly indexed: false;
|
|
180
|
-
readonly internalType: "string";
|
|
181
|
-
readonly name: "label";
|
|
182
|
-
readonly type: "string";
|
|
183
|
-
}, {
|
|
184
|
-
readonly indexed: true;
|
|
185
|
-
readonly internalType: "address";
|
|
186
|
-
readonly name: "sender";
|
|
187
|
-
readonly type: "address";
|
|
188
|
-
}];
|
|
189
|
-
readonly name: "ParentUpdated";
|
|
190
|
-
readonly type: "event";
|
|
191
|
-
}, {
|
|
192
|
-
readonly anonymous: false;
|
|
193
|
-
readonly inputs: readonly [];
|
|
194
|
-
readonly name: "RegistryCreated";
|
|
195
|
-
readonly type: "event";
|
|
196
|
-
}, {
|
|
197
|
-
readonly anonymous: false;
|
|
198
|
-
readonly inputs: readonly [{
|
|
199
|
-
readonly indexed: true;
|
|
200
|
-
readonly internalType: "uint256";
|
|
201
|
-
readonly name: "tokenId";
|
|
202
|
-
readonly type: "uint256";
|
|
203
|
-
}, {
|
|
204
|
-
readonly indexed: true;
|
|
205
|
-
readonly internalType: "address";
|
|
206
|
-
readonly name: "resolver";
|
|
207
|
-
readonly type: "address";
|
|
208
|
-
}, {
|
|
209
|
-
readonly indexed: true;
|
|
210
|
-
readonly internalType: "address";
|
|
211
|
-
readonly name: "sender";
|
|
212
|
-
readonly type: "address";
|
|
213
|
-
}];
|
|
214
|
-
readonly name: "ResolverUpdated";
|
|
215
|
-
readonly type: "event";
|
|
216
|
-
}, {
|
|
217
|
-
readonly anonymous: false;
|
|
204
|
+
readonly type: "function";
|
|
205
|
+
readonly name: "renew";
|
|
218
206
|
readonly inputs: readonly [{
|
|
219
|
-
readonly
|
|
220
|
-
readonly internalType: "uint256";
|
|
221
|
-
readonly name: "tokenId";
|
|
207
|
+
readonly name: "anyId";
|
|
222
208
|
readonly type: "uint256";
|
|
223
|
-
}, {
|
|
224
|
-
readonly indexed: true;
|
|
225
|
-
readonly internalType: "contract IRegistry";
|
|
226
|
-
readonly name: "subregistry";
|
|
227
|
-
readonly type: "address";
|
|
228
|
-
}, {
|
|
229
|
-
readonly indexed: true;
|
|
230
|
-
readonly internalType: "address";
|
|
231
|
-
readonly name: "sender";
|
|
232
|
-
readonly type: "address";
|
|
233
|
-
}];
|
|
234
|
-
readonly name: "SubregistryUpdated";
|
|
235
|
-
readonly type: "event";
|
|
236
|
-
}, {
|
|
237
|
-
readonly anonymous: false;
|
|
238
|
-
readonly inputs: readonly [{
|
|
239
|
-
readonly indexed: true;
|
|
240
209
|
readonly internalType: "uint256";
|
|
241
|
-
readonly name: "oldTokenId";
|
|
242
|
-
readonly type: "uint256";
|
|
243
210
|
}, {
|
|
244
|
-
readonly
|
|
245
|
-
readonly
|
|
246
|
-
readonly
|
|
247
|
-
readonly type: "uint256";
|
|
211
|
+
readonly name: "newExpiry";
|
|
212
|
+
readonly type: "uint64";
|
|
213
|
+
readonly internalType: "uint64";
|
|
248
214
|
}];
|
|
249
|
-
readonly
|
|
250
|
-
readonly
|
|
215
|
+
readonly outputs: readonly [];
|
|
216
|
+
readonly stateMutability: "nonpayable";
|
|
251
217
|
}, {
|
|
252
|
-
readonly
|
|
218
|
+
readonly type: "function";
|
|
219
|
+
readonly name: "safeBatchTransferFrom";
|
|
253
220
|
readonly inputs: readonly [{
|
|
254
|
-
readonly indexed: true;
|
|
255
|
-
readonly internalType: "address";
|
|
256
|
-
readonly name: "operator";
|
|
257
|
-
readonly type: "address";
|
|
258
|
-
}, {
|
|
259
|
-
readonly indexed: true;
|
|
260
|
-
readonly internalType: "address";
|
|
261
221
|
readonly name: "from";
|
|
262
222
|
readonly type: "address";
|
|
263
|
-
}, {
|
|
264
|
-
readonly indexed: true;
|
|
265
223
|
readonly internalType: "address";
|
|
224
|
+
}, {
|
|
266
225
|
readonly name: "to";
|
|
267
226
|
readonly type: "address";
|
|
227
|
+
readonly internalType: "address";
|
|
268
228
|
}, {
|
|
269
|
-
readonly indexed: false;
|
|
270
|
-
readonly internalType: "uint256[]";
|
|
271
229
|
readonly name: "ids";
|
|
272
230
|
readonly type: "uint256[]";
|
|
273
|
-
}, {
|
|
274
|
-
readonly indexed: false;
|
|
275
231
|
readonly internalType: "uint256[]";
|
|
232
|
+
}, {
|
|
276
233
|
readonly name: "values";
|
|
277
234
|
readonly type: "uint256[]";
|
|
235
|
+
readonly internalType: "uint256[]";
|
|
236
|
+
}, {
|
|
237
|
+
readonly name: "data";
|
|
238
|
+
readonly type: "bytes";
|
|
239
|
+
readonly internalType: "bytes";
|
|
278
240
|
}];
|
|
279
|
-
readonly
|
|
280
|
-
readonly
|
|
241
|
+
readonly outputs: readonly [];
|
|
242
|
+
readonly stateMutability: "nonpayable";
|
|
281
243
|
}, {
|
|
282
|
-
readonly
|
|
244
|
+
readonly type: "function";
|
|
245
|
+
readonly name: "safeTransferFrom";
|
|
283
246
|
readonly inputs: readonly [{
|
|
284
|
-
readonly indexed: true;
|
|
285
|
-
readonly internalType: "address";
|
|
286
|
-
readonly name: "operator";
|
|
287
|
-
readonly type: "address";
|
|
288
|
-
}, {
|
|
289
|
-
readonly indexed: true;
|
|
290
|
-
readonly internalType: "address";
|
|
291
247
|
readonly name: "from";
|
|
292
248
|
readonly type: "address";
|
|
293
|
-
}, {
|
|
294
|
-
readonly indexed: true;
|
|
295
249
|
readonly internalType: "address";
|
|
250
|
+
}, {
|
|
296
251
|
readonly name: "to";
|
|
297
252
|
readonly type: "address";
|
|
253
|
+
readonly internalType: "address";
|
|
298
254
|
}, {
|
|
299
|
-
readonly indexed: false;
|
|
300
|
-
readonly internalType: "uint256";
|
|
301
255
|
readonly name: "id";
|
|
302
256
|
readonly type: "uint256";
|
|
303
|
-
}, {
|
|
304
|
-
readonly indexed: false;
|
|
305
257
|
readonly internalType: "uint256";
|
|
258
|
+
}, {
|
|
306
259
|
readonly name: "value";
|
|
307
260
|
readonly type: "uint256";
|
|
261
|
+
readonly internalType: "uint256";
|
|
262
|
+
}, {
|
|
263
|
+
readonly name: "data";
|
|
264
|
+
readonly type: "bytes";
|
|
265
|
+
readonly internalType: "bytes";
|
|
308
266
|
}];
|
|
309
|
-
readonly
|
|
310
|
-
readonly
|
|
267
|
+
readonly outputs: readonly [];
|
|
268
|
+
readonly stateMutability: "nonpayable";
|
|
311
269
|
}, {
|
|
312
|
-
readonly
|
|
270
|
+
readonly type: "function";
|
|
271
|
+
readonly name: "setApprovalForAll";
|
|
313
272
|
readonly inputs: readonly [{
|
|
314
|
-
readonly
|
|
315
|
-
readonly
|
|
316
|
-
readonly
|
|
317
|
-
readonly type: "string";
|
|
273
|
+
readonly name: "operator";
|
|
274
|
+
readonly type: "address";
|
|
275
|
+
readonly internalType: "address";
|
|
318
276
|
}, {
|
|
319
|
-
readonly
|
|
320
|
-
readonly
|
|
321
|
-
readonly
|
|
322
|
-
readonly type: "uint256";
|
|
277
|
+
readonly name: "approved";
|
|
278
|
+
readonly type: "bool";
|
|
279
|
+
readonly internalType: "bool";
|
|
323
280
|
}];
|
|
324
|
-
readonly
|
|
325
|
-
readonly
|
|
281
|
+
readonly outputs: readonly [];
|
|
282
|
+
readonly stateMutability: "nonpayable";
|
|
326
283
|
}, {
|
|
327
|
-
readonly
|
|
284
|
+
readonly type: "function";
|
|
285
|
+
readonly name: "setParent";
|
|
328
286
|
readonly inputs: readonly [{
|
|
329
|
-
readonly
|
|
330
|
-
readonly internalType: "string";
|
|
331
|
-
readonly name: "uri";
|
|
332
|
-
readonly type: "string";
|
|
333
|
-
}, {
|
|
334
|
-
readonly indexed: false;
|
|
335
|
-
readonly internalType: "address";
|
|
336
|
-
readonly name: "renderer";
|
|
287
|
+
readonly name: "parent";
|
|
337
288
|
readonly type: "address";
|
|
289
|
+
readonly internalType: "contract IRegistry";
|
|
338
290
|
}, {
|
|
339
|
-
readonly
|
|
340
|
-
readonly
|
|
341
|
-
readonly
|
|
342
|
-
readonly type: "address";
|
|
291
|
+
readonly name: "label";
|
|
292
|
+
readonly type: "string";
|
|
293
|
+
readonly internalType: "string";
|
|
343
294
|
}];
|
|
344
|
-
readonly
|
|
345
|
-
readonly
|
|
295
|
+
readonly outputs: readonly [];
|
|
296
|
+
readonly stateMutability: "nonpayable";
|
|
346
297
|
}, {
|
|
298
|
+
readonly type: "function";
|
|
299
|
+
readonly name: "setResolver";
|
|
347
300
|
readonly inputs: readonly [{
|
|
348
|
-
readonly
|
|
349
|
-
readonly name: "account";
|
|
350
|
-
readonly type: "address";
|
|
351
|
-
}, {
|
|
352
|
-
readonly internalType: "uint256";
|
|
353
|
-
readonly name: "id";
|
|
301
|
+
readonly name: "anyId";
|
|
354
302
|
readonly type: "uint256";
|
|
355
|
-
}];
|
|
356
|
-
readonly name: "balanceOf";
|
|
357
|
-
readonly outputs: readonly [{
|
|
358
303
|
readonly internalType: "uint256";
|
|
359
|
-
|
|
360
|
-
readonly
|
|
304
|
+
}, {
|
|
305
|
+
readonly name: "resolver";
|
|
306
|
+
readonly type: "address";
|
|
307
|
+
readonly internalType: "address";
|
|
361
308
|
}];
|
|
362
|
-
readonly
|
|
363
|
-
readonly
|
|
309
|
+
readonly outputs: readonly [];
|
|
310
|
+
readonly stateMutability: "nonpayable";
|
|
364
311
|
}, {
|
|
312
|
+
readonly type: "function";
|
|
313
|
+
readonly name: "setSubregistry";
|
|
365
314
|
readonly inputs: readonly [{
|
|
366
|
-
readonly
|
|
367
|
-
readonly
|
|
368
|
-
readonly
|
|
315
|
+
readonly name: "anyId";
|
|
316
|
+
readonly type: "uint256";
|
|
317
|
+
readonly internalType: "uint256";
|
|
369
318
|
}, {
|
|
370
|
-
readonly
|
|
371
|
-
readonly
|
|
372
|
-
readonly
|
|
373
|
-
}];
|
|
374
|
-
readonly name: "balanceOfBatch";
|
|
375
|
-
readonly outputs: readonly [{
|
|
376
|
-
readonly internalType: "uint256[]";
|
|
377
|
-
readonly name: "";
|
|
378
|
-
readonly type: "uint256[]";
|
|
319
|
+
readonly name: "registry";
|
|
320
|
+
readonly type: "address";
|
|
321
|
+
readonly internalType: "contract IRegistry";
|
|
379
322
|
}];
|
|
380
|
-
readonly
|
|
381
|
-
readonly
|
|
323
|
+
readonly outputs: readonly [];
|
|
324
|
+
readonly stateMutability: "nonpayable";
|
|
382
325
|
}, {
|
|
326
|
+
readonly type: "function";
|
|
327
|
+
readonly name: "supportsInterface";
|
|
383
328
|
readonly inputs: readonly [{
|
|
384
|
-
readonly
|
|
385
|
-
readonly
|
|
386
|
-
readonly
|
|
329
|
+
readonly name: "interfaceId";
|
|
330
|
+
readonly type: "bytes4";
|
|
331
|
+
readonly internalType: "bytes4";
|
|
387
332
|
}];
|
|
388
|
-
readonly name: "findExpiry";
|
|
389
333
|
readonly outputs: readonly [{
|
|
390
|
-
readonly internalType: "uint64";
|
|
391
334
|
readonly name: "";
|
|
392
|
-
readonly type: "
|
|
335
|
+
readonly type: "bool";
|
|
336
|
+
readonly internalType: "bool";
|
|
393
337
|
}];
|
|
394
338
|
readonly stateMutability: "view";
|
|
395
|
-
readonly type: "function";
|
|
396
339
|
}, {
|
|
340
|
+
readonly type: "function";
|
|
341
|
+
readonly name: "unregister";
|
|
397
342
|
readonly inputs: readonly [{
|
|
398
|
-
readonly
|
|
399
|
-
readonly
|
|
400
|
-
readonly
|
|
343
|
+
readonly name: "anyId";
|
|
344
|
+
readonly type: "uint256";
|
|
345
|
+
readonly internalType: "uint256";
|
|
401
346
|
}];
|
|
402
|
-
readonly
|
|
403
|
-
readonly
|
|
347
|
+
readonly outputs: readonly [];
|
|
348
|
+
readonly stateMutability: "nonpayable";
|
|
349
|
+
}, {
|
|
350
|
+
readonly type: "event";
|
|
351
|
+
readonly name: "ApprovalForAll";
|
|
352
|
+
readonly inputs: readonly [{
|
|
353
|
+
readonly name: "account";
|
|
354
|
+
readonly type: "address";
|
|
355
|
+
readonly indexed: true;
|
|
404
356
|
readonly internalType: "address";
|
|
405
|
-
|
|
357
|
+
}, {
|
|
358
|
+
readonly name: "operator";
|
|
406
359
|
readonly type: "address";
|
|
360
|
+
readonly indexed: true;
|
|
361
|
+
readonly internalType: "address";
|
|
362
|
+
}, {
|
|
363
|
+
readonly name: "approved";
|
|
364
|
+
readonly type: "bool";
|
|
365
|
+
readonly indexed: false;
|
|
366
|
+
readonly internalType: "bool";
|
|
407
367
|
}];
|
|
408
|
-
readonly
|
|
409
|
-
readonly type: "function";
|
|
368
|
+
readonly anonymous: false;
|
|
410
369
|
}, {
|
|
370
|
+
readonly type: "event";
|
|
371
|
+
readonly name: "ExpiryUpdated";
|
|
411
372
|
readonly inputs: readonly [{
|
|
412
|
-
readonly
|
|
413
|
-
readonly name: "label";
|
|
414
|
-
readonly type: "string";
|
|
415
|
-
}];
|
|
416
|
-
readonly name: "findTokenId";
|
|
417
|
-
readonly outputs: readonly [{
|
|
418
|
-
readonly internalType: "uint256";
|
|
419
|
-
readonly name: "";
|
|
373
|
+
readonly name: "tokenId";
|
|
420
374
|
readonly type: "uint256";
|
|
421
|
-
|
|
422
|
-
readonly stateMutability: "view";
|
|
423
|
-
readonly type: "function";
|
|
424
|
-
}, {
|
|
425
|
-
readonly inputs: readonly [{
|
|
375
|
+
readonly indexed: true;
|
|
426
376
|
readonly internalType: "uint256";
|
|
427
|
-
|
|
428
|
-
readonly
|
|
429
|
-
}];
|
|
430
|
-
readonly name: "getExpiry";
|
|
431
|
-
readonly outputs: readonly [{
|
|
432
|
-
readonly internalType: "uint64";
|
|
433
|
-
readonly name: "expiry";
|
|
377
|
+
}, {
|
|
378
|
+
readonly name: "newExpiry";
|
|
434
379
|
readonly type: "uint64";
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
readonly type: "function";
|
|
438
|
-
}, {
|
|
439
|
-
readonly inputs: readonly [];
|
|
440
|
-
readonly name: "getParent";
|
|
441
|
-
readonly outputs: readonly [{
|
|
442
|
-
readonly internalType: "contract IRegistry";
|
|
443
|
-
readonly name: "parent";
|
|
444
|
-
readonly type: "address";
|
|
380
|
+
readonly indexed: true;
|
|
381
|
+
readonly internalType: "uint64";
|
|
445
382
|
}, {
|
|
446
|
-
readonly
|
|
447
|
-
readonly
|
|
448
|
-
readonly
|
|
383
|
+
readonly name: "sender";
|
|
384
|
+
readonly type: "address";
|
|
385
|
+
readonly indexed: true;
|
|
386
|
+
readonly internalType: "address";
|
|
449
387
|
}];
|
|
450
|
-
readonly
|
|
451
|
-
readonly type: "function";
|
|
388
|
+
readonly anonymous: false;
|
|
452
389
|
}, {
|
|
390
|
+
readonly type: "event";
|
|
391
|
+
readonly name: "LabelRegistered";
|
|
453
392
|
readonly inputs: readonly [{
|
|
454
|
-
readonly
|
|
393
|
+
readonly name: "tokenId";
|
|
394
|
+
readonly type: "uint256";
|
|
395
|
+
readonly indexed: true;
|
|
396
|
+
readonly internalType: "uint256";
|
|
397
|
+
}, {
|
|
398
|
+
readonly name: "labelHash";
|
|
399
|
+
readonly type: "bytes32";
|
|
400
|
+
readonly indexed: true;
|
|
401
|
+
readonly internalType: "bytes32";
|
|
402
|
+
}, {
|
|
455
403
|
readonly name: "label";
|
|
456
404
|
readonly type: "string";
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
405
|
+
readonly indexed: false;
|
|
406
|
+
readonly internalType: "string";
|
|
407
|
+
}, {
|
|
408
|
+
readonly name: "owner";
|
|
409
|
+
readonly type: "address";
|
|
410
|
+
readonly indexed: false;
|
|
460
411
|
readonly internalType: "address";
|
|
461
|
-
|
|
412
|
+
}, {
|
|
413
|
+
readonly name: "expiry";
|
|
414
|
+
readonly type: "uint64";
|
|
415
|
+
readonly indexed: false;
|
|
416
|
+
readonly internalType: "uint64";
|
|
417
|
+
}, {
|
|
418
|
+
readonly name: "sender";
|
|
462
419
|
readonly type: "address";
|
|
420
|
+
readonly indexed: true;
|
|
421
|
+
readonly internalType: "address";
|
|
463
422
|
}];
|
|
464
|
-
readonly
|
|
465
|
-
readonly type: "function";
|
|
423
|
+
readonly anonymous: false;
|
|
466
424
|
}, {
|
|
425
|
+
readonly type: "event";
|
|
426
|
+
readonly name: "LabelReserved";
|
|
467
427
|
readonly inputs: readonly [{
|
|
468
|
-
readonly
|
|
428
|
+
readonly name: "tokenId";
|
|
429
|
+
readonly type: "uint256";
|
|
430
|
+
readonly indexed: true;
|
|
431
|
+
readonly internalType: "uint256";
|
|
432
|
+
}, {
|
|
433
|
+
readonly name: "labelHash";
|
|
434
|
+
readonly type: "bytes32";
|
|
435
|
+
readonly indexed: true;
|
|
436
|
+
readonly internalType: "bytes32";
|
|
437
|
+
}, {
|
|
469
438
|
readonly name: "label";
|
|
470
439
|
readonly type: "string";
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
readonly
|
|
475
|
-
readonly
|
|
440
|
+
readonly indexed: false;
|
|
441
|
+
readonly internalType: "string";
|
|
442
|
+
}, {
|
|
443
|
+
readonly name: "expiry";
|
|
444
|
+
readonly type: "uint64";
|
|
445
|
+
readonly indexed: false;
|
|
446
|
+
readonly internalType: "uint64";
|
|
447
|
+
}, {
|
|
448
|
+
readonly name: "sender";
|
|
476
449
|
readonly type: "address";
|
|
450
|
+
readonly indexed: true;
|
|
451
|
+
readonly internalType: "address";
|
|
477
452
|
}];
|
|
478
|
-
readonly
|
|
479
|
-
readonly type: "function";
|
|
453
|
+
readonly anonymous: false;
|
|
480
454
|
}, {
|
|
455
|
+
readonly type: "event";
|
|
456
|
+
readonly name: "LabelUnregistered";
|
|
481
457
|
readonly inputs: readonly [{
|
|
458
|
+
readonly name: "tokenId";
|
|
459
|
+
readonly type: "uint256";
|
|
460
|
+
readonly indexed: true;
|
|
461
|
+
readonly internalType: "uint256";
|
|
462
|
+
}, {
|
|
463
|
+
readonly name: "sender";
|
|
464
|
+
readonly type: "address";
|
|
465
|
+
readonly indexed: true;
|
|
482
466
|
readonly internalType: "address";
|
|
483
|
-
|
|
467
|
+
}];
|
|
468
|
+
readonly anonymous: false;
|
|
469
|
+
}, {
|
|
470
|
+
readonly type: "event";
|
|
471
|
+
readonly name: "ParentUpdated";
|
|
472
|
+
readonly inputs: readonly [{
|
|
473
|
+
readonly name: "parent";
|
|
484
474
|
readonly type: "address";
|
|
475
|
+
readonly indexed: true;
|
|
476
|
+
readonly internalType: "contract IRegistry";
|
|
485
477
|
}, {
|
|
486
|
-
readonly
|
|
487
|
-
readonly
|
|
478
|
+
readonly name: "label";
|
|
479
|
+
readonly type: "string";
|
|
480
|
+
readonly indexed: false;
|
|
481
|
+
readonly internalType: "string";
|
|
482
|
+
}, {
|
|
483
|
+
readonly name: "sender";
|
|
488
484
|
readonly type: "address";
|
|
485
|
+
readonly indexed: true;
|
|
486
|
+
readonly internalType: "address";
|
|
489
487
|
}];
|
|
490
|
-
readonly
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
readonly stateMutability: "view";
|
|
497
|
-
readonly type: "function";
|
|
488
|
+
readonly anonymous: false;
|
|
489
|
+
}, {
|
|
490
|
+
readonly type: "event";
|
|
491
|
+
readonly name: "RegistryCreated";
|
|
492
|
+
readonly inputs: readonly [];
|
|
493
|
+
readonly anonymous: false;
|
|
498
494
|
}, {
|
|
495
|
+
readonly type: "event";
|
|
496
|
+
readonly name: "ResolverUpdated";
|
|
499
497
|
readonly inputs: readonly [{
|
|
500
|
-
readonly
|
|
501
|
-
readonly name: "id";
|
|
498
|
+
readonly name: "tokenId";
|
|
502
499
|
readonly type: "uint256";
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
500
|
+
readonly indexed: true;
|
|
501
|
+
readonly internalType: "uint256";
|
|
502
|
+
}, {
|
|
503
|
+
readonly name: "resolver";
|
|
504
|
+
readonly type: "address";
|
|
505
|
+
readonly indexed: true;
|
|
506
506
|
readonly internalType: "address";
|
|
507
|
-
|
|
507
|
+
}, {
|
|
508
|
+
readonly name: "sender";
|
|
508
509
|
readonly type: "address";
|
|
510
|
+
readonly indexed: true;
|
|
511
|
+
readonly internalType: "address";
|
|
509
512
|
}];
|
|
510
|
-
readonly
|
|
511
|
-
readonly type: "function";
|
|
513
|
+
readonly anonymous: false;
|
|
512
514
|
}, {
|
|
515
|
+
readonly type: "event";
|
|
516
|
+
readonly name: "SubregistryUpdated";
|
|
513
517
|
readonly inputs: readonly [{
|
|
514
|
-
readonly
|
|
515
|
-
readonly
|
|
516
|
-
readonly
|
|
518
|
+
readonly name: "tokenId";
|
|
519
|
+
readonly type: "uint256";
|
|
520
|
+
readonly indexed: true;
|
|
521
|
+
readonly internalType: "uint256";
|
|
517
522
|
}, {
|
|
518
|
-
readonly
|
|
519
|
-
readonly name: "owner";
|
|
523
|
+
readonly name: "subregistry";
|
|
520
524
|
readonly type: "address";
|
|
521
|
-
|
|
525
|
+
readonly indexed: true;
|
|
522
526
|
readonly internalType: "contract IRegistry";
|
|
523
|
-
readonly name: "registry";
|
|
524
|
-
readonly type: "address";
|
|
525
527
|
}, {
|
|
526
|
-
readonly
|
|
527
|
-
readonly name: "resolver";
|
|
528
|
+
readonly name: "sender";
|
|
528
529
|
readonly type: "address";
|
|
529
|
-
|
|
530
|
-
readonly internalType: "
|
|
531
|
-
readonly name: "roleBitmap";
|
|
532
|
-
readonly type: "uint256";
|
|
533
|
-
}, {
|
|
534
|
-
readonly internalType: "uint64";
|
|
535
|
-
readonly name: "expiry";
|
|
536
|
-
readonly type: "uint64";
|
|
537
|
-
}];
|
|
538
|
-
readonly name: "register";
|
|
539
|
-
readonly outputs: readonly [{
|
|
540
|
-
readonly internalType: "uint256";
|
|
541
|
-
readonly name: "tokenId";
|
|
542
|
-
readonly type: "uint256";
|
|
530
|
+
readonly indexed: true;
|
|
531
|
+
readonly internalType: "address";
|
|
543
532
|
}];
|
|
544
|
-
readonly
|
|
545
|
-
readonly type: "function";
|
|
533
|
+
readonly anonymous: false;
|
|
546
534
|
}, {
|
|
535
|
+
readonly type: "event";
|
|
536
|
+
readonly name: "TokenRegenerated";
|
|
547
537
|
readonly inputs: readonly [{
|
|
548
|
-
readonly
|
|
549
|
-
readonly name: "anyId";
|
|
538
|
+
readonly name: "oldTokenId";
|
|
550
539
|
readonly type: "uint256";
|
|
540
|
+
readonly indexed: true;
|
|
541
|
+
readonly internalType: "uint256";
|
|
551
542
|
}, {
|
|
552
|
-
readonly
|
|
553
|
-
readonly
|
|
554
|
-
readonly
|
|
543
|
+
readonly name: "newTokenId";
|
|
544
|
+
readonly type: "uint256";
|
|
545
|
+
readonly indexed: true;
|
|
546
|
+
readonly internalType: "uint256";
|
|
555
547
|
}];
|
|
556
|
-
readonly
|
|
557
|
-
readonly outputs: readonly [];
|
|
558
|
-
readonly stateMutability: "nonpayable";
|
|
559
|
-
readonly type: "function";
|
|
548
|
+
readonly anonymous: false;
|
|
560
549
|
}, {
|
|
550
|
+
readonly type: "event";
|
|
551
|
+
readonly name: "TransferBatch";
|
|
561
552
|
readonly inputs: readonly [{
|
|
553
|
+
readonly name: "operator";
|
|
554
|
+
readonly type: "address";
|
|
555
|
+
readonly indexed: true;
|
|
562
556
|
readonly internalType: "address";
|
|
557
|
+
}, {
|
|
563
558
|
readonly name: "from";
|
|
564
559
|
readonly type: "address";
|
|
565
|
-
|
|
560
|
+
readonly indexed: true;
|
|
566
561
|
readonly internalType: "address";
|
|
562
|
+
}, {
|
|
567
563
|
readonly name: "to";
|
|
568
564
|
readonly type: "address";
|
|
565
|
+
readonly indexed: true;
|
|
566
|
+
readonly internalType: "address";
|
|
569
567
|
}, {
|
|
570
|
-
readonly internalType: "uint256[]";
|
|
571
568
|
readonly name: "ids";
|
|
572
569
|
readonly type: "uint256[]";
|
|
573
|
-
|
|
570
|
+
readonly indexed: false;
|
|
574
571
|
readonly internalType: "uint256[]";
|
|
572
|
+
}, {
|
|
575
573
|
readonly name: "values";
|
|
576
574
|
readonly type: "uint256[]";
|
|
577
|
-
|
|
578
|
-
readonly internalType: "
|
|
579
|
-
readonly name: "data";
|
|
580
|
-
readonly type: "bytes";
|
|
575
|
+
readonly indexed: false;
|
|
576
|
+
readonly internalType: "uint256[]";
|
|
581
577
|
}];
|
|
582
|
-
readonly
|
|
583
|
-
readonly outputs: readonly [];
|
|
584
|
-
readonly stateMutability: "nonpayable";
|
|
585
|
-
readonly type: "function";
|
|
578
|
+
readonly anonymous: false;
|
|
586
579
|
}, {
|
|
580
|
+
readonly type: "event";
|
|
581
|
+
readonly name: "TransferSingle";
|
|
587
582
|
readonly inputs: readonly [{
|
|
583
|
+
readonly name: "operator";
|
|
584
|
+
readonly type: "address";
|
|
585
|
+
readonly indexed: true;
|
|
588
586
|
readonly internalType: "address";
|
|
587
|
+
}, {
|
|
589
588
|
readonly name: "from";
|
|
590
589
|
readonly type: "address";
|
|
591
|
-
|
|
590
|
+
readonly indexed: true;
|
|
592
591
|
readonly internalType: "address";
|
|
592
|
+
}, {
|
|
593
593
|
readonly name: "to";
|
|
594
594
|
readonly type: "address";
|
|
595
|
+
readonly indexed: true;
|
|
596
|
+
readonly internalType: "address";
|
|
595
597
|
}, {
|
|
596
|
-
readonly internalType: "uint256";
|
|
597
598
|
readonly name: "id";
|
|
598
599
|
readonly type: "uint256";
|
|
599
|
-
|
|
600
|
+
readonly indexed: false;
|
|
600
601
|
readonly internalType: "uint256";
|
|
602
|
+
}, {
|
|
601
603
|
readonly name: "value";
|
|
602
604
|
readonly type: "uint256";
|
|
603
|
-
|
|
604
|
-
readonly internalType: "
|
|
605
|
-
readonly name: "data";
|
|
606
|
-
readonly type: "bytes";
|
|
605
|
+
readonly indexed: false;
|
|
606
|
+
readonly internalType: "uint256";
|
|
607
607
|
}];
|
|
608
|
-
readonly
|
|
609
|
-
readonly outputs: readonly [];
|
|
610
|
-
readonly stateMutability: "nonpayable";
|
|
611
|
-
readonly type: "function";
|
|
608
|
+
readonly anonymous: false;
|
|
612
609
|
}, {
|
|
610
|
+
readonly type: "event";
|
|
611
|
+
readonly name: "URI";
|
|
613
612
|
readonly inputs: readonly [{
|
|
614
|
-
readonly
|
|
615
|
-
readonly
|
|
616
|
-
readonly
|
|
613
|
+
readonly name: "value";
|
|
614
|
+
readonly type: "string";
|
|
615
|
+
readonly indexed: false;
|
|
616
|
+
readonly internalType: "string";
|
|
617
617
|
}, {
|
|
618
|
-
readonly
|
|
619
|
-
readonly
|
|
620
|
-
readonly
|
|
618
|
+
readonly name: "id";
|
|
619
|
+
readonly type: "uint256";
|
|
620
|
+
readonly indexed: true;
|
|
621
|
+
readonly internalType: "uint256";
|
|
621
622
|
}];
|
|
622
|
-
readonly
|
|
623
|
-
readonly outputs: readonly [];
|
|
624
|
-
readonly stateMutability: "nonpayable";
|
|
625
|
-
readonly type: "function";
|
|
623
|
+
readonly anonymous: false;
|
|
626
624
|
}, {
|
|
625
|
+
readonly type: "event";
|
|
626
|
+
readonly name: "URIUpdated";
|
|
627
627
|
readonly inputs: readonly [{
|
|
628
|
-
readonly
|
|
629
|
-
readonly name: "parent";
|
|
630
|
-
readonly type: "address";
|
|
631
|
-
}, {
|
|
632
|
-
readonly internalType: "string";
|
|
633
|
-
readonly name: "label";
|
|
628
|
+
readonly name: "uri";
|
|
634
629
|
readonly type: "string";
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
readonly outputs: readonly [];
|
|
638
|
-
readonly stateMutability: "nonpayable";
|
|
639
|
-
readonly type: "function";
|
|
640
|
-
}, {
|
|
641
|
-
readonly inputs: readonly [{
|
|
642
|
-
readonly internalType: "uint256";
|
|
643
|
-
readonly name: "anyId";
|
|
644
|
-
readonly type: "uint256";
|
|
630
|
+
readonly indexed: false;
|
|
631
|
+
readonly internalType: "string";
|
|
645
632
|
}, {
|
|
633
|
+
readonly name: "renderer";
|
|
634
|
+
readonly type: "address";
|
|
635
|
+
readonly indexed: false;
|
|
646
636
|
readonly internalType: "address";
|
|
647
|
-
|
|
637
|
+
}, {
|
|
638
|
+
readonly name: "sender";
|
|
648
639
|
readonly type: "address";
|
|
640
|
+
readonly indexed: true;
|
|
641
|
+
readonly internalType: "address";
|
|
649
642
|
}];
|
|
650
|
-
readonly
|
|
651
|
-
readonly outputs: readonly [];
|
|
652
|
-
readonly stateMutability: "nonpayable";
|
|
653
|
-
readonly type: "function";
|
|
643
|
+
readonly anonymous: false;
|
|
654
644
|
}, {
|
|
645
|
+
readonly type: "error";
|
|
646
|
+
readonly name: "CannotReduceExpiry";
|
|
655
647
|
readonly inputs: readonly [{
|
|
656
|
-
readonly
|
|
657
|
-
readonly
|
|
658
|
-
readonly
|
|
648
|
+
readonly name: "oldExpiry";
|
|
649
|
+
readonly type: "uint64";
|
|
650
|
+
readonly internalType: "uint64";
|
|
659
651
|
}, {
|
|
660
|
-
readonly
|
|
661
|
-
readonly
|
|
662
|
-
readonly
|
|
652
|
+
readonly name: "newExpiry";
|
|
653
|
+
readonly type: "uint64";
|
|
654
|
+
readonly internalType: "uint64";
|
|
663
655
|
}];
|
|
664
|
-
readonly name: "setSubregistry";
|
|
665
|
-
readonly outputs: readonly [];
|
|
666
|
-
readonly stateMutability: "nonpayable";
|
|
667
|
-
readonly type: "function";
|
|
668
656
|
}, {
|
|
657
|
+
readonly type: "error";
|
|
658
|
+
readonly name: "CannotSetPastExpiry";
|
|
669
659
|
readonly inputs: readonly [{
|
|
670
|
-
readonly
|
|
671
|
-
readonly
|
|
672
|
-
readonly
|
|
660
|
+
readonly name: "expiry";
|
|
661
|
+
readonly type: "uint64";
|
|
662
|
+
readonly internalType: "uint64";
|
|
673
663
|
}];
|
|
674
|
-
|
|
675
|
-
readonly
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
readonly
|
|
664
|
+
}, {
|
|
665
|
+
readonly type: "error";
|
|
666
|
+
readonly name: "LabelAlreadyRegistered";
|
|
667
|
+
readonly inputs: readonly [{
|
|
668
|
+
readonly name: "label";
|
|
669
|
+
readonly type: "string";
|
|
670
|
+
readonly internalType: "string";
|
|
679
671
|
}];
|
|
680
|
-
readonly stateMutability: "view";
|
|
681
|
-
readonly type: "function";
|
|
682
672
|
}, {
|
|
673
|
+
readonly type: "error";
|
|
674
|
+
readonly name: "LabelExpired";
|
|
683
675
|
readonly inputs: readonly [{
|
|
676
|
+
readonly name: "tokenId";
|
|
677
|
+
readonly type: "uint256";
|
|
684
678
|
readonly internalType: "uint256";
|
|
685
|
-
|
|
679
|
+
}];
|
|
680
|
+
}, {
|
|
681
|
+
readonly type: "error";
|
|
682
|
+
readonly name: "TransferDisallowed";
|
|
683
|
+
readonly inputs: readonly [{
|
|
684
|
+
readonly name: "tokenId";
|
|
686
685
|
readonly type: "uint256";
|
|
686
|
+
readonly internalType: "uint256";
|
|
687
|
+
}, {
|
|
688
|
+
readonly name: "from";
|
|
689
|
+
readonly type: "address";
|
|
690
|
+
readonly internalType: "address";
|
|
687
691
|
}];
|
|
688
|
-
readonly name: "unregister";
|
|
689
|
-
readonly outputs: readonly [];
|
|
690
|
-
readonly stateMutability: "nonpayable";
|
|
691
|
-
readonly type: "function";
|
|
692
692
|
}];
|
|
693
693
|
//#endregion
|
|
694
694
|
export { standardRegistryV2InterfaceAbi };
|