@ensforge/contracts 0.1.0 → 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,1207 +1,1201 @@
|
|
|
1
1
|
//#region src/v2/interfaces/wrapper-registry.d.ts
|
|
2
|
-
/**
|
|
2
|
+
/** IWrapperRegistry ABI from the deployed ENSv2 Sepolia contract snapshot. */
|
|
3
3
|
declare const wrapperRegistryV2InterfaceAbi: readonly [{
|
|
4
|
+
readonly type: "function";
|
|
5
|
+
readonly name: "ROOT_RESOURCE";
|
|
6
|
+
readonly inputs: readonly [];
|
|
7
|
+
readonly outputs: readonly [{
|
|
8
|
+
readonly name: "";
|
|
9
|
+
readonly type: "uint256";
|
|
10
|
+
readonly internalType: "uint256";
|
|
11
|
+
}];
|
|
12
|
+
readonly stateMutability: "view";
|
|
13
|
+
}, {
|
|
14
|
+
readonly type: "function";
|
|
15
|
+
readonly name: "balanceOf";
|
|
4
16
|
readonly inputs: readonly [{
|
|
5
|
-
readonly
|
|
6
|
-
readonly
|
|
7
|
-
readonly
|
|
17
|
+
readonly name: "account";
|
|
18
|
+
readonly type: "address";
|
|
19
|
+
readonly internalType: "address";
|
|
8
20
|
}, {
|
|
9
|
-
readonly
|
|
10
|
-
readonly
|
|
11
|
-
readonly
|
|
21
|
+
readonly name: "id";
|
|
22
|
+
readonly type: "uint256";
|
|
23
|
+
readonly internalType: "uint256";
|
|
12
24
|
}];
|
|
13
|
-
readonly
|
|
14
|
-
|
|
25
|
+
readonly outputs: readonly [{
|
|
26
|
+
readonly name: "";
|
|
27
|
+
readonly type: "uint256";
|
|
28
|
+
readonly internalType: "uint256";
|
|
29
|
+
}];
|
|
30
|
+
readonly stateMutability: "view";
|
|
15
31
|
}, {
|
|
32
|
+
readonly type: "function";
|
|
33
|
+
readonly name: "balanceOfBatch";
|
|
16
34
|
readonly inputs: readonly [{
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
35
|
+
readonly name: "accounts";
|
|
36
|
+
readonly type: "address[]";
|
|
37
|
+
readonly internalType: "address[]";
|
|
38
|
+
}, {
|
|
39
|
+
readonly name: "ids";
|
|
40
|
+
readonly type: "uint256[]";
|
|
41
|
+
readonly internalType: "uint256[]";
|
|
42
|
+
}];
|
|
43
|
+
readonly outputs: readonly [{
|
|
44
|
+
readonly name: "";
|
|
45
|
+
readonly type: "uint256[]";
|
|
46
|
+
readonly internalType: "uint256[]";
|
|
47
|
+
}];
|
|
48
|
+
readonly stateMutability: "view";
|
|
49
|
+
}, {
|
|
50
|
+
readonly type: "function";
|
|
51
|
+
readonly name: "findExpiry";
|
|
52
|
+
readonly inputs: readonly [{
|
|
53
|
+
readonly name: "label";
|
|
54
|
+
readonly type: "string";
|
|
55
|
+
readonly internalType: "string";
|
|
56
|
+
}];
|
|
57
|
+
readonly outputs: readonly [{
|
|
58
|
+
readonly name: "";
|
|
19
59
|
readonly type: "uint64";
|
|
60
|
+
readonly internalType: "uint64";
|
|
20
61
|
}];
|
|
21
|
-
readonly
|
|
22
|
-
readonly type: "error";
|
|
62
|
+
readonly stateMutability: "view";
|
|
23
63
|
}, {
|
|
64
|
+
readonly type: "function";
|
|
65
|
+
readonly name: "findOwner";
|
|
24
66
|
readonly inputs: readonly [{
|
|
25
|
-
readonly
|
|
26
|
-
readonly
|
|
27
|
-
readonly
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
readonly name: "
|
|
31
|
-
readonly type: "uint256";
|
|
32
|
-
}, {
|
|
33
|
-
readonly internalType: "address";
|
|
34
|
-
readonly name: "account";
|
|
67
|
+
readonly name: "label";
|
|
68
|
+
readonly type: "string";
|
|
69
|
+
readonly internalType: "string";
|
|
70
|
+
}];
|
|
71
|
+
readonly outputs: readonly [{
|
|
72
|
+
readonly name: "";
|
|
35
73
|
readonly type: "address";
|
|
74
|
+
readonly internalType: "address";
|
|
36
75
|
}];
|
|
37
|
-
readonly
|
|
38
|
-
readonly type: "error";
|
|
76
|
+
readonly stateMutability: "view";
|
|
39
77
|
}, {
|
|
78
|
+
readonly type: "function";
|
|
79
|
+
readonly name: "findTokenId";
|
|
40
80
|
readonly inputs: readonly [{
|
|
41
|
-
readonly
|
|
42
|
-
readonly
|
|
81
|
+
readonly name: "label";
|
|
82
|
+
readonly type: "string";
|
|
83
|
+
readonly internalType: "string";
|
|
84
|
+
}];
|
|
85
|
+
readonly outputs: readonly [{
|
|
86
|
+
readonly name: "";
|
|
43
87
|
readonly type: "uint256";
|
|
44
|
-
}, {
|
|
45
88
|
readonly internalType: "uint256";
|
|
46
|
-
readonly name: "roleBitmap";
|
|
47
|
-
readonly type: "uint256";
|
|
48
|
-
}, {
|
|
49
|
-
readonly internalType: "address";
|
|
50
|
-
readonly name: "account";
|
|
51
|
-
readonly type: "address";
|
|
52
89
|
}];
|
|
53
|
-
readonly
|
|
54
|
-
readonly type: "error";
|
|
55
|
-
}, {
|
|
56
|
-
readonly inputs: readonly [];
|
|
57
|
-
readonly name: "EACInvalidAccount";
|
|
58
|
-
readonly type: "error";
|
|
90
|
+
readonly stateMutability: "view";
|
|
59
91
|
}, {
|
|
92
|
+
readonly type: "function";
|
|
93
|
+
readonly name: "getAssigneeCount";
|
|
60
94
|
readonly inputs: readonly [{
|
|
95
|
+
readonly name: "resource";
|
|
96
|
+
readonly type: "uint256";
|
|
61
97
|
readonly internalType: "uint256";
|
|
98
|
+
}, {
|
|
62
99
|
readonly name: "roleBitmap";
|
|
63
100
|
readonly type: "uint256";
|
|
64
|
-
}];
|
|
65
|
-
readonly name: "EACInvalidRoleBitmap";
|
|
66
|
-
readonly type: "error";
|
|
67
|
-
}, {
|
|
68
|
-
readonly inputs: readonly [{
|
|
69
101
|
readonly internalType: "uint256";
|
|
70
|
-
|
|
102
|
+
}];
|
|
103
|
+
readonly outputs: readonly [{
|
|
104
|
+
readonly name: "counts";
|
|
71
105
|
readonly type: "uint256";
|
|
72
|
-
}, {
|
|
73
106
|
readonly internalType: "uint256";
|
|
74
|
-
|
|
107
|
+
}, {
|
|
108
|
+
readonly name: "mask";
|
|
75
109
|
readonly type: "uint256";
|
|
110
|
+
readonly internalType: "uint256";
|
|
76
111
|
}];
|
|
77
|
-
readonly
|
|
78
|
-
readonly type: "error";
|
|
112
|
+
readonly stateMutability: "view";
|
|
79
113
|
}, {
|
|
114
|
+
readonly type: "function";
|
|
115
|
+
readonly name: "getExpiry";
|
|
80
116
|
readonly inputs: readonly [{
|
|
81
|
-
readonly
|
|
82
|
-
readonly name: "resource";
|
|
117
|
+
readonly name: "anyId";
|
|
83
118
|
readonly type: "uint256";
|
|
84
|
-
}, {
|
|
85
119
|
readonly internalType: "uint256";
|
|
86
|
-
readonly name: "role";
|
|
87
|
-
readonly type: "uint256";
|
|
88
120
|
}];
|
|
89
|
-
readonly
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
readonly
|
|
121
|
+
readonly outputs: readonly [{
|
|
122
|
+
readonly name: "expiry";
|
|
123
|
+
readonly type: "uint64";
|
|
124
|
+
readonly internalType: "uint64";
|
|
125
|
+
}];
|
|
126
|
+
readonly stateMutability: "view";
|
|
95
127
|
}, {
|
|
128
|
+
readonly type: "function";
|
|
129
|
+
readonly name: "getOwner";
|
|
96
130
|
readonly inputs: readonly [{
|
|
97
|
-
readonly
|
|
98
|
-
readonly name: "resource";
|
|
131
|
+
readonly name: "anyId";
|
|
99
132
|
readonly type: "uint256";
|
|
100
|
-
}, {
|
|
101
133
|
readonly internalType: "uint256";
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
readonly internalType: "address";
|
|
106
|
-
readonly name: "account";
|
|
134
|
+
}];
|
|
135
|
+
readonly outputs: readonly [{
|
|
136
|
+
readonly name: "owner";
|
|
107
137
|
readonly type: "address";
|
|
138
|
+
readonly internalType: "address";
|
|
108
139
|
}];
|
|
109
|
-
readonly
|
|
110
|
-
readonly type: "error";
|
|
140
|
+
readonly stateMutability: "view";
|
|
111
141
|
}, {
|
|
112
|
-
readonly
|
|
113
|
-
|
|
142
|
+
readonly type: "function";
|
|
143
|
+
readonly name: "getParent";
|
|
144
|
+
readonly inputs: readonly [];
|
|
145
|
+
readonly outputs: readonly [{
|
|
146
|
+
readonly name: "parent";
|
|
147
|
+
readonly type: "address";
|
|
148
|
+
readonly internalType: "contract IRegistry";
|
|
149
|
+
}, {
|
|
114
150
|
readonly name: "label";
|
|
115
151
|
readonly type: "string";
|
|
152
|
+
readonly internalType: "string";
|
|
116
153
|
}];
|
|
117
|
-
readonly
|
|
118
|
-
readonly type: "error";
|
|
154
|
+
readonly stateMutability: "view";
|
|
119
155
|
}, {
|
|
156
|
+
readonly type: "function";
|
|
157
|
+
readonly name: "getResolver";
|
|
120
158
|
readonly inputs: readonly [{
|
|
121
|
-
readonly internalType: "string";
|
|
122
159
|
readonly name: "label";
|
|
123
160
|
readonly type: "string";
|
|
161
|
+
readonly internalType: "string";
|
|
124
162
|
}];
|
|
125
|
-
readonly
|
|
126
|
-
|
|
163
|
+
readonly outputs: readonly [{
|
|
164
|
+
readonly name: "";
|
|
165
|
+
readonly type: "address";
|
|
166
|
+
readonly internalType: "address";
|
|
167
|
+
}];
|
|
168
|
+
readonly stateMutability: "view";
|
|
127
169
|
}, {
|
|
170
|
+
readonly type: "function";
|
|
171
|
+
readonly name: "getResource";
|
|
128
172
|
readonly inputs: readonly [{
|
|
173
|
+
readonly name: "anyId";
|
|
174
|
+
readonly type: "uint256";
|
|
129
175
|
readonly internalType: "uint256";
|
|
130
|
-
|
|
176
|
+
}];
|
|
177
|
+
readonly outputs: readonly [{
|
|
178
|
+
readonly name: "resource";
|
|
131
179
|
readonly type: "uint256";
|
|
180
|
+
readonly internalType: "uint256";
|
|
132
181
|
}];
|
|
133
|
-
readonly
|
|
134
|
-
readonly type: "error";
|
|
182
|
+
readonly stateMutability: "view";
|
|
135
183
|
}, {
|
|
184
|
+
readonly type: "function";
|
|
185
|
+
readonly name: "getState";
|
|
136
186
|
readonly inputs: readonly [{
|
|
137
|
-
readonly
|
|
138
|
-
readonly name: "tokenId";
|
|
187
|
+
readonly name: "anyId";
|
|
139
188
|
readonly type: "uint256";
|
|
140
|
-
|
|
141
|
-
readonly internalType: "address";
|
|
142
|
-
readonly name: "from";
|
|
143
|
-
readonly type: "address";
|
|
189
|
+
readonly internalType: "uint256";
|
|
144
190
|
}];
|
|
145
|
-
readonly
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
readonly
|
|
150
|
-
|
|
151
|
-
|
|
191
|
+
readonly outputs: readonly [{
|
|
192
|
+
readonly name: "state";
|
|
193
|
+
readonly type: "tuple";
|
|
194
|
+
readonly internalType: "struct IPermissionedRegistry.State";
|
|
195
|
+
readonly components: readonly [{
|
|
196
|
+
readonly name: "status";
|
|
197
|
+
readonly type: "uint8";
|
|
198
|
+
readonly internalType: "enum IPermissionedRegistry.Status";
|
|
199
|
+
}, {
|
|
200
|
+
readonly name: "expiry";
|
|
201
|
+
readonly type: "uint64";
|
|
202
|
+
readonly internalType: "uint64";
|
|
203
|
+
}, {
|
|
204
|
+
readonly name: "latestOwner";
|
|
205
|
+
readonly type: "address";
|
|
206
|
+
readonly internalType: "address";
|
|
207
|
+
}, {
|
|
208
|
+
readonly name: "tokenId";
|
|
209
|
+
readonly type: "uint256";
|
|
210
|
+
readonly internalType: "uint256";
|
|
211
|
+
}, {
|
|
212
|
+
readonly name: "resource";
|
|
213
|
+
readonly type: "uint256";
|
|
214
|
+
readonly internalType: "uint256";
|
|
215
|
+
}];
|
|
152
216
|
}];
|
|
153
|
-
readonly
|
|
154
|
-
readonly type: "error";
|
|
217
|
+
readonly stateMutability: "view";
|
|
155
218
|
}, {
|
|
156
|
-
readonly
|
|
219
|
+
readonly type: "function";
|
|
220
|
+
readonly name: "getStatus";
|
|
157
221
|
readonly inputs: readonly [{
|
|
158
|
-
readonly
|
|
159
|
-
readonly internalType: "address";
|
|
160
|
-
readonly name: "account";
|
|
161
|
-
readonly type: "address";
|
|
162
|
-
}, {
|
|
163
|
-
readonly indexed: true;
|
|
164
|
-
readonly internalType: "address";
|
|
165
|
-
readonly name: "operator";
|
|
166
|
-
readonly type: "address";
|
|
167
|
-
}, {
|
|
168
|
-
readonly indexed: false;
|
|
169
|
-
readonly internalType: "bool";
|
|
170
|
-
readonly name: "approved";
|
|
171
|
-
readonly type: "bool";
|
|
172
|
-
}];
|
|
173
|
-
readonly name: "ApprovalForAll";
|
|
174
|
-
readonly type: "event";
|
|
175
|
-
}, {
|
|
176
|
-
readonly anonymous: false;
|
|
177
|
-
readonly inputs: readonly [{
|
|
178
|
-
readonly indexed: true;
|
|
179
|
-
readonly internalType: "uint256";
|
|
180
|
-
readonly name: "resource";
|
|
181
|
-
readonly type: "uint256";
|
|
182
|
-
}, {
|
|
183
|
-
readonly indexed: true;
|
|
184
|
-
readonly internalType: "address";
|
|
185
|
-
readonly name: "account";
|
|
186
|
-
readonly type: "address";
|
|
187
|
-
}, {
|
|
188
|
-
readonly indexed: false;
|
|
189
|
-
readonly internalType: "uint256";
|
|
190
|
-
readonly name: "oldRoleBitmap";
|
|
222
|
+
readonly name: "anyId";
|
|
191
223
|
readonly type: "uint256";
|
|
192
|
-
}, {
|
|
193
|
-
readonly indexed: false;
|
|
194
224
|
readonly internalType: "uint256";
|
|
195
|
-
readonly name: "newRoleBitmap";
|
|
196
|
-
readonly type: "uint256";
|
|
197
225
|
}];
|
|
198
|
-
readonly
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
readonly inputs: readonly [{
|
|
203
|
-
readonly indexed: true;
|
|
204
|
-
readonly internalType: "uint256";
|
|
205
|
-
readonly name: "tokenId";
|
|
206
|
-
readonly type: "uint256";
|
|
207
|
-
}, {
|
|
208
|
-
readonly indexed: true;
|
|
209
|
-
readonly internalType: "uint64";
|
|
210
|
-
readonly name: "newExpiry";
|
|
211
|
-
readonly type: "uint64";
|
|
212
|
-
}, {
|
|
213
|
-
readonly indexed: true;
|
|
214
|
-
readonly internalType: "address";
|
|
215
|
-
readonly name: "sender";
|
|
216
|
-
readonly type: "address";
|
|
226
|
+
readonly outputs: readonly [{
|
|
227
|
+
readonly name: "status";
|
|
228
|
+
readonly type: "uint8";
|
|
229
|
+
readonly internalType: "enum IPermissionedRegistry.Status";
|
|
217
230
|
}];
|
|
218
|
-
readonly
|
|
219
|
-
readonly type: "event";
|
|
231
|
+
readonly stateMutability: "view";
|
|
220
232
|
}, {
|
|
221
|
-
readonly
|
|
233
|
+
readonly type: "function";
|
|
234
|
+
readonly name: "getSubregistry";
|
|
222
235
|
readonly inputs: readonly [{
|
|
223
|
-
readonly indexed: true;
|
|
224
|
-
readonly internalType: "uint256";
|
|
225
|
-
readonly name: "tokenId";
|
|
226
|
-
readonly type: "uint256";
|
|
227
|
-
}, {
|
|
228
|
-
readonly indexed: true;
|
|
229
|
-
readonly internalType: "bytes32";
|
|
230
|
-
readonly name: "labelHash";
|
|
231
|
-
readonly type: "bytes32";
|
|
232
|
-
}, {
|
|
233
|
-
readonly indexed: false;
|
|
234
|
-
readonly internalType: "string";
|
|
235
236
|
readonly name: "label";
|
|
236
237
|
readonly type: "string";
|
|
237
|
-
}, {
|
|
238
|
-
readonly indexed: false;
|
|
239
|
-
readonly internalType: "address";
|
|
240
|
-
readonly name: "owner";
|
|
241
|
-
readonly type: "address";
|
|
242
|
-
}, {
|
|
243
|
-
readonly indexed: false;
|
|
244
|
-
readonly internalType: "uint64";
|
|
245
|
-
readonly name: "expiry";
|
|
246
|
-
readonly type: "uint64";
|
|
247
|
-
}, {
|
|
248
|
-
readonly indexed: true;
|
|
249
|
-
readonly internalType: "address";
|
|
250
|
-
readonly name: "sender";
|
|
251
|
-
readonly type: "address";
|
|
252
|
-
}];
|
|
253
|
-
readonly name: "LabelRegistered";
|
|
254
|
-
readonly type: "event";
|
|
255
|
-
}, {
|
|
256
|
-
readonly anonymous: false;
|
|
257
|
-
readonly inputs: readonly [{
|
|
258
|
-
readonly indexed: true;
|
|
259
|
-
readonly internalType: "uint256";
|
|
260
|
-
readonly name: "tokenId";
|
|
261
|
-
readonly type: "uint256";
|
|
262
|
-
}, {
|
|
263
|
-
readonly indexed: true;
|
|
264
|
-
readonly internalType: "bytes32";
|
|
265
|
-
readonly name: "labelHash";
|
|
266
|
-
readonly type: "bytes32";
|
|
267
|
-
}, {
|
|
268
|
-
readonly indexed: false;
|
|
269
238
|
readonly internalType: "string";
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
readonly indexed: false;
|
|
274
|
-
readonly internalType: "uint64";
|
|
275
|
-
readonly name: "expiry";
|
|
276
|
-
readonly type: "uint64";
|
|
277
|
-
}, {
|
|
278
|
-
readonly indexed: true;
|
|
279
|
-
readonly internalType: "address";
|
|
280
|
-
readonly name: "sender";
|
|
239
|
+
}];
|
|
240
|
+
readonly outputs: readonly [{
|
|
241
|
+
readonly name: "";
|
|
281
242
|
readonly type: "address";
|
|
243
|
+
readonly internalType: "contract IRegistry";
|
|
282
244
|
}];
|
|
283
|
-
readonly
|
|
284
|
-
readonly type: "event";
|
|
245
|
+
readonly stateMutability: "view";
|
|
285
246
|
}, {
|
|
286
|
-
readonly
|
|
247
|
+
readonly type: "function";
|
|
248
|
+
readonly name: "getTokenId";
|
|
287
249
|
readonly inputs: readonly [{
|
|
288
|
-
readonly
|
|
250
|
+
readonly name: "anyId";
|
|
251
|
+
readonly type: "uint256";
|
|
289
252
|
readonly internalType: "uint256";
|
|
253
|
+
}];
|
|
254
|
+
readonly outputs: readonly [{
|
|
290
255
|
readonly name: "tokenId";
|
|
291
256
|
readonly type: "uint256";
|
|
292
|
-
|
|
293
|
-
readonly indexed: true;
|
|
294
|
-
readonly internalType: "address";
|
|
295
|
-
readonly name: "sender";
|
|
296
|
-
readonly type: "address";
|
|
257
|
+
readonly internalType: "uint256";
|
|
297
258
|
}];
|
|
298
|
-
readonly
|
|
299
|
-
readonly type: "event";
|
|
259
|
+
readonly stateMutability: "view";
|
|
300
260
|
}, {
|
|
301
|
-
readonly
|
|
302
|
-
readonly
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
readonly name: "
|
|
306
|
-
readonly type: "
|
|
307
|
-
|
|
308
|
-
readonly indexed: false;
|
|
309
|
-
readonly internalType: "string";
|
|
310
|
-
readonly name: "label";
|
|
311
|
-
readonly type: "string";
|
|
312
|
-
}, {
|
|
313
|
-
readonly indexed: true;
|
|
314
|
-
readonly internalType: "address";
|
|
315
|
-
readonly name: "sender";
|
|
316
|
-
readonly type: "address";
|
|
261
|
+
readonly type: "function";
|
|
262
|
+
readonly name: "getWrappedName";
|
|
263
|
+
readonly inputs: readonly [];
|
|
264
|
+
readonly outputs: readonly [{
|
|
265
|
+
readonly name: "";
|
|
266
|
+
readonly type: "bytes";
|
|
267
|
+
readonly internalType: "bytes";
|
|
317
268
|
}];
|
|
318
|
-
readonly
|
|
319
|
-
readonly type: "event";
|
|
269
|
+
readonly stateMutability: "view";
|
|
320
270
|
}, {
|
|
321
|
-
readonly
|
|
271
|
+
readonly type: "function";
|
|
272
|
+
readonly name: "getWrappedNode";
|
|
322
273
|
readonly inputs: readonly [];
|
|
323
|
-
readonly
|
|
324
|
-
|
|
274
|
+
readonly outputs: readonly [{
|
|
275
|
+
readonly name: "";
|
|
276
|
+
readonly type: "bytes32";
|
|
277
|
+
readonly internalType: "bytes32";
|
|
278
|
+
}];
|
|
279
|
+
readonly stateMutability: "view";
|
|
325
280
|
}, {
|
|
326
|
-
readonly
|
|
281
|
+
readonly type: "function";
|
|
282
|
+
readonly name: "grantRoles";
|
|
327
283
|
readonly inputs: readonly [{
|
|
328
|
-
readonly
|
|
284
|
+
readonly name: "resource";
|
|
285
|
+
readonly type: "uint256";
|
|
329
286
|
readonly internalType: "uint256";
|
|
330
|
-
|
|
287
|
+
}, {
|
|
288
|
+
readonly name: "roleBitmap";
|
|
331
289
|
readonly type: "uint256";
|
|
290
|
+
readonly internalType: "uint256";
|
|
332
291
|
}, {
|
|
333
|
-
readonly
|
|
334
|
-
readonly internalType: "address";
|
|
335
|
-
readonly name: "resolver";
|
|
292
|
+
readonly name: "account";
|
|
336
293
|
readonly type: "address";
|
|
337
|
-
}, {
|
|
338
|
-
readonly indexed: true;
|
|
339
294
|
readonly internalType: "address";
|
|
340
|
-
readonly name: "sender";
|
|
341
|
-
readonly type: "address";
|
|
342
295
|
}];
|
|
343
|
-
readonly
|
|
344
|
-
|
|
296
|
+
readonly outputs: readonly [{
|
|
297
|
+
readonly name: "";
|
|
298
|
+
readonly type: "bool";
|
|
299
|
+
readonly internalType: "bool";
|
|
300
|
+
}];
|
|
301
|
+
readonly stateMutability: "nonpayable";
|
|
345
302
|
}, {
|
|
346
|
-
readonly
|
|
303
|
+
readonly type: "function";
|
|
304
|
+
readonly name: "grantRootRoles";
|
|
347
305
|
readonly inputs: readonly [{
|
|
348
|
-
readonly
|
|
349
|
-
readonly internalType: "uint256";
|
|
350
|
-
readonly name: "tokenId";
|
|
306
|
+
readonly name: "roleBitmap";
|
|
351
307
|
readonly type: "uint256";
|
|
308
|
+
readonly internalType: "uint256";
|
|
352
309
|
}, {
|
|
353
|
-
readonly
|
|
354
|
-
readonly internalType: "contract IRegistry";
|
|
355
|
-
readonly name: "subregistry";
|
|
310
|
+
readonly name: "account";
|
|
356
311
|
readonly type: "address";
|
|
357
|
-
}, {
|
|
358
|
-
readonly indexed: true;
|
|
359
312
|
readonly internalType: "address";
|
|
360
|
-
readonly name: "sender";
|
|
361
|
-
readonly type: "address";
|
|
362
313
|
}];
|
|
363
|
-
readonly
|
|
364
|
-
|
|
314
|
+
readonly outputs: readonly [{
|
|
315
|
+
readonly name: "";
|
|
316
|
+
readonly type: "bool";
|
|
317
|
+
readonly internalType: "bool";
|
|
318
|
+
}];
|
|
319
|
+
readonly stateMutability: "nonpayable";
|
|
365
320
|
}, {
|
|
366
|
-
readonly
|
|
321
|
+
readonly type: "function";
|
|
322
|
+
readonly name: "hasAssignees";
|
|
367
323
|
readonly inputs: readonly [{
|
|
368
|
-
readonly
|
|
369
|
-
readonly internalType: "uint256";
|
|
370
|
-
readonly name: "oldTokenId";
|
|
324
|
+
readonly name: "resource";
|
|
371
325
|
readonly type: "uint256";
|
|
372
|
-
}, {
|
|
373
|
-
readonly indexed: true;
|
|
374
326
|
readonly internalType: "uint256";
|
|
375
|
-
|
|
327
|
+
}, {
|
|
328
|
+
readonly name: "roleBitmap";
|
|
376
329
|
readonly type: "uint256";
|
|
330
|
+
readonly internalType: "uint256";
|
|
377
331
|
}];
|
|
378
|
-
readonly
|
|
379
|
-
|
|
332
|
+
readonly outputs: readonly [{
|
|
333
|
+
readonly name: "";
|
|
334
|
+
readonly type: "bool";
|
|
335
|
+
readonly internalType: "bool";
|
|
336
|
+
}];
|
|
337
|
+
readonly stateMutability: "view";
|
|
380
338
|
}, {
|
|
381
|
-
readonly
|
|
339
|
+
readonly type: "function";
|
|
340
|
+
readonly name: "hasRoles";
|
|
382
341
|
readonly inputs: readonly [{
|
|
383
|
-
readonly
|
|
384
|
-
readonly internalType: "uint256";
|
|
385
|
-
readonly name: "tokenId";
|
|
342
|
+
readonly name: "resource";
|
|
386
343
|
readonly type: "uint256";
|
|
387
|
-
}, {
|
|
388
|
-
readonly indexed: true;
|
|
389
344
|
readonly internalType: "uint256";
|
|
390
|
-
|
|
345
|
+
}, {
|
|
346
|
+
readonly name: "roleBitmap";
|
|
391
347
|
readonly type: "uint256";
|
|
392
|
-
|
|
393
|
-
readonly name: "TokenResource";
|
|
394
|
-
readonly type: "event";
|
|
395
|
-
}, {
|
|
396
|
-
readonly anonymous: false;
|
|
397
|
-
readonly inputs: readonly [{
|
|
398
|
-
readonly indexed: true;
|
|
399
|
-
readonly internalType: "address";
|
|
400
|
-
readonly name: "operator";
|
|
401
|
-
readonly type: "address";
|
|
348
|
+
readonly internalType: "uint256";
|
|
402
349
|
}, {
|
|
403
|
-
readonly
|
|
404
|
-
readonly internalType: "address";
|
|
405
|
-
readonly name: "from";
|
|
350
|
+
readonly name: "account";
|
|
406
351
|
readonly type: "address";
|
|
407
|
-
}, {
|
|
408
|
-
readonly indexed: true;
|
|
409
352
|
readonly internalType: "address";
|
|
410
|
-
readonly name: "to";
|
|
411
|
-
readonly type: "address";
|
|
412
|
-
}, {
|
|
413
|
-
readonly indexed: false;
|
|
414
|
-
readonly internalType: "uint256[]";
|
|
415
|
-
readonly name: "ids";
|
|
416
|
-
readonly type: "uint256[]";
|
|
417
|
-
}, {
|
|
418
|
-
readonly indexed: false;
|
|
419
|
-
readonly internalType: "uint256[]";
|
|
420
|
-
readonly name: "values";
|
|
421
|
-
readonly type: "uint256[]";
|
|
422
353
|
}];
|
|
423
|
-
readonly
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
readonly inputs: readonly [{
|
|
428
|
-
readonly indexed: true;
|
|
429
|
-
readonly internalType: "address";
|
|
430
|
-
readonly name: "operator";
|
|
431
|
-
readonly type: "address";
|
|
432
|
-
}, {
|
|
433
|
-
readonly indexed: true;
|
|
434
|
-
readonly internalType: "address";
|
|
435
|
-
readonly name: "from";
|
|
436
|
-
readonly type: "address";
|
|
437
|
-
}, {
|
|
438
|
-
readonly indexed: true;
|
|
439
|
-
readonly internalType: "address";
|
|
440
|
-
readonly name: "to";
|
|
441
|
-
readonly type: "address";
|
|
442
|
-
}, {
|
|
443
|
-
readonly indexed: false;
|
|
444
|
-
readonly internalType: "uint256";
|
|
445
|
-
readonly name: "id";
|
|
446
|
-
readonly type: "uint256";
|
|
447
|
-
}, {
|
|
448
|
-
readonly indexed: false;
|
|
449
|
-
readonly internalType: "uint256";
|
|
450
|
-
readonly name: "value";
|
|
451
|
-
readonly type: "uint256";
|
|
354
|
+
readonly outputs: readonly [{
|
|
355
|
+
readonly name: "";
|
|
356
|
+
readonly type: "bool";
|
|
357
|
+
readonly internalType: "bool";
|
|
452
358
|
}];
|
|
453
|
-
readonly
|
|
454
|
-
readonly type: "event";
|
|
359
|
+
readonly stateMutability: "view";
|
|
455
360
|
}, {
|
|
456
|
-
readonly
|
|
361
|
+
readonly type: "function";
|
|
362
|
+
readonly name: "hasRootRoles";
|
|
457
363
|
readonly inputs: readonly [{
|
|
458
|
-
readonly
|
|
459
|
-
readonly internalType: "string";
|
|
460
|
-
readonly name: "value";
|
|
461
|
-
readonly type: "string";
|
|
462
|
-
}, {
|
|
463
|
-
readonly indexed: true;
|
|
464
|
-
readonly internalType: "uint256";
|
|
465
|
-
readonly name: "id";
|
|
364
|
+
readonly name: "roleBitmap";
|
|
466
365
|
readonly type: "uint256";
|
|
467
|
-
|
|
468
|
-
readonly name: "URI";
|
|
469
|
-
readonly type: "event";
|
|
470
|
-
}, {
|
|
471
|
-
readonly anonymous: false;
|
|
472
|
-
readonly inputs: readonly [{
|
|
473
|
-
readonly indexed: false;
|
|
474
|
-
readonly internalType: "string";
|
|
475
|
-
readonly name: "uri";
|
|
476
|
-
readonly type: "string";
|
|
366
|
+
readonly internalType: "uint256";
|
|
477
367
|
}, {
|
|
478
|
-
readonly
|
|
479
|
-
readonly internalType: "address";
|
|
480
|
-
readonly name: "renderer";
|
|
368
|
+
readonly name: "account";
|
|
481
369
|
readonly type: "address";
|
|
482
|
-
}, {
|
|
483
|
-
readonly indexed: true;
|
|
484
370
|
readonly internalType: "address";
|
|
485
|
-
readonly name: "sender";
|
|
486
|
-
readonly type: "address";
|
|
487
371
|
}];
|
|
488
|
-
readonly name: "URIUpdated";
|
|
489
|
-
readonly type: "event";
|
|
490
|
-
}, {
|
|
491
|
-
readonly inputs: readonly [];
|
|
492
|
-
readonly name: "ROOT_RESOURCE";
|
|
493
372
|
readonly outputs: readonly [{
|
|
494
|
-
readonly internalType: "uint256";
|
|
495
373
|
readonly name: "";
|
|
374
|
+
readonly type: "bool";
|
|
375
|
+
readonly internalType: "bool";
|
|
376
|
+
}];
|
|
377
|
+
readonly stateMutability: "view";
|
|
378
|
+
}, {
|
|
379
|
+
readonly type: "function";
|
|
380
|
+
readonly name: "initialize";
|
|
381
|
+
readonly inputs: readonly [{
|
|
382
|
+
readonly name: "node";
|
|
383
|
+
readonly type: "bytes32";
|
|
384
|
+
readonly internalType: "bytes32";
|
|
385
|
+
}, {
|
|
386
|
+
readonly name: "parentRegistry";
|
|
387
|
+
readonly type: "address";
|
|
388
|
+
readonly internalType: "contract IRegistry";
|
|
389
|
+
}, {
|
|
390
|
+
readonly name: "childLabel";
|
|
391
|
+
readonly type: "string";
|
|
392
|
+
readonly internalType: "string";
|
|
393
|
+
}, {
|
|
394
|
+
readonly name: "roleBitmap";
|
|
496
395
|
readonly type: "uint256";
|
|
396
|
+
readonly internalType: "uint256";
|
|
497
397
|
}];
|
|
498
|
-
readonly
|
|
499
|
-
readonly
|
|
398
|
+
readonly outputs: readonly [];
|
|
399
|
+
readonly stateMutability: "nonpayable";
|
|
500
400
|
}, {
|
|
401
|
+
readonly type: "function";
|
|
402
|
+
readonly name: "isApprovedForAll";
|
|
501
403
|
readonly inputs: readonly [{
|
|
502
|
-
readonly internalType: "address";
|
|
503
404
|
readonly name: "account";
|
|
504
405
|
readonly type: "address";
|
|
406
|
+
readonly internalType: "address";
|
|
505
407
|
}, {
|
|
506
|
-
readonly
|
|
507
|
-
readonly
|
|
508
|
-
readonly
|
|
408
|
+
readonly name: "operator";
|
|
409
|
+
readonly type: "address";
|
|
410
|
+
readonly internalType: "address";
|
|
509
411
|
}];
|
|
510
|
-
readonly name: "balanceOf";
|
|
511
412
|
readonly outputs: readonly [{
|
|
512
|
-
readonly internalType: "uint256";
|
|
513
413
|
readonly name: "";
|
|
514
|
-
readonly type: "
|
|
414
|
+
readonly type: "bool";
|
|
415
|
+
readonly internalType: "bool";
|
|
515
416
|
}];
|
|
516
417
|
readonly stateMutability: "view";
|
|
517
|
-
readonly type: "function";
|
|
518
418
|
}, {
|
|
419
|
+
readonly type: "function";
|
|
420
|
+
readonly name: "isContractNamer";
|
|
519
421
|
readonly inputs: readonly [{
|
|
520
|
-
readonly
|
|
521
|
-
readonly
|
|
522
|
-
readonly
|
|
523
|
-
}, {
|
|
524
|
-
readonly internalType: "uint256[]";
|
|
525
|
-
readonly name: "ids";
|
|
526
|
-
readonly type: "uint256[]";
|
|
422
|
+
readonly name: "namer";
|
|
423
|
+
readonly type: "address";
|
|
424
|
+
readonly internalType: "address";
|
|
527
425
|
}];
|
|
528
|
-
readonly name: "balanceOfBatch";
|
|
529
426
|
readonly outputs: readonly [{
|
|
530
|
-
readonly internalType: "uint256[]";
|
|
531
427
|
readonly name: "";
|
|
532
|
-
readonly type: "
|
|
428
|
+
readonly type: "bool";
|
|
429
|
+
readonly internalType: "bool";
|
|
533
430
|
}];
|
|
534
431
|
readonly stateMutability: "view";
|
|
535
|
-
readonly type: "function";
|
|
536
432
|
}, {
|
|
433
|
+
readonly type: "function";
|
|
434
|
+
readonly name: "latestOwnerOf";
|
|
537
435
|
readonly inputs: readonly [{
|
|
538
|
-
readonly
|
|
539
|
-
readonly
|
|
540
|
-
readonly
|
|
436
|
+
readonly name: "tokenId";
|
|
437
|
+
readonly type: "uint256";
|
|
438
|
+
readonly internalType: "uint256";
|
|
541
439
|
}];
|
|
542
|
-
readonly name: "findExpiry";
|
|
543
440
|
readonly outputs: readonly [{
|
|
544
|
-
readonly
|
|
545
|
-
readonly
|
|
546
|
-
readonly
|
|
441
|
+
readonly name: "owner";
|
|
442
|
+
readonly type: "address";
|
|
443
|
+
readonly internalType: "address";
|
|
547
444
|
}];
|
|
548
445
|
readonly stateMutability: "view";
|
|
549
|
-
readonly type: "function";
|
|
550
446
|
}, {
|
|
447
|
+
readonly type: "function";
|
|
448
|
+
readonly name: "ownerOf";
|
|
551
449
|
readonly inputs: readonly [{
|
|
552
|
-
readonly
|
|
553
|
-
readonly
|
|
554
|
-
readonly
|
|
450
|
+
readonly name: "id";
|
|
451
|
+
readonly type: "uint256";
|
|
452
|
+
readonly internalType: "uint256";
|
|
555
453
|
}];
|
|
556
|
-
readonly name: "findOwner";
|
|
557
454
|
readonly outputs: readonly [{
|
|
558
|
-
readonly
|
|
559
|
-
readonly name: "";
|
|
455
|
+
readonly name: "owner";
|
|
560
456
|
readonly type: "address";
|
|
457
|
+
readonly internalType: "address";
|
|
561
458
|
}];
|
|
562
459
|
readonly stateMutability: "view";
|
|
563
|
-
readonly type: "function";
|
|
564
460
|
}, {
|
|
461
|
+
readonly type: "function";
|
|
462
|
+
readonly name: "register";
|
|
565
463
|
readonly inputs: readonly [{
|
|
566
|
-
readonly internalType: "string";
|
|
567
464
|
readonly name: "label";
|
|
568
465
|
readonly type: "string";
|
|
466
|
+
readonly internalType: "string";
|
|
467
|
+
}, {
|
|
468
|
+
readonly name: "owner";
|
|
469
|
+
readonly type: "address";
|
|
470
|
+
readonly internalType: "address";
|
|
471
|
+
}, {
|
|
472
|
+
readonly name: "registry";
|
|
473
|
+
readonly type: "address";
|
|
474
|
+
readonly internalType: "contract IRegistry";
|
|
475
|
+
}, {
|
|
476
|
+
readonly name: "resolver";
|
|
477
|
+
readonly type: "address";
|
|
478
|
+
readonly internalType: "address";
|
|
479
|
+
}, {
|
|
480
|
+
readonly name: "roleBitmap";
|
|
481
|
+
readonly type: "uint256";
|
|
482
|
+
readonly internalType: "uint256";
|
|
483
|
+
}, {
|
|
484
|
+
readonly name: "expiry";
|
|
485
|
+
readonly type: "uint64";
|
|
486
|
+
readonly internalType: "uint64";
|
|
569
487
|
}];
|
|
570
|
-
readonly name: "findTokenId";
|
|
571
488
|
readonly outputs: readonly [{
|
|
572
|
-
readonly
|
|
573
|
-
readonly name: "";
|
|
489
|
+
readonly name: "tokenId";
|
|
574
490
|
readonly type: "uint256";
|
|
491
|
+
readonly internalType: "uint256";
|
|
575
492
|
}];
|
|
576
|
-
readonly stateMutability: "
|
|
577
|
-
readonly type: "function";
|
|
493
|
+
readonly stateMutability: "nonpayable";
|
|
578
494
|
}, {
|
|
495
|
+
readonly type: "function";
|
|
496
|
+
readonly name: "renew";
|
|
579
497
|
readonly inputs: readonly [{
|
|
498
|
+
readonly name: "anyId";
|
|
499
|
+
readonly type: "uint256";
|
|
580
500
|
readonly internalType: "uint256";
|
|
501
|
+
}, {
|
|
502
|
+
readonly name: "newExpiry";
|
|
503
|
+
readonly type: "uint64";
|
|
504
|
+
readonly internalType: "uint64";
|
|
505
|
+
}];
|
|
506
|
+
readonly outputs: readonly [];
|
|
507
|
+
readonly stateMutability: "nonpayable";
|
|
508
|
+
}, {
|
|
509
|
+
readonly type: "function";
|
|
510
|
+
readonly name: "revokeRoles";
|
|
511
|
+
readonly inputs: readonly [{
|
|
581
512
|
readonly name: "resource";
|
|
582
513
|
readonly type: "uint256";
|
|
583
|
-
}, {
|
|
584
514
|
readonly internalType: "uint256";
|
|
515
|
+
}, {
|
|
585
516
|
readonly name: "roleBitmap";
|
|
586
517
|
readonly type: "uint256";
|
|
518
|
+
readonly internalType: "uint256";
|
|
519
|
+
}, {
|
|
520
|
+
readonly name: "account";
|
|
521
|
+
readonly type: "address";
|
|
522
|
+
readonly internalType: "address";
|
|
587
523
|
}];
|
|
588
|
-
readonly name: "getAssigneeCount";
|
|
589
524
|
readonly outputs: readonly [{
|
|
590
|
-
readonly
|
|
591
|
-
readonly
|
|
525
|
+
readonly name: "";
|
|
526
|
+
readonly type: "bool";
|
|
527
|
+
readonly internalType: "bool";
|
|
528
|
+
}];
|
|
529
|
+
readonly stateMutability: "nonpayable";
|
|
530
|
+
}, {
|
|
531
|
+
readonly type: "function";
|
|
532
|
+
readonly name: "revokeRootRoles";
|
|
533
|
+
readonly inputs: readonly [{
|
|
534
|
+
readonly name: "roleBitmap";
|
|
592
535
|
readonly type: "uint256";
|
|
536
|
+
readonly internalType: "uint256";
|
|
593
537
|
}, {
|
|
538
|
+
readonly name: "account";
|
|
539
|
+
readonly type: "address";
|
|
540
|
+
readonly internalType: "address";
|
|
541
|
+
}];
|
|
542
|
+
readonly outputs: readonly [{
|
|
543
|
+
readonly name: "";
|
|
544
|
+
readonly type: "bool";
|
|
545
|
+
readonly internalType: "bool";
|
|
546
|
+
}];
|
|
547
|
+
readonly stateMutability: "nonpayable";
|
|
548
|
+
}, {
|
|
549
|
+
readonly type: "function";
|
|
550
|
+
readonly name: "roleCount";
|
|
551
|
+
readonly inputs: readonly [{
|
|
552
|
+
readonly name: "resource";
|
|
553
|
+
readonly type: "uint256";
|
|
594
554
|
readonly internalType: "uint256";
|
|
595
|
-
|
|
555
|
+
}];
|
|
556
|
+
readonly outputs: readonly [{
|
|
557
|
+
readonly name: "";
|
|
596
558
|
readonly type: "uint256";
|
|
559
|
+
readonly internalType: "uint256";
|
|
597
560
|
}];
|
|
598
561
|
readonly stateMutability: "view";
|
|
599
|
-
readonly type: "function";
|
|
600
562
|
}, {
|
|
563
|
+
readonly type: "function";
|
|
564
|
+
readonly name: "roles";
|
|
601
565
|
readonly inputs: readonly [{
|
|
602
|
-
readonly
|
|
603
|
-
readonly name: "anyId";
|
|
566
|
+
readonly name: "resource";
|
|
604
567
|
readonly type: "uint256";
|
|
568
|
+
readonly internalType: "uint256";
|
|
569
|
+
}, {
|
|
570
|
+
readonly name: "account";
|
|
571
|
+
readonly type: "address";
|
|
572
|
+
readonly internalType: "address";
|
|
605
573
|
}];
|
|
606
|
-
readonly name: "getExpiry";
|
|
607
574
|
readonly outputs: readonly [{
|
|
608
|
-
readonly
|
|
609
|
-
readonly
|
|
610
|
-
readonly
|
|
575
|
+
readonly name: "";
|
|
576
|
+
readonly type: "uint256";
|
|
577
|
+
readonly internalType: "uint256";
|
|
611
578
|
}];
|
|
612
579
|
readonly stateMutability: "view";
|
|
580
|
+
}, {
|
|
613
581
|
readonly type: "function";
|
|
582
|
+
readonly name: "safeBatchTransferFrom";
|
|
583
|
+
readonly inputs: readonly [{
|
|
584
|
+
readonly name: "from";
|
|
585
|
+
readonly type: "address";
|
|
586
|
+
readonly internalType: "address";
|
|
587
|
+
}, {
|
|
588
|
+
readonly name: "to";
|
|
589
|
+
readonly type: "address";
|
|
590
|
+
readonly internalType: "address";
|
|
591
|
+
}, {
|
|
592
|
+
readonly name: "ids";
|
|
593
|
+
readonly type: "uint256[]";
|
|
594
|
+
readonly internalType: "uint256[]";
|
|
595
|
+
}, {
|
|
596
|
+
readonly name: "values";
|
|
597
|
+
readonly type: "uint256[]";
|
|
598
|
+
readonly internalType: "uint256[]";
|
|
599
|
+
}, {
|
|
600
|
+
readonly name: "data";
|
|
601
|
+
readonly type: "bytes";
|
|
602
|
+
readonly internalType: "bytes";
|
|
603
|
+
}];
|
|
604
|
+
readonly outputs: readonly [];
|
|
605
|
+
readonly stateMutability: "nonpayable";
|
|
614
606
|
}, {
|
|
607
|
+
readonly type: "function";
|
|
608
|
+
readonly name: "safeTransferFrom";
|
|
615
609
|
readonly inputs: readonly [{
|
|
610
|
+
readonly name: "from";
|
|
611
|
+
readonly type: "address";
|
|
612
|
+
readonly internalType: "address";
|
|
613
|
+
}, {
|
|
614
|
+
readonly name: "to";
|
|
615
|
+
readonly type: "address";
|
|
616
|
+
readonly internalType: "address";
|
|
617
|
+
}, {
|
|
618
|
+
readonly name: "id";
|
|
619
|
+
readonly type: "uint256";
|
|
616
620
|
readonly internalType: "uint256";
|
|
617
|
-
|
|
621
|
+
}, {
|
|
622
|
+
readonly name: "value";
|
|
618
623
|
readonly type: "uint256";
|
|
624
|
+
readonly internalType: "uint256";
|
|
625
|
+
}, {
|
|
626
|
+
readonly name: "data";
|
|
627
|
+
readonly type: "bytes";
|
|
628
|
+
readonly internalType: "bytes";
|
|
619
629
|
}];
|
|
620
|
-
readonly
|
|
621
|
-
readonly
|
|
622
|
-
|
|
623
|
-
|
|
630
|
+
readonly outputs: readonly [];
|
|
631
|
+
readonly stateMutability: "nonpayable";
|
|
632
|
+
}, {
|
|
633
|
+
readonly type: "function";
|
|
634
|
+
readonly name: "setApprovalForAll";
|
|
635
|
+
readonly inputs: readonly [{
|
|
636
|
+
readonly name: "operator";
|
|
624
637
|
readonly type: "address";
|
|
638
|
+
readonly internalType: "address";
|
|
639
|
+
}, {
|
|
640
|
+
readonly name: "approved";
|
|
641
|
+
readonly type: "bool";
|
|
642
|
+
readonly internalType: "bool";
|
|
625
643
|
}];
|
|
626
|
-
readonly
|
|
627
|
-
readonly
|
|
628
|
-
}, {
|
|
629
|
-
readonly
|
|
630
|
-
readonly name: "
|
|
631
|
-
readonly
|
|
632
|
-
readonly internalType: "contract IRegistry";
|
|
644
|
+
readonly outputs: readonly [];
|
|
645
|
+
readonly stateMutability: "nonpayable";
|
|
646
|
+
}, {
|
|
647
|
+
readonly type: "function";
|
|
648
|
+
readonly name: "setParent";
|
|
649
|
+
readonly inputs: readonly [{
|
|
633
650
|
readonly name: "parent";
|
|
634
651
|
readonly type: "address";
|
|
652
|
+
readonly internalType: "contract IRegistry";
|
|
635
653
|
}, {
|
|
636
|
-
readonly internalType: "string";
|
|
637
654
|
readonly name: "label";
|
|
638
655
|
readonly type: "string";
|
|
656
|
+
readonly internalType: "string";
|
|
639
657
|
}];
|
|
640
|
-
readonly
|
|
641
|
-
readonly
|
|
658
|
+
readonly outputs: readonly [];
|
|
659
|
+
readonly stateMutability: "nonpayable";
|
|
642
660
|
}, {
|
|
661
|
+
readonly type: "function";
|
|
662
|
+
readonly name: "setResolver";
|
|
643
663
|
readonly inputs: readonly [{
|
|
644
|
-
readonly
|
|
645
|
-
readonly
|
|
646
|
-
readonly
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
readonly outputs: readonly [{
|
|
650
|
-
readonly internalType: "address";
|
|
651
|
-
readonly name: "";
|
|
664
|
+
readonly name: "anyId";
|
|
665
|
+
readonly type: "uint256";
|
|
666
|
+
readonly internalType: "uint256";
|
|
667
|
+
}, {
|
|
668
|
+
readonly name: "resolver";
|
|
652
669
|
readonly type: "address";
|
|
670
|
+
readonly internalType: "address";
|
|
653
671
|
}];
|
|
654
|
-
readonly
|
|
655
|
-
readonly
|
|
672
|
+
readonly outputs: readonly [];
|
|
673
|
+
readonly stateMutability: "nonpayable";
|
|
656
674
|
}, {
|
|
675
|
+
readonly type: "function";
|
|
676
|
+
readonly name: "setSubregistry";
|
|
657
677
|
readonly inputs: readonly [{
|
|
658
|
-
readonly internalType: "uint256";
|
|
659
678
|
readonly name: "anyId";
|
|
660
679
|
readonly type: "uint256";
|
|
680
|
+
readonly internalType: "uint256";
|
|
681
|
+
}, {
|
|
682
|
+
readonly name: "registry";
|
|
683
|
+
readonly type: "address";
|
|
684
|
+
readonly internalType: "contract IRegistry";
|
|
685
|
+
}];
|
|
686
|
+
readonly outputs: readonly [];
|
|
687
|
+
readonly stateMutability: "nonpayable";
|
|
688
|
+
}, {
|
|
689
|
+
readonly type: "function";
|
|
690
|
+
readonly name: "supportsInterface";
|
|
691
|
+
readonly inputs: readonly [{
|
|
692
|
+
readonly name: "interfaceId";
|
|
693
|
+
readonly type: "bytes4";
|
|
694
|
+
readonly internalType: "bytes4";
|
|
661
695
|
}];
|
|
662
|
-
readonly name: "getResource";
|
|
663
696
|
readonly outputs: readonly [{
|
|
664
|
-
readonly
|
|
665
|
-
readonly
|
|
666
|
-
readonly
|
|
697
|
+
readonly name: "";
|
|
698
|
+
readonly type: "bool";
|
|
699
|
+
readonly internalType: "bool";
|
|
667
700
|
}];
|
|
668
701
|
readonly stateMutability: "view";
|
|
669
|
-
readonly type: "function";
|
|
670
702
|
}, {
|
|
703
|
+
readonly type: "function";
|
|
704
|
+
readonly name: "unregister";
|
|
671
705
|
readonly inputs: readonly [{
|
|
672
|
-
readonly internalType: "uint256";
|
|
673
706
|
readonly name: "anyId";
|
|
674
707
|
readonly type: "uint256";
|
|
708
|
+
readonly internalType: "uint256";
|
|
675
709
|
}];
|
|
676
|
-
readonly
|
|
677
|
-
readonly
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
readonly name: "resource";
|
|
697
|
-
readonly type: "uint256";
|
|
698
|
-
}];
|
|
699
|
-
readonly internalType: "struct IPermissionedRegistry.State";
|
|
700
|
-
readonly name: "state";
|
|
701
|
-
readonly type: "tuple";
|
|
710
|
+
readonly outputs: readonly [];
|
|
711
|
+
readonly stateMutability: "nonpayable";
|
|
712
|
+
}, {
|
|
713
|
+
readonly type: "event";
|
|
714
|
+
readonly name: "ApprovalForAll";
|
|
715
|
+
readonly inputs: readonly [{
|
|
716
|
+
readonly name: "account";
|
|
717
|
+
readonly type: "address";
|
|
718
|
+
readonly indexed: true;
|
|
719
|
+
readonly internalType: "address";
|
|
720
|
+
}, {
|
|
721
|
+
readonly name: "operator";
|
|
722
|
+
readonly type: "address";
|
|
723
|
+
readonly indexed: true;
|
|
724
|
+
readonly internalType: "address";
|
|
725
|
+
}, {
|
|
726
|
+
readonly name: "approved";
|
|
727
|
+
readonly type: "bool";
|
|
728
|
+
readonly indexed: false;
|
|
729
|
+
readonly internalType: "bool";
|
|
702
730
|
}];
|
|
703
|
-
readonly
|
|
704
|
-
readonly type: "function";
|
|
731
|
+
readonly anonymous: false;
|
|
705
732
|
}, {
|
|
733
|
+
readonly type: "event";
|
|
734
|
+
readonly name: "EACRolesChanged";
|
|
706
735
|
readonly inputs: readonly [{
|
|
736
|
+
readonly name: "resource";
|
|
737
|
+
readonly type: "uint256";
|
|
738
|
+
readonly indexed: true;
|
|
707
739
|
readonly internalType: "uint256";
|
|
708
|
-
|
|
740
|
+
}, {
|
|
741
|
+
readonly name: "account";
|
|
742
|
+
readonly type: "address";
|
|
743
|
+
readonly indexed: true;
|
|
744
|
+
readonly internalType: "address";
|
|
745
|
+
}, {
|
|
746
|
+
readonly name: "oldRoleBitmap";
|
|
747
|
+
readonly type: "uint256";
|
|
748
|
+
readonly indexed: false;
|
|
749
|
+
readonly internalType: "uint256";
|
|
750
|
+
}, {
|
|
751
|
+
readonly name: "newRoleBitmap";
|
|
709
752
|
readonly type: "uint256";
|
|
753
|
+
readonly indexed: false;
|
|
754
|
+
readonly internalType: "uint256";
|
|
710
755
|
}];
|
|
711
|
-
readonly
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
756
|
+
readonly anonymous: false;
|
|
757
|
+
}, {
|
|
758
|
+
readonly type: "event";
|
|
759
|
+
readonly name: "ExpiryUpdated";
|
|
760
|
+
readonly inputs: readonly [{
|
|
761
|
+
readonly name: "tokenId";
|
|
762
|
+
readonly type: "uint256";
|
|
763
|
+
readonly indexed: true;
|
|
764
|
+
readonly internalType: "uint256";
|
|
765
|
+
}, {
|
|
766
|
+
readonly name: "newExpiry";
|
|
767
|
+
readonly type: "uint64";
|
|
768
|
+
readonly indexed: true;
|
|
769
|
+
readonly internalType: "uint64";
|
|
770
|
+
}, {
|
|
771
|
+
readonly name: "sender";
|
|
772
|
+
readonly type: "address";
|
|
773
|
+
readonly indexed: true;
|
|
774
|
+
readonly internalType: "address";
|
|
716
775
|
}];
|
|
717
|
-
readonly
|
|
718
|
-
readonly type: "function";
|
|
776
|
+
readonly anonymous: false;
|
|
719
777
|
}, {
|
|
778
|
+
readonly type: "event";
|
|
779
|
+
readonly name: "LabelRegistered";
|
|
720
780
|
readonly inputs: readonly [{
|
|
721
|
-
readonly
|
|
781
|
+
readonly name: "tokenId";
|
|
782
|
+
readonly type: "uint256";
|
|
783
|
+
readonly indexed: true;
|
|
784
|
+
readonly internalType: "uint256";
|
|
785
|
+
}, {
|
|
786
|
+
readonly name: "labelHash";
|
|
787
|
+
readonly type: "bytes32";
|
|
788
|
+
readonly indexed: true;
|
|
789
|
+
readonly internalType: "bytes32";
|
|
790
|
+
}, {
|
|
722
791
|
readonly name: "label";
|
|
723
792
|
readonly type: "string";
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
readonly
|
|
728
|
-
readonly
|
|
793
|
+
readonly indexed: false;
|
|
794
|
+
readonly internalType: "string";
|
|
795
|
+
}, {
|
|
796
|
+
readonly name: "owner";
|
|
797
|
+
readonly type: "address";
|
|
798
|
+
readonly indexed: false;
|
|
799
|
+
readonly internalType: "address";
|
|
800
|
+
}, {
|
|
801
|
+
readonly name: "expiry";
|
|
802
|
+
readonly type: "uint64";
|
|
803
|
+
readonly indexed: false;
|
|
804
|
+
readonly internalType: "uint64";
|
|
805
|
+
}, {
|
|
806
|
+
readonly name: "sender";
|
|
729
807
|
readonly type: "address";
|
|
808
|
+
readonly indexed: true;
|
|
809
|
+
readonly internalType: "address";
|
|
730
810
|
}];
|
|
731
|
-
readonly
|
|
732
|
-
readonly type: "function";
|
|
811
|
+
readonly anonymous: false;
|
|
733
812
|
}, {
|
|
813
|
+
readonly type: "event";
|
|
814
|
+
readonly name: "LabelReserved";
|
|
734
815
|
readonly inputs: readonly [{
|
|
735
|
-
readonly
|
|
736
|
-
readonly name: "anyId";
|
|
816
|
+
readonly name: "tokenId";
|
|
737
817
|
readonly type: "uint256";
|
|
738
|
-
|
|
739
|
-
readonly name: "getTokenId";
|
|
740
|
-
readonly outputs: readonly [{
|
|
818
|
+
readonly indexed: true;
|
|
741
819
|
readonly internalType: "uint256";
|
|
820
|
+
}, {
|
|
821
|
+
readonly name: "labelHash";
|
|
822
|
+
readonly type: "bytes32";
|
|
823
|
+
readonly indexed: true;
|
|
824
|
+
readonly internalType: "bytes32";
|
|
825
|
+
}, {
|
|
826
|
+
readonly name: "label";
|
|
827
|
+
readonly type: "string";
|
|
828
|
+
readonly indexed: false;
|
|
829
|
+
readonly internalType: "string";
|
|
830
|
+
}, {
|
|
831
|
+
readonly name: "expiry";
|
|
832
|
+
readonly type: "uint64";
|
|
833
|
+
readonly indexed: false;
|
|
834
|
+
readonly internalType: "uint64";
|
|
835
|
+
}, {
|
|
836
|
+
readonly name: "sender";
|
|
837
|
+
readonly type: "address";
|
|
838
|
+
readonly indexed: true;
|
|
839
|
+
readonly internalType: "address";
|
|
840
|
+
}];
|
|
841
|
+
readonly anonymous: false;
|
|
842
|
+
}, {
|
|
843
|
+
readonly type: "event";
|
|
844
|
+
readonly name: "LabelUnregistered";
|
|
845
|
+
readonly inputs: readonly [{
|
|
742
846
|
readonly name: "tokenId";
|
|
743
847
|
readonly type: "uint256";
|
|
848
|
+
readonly indexed: true;
|
|
849
|
+
readonly internalType: "uint256";
|
|
850
|
+
}, {
|
|
851
|
+
readonly name: "sender";
|
|
852
|
+
readonly type: "address";
|
|
853
|
+
readonly indexed: true;
|
|
854
|
+
readonly internalType: "address";
|
|
744
855
|
}];
|
|
745
|
-
readonly
|
|
746
|
-
readonly type: "function";
|
|
856
|
+
readonly anonymous: false;
|
|
747
857
|
}, {
|
|
748
|
-
readonly
|
|
749
|
-
readonly name: "
|
|
750
|
-
readonly
|
|
751
|
-
readonly
|
|
752
|
-
readonly
|
|
858
|
+
readonly type: "event";
|
|
859
|
+
readonly name: "ParentUpdated";
|
|
860
|
+
readonly inputs: readonly [{
|
|
861
|
+
readonly name: "parent";
|
|
862
|
+
readonly type: "address";
|
|
863
|
+
readonly indexed: true;
|
|
864
|
+
readonly internalType: "contract IRegistry";
|
|
865
|
+
}, {
|
|
866
|
+
readonly name: "label";
|
|
753
867
|
readonly type: "string";
|
|
868
|
+
readonly indexed: false;
|
|
869
|
+
readonly internalType: "string";
|
|
754
870
|
}, {
|
|
755
|
-
readonly
|
|
756
|
-
readonly name: "renderer";
|
|
871
|
+
readonly name: "sender";
|
|
757
872
|
readonly type: "address";
|
|
873
|
+
readonly indexed: true;
|
|
874
|
+
readonly internalType: "address";
|
|
758
875
|
}];
|
|
759
|
-
readonly
|
|
760
|
-
readonly type: "function";
|
|
761
|
-
}, {
|
|
762
|
-
readonly inputs: readonly [];
|
|
763
|
-
readonly name: "getWrappedName";
|
|
764
|
-
readonly outputs: readonly [{
|
|
765
|
-
readonly internalType: "bytes";
|
|
766
|
-
readonly name: "";
|
|
767
|
-
readonly type: "bytes";
|
|
768
|
-
}];
|
|
769
|
-
readonly stateMutability: "view";
|
|
770
|
-
readonly type: "function";
|
|
876
|
+
readonly anonymous: false;
|
|
771
877
|
}, {
|
|
878
|
+
readonly type: "event";
|
|
879
|
+
readonly name: "RegistryCreated";
|
|
772
880
|
readonly inputs: readonly [];
|
|
773
|
-
readonly
|
|
774
|
-
readonly outputs: readonly [{
|
|
775
|
-
readonly internalType: "bytes32";
|
|
776
|
-
readonly name: "";
|
|
777
|
-
readonly type: "bytes32";
|
|
778
|
-
}];
|
|
779
|
-
readonly stateMutability: "view";
|
|
780
|
-
readonly type: "function";
|
|
881
|
+
readonly anonymous: false;
|
|
781
882
|
}, {
|
|
883
|
+
readonly type: "event";
|
|
884
|
+
readonly name: "ResolverUpdated";
|
|
782
885
|
readonly inputs: readonly [{
|
|
783
|
-
readonly
|
|
784
|
-
readonly name: "resource";
|
|
886
|
+
readonly name: "tokenId";
|
|
785
887
|
readonly type: "uint256";
|
|
786
|
-
|
|
888
|
+
readonly indexed: true;
|
|
787
889
|
readonly internalType: "uint256";
|
|
788
|
-
readonly name: "roleBitmap";
|
|
789
|
-
readonly type: "uint256";
|
|
790
890
|
}, {
|
|
891
|
+
readonly name: "resolver";
|
|
892
|
+
readonly type: "address";
|
|
893
|
+
readonly indexed: true;
|
|
791
894
|
readonly internalType: "address";
|
|
792
|
-
|
|
895
|
+
}, {
|
|
896
|
+
readonly name: "sender";
|
|
793
897
|
readonly type: "address";
|
|
898
|
+
readonly indexed: true;
|
|
899
|
+
readonly internalType: "address";
|
|
794
900
|
}];
|
|
795
|
-
readonly
|
|
796
|
-
readonly outputs: readonly [{
|
|
797
|
-
readonly internalType: "bool";
|
|
798
|
-
readonly name: "";
|
|
799
|
-
readonly type: "bool";
|
|
800
|
-
}];
|
|
801
|
-
readonly stateMutability: "nonpayable";
|
|
802
|
-
readonly type: "function";
|
|
901
|
+
readonly anonymous: false;
|
|
803
902
|
}, {
|
|
903
|
+
readonly type: "event";
|
|
904
|
+
readonly name: "SubregistryUpdated";
|
|
804
905
|
readonly inputs: readonly [{
|
|
805
|
-
readonly
|
|
806
|
-
readonly name: "roleBitmap";
|
|
906
|
+
readonly name: "tokenId";
|
|
807
907
|
readonly type: "uint256";
|
|
908
|
+
readonly indexed: true;
|
|
909
|
+
readonly internalType: "uint256";
|
|
808
910
|
}, {
|
|
809
|
-
readonly
|
|
810
|
-
readonly name: "account";
|
|
911
|
+
readonly name: "subregistry";
|
|
811
912
|
readonly type: "address";
|
|
913
|
+
readonly indexed: true;
|
|
914
|
+
readonly internalType: "contract IRegistry";
|
|
915
|
+
}, {
|
|
916
|
+
readonly name: "sender";
|
|
917
|
+
readonly type: "address";
|
|
918
|
+
readonly indexed: true;
|
|
919
|
+
readonly internalType: "address";
|
|
812
920
|
}];
|
|
813
|
-
readonly
|
|
814
|
-
readonly outputs: readonly [{
|
|
815
|
-
readonly internalType: "bool";
|
|
816
|
-
readonly name: "";
|
|
817
|
-
readonly type: "bool";
|
|
818
|
-
}];
|
|
819
|
-
readonly stateMutability: "nonpayable";
|
|
820
|
-
readonly type: "function";
|
|
921
|
+
readonly anonymous: false;
|
|
821
922
|
}, {
|
|
923
|
+
readonly type: "event";
|
|
924
|
+
readonly name: "TokenRegenerated";
|
|
822
925
|
readonly inputs: readonly [{
|
|
823
|
-
readonly
|
|
824
|
-
readonly name: "resource";
|
|
926
|
+
readonly name: "oldTokenId";
|
|
825
927
|
readonly type: "uint256";
|
|
826
|
-
|
|
928
|
+
readonly indexed: true;
|
|
827
929
|
readonly internalType: "uint256";
|
|
828
|
-
|
|
930
|
+
}, {
|
|
931
|
+
readonly name: "newTokenId";
|
|
829
932
|
readonly type: "uint256";
|
|
933
|
+
readonly indexed: true;
|
|
934
|
+
readonly internalType: "uint256";
|
|
830
935
|
}];
|
|
831
|
-
readonly
|
|
832
|
-
readonly outputs: readonly [{
|
|
833
|
-
readonly internalType: "bool";
|
|
834
|
-
readonly name: "";
|
|
835
|
-
readonly type: "bool";
|
|
836
|
-
}];
|
|
837
|
-
readonly stateMutability: "view";
|
|
838
|
-
readonly type: "function";
|
|
936
|
+
readonly anonymous: false;
|
|
839
937
|
}, {
|
|
938
|
+
readonly type: "event";
|
|
939
|
+
readonly name: "TokenResource";
|
|
840
940
|
readonly inputs: readonly [{
|
|
941
|
+
readonly name: "tokenId";
|
|
942
|
+
readonly type: "uint256";
|
|
943
|
+
readonly indexed: true;
|
|
841
944
|
readonly internalType: "uint256";
|
|
945
|
+
}, {
|
|
842
946
|
readonly name: "resource";
|
|
843
947
|
readonly type: "uint256";
|
|
844
|
-
|
|
948
|
+
readonly indexed: true;
|
|
845
949
|
readonly internalType: "uint256";
|
|
846
|
-
readonly name: "roleBitmap";
|
|
847
|
-
readonly type: "uint256";
|
|
848
|
-
}, {
|
|
849
|
-
readonly internalType: "address";
|
|
850
|
-
readonly name: "account";
|
|
851
|
-
readonly type: "address";
|
|
852
|
-
}];
|
|
853
|
-
readonly name: "hasRoles";
|
|
854
|
-
readonly outputs: readonly [{
|
|
855
|
-
readonly internalType: "bool";
|
|
856
|
-
readonly name: "";
|
|
857
|
-
readonly type: "bool";
|
|
858
950
|
}];
|
|
859
|
-
readonly
|
|
860
|
-
readonly type: "function";
|
|
951
|
+
readonly anonymous: false;
|
|
861
952
|
}, {
|
|
953
|
+
readonly type: "event";
|
|
954
|
+
readonly name: "TransferBatch";
|
|
862
955
|
readonly inputs: readonly [{
|
|
863
|
-
readonly
|
|
864
|
-
readonly
|
|
865
|
-
readonly
|
|
956
|
+
readonly name: "operator";
|
|
957
|
+
readonly type: "address";
|
|
958
|
+
readonly indexed: true;
|
|
959
|
+
readonly internalType: "address";
|
|
866
960
|
}, {
|
|
961
|
+
readonly name: "from";
|
|
962
|
+
readonly type: "address";
|
|
963
|
+
readonly indexed: true;
|
|
867
964
|
readonly internalType: "address";
|
|
868
|
-
|
|
965
|
+
}, {
|
|
966
|
+
readonly name: "to";
|
|
869
967
|
readonly type: "address";
|
|
968
|
+
readonly indexed: true;
|
|
969
|
+
readonly internalType: "address";
|
|
970
|
+
}, {
|
|
971
|
+
readonly name: "ids";
|
|
972
|
+
readonly type: "uint256[]";
|
|
973
|
+
readonly indexed: false;
|
|
974
|
+
readonly internalType: "uint256[]";
|
|
975
|
+
}, {
|
|
976
|
+
readonly name: "values";
|
|
977
|
+
readonly type: "uint256[]";
|
|
978
|
+
readonly indexed: false;
|
|
979
|
+
readonly internalType: "uint256[]";
|
|
870
980
|
}];
|
|
871
|
-
readonly
|
|
872
|
-
readonly outputs: readonly [{
|
|
873
|
-
readonly internalType: "bool";
|
|
874
|
-
readonly name: "";
|
|
875
|
-
readonly type: "bool";
|
|
876
|
-
}];
|
|
877
|
-
readonly stateMutability: "view";
|
|
878
|
-
readonly type: "function";
|
|
981
|
+
readonly anonymous: false;
|
|
879
982
|
}, {
|
|
983
|
+
readonly type: "event";
|
|
984
|
+
readonly name: "TransferSingle";
|
|
880
985
|
readonly inputs: readonly [{
|
|
881
|
-
readonly
|
|
882
|
-
readonly name: "account";
|
|
986
|
+
readonly name: "operator";
|
|
883
987
|
readonly type: "address";
|
|
884
|
-
|
|
988
|
+
readonly indexed: true;
|
|
885
989
|
readonly internalType: "address";
|
|
886
|
-
|
|
990
|
+
}, {
|
|
991
|
+
readonly name: "from";
|
|
887
992
|
readonly type: "address";
|
|
888
|
-
|
|
889
|
-
readonly name: "isApprovedForAll";
|
|
890
|
-
readonly outputs: readonly [{
|
|
891
|
-
readonly internalType: "bool";
|
|
892
|
-
readonly name: "";
|
|
893
|
-
readonly type: "bool";
|
|
894
|
-
}];
|
|
895
|
-
readonly stateMutability: "view";
|
|
896
|
-
readonly type: "function";
|
|
897
|
-
}, {
|
|
898
|
-
readonly inputs: readonly [{
|
|
993
|
+
readonly indexed: true;
|
|
899
994
|
readonly internalType: "address";
|
|
900
|
-
|
|
995
|
+
}, {
|
|
996
|
+
readonly name: "to";
|
|
901
997
|
readonly type: "address";
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
readonly
|
|
906
|
-
readonly
|
|
907
|
-
readonly
|
|
908
|
-
}];
|
|
909
|
-
readonly stateMutability: "view";
|
|
910
|
-
readonly type: "function";
|
|
911
|
-
}, {
|
|
912
|
-
readonly inputs: readonly [{
|
|
998
|
+
readonly indexed: true;
|
|
999
|
+
readonly internalType: "address";
|
|
1000
|
+
}, {
|
|
1001
|
+
readonly name: "id";
|
|
1002
|
+
readonly type: "uint256";
|
|
1003
|
+
readonly indexed: false;
|
|
913
1004
|
readonly internalType: "uint256";
|
|
914
|
-
|
|
1005
|
+
}, {
|
|
1006
|
+
readonly name: "value";
|
|
915
1007
|
readonly type: "uint256";
|
|
1008
|
+
readonly indexed: false;
|
|
1009
|
+
readonly internalType: "uint256";
|
|
916
1010
|
}];
|
|
917
|
-
readonly
|
|
918
|
-
readonly outputs: readonly [{
|
|
919
|
-
readonly internalType: "address";
|
|
920
|
-
readonly name: "owner";
|
|
921
|
-
readonly type: "address";
|
|
922
|
-
}];
|
|
923
|
-
readonly stateMutability: "view";
|
|
924
|
-
readonly type: "function";
|
|
1011
|
+
readonly anonymous: false;
|
|
925
1012
|
}, {
|
|
1013
|
+
readonly type: "event";
|
|
1014
|
+
readonly name: "URI";
|
|
926
1015
|
readonly inputs: readonly [{
|
|
927
|
-
readonly
|
|
1016
|
+
readonly name: "value";
|
|
1017
|
+
readonly type: "string";
|
|
1018
|
+
readonly indexed: false;
|
|
1019
|
+
readonly internalType: "string";
|
|
1020
|
+
}, {
|
|
928
1021
|
readonly name: "id";
|
|
929
1022
|
readonly type: "uint256";
|
|
1023
|
+
readonly indexed: true;
|
|
1024
|
+
readonly internalType: "uint256";
|
|
930
1025
|
}];
|
|
931
|
-
readonly
|
|
932
|
-
readonly outputs: readonly [{
|
|
933
|
-
readonly internalType: "address";
|
|
934
|
-
readonly name: "owner";
|
|
935
|
-
readonly type: "address";
|
|
936
|
-
}];
|
|
937
|
-
readonly stateMutability: "view";
|
|
938
|
-
readonly type: "function";
|
|
1026
|
+
readonly anonymous: false;
|
|
939
1027
|
}, {
|
|
1028
|
+
readonly type: "event";
|
|
1029
|
+
readonly name: "URIUpdated";
|
|
940
1030
|
readonly inputs: readonly [{
|
|
941
|
-
readonly
|
|
942
|
-
readonly name: "label";
|
|
1031
|
+
readonly name: "uri";
|
|
943
1032
|
readonly type: "string";
|
|
1033
|
+
readonly indexed: false;
|
|
1034
|
+
readonly internalType: "string";
|
|
944
1035
|
}, {
|
|
945
|
-
readonly
|
|
946
|
-
readonly name: "owner";
|
|
947
|
-
readonly type: "address";
|
|
948
|
-
}, {
|
|
949
|
-
readonly internalType: "contract IRegistry";
|
|
950
|
-
readonly name: "registry";
|
|
1036
|
+
readonly name: "renderer";
|
|
951
1037
|
readonly type: "address";
|
|
952
|
-
|
|
1038
|
+
readonly indexed: false;
|
|
953
1039
|
readonly internalType: "address";
|
|
954
|
-
readonly name: "resolver";
|
|
955
|
-
readonly type: "address";
|
|
956
|
-
}, {
|
|
957
|
-
readonly internalType: "uint256";
|
|
958
|
-
readonly name: "roleBitmap";
|
|
959
|
-
readonly type: "uint256";
|
|
960
1040
|
}, {
|
|
961
|
-
readonly
|
|
962
|
-
readonly
|
|
963
|
-
readonly
|
|
964
|
-
|
|
965
|
-
readonly name: "register";
|
|
966
|
-
readonly outputs: readonly [{
|
|
967
|
-
readonly internalType: "uint256";
|
|
968
|
-
readonly name: "tokenId";
|
|
969
|
-
readonly type: "uint256";
|
|
1041
|
+
readonly name: "sender";
|
|
1042
|
+
readonly type: "address";
|
|
1043
|
+
readonly indexed: true;
|
|
1044
|
+
readonly internalType: "address";
|
|
970
1045
|
}];
|
|
971
|
-
readonly
|
|
972
|
-
readonly type: "function";
|
|
1046
|
+
readonly anonymous: false;
|
|
973
1047
|
}, {
|
|
1048
|
+
readonly type: "error";
|
|
1049
|
+
readonly name: "CannotReduceExpiry";
|
|
974
1050
|
readonly inputs: readonly [{
|
|
975
|
-
readonly
|
|
976
|
-
readonly
|
|
977
|
-
readonly type: "uint256";
|
|
978
|
-
}, {
|
|
1051
|
+
readonly name: "oldExpiry";
|
|
1052
|
+
readonly type: "uint64";
|
|
979
1053
|
readonly internalType: "uint64";
|
|
1054
|
+
}, {
|
|
980
1055
|
readonly name: "newExpiry";
|
|
981
1056
|
readonly type: "uint64";
|
|
1057
|
+
readonly internalType: "uint64";
|
|
1058
|
+
}];
|
|
1059
|
+
}, {
|
|
1060
|
+
readonly type: "error";
|
|
1061
|
+
readonly name: "CannotSetPastExpiry";
|
|
1062
|
+
readonly inputs: readonly [{
|
|
1063
|
+
readonly name: "expiry";
|
|
1064
|
+
readonly type: "uint64";
|
|
1065
|
+
readonly internalType: "uint64";
|
|
982
1066
|
}];
|
|
983
|
-
readonly name: "renew";
|
|
984
|
-
readonly outputs: readonly [];
|
|
985
|
-
readonly stateMutability: "nonpayable";
|
|
986
|
-
readonly type: "function";
|
|
987
1067
|
}, {
|
|
1068
|
+
readonly type: "error";
|
|
1069
|
+
readonly name: "EACCannotGrantRoles";
|
|
988
1070
|
readonly inputs: readonly [{
|
|
989
|
-
readonly internalType: "uint256";
|
|
990
1071
|
readonly name: "resource";
|
|
991
1072
|
readonly type: "uint256";
|
|
992
|
-
}, {
|
|
993
1073
|
readonly internalType: "uint256";
|
|
1074
|
+
}, {
|
|
994
1075
|
readonly name: "roleBitmap";
|
|
995
1076
|
readonly type: "uint256";
|
|
1077
|
+
readonly internalType: "uint256";
|
|
996
1078
|
}, {
|
|
997
|
-
readonly internalType: "address";
|
|
998
1079
|
readonly name: "account";
|
|
999
1080
|
readonly type: "address";
|
|
1081
|
+
readonly internalType: "address";
|
|
1000
1082
|
}];
|
|
1001
|
-
readonly name: "revokeRoles";
|
|
1002
|
-
readonly outputs: readonly [{
|
|
1003
|
-
readonly internalType: "bool";
|
|
1004
|
-
readonly name: "";
|
|
1005
|
-
readonly type: "bool";
|
|
1006
|
-
}];
|
|
1007
|
-
readonly stateMutability: "nonpayable";
|
|
1008
|
-
readonly type: "function";
|
|
1009
1083
|
}, {
|
|
1084
|
+
readonly type: "error";
|
|
1085
|
+
readonly name: "EACCannotRevokeRoles";
|
|
1010
1086
|
readonly inputs: readonly [{
|
|
1087
|
+
readonly name: "resource";
|
|
1088
|
+
readonly type: "uint256";
|
|
1011
1089
|
readonly internalType: "uint256";
|
|
1090
|
+
}, {
|
|
1012
1091
|
readonly name: "roleBitmap";
|
|
1013
1092
|
readonly type: "uint256";
|
|
1093
|
+
readonly internalType: "uint256";
|
|
1014
1094
|
}, {
|
|
1015
|
-
readonly internalType: "address";
|
|
1016
1095
|
readonly name: "account";
|
|
1017
1096
|
readonly type: "address";
|
|
1097
|
+
readonly internalType: "address";
|
|
1018
1098
|
}];
|
|
1019
|
-
readonly name: "revokeRootRoles";
|
|
1020
|
-
readonly outputs: readonly [{
|
|
1021
|
-
readonly internalType: "bool";
|
|
1022
|
-
readonly name: "";
|
|
1023
|
-
readonly type: "bool";
|
|
1024
|
-
}];
|
|
1025
|
-
readonly stateMutability: "nonpayable";
|
|
1026
|
-
readonly type: "function";
|
|
1027
1099
|
}, {
|
|
1100
|
+
readonly type: "error";
|
|
1101
|
+
readonly name: "EACInvalidAccount";
|
|
1102
|
+
readonly inputs: readonly [];
|
|
1103
|
+
}, {
|
|
1104
|
+
readonly type: "error";
|
|
1105
|
+
readonly name: "EACInvalidRoleBitmap";
|
|
1028
1106
|
readonly inputs: readonly [{
|
|
1029
|
-
readonly
|
|
1030
|
-
readonly name: "resource";
|
|
1107
|
+
readonly name: "roleBitmap";
|
|
1031
1108
|
readonly type: "uint256";
|
|
1032
|
-
}];
|
|
1033
|
-
readonly name: "roleCount";
|
|
1034
|
-
readonly outputs: readonly [{
|
|
1035
1109
|
readonly internalType: "uint256";
|
|
1036
|
-
readonly name: "";
|
|
1037
|
-
readonly type: "uint256";
|
|
1038
1110
|
}];
|
|
1039
|
-
readonly stateMutability: "view";
|
|
1040
|
-
readonly type: "function";
|
|
1041
1111
|
}, {
|
|
1112
|
+
readonly type: "error";
|
|
1113
|
+
readonly name: "EACMaxAssignees";
|
|
1042
1114
|
readonly inputs: readonly [{
|
|
1043
|
-
readonly internalType: "uint256";
|
|
1044
1115
|
readonly name: "resource";
|
|
1045
1116
|
readonly type: "uint256";
|
|
1046
|
-
}, {
|
|
1047
|
-
readonly internalType: "address";
|
|
1048
|
-
readonly name: "account";
|
|
1049
|
-
readonly type: "address";
|
|
1050
|
-
}];
|
|
1051
|
-
readonly name: "roles";
|
|
1052
|
-
readonly outputs: readonly [{
|
|
1053
1117
|
readonly internalType: "uint256";
|
|
1054
|
-
|
|
1118
|
+
}, {
|
|
1119
|
+
readonly name: "role";
|
|
1055
1120
|
readonly type: "uint256";
|
|
1121
|
+
readonly internalType: "uint256";
|
|
1056
1122
|
}];
|
|
1057
|
-
readonly stateMutability: "view";
|
|
1058
|
-
readonly type: "function";
|
|
1059
1123
|
}, {
|
|
1124
|
+
readonly type: "error";
|
|
1125
|
+
readonly name: "EACMinAssignees";
|
|
1060
1126
|
readonly inputs: readonly [{
|
|
1061
|
-
readonly
|
|
1062
|
-
readonly
|
|
1063
|
-
readonly
|
|
1064
|
-
}, {
|
|
1065
|
-
readonly internalType: "address";
|
|
1066
|
-
readonly name: "to";
|
|
1067
|
-
readonly type: "address";
|
|
1068
|
-
}, {
|
|
1069
|
-
readonly internalType: "uint256[]";
|
|
1070
|
-
readonly name: "ids";
|
|
1071
|
-
readonly type: "uint256[]";
|
|
1072
|
-
}, {
|
|
1073
|
-
readonly internalType: "uint256[]";
|
|
1074
|
-
readonly name: "values";
|
|
1075
|
-
readonly type: "uint256[]";
|
|
1127
|
+
readonly name: "resource";
|
|
1128
|
+
readonly type: "uint256";
|
|
1129
|
+
readonly internalType: "uint256";
|
|
1076
1130
|
}, {
|
|
1077
|
-
readonly
|
|
1078
|
-
readonly
|
|
1079
|
-
readonly
|
|
1131
|
+
readonly name: "role";
|
|
1132
|
+
readonly type: "uint256";
|
|
1133
|
+
readonly internalType: "uint256";
|
|
1080
1134
|
}];
|
|
1081
|
-
readonly name: "safeBatchTransferFrom";
|
|
1082
|
-
readonly outputs: readonly [];
|
|
1083
|
-
readonly stateMutability: "nonpayable";
|
|
1084
|
-
readonly type: "function";
|
|
1085
1135
|
}, {
|
|
1136
|
+
readonly type: "error";
|
|
1137
|
+
readonly name: "EACRootResourceNotAllowed";
|
|
1138
|
+
readonly inputs: readonly [];
|
|
1139
|
+
}, {
|
|
1140
|
+
readonly type: "error";
|
|
1141
|
+
readonly name: "EACUnauthorizedAccountRoles";
|
|
1086
1142
|
readonly inputs: readonly [{
|
|
1087
|
-
readonly
|
|
1088
|
-
readonly name: "from";
|
|
1089
|
-
readonly type: "address";
|
|
1090
|
-
}, {
|
|
1091
|
-
readonly internalType: "address";
|
|
1092
|
-
readonly name: "to";
|
|
1093
|
-
readonly type: "address";
|
|
1094
|
-
}, {
|
|
1095
|
-
readonly internalType: "uint256";
|
|
1096
|
-
readonly name: "id";
|
|
1143
|
+
readonly name: "resource";
|
|
1097
1144
|
readonly type: "uint256";
|
|
1098
|
-
}, {
|
|
1099
1145
|
readonly internalType: "uint256";
|
|
1100
|
-
|
|
1146
|
+
}, {
|
|
1147
|
+
readonly name: "roleBitmap";
|
|
1101
1148
|
readonly type: "uint256";
|
|
1149
|
+
readonly internalType: "uint256";
|
|
1102
1150
|
}, {
|
|
1103
|
-
readonly
|
|
1104
|
-
readonly
|
|
1105
|
-
readonly
|
|
1151
|
+
readonly name: "account";
|
|
1152
|
+
readonly type: "address";
|
|
1153
|
+
readonly internalType: "address";
|
|
1106
1154
|
}];
|
|
1107
|
-
readonly name: "safeTransferFrom";
|
|
1108
|
-
readonly outputs: readonly [];
|
|
1109
|
-
readonly stateMutability: "nonpayable";
|
|
1110
|
-
readonly type: "function";
|
|
1111
1155
|
}, {
|
|
1156
|
+
readonly type: "error";
|
|
1157
|
+
readonly name: "LabelAlreadyRegistered";
|
|
1112
1158
|
readonly inputs: readonly [{
|
|
1113
|
-
readonly
|
|
1114
|
-
readonly
|
|
1115
|
-
readonly
|
|
1116
|
-
}, {
|
|
1117
|
-
readonly internalType: "bool";
|
|
1118
|
-
readonly name: "approved";
|
|
1119
|
-
readonly type: "bool";
|
|
1159
|
+
readonly name: "label";
|
|
1160
|
+
readonly type: "string";
|
|
1161
|
+
readonly internalType: "string";
|
|
1120
1162
|
}];
|
|
1121
|
-
readonly name: "setApprovalForAll";
|
|
1122
|
-
readonly outputs: readonly [];
|
|
1123
|
-
readonly stateMutability: "nonpayable";
|
|
1124
|
-
readonly type: "function";
|
|
1125
1163
|
}, {
|
|
1164
|
+
readonly type: "error";
|
|
1165
|
+
readonly name: "LabelAlreadyReserved";
|
|
1126
1166
|
readonly inputs: readonly [{
|
|
1127
|
-
readonly internalType: "contract IRegistry";
|
|
1128
|
-
readonly name: "parent";
|
|
1129
|
-
readonly type: "address";
|
|
1130
|
-
}, {
|
|
1131
|
-
readonly internalType: "string";
|
|
1132
1167
|
readonly name: "label";
|
|
1133
1168
|
readonly type: "string";
|
|
1169
|
+
readonly internalType: "string";
|
|
1134
1170
|
}];
|
|
1135
|
-
readonly name: "setParent";
|
|
1136
|
-
readonly outputs: readonly [];
|
|
1137
|
-
readonly stateMutability: "nonpayable";
|
|
1138
|
-
readonly type: "function";
|
|
1139
1171
|
}, {
|
|
1172
|
+
readonly type: "error";
|
|
1173
|
+
readonly name: "LabelExpired";
|
|
1140
1174
|
readonly inputs: readonly [{
|
|
1141
|
-
readonly
|
|
1142
|
-
readonly name: "anyId";
|
|
1175
|
+
readonly name: "tokenId";
|
|
1143
1176
|
readonly type: "uint256";
|
|
1144
|
-
|
|
1145
|
-
readonly internalType: "address";
|
|
1146
|
-
readonly name: "resolver";
|
|
1147
|
-
readonly type: "address";
|
|
1177
|
+
readonly internalType: "uint256";
|
|
1148
1178
|
}];
|
|
1149
|
-
readonly name: "setResolver";
|
|
1150
|
-
readonly outputs: readonly [];
|
|
1151
|
-
readonly stateMutability: "nonpayable";
|
|
1152
|
-
readonly type: "function";
|
|
1153
1179
|
}, {
|
|
1180
|
+
readonly type: "error";
|
|
1181
|
+
readonly name: "TransferDisallowed";
|
|
1154
1182
|
readonly inputs: readonly [{
|
|
1155
|
-
readonly
|
|
1156
|
-
readonly name: "anyId";
|
|
1183
|
+
readonly name: "tokenId";
|
|
1157
1184
|
readonly type: "uint256";
|
|
1185
|
+
readonly internalType: "uint256";
|
|
1158
1186
|
}, {
|
|
1159
|
-
readonly
|
|
1160
|
-
readonly name: "registry";
|
|
1187
|
+
readonly name: "from";
|
|
1161
1188
|
readonly type: "address";
|
|
1189
|
+
readonly internalType: "address";
|
|
1162
1190
|
}];
|
|
1163
|
-
readonly name: "setSubregistry";
|
|
1164
|
-
readonly outputs: readonly [];
|
|
1165
|
-
readonly stateMutability: "nonpayable";
|
|
1166
|
-
readonly type: "function";
|
|
1167
1191
|
}, {
|
|
1192
|
+
readonly type: "error";
|
|
1193
|
+
readonly name: "UpgradeTargetNotApproved";
|
|
1168
1194
|
readonly inputs: readonly [{
|
|
1169
|
-
readonly
|
|
1170
|
-
readonly name: "uri";
|
|
1171
|
-
readonly type: "string";
|
|
1172
|
-
}, {
|
|
1173
|
-
readonly internalType: "contract IRegistryURIRenderer";
|
|
1174
|
-
readonly name: "renderer";
|
|
1195
|
+
readonly name: "implementation";
|
|
1175
1196
|
readonly type: "address";
|
|
1197
|
+
readonly internalType: "address";
|
|
1176
1198
|
}];
|
|
1177
|
-
readonly name: "setURI";
|
|
1178
|
-
readonly outputs: readonly [];
|
|
1179
|
-
readonly stateMutability: "nonpayable";
|
|
1180
|
-
readonly type: "function";
|
|
1181
|
-
}, {
|
|
1182
|
-
readonly inputs: readonly [{
|
|
1183
|
-
readonly internalType: "bytes4";
|
|
1184
|
-
readonly name: "interfaceId";
|
|
1185
|
-
readonly type: "bytes4";
|
|
1186
|
-
}];
|
|
1187
|
-
readonly name: "supportsInterface";
|
|
1188
|
-
readonly outputs: readonly [{
|
|
1189
|
-
readonly internalType: "bool";
|
|
1190
|
-
readonly name: "";
|
|
1191
|
-
readonly type: "bool";
|
|
1192
|
-
}];
|
|
1193
|
-
readonly stateMutability: "view";
|
|
1194
|
-
readonly type: "function";
|
|
1195
|
-
}, {
|
|
1196
|
-
readonly inputs: readonly [{
|
|
1197
|
-
readonly internalType: "uint256";
|
|
1198
|
-
readonly name: "anyId";
|
|
1199
|
-
readonly type: "uint256";
|
|
1200
|
-
}];
|
|
1201
|
-
readonly name: "unregister";
|
|
1202
|
-
readonly outputs: readonly [];
|
|
1203
|
-
readonly stateMutability: "nonpayable";
|
|
1204
|
-
readonly type: "function";
|
|
1205
1199
|
}];
|
|
1206
1200
|
//#endregion
|
|
1207
1201
|
export { wrapperRegistryV2InterfaceAbi };
|