@@ -36,29 +36,29 @@ GoldRushDecoder.on(
36
36
37
37
const details : EventDetails = [
38
38
{
39
- heading : "token0 " ,
39
+ heading : "Token 0 " ,
40
40
value : decoded . token0 ,
41
41
type : "address" ,
42
42
} ,
43
43
{
44
- heading : "token1 " ,
44
+ heading : "Token 1 " ,
45
45
value : decoded . token0 ,
46
46
type : "address" ,
47
47
} ,
48
48
{
49
- heading : "fee " ,
49
+ heading : "Fee " ,
50
50
value :
51
51
new Intl . NumberFormat ( ) . format ( Number ( decoded . fee ) / 1e4 ) +
52
52
"%" ,
53
53
type : "text" ,
54
54
} ,
55
55
{
56
- heading : "tickSpacing " ,
56
+ heading : "Tick Spacing " ,
57
57
value : decoded . tickSpacing . toString ( ) ,
58
58
type : "text" ,
59
59
} ,
60
60
{
61
- heading : "pool " ,
61
+ heading : "Pool " ,
62
62
value : decoded . pool ,
63
63
type : "address" ,
64
64
} ,
@@ -147,32 +147,32 @@ GoldRushDecoder.on(
147
147
148
148
const details : EventDetails = [
149
149
{
150
- heading : "owner " ,
150
+ heading : "Owner " ,
151
151
value : decoded . owner ,
152
152
type : "address" ,
153
153
} ,
154
154
{
155
- heading : "tickLower " ,
155
+ heading : "Tick Lower " ,
156
156
value : decoded . tickLower . toString ( ) ,
157
157
type : "text" ,
158
158
} ,
159
159
{
160
- heading : "tickUpper " ,
160
+ heading : "Tick Upper " ,
161
161
value : decoded . tickUpper . toString ( ) ,
162
162
type : "text" ,
163
163
} ,
164
164
{
165
- heading : "amount " ,
165
+ heading : "Amount " ,
166
166
value : decoded . amount . toString ( ) ,
167
167
type : "text" ,
168
168
} ,
169
169
{
170
- heading : "amount0 " ,
170
+ heading : "Amount 0 " ,
171
171
value : decoded . amount0 . toString ( ) ,
172
172
type : "text" ,
173
173
} ,
174
174
{
175
- heading : "amount1 " ,
175
+ heading : "Amount 1 " ,
176
176
value : decoded . amount1 . toString ( ) ,
177
177
type : "text" ,
178
178
} ,
@@ -218,37 +218,37 @@ GoldRushDecoder.on(
218
218
219
219
const details : EventDetails = [
220
220
{
221
- heading : "sender " ,
221
+ heading : "Sender " ,
222
222
value : decoded . sender ,
223
223
type : "address" ,
224
224
} ,
225
225
{
226
- heading : "owner " ,
226
+ heading : "Owner " ,
227
227
value : decoded . owner ,
228
228
type : "address" ,
229
229
} ,
230
230
{
231
- heading : "tickLower " ,
231
+ heading : "Tick Lower " ,
232
232
value : decoded . tickLower . toString ( ) ,
233
233
type : "text" ,
234
234
} ,
235
235
{
236
- heading : "tickUpper " ,
236
+ heading : "Tick Upper " ,
237
237
value : decoded . tickUpper . toString ( ) ,
238
238
type : "text" ,
239
239
} ,
240
240
{
241
- heading : "amount " ,
241
+ heading : "Amount " ,
242
242
value : decoded . amount . toString ( ) ,
243
243
type : "text" ,
244
244
} ,
245
245
{
246
- heading : "amount0 " ,
246
+ heading : "Amount 0 " ,
247
247
value : decoded . amount0 . toString ( ) ,
248
248
type : "text" ,
249
249
} ,
250
250
{
251
- heading : "amount1 " ,
251
+ heading : "Amount 1 " ,
252
252
value : decoded . amount1 . toString ( ) ,
253
253
type : "text" ,
254
254
} ,
@@ -294,22 +294,22 @@ GoldRushDecoder.on(
294
294
295
295
const details : EventDetails = [
296
296
{
297
- heading : "sender " ,
297
+ heading : "Sender " ,
298
298
value : decoded . sender ,
299
299
type : "address" ,
300
300
} ,
301
301
{
302
- heading : "recipient " ,
302
+ heading : "Recipient " ,
303
303
value : decoded . recipient ,
304
304
type : "address" ,
305
305
} ,
306
306
{
307
- heading : "amount0 " ,
307
+ heading : "Amount 0 " ,
308
308
value : decoded . amount0 . toString ( ) ,
309
309
type : "text" ,
310
310
} ,
311
311
{
312
- heading : "amount1 " ,
312
+ heading : "Amount 1 " ,
313
313
value : decoded . amount1 . toString ( ) ,
314
314
type : "text" ,
315
315
} ,
@@ -319,12 +319,12 @@ GoldRushDecoder.on(
319
319
type : "text" ,
320
320
} ,
321
321
{
322
- heading : "liquidity " ,
322
+ heading : "Liquidity " ,
323
323
value : decoded . liquidity . toString ( ) ,
324
324
type : "text" ,
325
325
} ,
326
326
{
327
- heading : "tick " ,
327
+ heading : "Tick " ,
328
328
value : decoded . tick . toString ( ) ,
329
329
type : "text" ,
330
330
} ,
@@ -369,32 +369,32 @@ GoldRushDecoder.on(
369
369
370
370
const details : EventDetails = [
371
371
{
372
- heading : "owner " ,
372
+ heading : "Owner " ,
373
373
value : decoded . owner ,
374
374
type : "address" ,
375
375
} ,
376
376
{
377
- heading : "recipient " ,
377
+ heading : "Recipient " ,
378
378
value : decoded . recipient ,
379
379
type : "address" ,
380
380
} ,
381
381
{
382
- heading : "tickLower " ,
382
+ heading : "Tick Lower " ,
383
383
value : decoded . tickLower . toString ( ) ,
384
384
type : "text" ,
385
385
} ,
386
386
{
387
- heading : "tickUpper " ,
387
+ heading : "Tick Upper " ,
388
388
value : decoded . tickUpper . toString ( ) ,
389
389
type : "text" ,
390
390
} ,
391
391
{
392
- heading : "amount0 " ,
392
+ heading : "Amount 0 " ,
393
393
value : decoded . amount0 . toString ( ) ,
394
394
type : "text" ,
395
395
} ,
396
396
{
397
- heading : "amount1 " ,
397
+ heading : "Amount 1 " ,
398
398
value : decoded . amount1 . toString ( ) ,
399
399
type : "text" ,
400
400
} ,
@@ -439,32 +439,32 @@ GoldRushDecoder.on(
439
439
440
440
const details : EventDetails = [
441
441
{
442
- heading : "sender " ,
442
+ heading : "Sender " ,
443
443
value : decoded . sender ,
444
444
type : "address" ,
445
445
} ,
446
446
{
447
- heading : "recipient " ,
447
+ heading : "Recipient " ,
448
448
value : decoded . recipient ,
449
449
type : "address" ,
450
450
} ,
451
451
{
452
- heading : "amount0 " ,
452
+ heading : "Amount 0 " ,
453
453
value : decoded . amount0 . toString ( ) ,
454
454
type : "text" ,
455
455
} ,
456
456
{
457
- heading : "amount1 " ,
457
+ heading : "Amount 1 " ,
458
458
value : decoded . amount1 . toString ( ) ,
459
459
type : "text" ,
460
460
} ,
461
461
{
462
- heading : "paid0 " ,
462
+ heading : "Paid 0 " ,
463
463
value : decoded . paid0 . toString ( ) ,
464
464
type : "text" ,
465
465
} ,
466
466
{
467
- heading : "paid1 " ,
467
+ heading : "Paid 1 " ,
468
468
value : decoded . paid1 . toString ( ) ,
469
469
type : "text" ,
470
470
} ,
@@ -507,22 +507,22 @@ GoldRushDecoder.on(
507
507
508
508
const details : EventDetails = [
509
509
{
510
- heading : "tokenId " ,
510
+ heading : "Token ID " ,
511
511
value : decoded . tokenId . toString ( ) ,
512
512
type : "text" ,
513
513
} ,
514
514
{
515
- heading : "liquidity " ,
515
+ heading : "Liquidity " ,
516
516
value : decoded . liquidity . toString ( ) ,
517
517
type : "text" ,
518
518
} ,
519
519
{
520
- heading : "amount0 " ,
520
+ heading : "Amount 0 " ,
521
521
value : decoded . amount0 . toString ( ) ,
522
522
type : "text" ,
523
523
} ,
524
524
{
525
- heading : "amount1 " ,
525
+ heading : "Amount 1 " ,
526
526
value : decoded . amount1 . toString ( ) ,
527
527
type : "text" ,
528
528
} ,
@@ -565,22 +565,22 @@ GoldRushDecoder.on(
565
565
566
566
const details : EventDetails = [
567
567
{
568
- heading : "tokenId " ,
568
+ heading : "Token ID " ,
569
569
value : decoded . tokenId . toString ( ) ,
570
570
type : "text" ,
571
571
} ,
572
572
{
573
- heading : "liquidity " ,
573
+ heading : "Liquidity " ,
574
574
value : decoded . liquidity . toString ( ) ,
575
575
type : "text" ,
576
576
} ,
577
577
{
578
- heading : "amount0 " ,
578
+ heading : "Amount 0 " ,
579
579
value : decoded . amount0 . toString ( ) ,
580
580
type : "text" ,
581
581
} ,
582
582
{
583
- heading : "amount1 " ,
583
+ heading : "Amount 1 " ,
584
584
value : decoded . amount1 . toString ( ) ,
585
585
type : "text" ,
586
586
} ,
@@ -623,22 +623,22 @@ GoldRushDecoder.on(
623
623
624
624
const details : EventDetails = [
625
625
{
626
- heading : "tokenId " ,
626
+ heading : "Token ID " ,
627
627
value : decoded . tokenId . toString ( ) ,
628
628
type : "text" ,
629
629
} ,
630
630
{
631
- heading : "recipient " ,
631
+ heading : "Recipient " ,
632
632
value : decoded . recipient ,
633
633
type : "address" ,
634
634
} ,
635
635
{
636
- heading : "amount0 " ,
636
+ heading : "Amount 0 " ,
637
637
value : decoded . amount0 . toString ( ) ,
638
638
type : "text" ,
639
639
} ,
640
640
{
641
- heading : "amount1 " ,
641
+ heading : "Amount 1 " ,
642
642
value : decoded . amount1 . toString ( ) ,
643
643
type : "text" ,
644
644
} ,
0 commit comments