-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAgentReputation.approval.teal
More file actions
649 lines (612 loc) · 20.4 KB
/
AgentReputation.approval.teal
File metadata and controls
649 lines (612 loc) · 20.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
#pragma version 11
#pragma typetrack false
// @algorandfoundation/algorand-typescript/arc4/index.d.ts::Contract.approvalProgram() -> uint64:
main:
intcblock 0 1 32 8
bytecblock "a" "admin" 0x151f7c75 "paused" "agentCount" "totalFeedbacks"
txn ApplicationID
bnz main_after_if_else@2
// contracts/AgentReputation.algo.ts:53
// agentCount = GlobalState<uint64>({ initialValue: Uint64(0) });
bytec 4 // "agentCount"
intc_0 // 0
app_global_put
// contracts/AgentReputation.algo.ts:54
// totalFeedbacks = GlobalState<uint64>({ initialValue: Uint64(0) });
bytec 5 // "totalFeedbacks"
intc_0 // 0
app_global_put
// contracts/AgentReputation.algo.ts:55
// paused = GlobalState<uint64>({ initialValue: Uint64(0) });
bytec_3 // "paused"
intc_0 // 0
app_global_put
main_after_if_else@2:
// contracts/AgentReputation.algo.ts:51
// export class AgentReputation extends Contract {
pushbytes 0x2487c32c // method "deleteApplication()void"
txna ApplicationArgs 0
match main_deleteApplication_route@4
main_switch_case_next@5:
// contracts/AgentReputation.algo.ts:51
// export class AgentReputation extends Contract {
txn OnCompletion
!
assert // OnCompletion must be NoOp
txn ApplicationID
bz main_create_NoOp@20
pushbytess 0xf25663ad 0x6662296f 0x21f34c9b 0x8d698517 0xe41e8f94 0x0e8f58fa 0xd5de4e57 0x575e5428 0xb73d0fad 0x0178f94b 0x1b529de8 0x7ee1b9cc // method "registerAgent()void", method "deregisterAgent(address)void", method "submitFeedback(address,uint64)void", method "getReputation(address)uint64", method "getAgentProfile(address)(uint64,uint64,uint64,uint64)", method "getFeedbackCount(address)uint64", method "isRegistered(address)uint64", method "getAgentCount()uint64", method "getTotalFeedbacks()uint64", method "pause()void", method "unpause()void", method "transferAdmin(address)void"
txna ApplicationArgs 0
match registerAgent deregisterAgent submitFeedback getReputation getAgentProfile getFeedbackCount isRegistered getAgentCount getTotalFeedbacks pause unpause transferAdmin
err
main_create_NoOp@20:
// contracts/AgentReputation.algo.ts:51
// export class AgentReputation extends Contract {
pushbytes 0xb8447b36 // method "createApplication()void"
txna ApplicationArgs 0
match createApplication
err
main_deleteApplication_route@4:
// contracts/AgentReputation.algo.ts:170
// @abimethod({ allowActions: "DeleteApplication" })
txn OnCompletion
pushint 5 // DeleteApplication
==
txn ApplicationID
&&
assert // OnCompletion must be DeleteApplication && can only call when not creating
b deleteApplication
// contracts/AgentReputation.algo.ts::AgentReputation.createApplication[routing]() -> void:
createApplication:
// contracts/AgentReputation.algo.ts:52
// admin = GlobalState<Account>();
bytec_1 // "admin"
// contracts/AgentReputation.algo.ts:61
// this.admin.value = Txn.sender;
txn Sender
app_global_put
// contracts/AgentReputation.algo.ts:59
// @abimethod({ allowActions: "NoOp", onCreate: "require" })
intc_1 // 1
return
// contracts/AgentReputation.algo.ts::AgentReputation.registerAgent[routing]() -> void:
registerAgent:
// contracts/AgentReputation.algo.ts:67
// assert(this.paused.value === Uint64(0), "Contract is paused");
intc_0 // 0
// contracts/AgentReputation.algo.ts:55
// paused = GlobalState<uint64>({ initialValue: Uint64(0) });
bytec_3 // "paused"
// contracts/AgentReputation.algo.ts:67
// assert(this.paused.value === Uint64(0), "Contract is paused");
app_global_get_ex
assert // check GlobalState exists
!
assert // Contract is paused
// contracts/AgentReputation.algo.ts:57
// agents = BoxMap<Account, AgentProfile>({ keyPrefix: "a" });
bytec_0 // "a"
// contracts/AgentReputation.algo.ts:68
// assert(!this.agents(Txn.sender).exists, "Agent already registered");
txn Sender
// contracts/AgentReputation.algo.ts:57
// agents = BoxMap<Account, AgentProfile>({ keyPrefix: "a" });
concat
// contracts/AgentReputation.algo.ts:68
// assert(!this.agents(Txn.sender).exists, "Agent already registered");
box_len
bury 1
!
assert // Agent already registered
// contracts/AgentReputation.algo.ts:57
// agents = BoxMap<Account, AgentProfile>({ keyPrefix: "a" });
bytec_0 // "a"
// contracts/AgentReputation.algo.ts:76
// this.agents(Txn.sender).value = clone(profile);
txn Sender
// contracts/AgentReputation.algo.ts:57
// agents = BoxMap<Account, AgentProfile>({ keyPrefix: "a" });
concat
// contracts/AgentReputation.algo.ts:70-75
// const profile: AgentProfile = {
// totalScore: Uint64(0),
// feedbackCount: Uint64(0),
// registeredAt: Uint64(0),
// isActive: Uint64(1),
// };
pushbytes 0x0000000000000000000000000000000000000000000000000000000000000001
// contracts/AgentReputation.algo.ts:76
// this.agents(Txn.sender).value = clone(profile);
box_put
// contracts/AgentReputation.algo.ts:77
// this.agentCount.value = this.agentCount.value + Uint64(1);
intc_0 // 0
// contracts/AgentReputation.algo.ts:53
// agentCount = GlobalState<uint64>({ initialValue: Uint64(0) });
bytec 4 // "agentCount"
// contracts/AgentReputation.algo.ts:77
// this.agentCount.value = this.agentCount.value + Uint64(1);
app_global_get_ex
assert // check GlobalState exists
intc_1 // 1
+
// contracts/AgentReputation.algo.ts:53
// agentCount = GlobalState<uint64>({ initialValue: Uint64(0) });
bytec 4 // "agentCount"
// contracts/AgentReputation.algo.ts:77
// this.agentCount.value = this.agentCount.value + Uint64(1);
swap
app_global_put
// contracts/AgentReputation.algo.ts:66
// public registerAgent(): void {
intc_1 // 1
return
// contracts/AgentReputation.algo.ts::AgentReputation.deregisterAgent[routing]() -> void:
deregisterAgent:
// contracts/AgentReputation.algo.ts:80
// public deregisterAgent(agent: Account): void {
txna ApplicationArgs 1
dup
len
intc_2 // 32
==
assert // invalid number of bytes for arc4.static_array<arc4.uint8, 32>
// contracts/AgentReputation.algo.ts:81
// assertMatch(Txn, { sender: this.admin.value });
txn Sender
intc_0 // 0
// contracts/AgentReputation.algo.ts:52
// admin = GlobalState<Account>();
bytec_1 // "admin"
// contracts/AgentReputation.algo.ts:81
// assertMatch(Txn, { sender: this.admin.value });
app_global_get_ex
assert // check GlobalState exists
==
assert // assert target is match for conditions
// contracts/AgentReputation.algo.ts:57
// agents = BoxMap<Account, AgentProfile>({ keyPrefix: "a" });
bytec_0 // "a"
swap
concat
// contracts/AgentReputation.algo.ts:82
// assert(this.agents(agent).exists, "Agent not registered");
dup
box_len
bury 1
assert // Agent not registered
// contracts/AgentReputation.algo.ts:86
// updated.isActive = Uint64(0);
intc_0 // 0
itob
// contracts/AgentReputation.algo.ts:86-87
// updated.isActive = Uint64(0);
// this.agents(agent).value = clone(updated);
pushint 24 // 24
swap
box_replace
// contracts/AgentReputation.algo.ts:80
// public deregisterAgent(agent: Account): void {
intc_1 // 1
return
// contracts/AgentReputation.algo.ts::AgentReputation.submitFeedback[routing]() -> void:
submitFeedback:
// contracts/AgentReputation.algo.ts:92
// public submitFeedback(agent: Account, score: uint64): void {
txna ApplicationArgs 1
dup
len
intc_2 // 32
==
assert // invalid number of bytes for arc4.static_array<arc4.uint8, 32>
txna ApplicationArgs 2
dup
len
intc_3 // 8
==
assert // invalid number of bytes for arc4.uint64
btoi
// contracts/AgentReputation.algo.ts:93
// assert(this.paused.value === Uint64(0), "Contract is paused");
intc_0 // 0
// contracts/AgentReputation.algo.ts:55
// paused = GlobalState<uint64>({ initialValue: Uint64(0) });
bytec_3 // "paused"
// contracts/AgentReputation.algo.ts:93
// assert(this.paused.value === Uint64(0), "Contract is paused");
app_global_get_ex
assert // check GlobalState exists
!
assert // Contract is paused
// contracts/AgentReputation.algo.ts:57
// agents = BoxMap<Account, AgentProfile>({ keyPrefix: "a" });
bytec_0 // "a"
dig 2
concat
// contracts/AgentReputation.algo.ts:94
// assert(this.agents(agent).exists, "Agent not registered");
dup
box_len
bury 1
assert // Agent not registered
// contracts/AgentReputation.algo.ts:95
// assert(score <= MAX_SCORE, "Score must be 0-100");
dig 1
pushint 100 // 100
<=
assert // Score must be 0-100
// contracts/AgentReputation.algo.ts:97
// assert(Txn.sender !== agent, "Cannot review yourself");
txn Sender
uncover 3
!=
assert // Cannot review yourself
// contracts/AgentReputation.algo.ts:99
// const profile = clone(this.agents(agent).value);
dup
box_get
pop
// contracts/AgentReputation.algo.ts:100
// assert(profile.isActive === Uint64(1), "Agent is inactive");
dup
pushint 24 // 24
extract_uint64
intc_1 // 1
==
assert // Agent is inactive
// contracts/AgentReputation.algo.ts:103
// updated.totalScore = updated.totalScore + score;
dup
intc_0 // 0
extract_uint64
uncover 3
+
itob
replace2 0
// contracts/AgentReputation.algo.ts:104
// updated.feedbackCount = updated.feedbackCount + Uint64(1);
dup
intc_3 // 8
extract_uint64
intc_1 // 1
+
itob
replace2 8
// contracts/AgentReputation.algo.ts:105
// this.agents(agent).value = clone(updated);
box_put
// contracts/AgentReputation.algo.ts:107
// this.totalFeedbacks.value = this.totalFeedbacks.value + Uint64(1);
intc_0 // 0
// contracts/AgentReputation.algo.ts:54
// totalFeedbacks = GlobalState<uint64>({ initialValue: Uint64(0) });
bytec 5 // "totalFeedbacks"
// contracts/AgentReputation.algo.ts:107
// this.totalFeedbacks.value = this.totalFeedbacks.value + Uint64(1);
app_global_get_ex
assert // check GlobalState exists
intc_1 // 1
+
// contracts/AgentReputation.algo.ts:54
// totalFeedbacks = GlobalState<uint64>({ initialValue: Uint64(0) });
bytec 5 // "totalFeedbacks"
// contracts/AgentReputation.algo.ts:107
// this.totalFeedbacks.value = this.totalFeedbacks.value + Uint64(1);
swap
app_global_put
// contracts/AgentReputation.algo.ts:92
// public submitFeedback(agent: Account, score: uint64): void {
intc_1 // 1
return
// contracts/AgentReputation.algo.ts::AgentReputation.getReputation[routing]() -> void:
getReputation:
// contracts/AgentReputation.algo.ts:112
// @abimethod({ readonly: true })
txna ApplicationArgs 1
dup
len
intc_2 // 32
==
assert // invalid number of bytes for arc4.static_array<arc4.uint8, 32>
// contracts/AgentReputation.algo.ts:57
// agents = BoxMap<Account, AgentProfile>({ keyPrefix: "a" });
bytec_0 // "a"
swap
concat
// contracts/AgentReputation.algo.ts:114
// assert(this.agents(agent).exists, "Agent not registered");
dup
box_len
bury 1
assert // Agent not registered
// contracts/AgentReputation.algo.ts:115
// const profile = clone(this.agents(agent).value);
box_get
pop
dup
// contracts/AgentReputation.algo.ts:116
// if (profile.feedbackCount === Uint64(0)) {
intc_3 // 8
extract_uint64
dup
bnz getReputation_after_if_else@3
// contracts/AgentReputation.algo.ts:117
// return Uint64(0);
intc_0 // 0
getReputation_after_inlined_contracts/AgentReputation.algo.ts::AgentReputation.getReputation@4:
// contracts/AgentReputation.algo.ts:112
// @abimethod({ readonly: true })
itob
bytec_2 // 0x151f7c75
swap
concat
log
intc_1 // 1
return
getReputation_after_if_else@3:
// contracts/AgentReputation.algo.ts:119
// const reputation: uint64 = (profile.totalScore * SCALE) / profile.feedbackCount;
dig 1
intc_0 // 0
extract_uint64
pushint 100 // 100
*
dig 1
/
// contracts/AgentReputation.algo.ts:112
// @abimethod({ readonly: true })
b getReputation_after_inlined_contracts/AgentReputation.algo.ts::AgentReputation.getReputation@4
// contracts/AgentReputation.algo.ts::AgentReputation.getAgentProfile[routing]() -> void:
getAgentProfile:
// contracts/AgentReputation.algo.ts:123
// @abimethod({ readonly: true })
txna ApplicationArgs 1
dup
len
intc_2 // 32
==
assert // invalid number of bytes for arc4.static_array<arc4.uint8, 32>
// contracts/AgentReputation.algo.ts:57
// agents = BoxMap<Account, AgentProfile>({ keyPrefix: "a" });
bytec_0 // "a"
swap
concat
// contracts/AgentReputation.algo.ts:125
// assert(this.agents(agent).exists, "Agent not registered");
dup
box_len
bury 1
assert // Agent not registered
// contracts/AgentReputation.algo.ts:126
// return clone(this.agents(agent).value);
box_get
pop
// contracts/AgentReputation.algo.ts:123
// @abimethod({ readonly: true })
bytec_2 // 0x151f7c75
swap
concat
log
intc_1 // 1
return
// contracts/AgentReputation.algo.ts::AgentReputation.getFeedbackCount[routing]() -> void:
getFeedbackCount:
// contracts/AgentReputation.algo.ts:129
// @abimethod({ readonly: true })
txna ApplicationArgs 1
dup
len
intc_2 // 32
==
assert // invalid number of bytes for arc4.static_array<arc4.uint8, 32>
// contracts/AgentReputation.algo.ts:57
// agents = BoxMap<Account, AgentProfile>({ keyPrefix: "a" });
bytec_0 // "a"
swap
concat
// contracts/AgentReputation.algo.ts:131
// assert(this.agents(agent).exists, "Agent not registered");
dup
box_len
bury 1
assert // Agent not registered
// contracts/AgentReputation.algo.ts:132
// return clone(this.agents(agent).value).feedbackCount;
box_get
pop
extract 8 8
// contracts/AgentReputation.algo.ts:129
// @abimethod({ readonly: true })
bytec_2 // 0x151f7c75
swap
concat
log
intc_1 // 1
return
// contracts/AgentReputation.algo.ts::AgentReputation.isRegistered[routing]() -> void:
isRegistered:
// contracts/AgentReputation.algo.ts:135
// @abimethod({ readonly: true })
txna ApplicationArgs 1
dup
len
intc_2 // 32
==
assert // invalid number of bytes for arc4.static_array<arc4.uint8, 32>
// contracts/AgentReputation.algo.ts:57
// agents = BoxMap<Account, AgentProfile>({ keyPrefix: "a" });
bytec_0 // "a"
swap
concat
// contracts/AgentReputation.algo.ts:137
// if (this.agents(agent).exists) {
box_len
bury 1
bz isRegistered_after_if_else@3
// contracts/AgentReputation.algo.ts:138
// return Uint64(1);
intc_1 // 1
isRegistered_after_inlined_contracts/AgentReputation.algo.ts::AgentReputation.isRegistered@4:
// contracts/AgentReputation.algo.ts:135
// @abimethod({ readonly: true })
itob
bytec_2 // 0x151f7c75
swap
concat
log
intc_1 // 1
return
isRegistered_after_if_else@3:
// contracts/AgentReputation.algo.ts:140
// return Uint64(0);
intc_0 // 0
// contracts/AgentReputation.algo.ts:135
// @abimethod({ readonly: true })
b isRegistered_after_inlined_contracts/AgentReputation.algo.ts::AgentReputation.isRegistered@4
// contracts/AgentReputation.algo.ts::AgentReputation.getAgentCount[routing]() -> void:
getAgentCount:
// contracts/AgentReputation.algo.ts:145
// return this.agentCount.value;
intc_0 // 0
// contracts/AgentReputation.algo.ts:53
// agentCount = GlobalState<uint64>({ initialValue: Uint64(0) });
bytec 4 // "agentCount"
// contracts/AgentReputation.algo.ts:145
// return this.agentCount.value;
app_global_get_ex
assert // check GlobalState exists
// contracts/AgentReputation.algo.ts:143
// @abimethod({ readonly: true })
itob
bytec_2 // 0x151f7c75
swap
concat
log
intc_1 // 1
return
// contracts/AgentReputation.algo.ts::AgentReputation.getTotalFeedbacks[routing]() -> void:
getTotalFeedbacks:
// contracts/AgentReputation.algo.ts:150
// return this.totalFeedbacks.value;
intc_0 // 0
// contracts/AgentReputation.algo.ts:54
// totalFeedbacks = GlobalState<uint64>({ initialValue: Uint64(0) });
bytec 5 // "totalFeedbacks"
// contracts/AgentReputation.algo.ts:150
// return this.totalFeedbacks.value;
app_global_get_ex
assert // check GlobalState exists
// contracts/AgentReputation.algo.ts:148
// @abimethod({ readonly: true })
itob
bytec_2 // 0x151f7c75
swap
concat
log
intc_1 // 1
return
// contracts/AgentReputation.algo.ts::AgentReputation.pause[routing]() -> void:
pause:
// contracts/AgentReputation.algo.ts:156
// assertMatch(Txn, { sender: this.admin.value });
txn Sender
intc_0 // 0
// contracts/AgentReputation.algo.ts:52
// admin = GlobalState<Account>();
bytec_1 // "admin"
// contracts/AgentReputation.algo.ts:156
// assertMatch(Txn, { sender: this.admin.value });
app_global_get_ex
assert // check GlobalState exists
==
assert // assert target is match for conditions
// contracts/AgentReputation.algo.ts:55
// paused = GlobalState<uint64>({ initialValue: Uint64(0) });
bytec_3 // "paused"
// contracts/AgentReputation.algo.ts:157
// this.paused.value = Uint64(1);
intc_1 // 1
app_global_put
// contracts/AgentReputation.algo.ts:155
// public pause(): void {
intc_1 // 1
return
// contracts/AgentReputation.algo.ts::AgentReputation.unpause[routing]() -> void:
unpause:
// contracts/AgentReputation.algo.ts:161
// assertMatch(Txn, { sender: this.admin.value });
txn Sender
intc_0 // 0
// contracts/AgentReputation.algo.ts:52
// admin = GlobalState<Account>();
bytec_1 // "admin"
// contracts/AgentReputation.algo.ts:161
// assertMatch(Txn, { sender: this.admin.value });
app_global_get_ex
assert // check GlobalState exists
==
assert // assert target is match for conditions
// contracts/AgentReputation.algo.ts:55
// paused = GlobalState<uint64>({ initialValue: Uint64(0) });
bytec_3 // "paused"
// contracts/AgentReputation.algo.ts:162
// this.paused.value = Uint64(0);
intc_0 // 0
app_global_put
// contracts/AgentReputation.algo.ts:160
// public unpause(): void {
intc_1 // 1
return
// contracts/AgentReputation.algo.ts::AgentReputation.transferAdmin[routing]() -> void:
transferAdmin:
// contracts/AgentReputation.algo.ts:165
// public transferAdmin(newAdmin: Account): void {
txna ApplicationArgs 1
dup
len
intc_2 // 32
==
assert // invalid number of bytes for arc4.static_array<arc4.uint8, 32>
// contracts/AgentReputation.algo.ts:166
// assertMatch(Txn, { sender: this.admin.value });
txn Sender
intc_0 // 0
// contracts/AgentReputation.algo.ts:52
// admin = GlobalState<Account>();
bytec_1 // "admin"
// contracts/AgentReputation.algo.ts:166
// assertMatch(Txn, { sender: this.admin.value });
app_global_get_ex
assert // check GlobalState exists
==
assert // assert target is match for conditions
// contracts/AgentReputation.algo.ts:52
// admin = GlobalState<Account>();
bytec_1 // "admin"
// contracts/AgentReputation.algo.ts:167
// this.admin.value = newAdmin;
swap
app_global_put
// contracts/AgentReputation.algo.ts:165
// public transferAdmin(newAdmin: Account): void {
intc_1 // 1
return
// contracts/AgentReputation.algo.ts::AgentReputation.deleteApplication[routing]() -> void:
deleteApplication:
// contracts/AgentReputation.algo.ts:172
// assertMatch(Txn, { sender: this.admin.value });
txn Sender
intc_0 // 0
// contracts/AgentReputation.algo.ts:52
// admin = GlobalState<Account>();
bytec_1 // "admin"
// contracts/AgentReputation.algo.ts:172
// assertMatch(Txn, { sender: this.admin.value });
app_global_get_ex
assert // check GlobalState exists
==
assert // assert target is match for conditions
// contracts/AgentReputation.algo.ts:170
// @abimethod({ allowActions: "DeleteApplication" })
intc_1 // 1
return