@towns-protocol/generated 0.0.416 → 0.0.418
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/dev/.contracts-hash +1 -1
- package/dev/abis/IIdentityRegistry.abi.json +265 -0
- package/dev/abis/IIdentityRegistry.abi.ts +265 -0
- package/dev/abis/IIdentityRegistryBase.abi.json +113 -0
- package/dev/abis/IIdentityRegistryBase.abi.ts +113 -0
- package/dev/abis/IReputationRegistry.abi.json +440 -0
- package/dev/abis/IReputationRegistry.abi.ts +440 -0
- package/dev/abis/IReputationRegistryBase.abi.json +119 -0
- package/dev/abis/IReputationRegistryBase.abi.ts +119 -0
- package/dev/typings/IIdentityRegistry.ts +418 -0
- package/dev/typings/IReputationRegistry.ts +678 -0
- package/dev/typings/factories/IIdentityRegistry__factory.ts +289 -0
- package/dev/typings/factories/IReputationRegistry__factory.ts +464 -0
- package/dev/typings/factories/index.ts +2 -0
- package/dev/typings/index.ts +4 -0
- package/package.json +3 -3
- package/scripts/build-contract-types.sh +2 -2
package/dev/.contracts-hash
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
dd1ee423056b79de6254916eda6f67370c64bf26:006771918164ca029e2c73521c0bf67308a0f2d6
|
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"type": "function",
|
|
4
|
+
"name": "getMetadata",
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"name": "agentId",
|
|
8
|
+
"type": "uint256",
|
|
9
|
+
"internalType": "uint256"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "metadataKey",
|
|
13
|
+
"type": "string",
|
|
14
|
+
"internalType": "string"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"outputs": [
|
|
18
|
+
{
|
|
19
|
+
"name": "",
|
|
20
|
+
"type": "bytes",
|
|
21
|
+
"internalType": "bytes"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"stateMutability": "view"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"type": "function",
|
|
28
|
+
"name": "register",
|
|
29
|
+
"inputs": [],
|
|
30
|
+
"outputs": [
|
|
31
|
+
{
|
|
32
|
+
"name": "agentId",
|
|
33
|
+
"type": "uint256",
|
|
34
|
+
"internalType": "uint256"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"stateMutability": "nonpayable"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"type": "function",
|
|
41
|
+
"name": "register",
|
|
42
|
+
"inputs": [
|
|
43
|
+
{
|
|
44
|
+
"name": "agentUri",
|
|
45
|
+
"type": "string",
|
|
46
|
+
"internalType": "string"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "metadata",
|
|
50
|
+
"type": "tuple[]",
|
|
51
|
+
"internalType": "struct IIdentityRegistryBase.MetadataEntry[]",
|
|
52
|
+
"components": [
|
|
53
|
+
{
|
|
54
|
+
"name": "metadataKey",
|
|
55
|
+
"type": "string",
|
|
56
|
+
"internalType": "string"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "metadataValue",
|
|
60
|
+
"type": "bytes",
|
|
61
|
+
"internalType": "bytes"
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"outputs": [
|
|
67
|
+
{
|
|
68
|
+
"name": "agentId",
|
|
69
|
+
"type": "uint256",
|
|
70
|
+
"internalType": "uint256"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"stateMutability": "nonpayable"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"type": "function",
|
|
77
|
+
"name": "register",
|
|
78
|
+
"inputs": [
|
|
79
|
+
{
|
|
80
|
+
"name": "agentUri",
|
|
81
|
+
"type": "string",
|
|
82
|
+
"internalType": "string"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"outputs": [
|
|
86
|
+
{
|
|
87
|
+
"name": "agentId",
|
|
88
|
+
"type": "uint256",
|
|
89
|
+
"internalType": "uint256"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"stateMutability": "nonpayable"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"type": "function",
|
|
96
|
+
"name": "setAgentUri",
|
|
97
|
+
"inputs": [
|
|
98
|
+
{
|
|
99
|
+
"name": "agentId",
|
|
100
|
+
"type": "uint256",
|
|
101
|
+
"internalType": "uint256"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "agentUri",
|
|
105
|
+
"type": "string",
|
|
106
|
+
"internalType": "string"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"outputs": [],
|
|
110
|
+
"stateMutability": "nonpayable"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"type": "function",
|
|
114
|
+
"name": "setMetadata",
|
|
115
|
+
"inputs": [
|
|
116
|
+
{
|
|
117
|
+
"name": "agentId",
|
|
118
|
+
"type": "uint256",
|
|
119
|
+
"internalType": "uint256"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "metadataKey",
|
|
123
|
+
"type": "string",
|
|
124
|
+
"internalType": "string"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "metadataValue",
|
|
128
|
+
"type": "bytes",
|
|
129
|
+
"internalType": "bytes"
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"outputs": [],
|
|
133
|
+
"stateMutability": "nonpayable"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"type": "function",
|
|
137
|
+
"name": "tokenURI",
|
|
138
|
+
"inputs": [
|
|
139
|
+
{
|
|
140
|
+
"name": "agentId",
|
|
141
|
+
"type": "uint256",
|
|
142
|
+
"internalType": "uint256"
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"outputs": [
|
|
146
|
+
{
|
|
147
|
+
"name": "",
|
|
148
|
+
"type": "string",
|
|
149
|
+
"internalType": "string"
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"stateMutability": "view"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"type": "event",
|
|
156
|
+
"name": "MetadataSet",
|
|
157
|
+
"inputs": [
|
|
158
|
+
{
|
|
159
|
+
"name": "agentId",
|
|
160
|
+
"type": "uint256",
|
|
161
|
+
"indexed": true,
|
|
162
|
+
"internalType": "uint256"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "indexedKey",
|
|
166
|
+
"type": "string",
|
|
167
|
+
"indexed": true,
|
|
168
|
+
"internalType": "string"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "metadataKey",
|
|
172
|
+
"type": "string",
|
|
173
|
+
"indexed": false,
|
|
174
|
+
"internalType": "string"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "metadataValue",
|
|
178
|
+
"type": "bytes",
|
|
179
|
+
"indexed": false,
|
|
180
|
+
"internalType": "bytes"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"anonymous": false
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"type": "event",
|
|
187
|
+
"name": "Registered",
|
|
188
|
+
"inputs": [
|
|
189
|
+
{
|
|
190
|
+
"name": "agentId",
|
|
191
|
+
"type": "uint256",
|
|
192
|
+
"indexed": true,
|
|
193
|
+
"internalType": "uint256"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "agentUri",
|
|
197
|
+
"type": "string",
|
|
198
|
+
"indexed": false,
|
|
199
|
+
"internalType": "string"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "owner",
|
|
203
|
+
"type": "address",
|
|
204
|
+
"indexed": true,
|
|
205
|
+
"internalType": "address"
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"anonymous": false
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"type": "event",
|
|
212
|
+
"name": "UriUpdated",
|
|
213
|
+
"inputs": [
|
|
214
|
+
{
|
|
215
|
+
"name": "agentId",
|
|
216
|
+
"type": "uint256",
|
|
217
|
+
"indexed": true,
|
|
218
|
+
"internalType": "uint256"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "agentUri",
|
|
222
|
+
"type": "string",
|
|
223
|
+
"indexed": false,
|
|
224
|
+
"internalType": "string"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "updatedBy",
|
|
228
|
+
"type": "address",
|
|
229
|
+
"indexed": true,
|
|
230
|
+
"internalType": "address"
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"anonymous": false
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"type": "error",
|
|
237
|
+
"name": "IdentityRegistry__AgentAlreadyPromoted",
|
|
238
|
+
"inputs": []
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"type": "error",
|
|
242
|
+
"name": "IdentityRegistry__AgentBanned",
|
|
243
|
+
"inputs": []
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"type": "error",
|
|
247
|
+
"name": "IdentityRegistry__AgentDoesNotExist",
|
|
248
|
+
"inputs": []
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"type": "error",
|
|
252
|
+
"name": "IdentityRegistry__AgentNotRegistered",
|
|
253
|
+
"inputs": []
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"type": "error",
|
|
257
|
+
"name": "IdentityRegistry__NotAuthorized",
|
|
258
|
+
"inputs": []
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"type": "error",
|
|
262
|
+
"name": "IdentityRegistry__TooManyMetadataEntries",
|
|
263
|
+
"inputs": []
|
|
264
|
+
}
|
|
265
|
+
]
|
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
{
|
|
3
|
+
"type": "function",
|
|
4
|
+
"name": "getMetadata",
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"name": "agentId",
|
|
8
|
+
"type": "uint256",
|
|
9
|
+
"internalType": "uint256"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "metadataKey",
|
|
13
|
+
"type": "string",
|
|
14
|
+
"internalType": "string"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"outputs": [
|
|
18
|
+
{
|
|
19
|
+
"name": "",
|
|
20
|
+
"type": "bytes",
|
|
21
|
+
"internalType": "bytes"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"stateMutability": "view"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"type": "function",
|
|
28
|
+
"name": "register",
|
|
29
|
+
"inputs": [],
|
|
30
|
+
"outputs": [
|
|
31
|
+
{
|
|
32
|
+
"name": "agentId",
|
|
33
|
+
"type": "uint256",
|
|
34
|
+
"internalType": "uint256"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"stateMutability": "nonpayable"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"type": "function",
|
|
41
|
+
"name": "register",
|
|
42
|
+
"inputs": [
|
|
43
|
+
{
|
|
44
|
+
"name": "agentUri",
|
|
45
|
+
"type": "string",
|
|
46
|
+
"internalType": "string"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "metadata",
|
|
50
|
+
"type": "tuple[]",
|
|
51
|
+
"internalType": "struct IIdentityRegistryBase.MetadataEntry[]",
|
|
52
|
+
"components": [
|
|
53
|
+
{
|
|
54
|
+
"name": "metadataKey",
|
|
55
|
+
"type": "string",
|
|
56
|
+
"internalType": "string"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "metadataValue",
|
|
60
|
+
"type": "bytes",
|
|
61
|
+
"internalType": "bytes"
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"outputs": [
|
|
67
|
+
{
|
|
68
|
+
"name": "agentId",
|
|
69
|
+
"type": "uint256",
|
|
70
|
+
"internalType": "uint256"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"stateMutability": "nonpayable"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"type": "function",
|
|
77
|
+
"name": "register",
|
|
78
|
+
"inputs": [
|
|
79
|
+
{
|
|
80
|
+
"name": "agentUri",
|
|
81
|
+
"type": "string",
|
|
82
|
+
"internalType": "string"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"outputs": [
|
|
86
|
+
{
|
|
87
|
+
"name": "agentId",
|
|
88
|
+
"type": "uint256",
|
|
89
|
+
"internalType": "uint256"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"stateMutability": "nonpayable"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"type": "function",
|
|
96
|
+
"name": "setAgentUri",
|
|
97
|
+
"inputs": [
|
|
98
|
+
{
|
|
99
|
+
"name": "agentId",
|
|
100
|
+
"type": "uint256",
|
|
101
|
+
"internalType": "uint256"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "agentUri",
|
|
105
|
+
"type": "string",
|
|
106
|
+
"internalType": "string"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"outputs": [],
|
|
110
|
+
"stateMutability": "nonpayable"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"type": "function",
|
|
114
|
+
"name": "setMetadata",
|
|
115
|
+
"inputs": [
|
|
116
|
+
{
|
|
117
|
+
"name": "agentId",
|
|
118
|
+
"type": "uint256",
|
|
119
|
+
"internalType": "uint256"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "metadataKey",
|
|
123
|
+
"type": "string",
|
|
124
|
+
"internalType": "string"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "metadataValue",
|
|
128
|
+
"type": "bytes",
|
|
129
|
+
"internalType": "bytes"
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"outputs": [],
|
|
133
|
+
"stateMutability": "nonpayable"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"type": "function",
|
|
137
|
+
"name": "tokenURI",
|
|
138
|
+
"inputs": [
|
|
139
|
+
{
|
|
140
|
+
"name": "agentId",
|
|
141
|
+
"type": "uint256",
|
|
142
|
+
"internalType": "uint256"
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"outputs": [
|
|
146
|
+
{
|
|
147
|
+
"name": "",
|
|
148
|
+
"type": "string",
|
|
149
|
+
"internalType": "string"
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"stateMutability": "view"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"type": "event",
|
|
156
|
+
"name": "MetadataSet",
|
|
157
|
+
"inputs": [
|
|
158
|
+
{
|
|
159
|
+
"name": "agentId",
|
|
160
|
+
"type": "uint256",
|
|
161
|
+
"indexed": true,
|
|
162
|
+
"internalType": "uint256"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "indexedKey",
|
|
166
|
+
"type": "string",
|
|
167
|
+
"indexed": true,
|
|
168
|
+
"internalType": "string"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "metadataKey",
|
|
172
|
+
"type": "string",
|
|
173
|
+
"indexed": false,
|
|
174
|
+
"internalType": "string"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "metadataValue",
|
|
178
|
+
"type": "bytes",
|
|
179
|
+
"indexed": false,
|
|
180
|
+
"internalType": "bytes"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"anonymous": false
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"type": "event",
|
|
187
|
+
"name": "Registered",
|
|
188
|
+
"inputs": [
|
|
189
|
+
{
|
|
190
|
+
"name": "agentId",
|
|
191
|
+
"type": "uint256",
|
|
192
|
+
"indexed": true,
|
|
193
|
+
"internalType": "uint256"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "agentUri",
|
|
197
|
+
"type": "string",
|
|
198
|
+
"indexed": false,
|
|
199
|
+
"internalType": "string"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "owner",
|
|
203
|
+
"type": "address",
|
|
204
|
+
"indexed": true,
|
|
205
|
+
"internalType": "address"
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"anonymous": false
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"type": "event",
|
|
212
|
+
"name": "UriUpdated",
|
|
213
|
+
"inputs": [
|
|
214
|
+
{
|
|
215
|
+
"name": "agentId",
|
|
216
|
+
"type": "uint256",
|
|
217
|
+
"indexed": true,
|
|
218
|
+
"internalType": "uint256"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "agentUri",
|
|
222
|
+
"type": "string",
|
|
223
|
+
"indexed": false,
|
|
224
|
+
"internalType": "string"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "updatedBy",
|
|
228
|
+
"type": "address",
|
|
229
|
+
"indexed": true,
|
|
230
|
+
"internalType": "address"
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"anonymous": false
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"type": "error",
|
|
237
|
+
"name": "IdentityRegistry__AgentAlreadyPromoted",
|
|
238
|
+
"inputs": []
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"type": "error",
|
|
242
|
+
"name": "IdentityRegistry__AgentBanned",
|
|
243
|
+
"inputs": []
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"type": "error",
|
|
247
|
+
"name": "IdentityRegistry__AgentDoesNotExist",
|
|
248
|
+
"inputs": []
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"type": "error",
|
|
252
|
+
"name": "IdentityRegistry__AgentNotRegistered",
|
|
253
|
+
"inputs": []
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"type": "error",
|
|
257
|
+
"name": "IdentityRegistry__NotAuthorized",
|
|
258
|
+
"inputs": []
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"type": "error",
|
|
262
|
+
"name": "IdentityRegistry__TooManyMetadataEntries",
|
|
263
|
+
"inputs": []
|
|
264
|
+
}
|
|
265
|
+
] as const
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"type": "event",
|
|
4
|
+
"name": "MetadataSet",
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"name": "agentId",
|
|
8
|
+
"type": "uint256",
|
|
9
|
+
"indexed": true,
|
|
10
|
+
"internalType": "uint256"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "indexedKey",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"indexed": true,
|
|
16
|
+
"internalType": "string"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "metadataKey",
|
|
20
|
+
"type": "string",
|
|
21
|
+
"indexed": false,
|
|
22
|
+
"internalType": "string"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "metadataValue",
|
|
26
|
+
"type": "bytes",
|
|
27
|
+
"indexed": false,
|
|
28
|
+
"internalType": "bytes"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"anonymous": false
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"type": "event",
|
|
35
|
+
"name": "Registered",
|
|
36
|
+
"inputs": [
|
|
37
|
+
{
|
|
38
|
+
"name": "agentId",
|
|
39
|
+
"type": "uint256",
|
|
40
|
+
"indexed": true,
|
|
41
|
+
"internalType": "uint256"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "agentUri",
|
|
45
|
+
"type": "string",
|
|
46
|
+
"indexed": false,
|
|
47
|
+
"internalType": "string"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "owner",
|
|
51
|
+
"type": "address",
|
|
52
|
+
"indexed": true,
|
|
53
|
+
"internalType": "address"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"anonymous": false
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"type": "event",
|
|
60
|
+
"name": "UriUpdated",
|
|
61
|
+
"inputs": [
|
|
62
|
+
{
|
|
63
|
+
"name": "agentId",
|
|
64
|
+
"type": "uint256",
|
|
65
|
+
"indexed": true,
|
|
66
|
+
"internalType": "uint256"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "agentUri",
|
|
70
|
+
"type": "string",
|
|
71
|
+
"indexed": false,
|
|
72
|
+
"internalType": "string"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "updatedBy",
|
|
76
|
+
"type": "address",
|
|
77
|
+
"indexed": true,
|
|
78
|
+
"internalType": "address"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"anonymous": false
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"type": "error",
|
|
85
|
+
"name": "IdentityRegistry__AgentAlreadyPromoted",
|
|
86
|
+
"inputs": []
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"type": "error",
|
|
90
|
+
"name": "IdentityRegistry__AgentBanned",
|
|
91
|
+
"inputs": []
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"type": "error",
|
|
95
|
+
"name": "IdentityRegistry__AgentDoesNotExist",
|
|
96
|
+
"inputs": []
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"type": "error",
|
|
100
|
+
"name": "IdentityRegistry__AgentNotRegistered",
|
|
101
|
+
"inputs": []
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"type": "error",
|
|
105
|
+
"name": "IdentityRegistry__NotAuthorized",
|
|
106
|
+
"inputs": []
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"type": "error",
|
|
110
|
+
"name": "IdentityRegistry__TooManyMetadataEntries",
|
|
111
|
+
"inputs": []
|
|
112
|
+
}
|
|
113
|
+
]
|