@keep-network/tbtc-v2 1.0.0-dev.0 → 1.0.0-dev.1

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.
Files changed (115) hide show
  1. package/artifacts/BLS.json +1 -1
  2. package/artifacts/Bank.json +3 -3
  3. package/artifacts/BeaconAuthorization.json +1 -1
  4. package/artifacts/BeaconDkg.json +1 -1
  5. package/artifacts/BeaconDkgValidator.json +1 -1
  6. package/artifacts/BeaconInactivity.json +1 -1
  7. package/artifacts/BeaconSortitionPool.json +3 -3
  8. package/artifacts/Bridge.json +5 -5
  9. package/artifacts/BridgeGovernance.json +2 -2
  10. package/artifacts/BridgeGovernanceParameters.json +2 -2
  11. package/artifacts/Deposit.json +2 -2
  12. package/artifacts/DepositSweep.json +2 -2
  13. package/artifacts/EcdsaDkgValidator.json +1 -1
  14. package/artifacts/EcdsaInactivity.json +1 -1
  15. package/artifacts/EcdsaSortitionPool.json +3 -3
  16. package/artifacts/Fraud.json +2 -2
  17. package/artifacts/KeepRegistry.json +1 -1
  18. package/artifacts/KeepStake.json +2 -2
  19. package/artifacts/KeepToken.json +2 -2
  20. package/artifacts/KeepTokenStaking.json +1 -1
  21. package/artifacts/LightRelay.json +4 -4
  22. package/artifacts/MaintainerProxy.json +3 -3
  23. package/artifacts/MovingFunds.json +2 -2
  24. package/artifacts/NuCypherStakingEscrow.json +1 -1
  25. package/artifacts/NuCypherToken.json +2 -2
  26. package/artifacts/RandomBeacon.json +2 -2
  27. package/artifacts/RandomBeaconChaosnet.json +2 -2
  28. package/artifacts/RandomBeaconGovernance.json +2 -2
  29. package/artifacts/Redemption.json +2 -2
  30. package/artifacts/ReimbursementPool.json +2 -2
  31. package/artifacts/T.json +2 -2
  32. package/artifacts/TBTC.json +3 -3
  33. package/artifacts/TBTCToken.json +3 -3
  34. package/artifacts/TBTCVault.json +23 -23
  35. package/artifacts/TokenStaking.json +1 -1
  36. package/artifacts/TokenholderGovernor.json +9 -9
  37. package/artifacts/TokenholderTimelock.json +8 -8
  38. package/artifacts/VendingMachine.json +3 -3
  39. package/artifacts/VendingMachineKeep.json +1 -1
  40. package/artifacts/VendingMachineNuCypher.json +1 -1
  41. package/artifacts/WalletRegistry.json +5 -5
  42. package/artifacts/WalletRegistryGovernance.json +2 -2
  43. package/artifacts/Wallets.json +2 -2
  44. package/artifacts/solcInputs/{155bbd01797c525b694dc9f75cefed21.json → 601573cb2697bb9512dba002bb727262.json} +4 -1
  45. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  46. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  47. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  48. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  49. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  50. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  51. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  52. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  53. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  54. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  55. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  56. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  57. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  58. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  59. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  60. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  61. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  62. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  63. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  64. package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
  65. package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
  66. package/build/contracts/relay/LightRelay.sol/LightRelay.json +2 -2
  67. package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
  68. package/build/contracts/relay/LightRelay.sol/RelayUtils.json +2 -2
  69. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  70. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  71. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  72. package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
  73. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  74. package/contracts/relay/LightRelay.sol +7 -2
  75. package/deploy/01_deploy_light_relay.ts +16 -4
  76. package/export/artifacts/@keep-network/bitcoin-spv-sol/contracts/BTCUtils.sol/BTCUtils.json +20 -20
  77. package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +2025 -2025
  78. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +20 -20
  79. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +1875 -1875
  80. package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +545 -545
  81. package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +506 -506
  82. package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +23 -23
  83. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +2456 -2456
  84. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +465 -465
  85. package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +639 -639
  86. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +603 -603
  87. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +1072 -1072
  88. package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +2078 -2078
  89. package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +2534 -2534
  90. package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +736 -736
  91. package/export/artifacts/contracts/bank/Bank.sol/Bank.json +1872 -1872
  92. package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +7050 -7050
  93. package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +1257 -1257
  94. package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +2305 -2305
  95. package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +1870 -1870
  96. package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +1872 -1872
  97. package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +8053 -8053
  98. package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +11982 -0
  99. package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +130 -130
  100. package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +1995 -1995
  101. package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +354 -354
  102. package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +2291 -2291
  103. package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +1899 -1899
  104. package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +189 -189
  105. package/export/artifacts/contracts/test/TestRelay.sol/TestRelay.json +568 -568
  106. package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2847 -2847
  107. package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +858 -858
  108. package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +3387 -3387
  109. package/export/deploy/01_deploy_light_relay.js +20 -4
  110. package/export/typechain/GoerliLightRelay.js +2 -0
  111. package/export/typechain/factories/GoerliLightRelay__factory.js +522 -0
  112. package/export/typechain/factories/LightRelayStub__factory.js +1 -1
  113. package/export/typechain/factories/LightRelay__factory.js +1 -1
  114. package/export/typechain/index.js +3 -1
  115. package/package.json +1 -1
@@ -359,22 +359,22 @@
359
359
  {
360
360
  "ast": {
361
361
  "nodeType": "YulBlock",
362
- "src": "0:5371:100",
362
+ "src": "0:5371:101",
363
363
  "statements": [
364
364
  {
365
365
  "nodeType": "YulBlock",
366
- "src": "6:3:100",
366
+ "src": "6:3:101",
367
367
  "statements": []
368
368
  },
369
369
  {
370
370
  "body": {
371
371
  "nodeType": "YulBlock",
372
- "src": "88:109:100",
372
+ "src": "88:109:101",
373
373
  "statements": [
374
374
  {
375
375
  "body": {
376
376
  "nodeType": "YulBlock",
377
- "src": "175:16:100",
377
+ "src": "175:16:101",
378
378
  "statements": [
379
379
  {
380
380
  "expression": {
@@ -382,14 +382,14 @@
382
382
  {
383
383
  "kind": "number",
384
384
  "nodeType": "YulLiteral",
385
- "src": "184:1:100",
385
+ "src": "184:1:101",
386
386
  "type": "",
387
387
  "value": "0"
388
388
  },
389
389
  {
390
390
  "kind": "number",
391
391
  "nodeType": "YulLiteral",
392
- "src": "187:1:100",
392
+ "src": "187:1:101",
393
393
  "type": "",
394
394
  "value": "0"
395
395
  }
@@ -397,13 +397,13 @@
397
397
  "functionName": {
398
398
  "name": "revert",
399
399
  "nodeType": "YulIdentifier",
400
- "src": "177:6:100"
400
+ "src": "177:6:101"
401
401
  },
402
402
  "nodeType": "YulFunctionCall",
403
- "src": "177:12:100"
403
+ "src": "177:12:101"
404
404
  },
405
405
  "nodeType": "YulExpressionStatement",
406
- "src": "177:12:100"
406
+ "src": "177:12:101"
407
407
  }
408
408
  ]
409
409
  },
@@ -414,19 +414,19 @@
414
414
  {
415
415
  "name": "value",
416
416
  "nodeType": "YulIdentifier",
417
- "src": "111:5:100"
417
+ "src": "111:5:101"
418
418
  },
419
419
  {
420
420
  "arguments": [
421
421
  {
422
422
  "name": "value",
423
423
  "nodeType": "YulIdentifier",
424
- "src": "122:5:100"
424
+ "src": "122:5:101"
425
425
  },
426
426
  {
427
427
  "kind": "number",
428
428
  "nodeType": "YulLiteral",
429
- "src": "129:42:100",
429
+ "src": "129:42:101",
430
430
  "type": "",
431
431
  "value": "0xffffffffffffffffffffffffffffffffffffffff"
432
432
  }
@@ -434,31 +434,31 @@
434
434
  "functionName": {
435
435
  "name": "and",
436
436
  "nodeType": "YulIdentifier",
437
- "src": "118:3:100"
437
+ "src": "118:3:101"
438
438
  },
439
439
  "nodeType": "YulFunctionCall",
440
- "src": "118:54:100"
440
+ "src": "118:54:101"
441
441
  }
442
442
  ],
443
443
  "functionName": {
444
444
  "name": "eq",
445
445
  "nodeType": "YulIdentifier",
446
- "src": "108:2:100"
446
+ "src": "108:2:101"
447
447
  },
448
448
  "nodeType": "YulFunctionCall",
449
- "src": "108:65:100"
449
+ "src": "108:65:101"
450
450
  }
451
451
  ],
452
452
  "functionName": {
453
453
  "name": "iszero",
454
454
  "nodeType": "YulIdentifier",
455
- "src": "101:6:100"
455
+ "src": "101:6:101"
456
456
  },
457
457
  "nodeType": "YulFunctionCall",
458
- "src": "101:73:100"
458
+ "src": "101:73:101"
459
459
  },
460
460
  "nodeType": "YulIf",
461
- "src": "98:93:100"
461
+ "src": "98:93:101"
462
462
  }
463
463
  ]
464
464
  },
@@ -468,21 +468,21 @@
468
468
  {
469
469
  "name": "value",
470
470
  "nodeType": "YulTypedName",
471
- "src": "77:5:100",
471
+ "src": "77:5:101",
472
472
  "type": ""
473
473
  }
474
474
  ],
475
- "src": "14:183:100"
475
+ "src": "14:183:101"
476
476
  },
477
477
  {
478
478
  "body": {
479
479
  "nodeType": "YulBlock",
480
- "src": "309:206:100",
480
+ "src": "309:206:101",
481
481
  "statements": [
482
482
  {
483
483
  "body": {
484
484
  "nodeType": "YulBlock",
485
- "src": "355:16:100",
485
+ "src": "355:16:101",
486
486
  "statements": [
487
487
  {
488
488
  "expression": {
@@ -490,14 +490,14 @@
490
490
  {
491
491
  "kind": "number",
492
492
  "nodeType": "YulLiteral",
493
- "src": "364:1:100",
493
+ "src": "364:1:101",
494
494
  "type": "",
495
495
  "value": "0"
496
496
  },
497
497
  {
498
498
  "kind": "number",
499
499
  "nodeType": "YulLiteral",
500
- "src": "367:1:100",
500
+ "src": "367:1:101",
501
501
  "type": "",
502
502
  "value": "0"
503
503
  }
@@ -505,13 +505,13 @@
505
505
  "functionName": {
506
506
  "name": "revert",
507
507
  "nodeType": "YulIdentifier",
508
- "src": "357:6:100"
508
+ "src": "357:6:101"
509
509
  },
510
510
  "nodeType": "YulFunctionCall",
511
- "src": "357:12:100"
511
+ "src": "357:12:101"
512
512
  },
513
513
  "nodeType": "YulExpressionStatement",
514
- "src": "357:12:100"
514
+ "src": "357:12:101"
515
515
  }
516
516
  ]
517
517
  },
@@ -522,26 +522,26 @@
522
522
  {
523
523
  "name": "dataEnd",
524
524
  "nodeType": "YulIdentifier",
525
- "src": "330:7:100"
525
+ "src": "330:7:101"
526
526
  },
527
527
  {
528
528
  "name": "headStart",
529
529
  "nodeType": "YulIdentifier",
530
- "src": "339:9:100"
530
+ "src": "339:9:101"
531
531
  }
532
532
  ],
533
533
  "functionName": {
534
534
  "name": "sub",
535
535
  "nodeType": "YulIdentifier",
536
- "src": "326:3:100"
536
+ "src": "326:3:101"
537
537
  },
538
538
  "nodeType": "YulFunctionCall",
539
- "src": "326:23:100"
539
+ "src": "326:23:101"
540
540
  },
541
541
  {
542
542
  "kind": "number",
543
543
  "nodeType": "YulLiteral",
544
- "src": "351:2:100",
544
+ "src": "351:2:101",
545
545
  "type": "",
546
546
  "value": "32"
547
547
  }
@@ -549,38 +549,38 @@
549
549
  "functionName": {
550
550
  "name": "slt",
551
551
  "nodeType": "YulIdentifier",
552
- "src": "322:3:100"
552
+ "src": "322:3:101"
553
553
  },
554
554
  "nodeType": "YulFunctionCall",
555
- "src": "322:32:100"
555
+ "src": "322:32:101"
556
556
  },
557
557
  "nodeType": "YulIf",
558
- "src": "319:52:100"
558
+ "src": "319:52:101"
559
559
  },
560
560
  {
561
561
  "nodeType": "YulVariableDeclaration",
562
- "src": "380:36:100",
562
+ "src": "380:36:101",
563
563
  "value": {
564
564
  "arguments": [
565
565
  {
566
566
  "name": "headStart",
567
567
  "nodeType": "YulIdentifier",
568
- "src": "406:9:100"
568
+ "src": "406:9:101"
569
569
  }
570
570
  ],
571
571
  "functionName": {
572
572
  "name": "calldataload",
573
573
  "nodeType": "YulIdentifier",
574
- "src": "393:12:100"
574
+ "src": "393:12:101"
575
575
  },
576
576
  "nodeType": "YulFunctionCall",
577
- "src": "393:23:100"
577
+ "src": "393:23:101"
578
578
  },
579
579
  "variables": [
580
580
  {
581
581
  "name": "value",
582
582
  "nodeType": "YulTypedName",
583
- "src": "384:5:100",
583
+ "src": "384:5:101",
584
584
  "type": ""
585
585
  }
586
586
  ]
@@ -591,33 +591,33 @@
591
591
  {
592
592
  "name": "value",
593
593
  "nodeType": "YulIdentifier",
594
- "src": "479:5:100"
594
+ "src": "479:5:101"
595
595
  }
596
596
  ],
597
597
  "functionName": {
598
598
  "name": "validator_revert_contract_TransparentUpgradeableProxy",
599
599
  "nodeType": "YulIdentifier",
600
- "src": "425:53:100"
600
+ "src": "425:53:101"
601
601
  },
602
602
  "nodeType": "YulFunctionCall",
603
- "src": "425:60:100"
603
+ "src": "425:60:101"
604
604
  },
605
605
  "nodeType": "YulExpressionStatement",
606
- "src": "425:60:100"
606
+ "src": "425:60:101"
607
607
  },
608
608
  {
609
609
  "nodeType": "YulAssignment",
610
- "src": "494:15:100",
610
+ "src": "494:15:101",
611
611
  "value": {
612
612
  "name": "value",
613
613
  "nodeType": "YulIdentifier",
614
- "src": "504:5:100"
614
+ "src": "504:5:101"
615
615
  },
616
616
  "variableNames": [
617
617
  {
618
618
  "name": "value0",
619
619
  "nodeType": "YulIdentifier",
620
- "src": "494:6:100"
620
+ "src": "494:6:101"
621
621
  }
622
622
  ]
623
623
  }
@@ -629,13 +629,13 @@
629
629
  {
630
630
  "name": "headStart",
631
631
  "nodeType": "YulTypedName",
632
- "src": "275:9:100",
632
+ "src": "275:9:101",
633
633
  "type": ""
634
634
  },
635
635
  {
636
636
  "name": "dataEnd",
637
637
  "nodeType": "YulTypedName",
638
- "src": "286:7:100",
638
+ "src": "286:7:101",
639
639
  "type": ""
640
640
  }
641
641
  ],
@@ -643,31 +643,31 @@
643
643
  {
644
644
  "name": "value0",
645
645
  "nodeType": "YulTypedName",
646
- "src": "298:6:100",
646
+ "src": "298:6:101",
647
647
  "type": ""
648
648
  }
649
649
  ],
650
- "src": "202:313:100"
650
+ "src": "202:313:101"
651
651
  },
652
652
  {
653
653
  "body": {
654
654
  "nodeType": "YulBlock",
655
- "src": "621:125:100",
655
+ "src": "621:125:101",
656
656
  "statements": [
657
657
  {
658
658
  "nodeType": "YulAssignment",
659
- "src": "631:26:100",
659
+ "src": "631:26:101",
660
660
  "value": {
661
661
  "arguments": [
662
662
  {
663
663
  "name": "headStart",
664
664
  "nodeType": "YulIdentifier",
665
- "src": "643:9:100"
665
+ "src": "643:9:101"
666
666
  },
667
667
  {
668
668
  "kind": "number",
669
669
  "nodeType": "YulLiteral",
670
- "src": "654:2:100",
670
+ "src": "654:2:101",
671
671
  "type": "",
672
672
  "value": "32"
673
673
  }
@@ -675,16 +675,16 @@
675
675
  "functionName": {
676
676
  "name": "add",
677
677
  "nodeType": "YulIdentifier",
678
- "src": "639:3:100"
678
+ "src": "639:3:101"
679
679
  },
680
680
  "nodeType": "YulFunctionCall",
681
- "src": "639:18:100"
681
+ "src": "639:18:101"
682
682
  },
683
683
  "variableNames": [
684
684
  {
685
685
  "name": "tail",
686
686
  "nodeType": "YulIdentifier",
687
- "src": "631:4:100"
687
+ "src": "631:4:101"
688
688
  }
689
689
  ]
690
690
  },
@@ -694,19 +694,19 @@
694
694
  {
695
695
  "name": "headStart",
696
696
  "nodeType": "YulIdentifier",
697
- "src": "673:9:100"
697
+ "src": "673:9:101"
698
698
  },
699
699
  {
700
700
  "arguments": [
701
701
  {
702
702
  "name": "value0",
703
703
  "nodeType": "YulIdentifier",
704
- "src": "688:6:100"
704
+ "src": "688:6:101"
705
705
  },
706
706
  {
707
707
  "kind": "number",
708
708
  "nodeType": "YulLiteral",
709
- "src": "696:42:100",
709
+ "src": "696:42:101",
710
710
  "type": "",
711
711
  "value": "0xffffffffffffffffffffffffffffffffffffffff"
712
712
  }
@@ -714,22 +714,22 @@
714
714
  "functionName": {
715
715
  "name": "and",
716
716
  "nodeType": "YulIdentifier",
717
- "src": "684:3:100"
717
+ "src": "684:3:101"
718
718
  },
719
719
  "nodeType": "YulFunctionCall",
720
- "src": "684:55:100"
720
+ "src": "684:55:101"
721
721
  }
722
722
  ],
723
723
  "functionName": {
724
724
  "name": "mstore",
725
725
  "nodeType": "YulIdentifier",
726
- "src": "666:6:100"
726
+ "src": "666:6:101"
727
727
  },
728
728
  "nodeType": "YulFunctionCall",
729
- "src": "666:74:100"
729
+ "src": "666:74:101"
730
730
  },
731
731
  "nodeType": "YulExpressionStatement",
732
- "src": "666:74:100"
732
+ "src": "666:74:101"
733
733
  }
734
734
  ]
735
735
  },
@@ -739,13 +739,13 @@
739
739
  {
740
740
  "name": "headStart",
741
741
  "nodeType": "YulTypedName",
742
- "src": "590:9:100",
742
+ "src": "590:9:101",
743
743
  "type": ""
744
744
  },
745
745
  {
746
746
  "name": "value0",
747
747
  "nodeType": "YulTypedName",
748
- "src": "601:6:100",
748
+ "src": "601:6:101",
749
749
  "type": ""
750
750
  }
751
751
  ],
@@ -753,21 +753,21 @@
753
753
  {
754
754
  "name": "tail",
755
755
  "nodeType": "YulTypedName",
756
- "src": "612:4:100",
756
+ "src": "612:4:101",
757
757
  "type": ""
758
758
  }
759
759
  ],
760
- "src": "520:226:100"
760
+ "src": "520:226:101"
761
761
  },
762
762
  {
763
763
  "body": {
764
764
  "nodeType": "YulBlock",
765
- "src": "875:359:100",
765
+ "src": "875:359:101",
766
766
  "statements": [
767
767
  {
768
768
  "body": {
769
769
  "nodeType": "YulBlock",
770
- "src": "921:16:100",
770
+ "src": "921:16:101",
771
771
  "statements": [
772
772
  {
773
773
  "expression": {
@@ -775,14 +775,14 @@
775
775
  {
776
776
  "kind": "number",
777
777
  "nodeType": "YulLiteral",
778
- "src": "930:1:100",
778
+ "src": "930:1:101",
779
779
  "type": "",
780
780
  "value": "0"
781
781
  },
782
782
  {
783
783
  "kind": "number",
784
784
  "nodeType": "YulLiteral",
785
- "src": "933:1:100",
785
+ "src": "933:1:101",
786
786
  "type": "",
787
787
  "value": "0"
788
788
  }
@@ -790,13 +790,13 @@
790
790
  "functionName": {
791
791
  "name": "revert",
792
792
  "nodeType": "YulIdentifier",
793
- "src": "923:6:100"
793
+ "src": "923:6:101"
794
794
  },
795
795
  "nodeType": "YulFunctionCall",
796
- "src": "923:12:100"
796
+ "src": "923:12:101"
797
797
  },
798
798
  "nodeType": "YulExpressionStatement",
799
- "src": "923:12:100"
799
+ "src": "923:12:101"
800
800
  }
801
801
  ]
802
802
  },
@@ -807,26 +807,26 @@
807
807
  {
808
808
  "name": "dataEnd",
809
809
  "nodeType": "YulIdentifier",
810
- "src": "896:7:100"
810
+ "src": "896:7:101"
811
811
  },
812
812
  {
813
813
  "name": "headStart",
814
814
  "nodeType": "YulIdentifier",
815
- "src": "905:9:100"
815
+ "src": "905:9:101"
816
816
  }
817
817
  ],
818
818
  "functionName": {
819
819
  "name": "sub",
820
820
  "nodeType": "YulIdentifier",
821
- "src": "892:3:100"
821
+ "src": "892:3:101"
822
822
  },
823
823
  "nodeType": "YulFunctionCall",
824
- "src": "892:23:100"
824
+ "src": "892:23:101"
825
825
  },
826
826
  {
827
827
  "kind": "number",
828
828
  "nodeType": "YulLiteral",
829
- "src": "917:2:100",
829
+ "src": "917:2:101",
830
830
  "type": "",
831
831
  "value": "64"
832
832
  }
@@ -834,38 +834,38 @@
834
834
  "functionName": {
835
835
  "name": "slt",
836
836
  "nodeType": "YulIdentifier",
837
- "src": "888:3:100"
837
+ "src": "888:3:101"
838
838
  },
839
839
  "nodeType": "YulFunctionCall",
840
- "src": "888:32:100"
840
+ "src": "888:32:101"
841
841
  },
842
842
  "nodeType": "YulIf",
843
- "src": "885:52:100"
843
+ "src": "885:52:101"
844
844
  },
845
845
  {
846
846
  "nodeType": "YulVariableDeclaration",
847
- "src": "946:36:100",
847
+ "src": "946:36:101",
848
848
  "value": {
849
849
  "arguments": [
850
850
  {
851
851
  "name": "headStart",
852
852
  "nodeType": "YulIdentifier",
853
- "src": "972:9:100"
853
+ "src": "972:9:101"
854
854
  }
855
855
  ],
856
856
  "functionName": {
857
857
  "name": "calldataload",
858
858
  "nodeType": "YulIdentifier",
859
- "src": "959:12:100"
859
+ "src": "959:12:101"
860
860
  },
861
861
  "nodeType": "YulFunctionCall",
862
- "src": "959:23:100"
862
+ "src": "959:23:101"
863
863
  },
864
864
  "variables": [
865
865
  {
866
866
  "name": "value",
867
867
  "nodeType": "YulTypedName",
868
- "src": "950:5:100",
868
+ "src": "950:5:101",
869
869
  "type": ""
870
870
  }
871
871
  ]
@@ -876,39 +876,39 @@
876
876
  {
877
877
  "name": "value",
878
878
  "nodeType": "YulIdentifier",
879
- "src": "1045:5:100"
879
+ "src": "1045:5:101"
880
880
  }
881
881
  ],
882
882
  "functionName": {
883
883
  "name": "validator_revert_contract_TransparentUpgradeableProxy",
884
884
  "nodeType": "YulIdentifier",
885
- "src": "991:53:100"
885
+ "src": "991:53:101"
886
886
  },
887
887
  "nodeType": "YulFunctionCall",
888
- "src": "991:60:100"
888
+ "src": "991:60:101"
889
889
  },
890
890
  "nodeType": "YulExpressionStatement",
891
- "src": "991:60:100"
891
+ "src": "991:60:101"
892
892
  },
893
893
  {
894
894
  "nodeType": "YulAssignment",
895
- "src": "1060:15:100",
895
+ "src": "1060:15:101",
896
896
  "value": {
897
897
  "name": "value",
898
898
  "nodeType": "YulIdentifier",
899
- "src": "1070:5:100"
899
+ "src": "1070:5:101"
900
900
  },
901
901
  "variableNames": [
902
902
  {
903
903
  "name": "value0",
904
904
  "nodeType": "YulIdentifier",
905
- "src": "1060:6:100"
905
+ "src": "1060:6:101"
906
906
  }
907
907
  ]
908
908
  },
909
909
  {
910
910
  "nodeType": "YulVariableDeclaration",
911
- "src": "1084:47:100",
911
+ "src": "1084:47:101",
912
912
  "value": {
913
913
  "arguments": [
914
914
  {
@@ -916,12 +916,12 @@
916
916
  {
917
917
  "name": "headStart",
918
918
  "nodeType": "YulIdentifier",
919
- "src": "1116:9:100"
919
+ "src": "1116:9:101"
920
920
  },
921
921
  {
922
922
  "kind": "number",
923
923
  "nodeType": "YulLiteral",
924
- "src": "1127:2:100",
924
+ "src": "1127:2:101",
925
925
  "type": "",
926
926
  "value": "32"
927
927
  }
@@ -929,25 +929,25 @@
929
929
  "functionName": {
930
930
  "name": "add",
931
931
  "nodeType": "YulIdentifier",
932
- "src": "1112:3:100"
932
+ "src": "1112:3:101"
933
933
  },
934
934
  "nodeType": "YulFunctionCall",
935
- "src": "1112:18:100"
935
+ "src": "1112:18:101"
936
936
  }
937
937
  ],
938
938
  "functionName": {
939
939
  "name": "calldataload",
940
940
  "nodeType": "YulIdentifier",
941
- "src": "1099:12:100"
941
+ "src": "1099:12:101"
942
942
  },
943
943
  "nodeType": "YulFunctionCall",
944
- "src": "1099:32:100"
944
+ "src": "1099:32:101"
945
945
  },
946
946
  "variables": [
947
947
  {
948
948
  "name": "value_1",
949
949
  "nodeType": "YulTypedName",
950
- "src": "1088:7:100",
950
+ "src": "1088:7:101",
951
951
  "type": ""
952
952
  }
953
953
  ]
@@ -958,33 +958,33 @@
958
958
  {
959
959
  "name": "value_1",
960
960
  "nodeType": "YulIdentifier",
961
- "src": "1194:7:100"
961
+ "src": "1194:7:101"
962
962
  }
963
963
  ],
964
964
  "functionName": {
965
965
  "name": "validator_revert_contract_TransparentUpgradeableProxy",
966
966
  "nodeType": "YulIdentifier",
967
- "src": "1140:53:100"
967
+ "src": "1140:53:101"
968
968
  },
969
969
  "nodeType": "YulFunctionCall",
970
- "src": "1140:62:100"
970
+ "src": "1140:62:101"
971
971
  },
972
972
  "nodeType": "YulExpressionStatement",
973
- "src": "1140:62:100"
973
+ "src": "1140:62:101"
974
974
  },
975
975
  {
976
976
  "nodeType": "YulAssignment",
977
- "src": "1211:17:100",
977
+ "src": "1211:17:101",
978
978
  "value": {
979
979
  "name": "value_1",
980
980
  "nodeType": "YulIdentifier",
981
- "src": "1221:7:100"
981
+ "src": "1221:7:101"
982
982
  },
983
983
  "variableNames": [
984
984
  {
985
985
  "name": "value1",
986
986
  "nodeType": "YulIdentifier",
987
- "src": "1211:6:100"
987
+ "src": "1211:6:101"
988
988
  }
989
989
  ]
990
990
  }
@@ -996,13 +996,13 @@
996
996
  {
997
997
  "name": "headStart",
998
998
  "nodeType": "YulTypedName",
999
- "src": "833:9:100",
999
+ "src": "833:9:101",
1000
1000
  "type": ""
1001
1001
  },
1002
1002
  {
1003
1003
  "name": "dataEnd",
1004
1004
  "nodeType": "YulTypedName",
1005
- "src": "844:7:100",
1005
+ "src": "844:7:101",
1006
1006
  "type": ""
1007
1007
  }
1008
1008
  ],
@@ -1010,22 +1010,22 @@
1010
1010
  {
1011
1011
  "name": "value0",
1012
1012
  "nodeType": "YulTypedName",
1013
- "src": "856:6:100",
1013
+ "src": "856:6:101",
1014
1014
  "type": ""
1015
1015
  },
1016
1016
  {
1017
1017
  "name": "value1",
1018
1018
  "nodeType": "YulTypedName",
1019
- "src": "864:6:100",
1019
+ "src": "864:6:101",
1020
1020
  "type": ""
1021
1021
  }
1022
1022
  ],
1023
- "src": "751:483:100"
1023
+ "src": "751:483:101"
1024
1024
  },
1025
1025
  {
1026
1026
  "body": {
1027
1027
  "nodeType": "YulBlock",
1028
- "src": "1271:152:100",
1028
+ "src": "1271:152:101",
1029
1029
  "statements": [
1030
1030
  {
1031
1031
  "expression": {
@@ -1033,14 +1033,14 @@
1033
1033
  {
1034
1034
  "kind": "number",
1035
1035
  "nodeType": "YulLiteral",
1036
- "src": "1288:1:100",
1036
+ "src": "1288:1:101",
1037
1037
  "type": "",
1038
1038
  "value": "0"
1039
1039
  },
1040
1040
  {
1041
1041
  "kind": "number",
1042
1042
  "nodeType": "YulLiteral",
1043
- "src": "1291:77:100",
1043
+ "src": "1291:77:101",
1044
1044
  "type": "",
1045
1045
  "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
1046
1046
  }
@@ -1048,13 +1048,13 @@
1048
1048
  "functionName": {
1049
1049
  "name": "mstore",
1050
1050
  "nodeType": "YulIdentifier",
1051
- "src": "1281:6:100"
1051
+ "src": "1281:6:101"
1052
1052
  },
1053
1053
  "nodeType": "YulFunctionCall",
1054
- "src": "1281:88:100"
1054
+ "src": "1281:88:101"
1055
1055
  },
1056
1056
  "nodeType": "YulExpressionStatement",
1057
- "src": "1281:88:100"
1057
+ "src": "1281:88:101"
1058
1058
  },
1059
1059
  {
1060
1060
  "expression": {
@@ -1062,14 +1062,14 @@
1062
1062
  {
1063
1063
  "kind": "number",
1064
1064
  "nodeType": "YulLiteral",
1065
- "src": "1385:1:100",
1065
+ "src": "1385:1:101",
1066
1066
  "type": "",
1067
1067
  "value": "4"
1068
1068
  },
1069
1069
  {
1070
1070
  "kind": "number",
1071
1071
  "nodeType": "YulLiteral",
1072
- "src": "1388:4:100",
1072
+ "src": "1388:4:101",
1073
1073
  "type": "",
1074
1074
  "value": "0x41"
1075
1075
  }
@@ -1077,13 +1077,13 @@
1077
1077
  "functionName": {
1078
1078
  "name": "mstore",
1079
1079
  "nodeType": "YulIdentifier",
1080
- "src": "1378:6:100"
1080
+ "src": "1378:6:101"
1081
1081
  },
1082
1082
  "nodeType": "YulFunctionCall",
1083
- "src": "1378:15:100"
1083
+ "src": "1378:15:101"
1084
1084
  },
1085
1085
  "nodeType": "YulExpressionStatement",
1086
- "src": "1378:15:100"
1086
+ "src": "1378:15:101"
1087
1087
  },
1088
1088
  {
1089
1089
  "expression": {
@@ -1091,14 +1091,14 @@
1091
1091
  {
1092
1092
  "kind": "number",
1093
1093
  "nodeType": "YulLiteral",
1094
- "src": "1409:1:100",
1094
+ "src": "1409:1:101",
1095
1095
  "type": "",
1096
1096
  "value": "0"
1097
1097
  },
1098
1098
  {
1099
1099
  "kind": "number",
1100
1100
  "nodeType": "YulLiteral",
1101
- "src": "1412:4:100",
1101
+ "src": "1412:4:101",
1102
1102
  "type": "",
1103
1103
  "value": "0x24"
1104
1104
  }
@@ -1106,29 +1106,29 @@
1106
1106
  "functionName": {
1107
1107
  "name": "revert",
1108
1108
  "nodeType": "YulIdentifier",
1109
- "src": "1402:6:100"
1109
+ "src": "1402:6:101"
1110
1110
  },
1111
1111
  "nodeType": "YulFunctionCall",
1112
- "src": "1402:15:100"
1112
+ "src": "1402:15:101"
1113
1113
  },
1114
1114
  "nodeType": "YulExpressionStatement",
1115
- "src": "1402:15:100"
1115
+ "src": "1402:15:101"
1116
1116
  }
1117
1117
  ]
1118
1118
  },
1119
1119
  "name": "panic_error_0x41",
1120
1120
  "nodeType": "YulFunctionDefinition",
1121
- "src": "1239:184:100"
1121
+ "src": "1239:184:101"
1122
1122
  },
1123
1123
  {
1124
1124
  "body": {
1125
1125
  "nodeType": "YulBlock",
1126
- "src": "1578:1142:100",
1126
+ "src": "1578:1142:101",
1127
1127
  "statements": [
1128
1128
  {
1129
1129
  "body": {
1130
1130
  "nodeType": "YulBlock",
1131
- "src": "1624:16:100",
1131
+ "src": "1624:16:101",
1132
1132
  "statements": [
1133
1133
  {
1134
1134
  "expression": {
@@ -1136,14 +1136,14 @@
1136
1136
  {
1137
1137
  "kind": "number",
1138
1138
  "nodeType": "YulLiteral",
1139
- "src": "1633:1:100",
1139
+ "src": "1633:1:101",
1140
1140
  "type": "",
1141
1141
  "value": "0"
1142
1142
  },
1143
1143
  {
1144
1144
  "kind": "number",
1145
1145
  "nodeType": "YulLiteral",
1146
- "src": "1636:1:100",
1146
+ "src": "1636:1:101",
1147
1147
  "type": "",
1148
1148
  "value": "0"
1149
1149
  }
@@ -1151,13 +1151,13 @@
1151
1151
  "functionName": {
1152
1152
  "name": "revert",
1153
1153
  "nodeType": "YulIdentifier",
1154
- "src": "1626:6:100"
1154
+ "src": "1626:6:101"
1155
1155
  },
1156
1156
  "nodeType": "YulFunctionCall",
1157
- "src": "1626:12:100"
1157
+ "src": "1626:12:101"
1158
1158
  },
1159
1159
  "nodeType": "YulExpressionStatement",
1160
- "src": "1626:12:100"
1160
+ "src": "1626:12:101"
1161
1161
  }
1162
1162
  ]
1163
1163
  },
@@ -1168,26 +1168,26 @@
1168
1168
  {
1169
1169
  "name": "dataEnd",
1170
1170
  "nodeType": "YulIdentifier",
1171
- "src": "1599:7:100"
1171
+ "src": "1599:7:101"
1172
1172
  },
1173
1173
  {
1174
1174
  "name": "headStart",
1175
1175
  "nodeType": "YulIdentifier",
1176
- "src": "1608:9:100"
1176
+ "src": "1608:9:101"
1177
1177
  }
1178
1178
  ],
1179
1179
  "functionName": {
1180
1180
  "name": "sub",
1181
1181
  "nodeType": "YulIdentifier",
1182
- "src": "1595:3:100"
1182
+ "src": "1595:3:101"
1183
1183
  },
1184
1184
  "nodeType": "YulFunctionCall",
1185
- "src": "1595:23:100"
1185
+ "src": "1595:23:101"
1186
1186
  },
1187
1187
  {
1188
1188
  "kind": "number",
1189
1189
  "nodeType": "YulLiteral",
1190
- "src": "1620:2:100",
1190
+ "src": "1620:2:101",
1191
1191
  "type": "",
1192
1192
  "value": "96"
1193
1193
  }
@@ -1195,38 +1195,38 @@
1195
1195
  "functionName": {
1196
1196
  "name": "slt",
1197
1197
  "nodeType": "YulIdentifier",
1198
- "src": "1591:3:100"
1198
+ "src": "1591:3:101"
1199
1199
  },
1200
1200
  "nodeType": "YulFunctionCall",
1201
- "src": "1591:32:100"
1201
+ "src": "1591:32:101"
1202
1202
  },
1203
1203
  "nodeType": "YulIf",
1204
- "src": "1588:52:100"
1204
+ "src": "1588:52:101"
1205
1205
  },
1206
1206
  {
1207
1207
  "nodeType": "YulVariableDeclaration",
1208
- "src": "1649:36:100",
1208
+ "src": "1649:36:101",
1209
1209
  "value": {
1210
1210
  "arguments": [
1211
1211
  {
1212
1212
  "name": "headStart",
1213
1213
  "nodeType": "YulIdentifier",
1214
- "src": "1675:9:100"
1214
+ "src": "1675:9:101"
1215
1215
  }
1216
1216
  ],
1217
1217
  "functionName": {
1218
1218
  "name": "calldataload",
1219
1219
  "nodeType": "YulIdentifier",
1220
- "src": "1662:12:100"
1220
+ "src": "1662:12:101"
1221
1221
  },
1222
1222
  "nodeType": "YulFunctionCall",
1223
- "src": "1662:23:100"
1223
+ "src": "1662:23:101"
1224
1224
  },
1225
1225
  "variables": [
1226
1226
  {
1227
1227
  "name": "value",
1228
1228
  "nodeType": "YulTypedName",
1229
- "src": "1653:5:100",
1229
+ "src": "1653:5:101",
1230
1230
  "type": ""
1231
1231
  }
1232
1232
  ]
@@ -1237,39 +1237,39 @@
1237
1237
  {
1238
1238
  "name": "value",
1239
1239
  "nodeType": "YulIdentifier",
1240
- "src": "1748:5:100"
1240
+ "src": "1748:5:101"
1241
1241
  }
1242
1242
  ],
1243
1243
  "functionName": {
1244
1244
  "name": "validator_revert_contract_TransparentUpgradeableProxy",
1245
1245
  "nodeType": "YulIdentifier",
1246
- "src": "1694:53:100"
1246
+ "src": "1694:53:101"
1247
1247
  },
1248
1248
  "nodeType": "YulFunctionCall",
1249
- "src": "1694:60:100"
1249
+ "src": "1694:60:101"
1250
1250
  },
1251
1251
  "nodeType": "YulExpressionStatement",
1252
- "src": "1694:60:100"
1252
+ "src": "1694:60:101"
1253
1253
  },
1254
1254
  {
1255
1255
  "nodeType": "YulAssignment",
1256
- "src": "1763:15:100",
1256
+ "src": "1763:15:101",
1257
1257
  "value": {
1258
1258
  "name": "value",
1259
1259
  "nodeType": "YulIdentifier",
1260
- "src": "1773:5:100"
1260
+ "src": "1773:5:101"
1261
1261
  },
1262
1262
  "variableNames": [
1263
1263
  {
1264
1264
  "name": "value0",
1265
1265
  "nodeType": "YulIdentifier",
1266
- "src": "1763:6:100"
1266
+ "src": "1763:6:101"
1267
1267
  }
1268
1268
  ]
1269
1269
  },
1270
1270
  {
1271
1271
  "nodeType": "YulVariableDeclaration",
1272
- "src": "1787:47:100",
1272
+ "src": "1787:47:101",
1273
1273
  "value": {
1274
1274
  "arguments": [
1275
1275
  {
@@ -1277,12 +1277,12 @@
1277
1277
  {
1278
1278
  "name": "headStart",
1279
1279
  "nodeType": "YulIdentifier",
1280
- "src": "1819:9:100"
1280
+ "src": "1819:9:101"
1281
1281
  },
1282
1282
  {
1283
1283
  "kind": "number",
1284
1284
  "nodeType": "YulLiteral",
1285
- "src": "1830:2:100",
1285
+ "src": "1830:2:101",
1286
1286
  "type": "",
1287
1287
  "value": "32"
1288
1288
  }
@@ -1290,25 +1290,25 @@
1290
1290
  "functionName": {
1291
1291
  "name": "add",
1292
1292
  "nodeType": "YulIdentifier",
1293
- "src": "1815:3:100"
1293
+ "src": "1815:3:101"
1294
1294
  },
1295
1295
  "nodeType": "YulFunctionCall",
1296
- "src": "1815:18:100"
1296
+ "src": "1815:18:101"
1297
1297
  }
1298
1298
  ],
1299
1299
  "functionName": {
1300
1300
  "name": "calldataload",
1301
1301
  "nodeType": "YulIdentifier",
1302
- "src": "1802:12:100"
1302
+ "src": "1802:12:101"
1303
1303
  },
1304
1304
  "nodeType": "YulFunctionCall",
1305
- "src": "1802:32:100"
1305
+ "src": "1802:32:101"
1306
1306
  },
1307
1307
  "variables": [
1308
1308
  {
1309
1309
  "name": "value_1",
1310
1310
  "nodeType": "YulTypedName",
1311
- "src": "1791:7:100",
1311
+ "src": "1791:7:101",
1312
1312
  "type": ""
1313
1313
  }
1314
1314
  ]
@@ -1319,39 +1319,39 @@
1319
1319
  {
1320
1320
  "name": "value_1",
1321
1321
  "nodeType": "YulIdentifier",
1322
- "src": "1897:7:100"
1322
+ "src": "1897:7:101"
1323
1323
  }
1324
1324
  ],
1325
1325
  "functionName": {
1326
1326
  "name": "validator_revert_contract_TransparentUpgradeableProxy",
1327
1327
  "nodeType": "YulIdentifier",
1328
- "src": "1843:53:100"
1328
+ "src": "1843:53:101"
1329
1329
  },
1330
1330
  "nodeType": "YulFunctionCall",
1331
- "src": "1843:62:100"
1331
+ "src": "1843:62:101"
1332
1332
  },
1333
1333
  "nodeType": "YulExpressionStatement",
1334
- "src": "1843:62:100"
1334
+ "src": "1843:62:101"
1335
1335
  },
1336
1336
  {
1337
1337
  "nodeType": "YulAssignment",
1338
- "src": "1914:17:100",
1338
+ "src": "1914:17:101",
1339
1339
  "value": {
1340
1340
  "name": "value_1",
1341
1341
  "nodeType": "YulIdentifier",
1342
- "src": "1924:7:100"
1342
+ "src": "1924:7:101"
1343
1343
  },
1344
1344
  "variableNames": [
1345
1345
  {
1346
1346
  "name": "value1",
1347
1347
  "nodeType": "YulIdentifier",
1348
- "src": "1914:6:100"
1348
+ "src": "1914:6:101"
1349
1349
  }
1350
1350
  ]
1351
1351
  },
1352
1352
  {
1353
1353
  "nodeType": "YulVariableDeclaration",
1354
- "src": "1940:46:100",
1354
+ "src": "1940:46:101",
1355
1355
  "value": {
1356
1356
  "arguments": [
1357
1357
  {
@@ -1359,12 +1359,12 @@
1359
1359
  {
1360
1360
  "name": "headStart",
1361
1361
  "nodeType": "YulIdentifier",
1362
- "src": "1971:9:100"
1362
+ "src": "1971:9:101"
1363
1363
  },
1364
1364
  {
1365
1365
  "kind": "number",
1366
1366
  "nodeType": "YulLiteral",
1367
- "src": "1982:2:100",
1367
+ "src": "1982:2:101",
1368
1368
  "type": "",
1369
1369
  "value": "64"
1370
1370
  }
@@ -1372,36 +1372,36 @@
1372
1372
  "functionName": {
1373
1373
  "name": "add",
1374
1374
  "nodeType": "YulIdentifier",
1375
- "src": "1967:3:100"
1375
+ "src": "1967:3:101"
1376
1376
  },
1377
1377
  "nodeType": "YulFunctionCall",
1378
- "src": "1967:18:100"
1378
+ "src": "1967:18:101"
1379
1379
  }
1380
1380
  ],
1381
1381
  "functionName": {
1382
1382
  "name": "calldataload",
1383
1383
  "nodeType": "YulIdentifier",
1384
- "src": "1954:12:100"
1384
+ "src": "1954:12:101"
1385
1385
  },
1386
1386
  "nodeType": "YulFunctionCall",
1387
- "src": "1954:32:100"
1387
+ "src": "1954:32:101"
1388
1388
  },
1389
1389
  "variables": [
1390
1390
  {
1391
1391
  "name": "offset",
1392
1392
  "nodeType": "YulTypedName",
1393
- "src": "1944:6:100",
1393
+ "src": "1944:6:101",
1394
1394
  "type": ""
1395
1395
  }
1396
1396
  ]
1397
1397
  },
1398
1398
  {
1399
1399
  "nodeType": "YulVariableDeclaration",
1400
- "src": "1995:28:100",
1400
+ "src": "1995:28:101",
1401
1401
  "value": {
1402
1402
  "kind": "number",
1403
1403
  "nodeType": "YulLiteral",
1404
- "src": "2005:18:100",
1404
+ "src": "2005:18:101",
1405
1405
  "type": "",
1406
1406
  "value": "0xffffffffffffffff"
1407
1407
  },
@@ -1409,7 +1409,7 @@
1409
1409
  {
1410
1410
  "name": "_1",
1411
1411
  "nodeType": "YulTypedName",
1412
- "src": "1999:2:100",
1412
+ "src": "1999:2:101",
1413
1413
  "type": ""
1414
1414
  }
1415
1415
  ]
@@ -1417,7 +1417,7 @@
1417
1417
  {
1418
1418
  "body": {
1419
1419
  "nodeType": "YulBlock",
1420
- "src": "2050:16:100",
1420
+ "src": "2050:16:101",
1421
1421
  "statements": [
1422
1422
  {
1423
1423
  "expression": {
@@ -1425,14 +1425,14 @@
1425
1425
  {
1426
1426
  "kind": "number",
1427
1427
  "nodeType": "YulLiteral",
1428
- "src": "2059:1:100",
1428
+ "src": "2059:1:101",
1429
1429
  "type": "",
1430
1430
  "value": "0"
1431
1431
  },
1432
1432
  {
1433
1433
  "kind": "number",
1434
1434
  "nodeType": "YulLiteral",
1435
- "src": "2062:1:100",
1435
+ "src": "2062:1:101",
1436
1436
  "type": "",
1437
1437
  "value": "0"
1438
1438
  }
@@ -1440,13 +1440,13 @@
1440
1440
  "functionName": {
1441
1441
  "name": "revert",
1442
1442
  "nodeType": "YulIdentifier",
1443
- "src": "2052:6:100"
1443
+ "src": "2052:6:101"
1444
1444
  },
1445
1445
  "nodeType": "YulFunctionCall",
1446
- "src": "2052:12:100"
1446
+ "src": "2052:12:101"
1447
1447
  },
1448
1448
  "nodeType": "YulExpressionStatement",
1449
- "src": "2052:12:100"
1449
+ "src": "2052:12:101"
1450
1450
  }
1451
1451
  ]
1452
1452
  },
@@ -1455,54 +1455,54 @@
1455
1455
  {
1456
1456
  "name": "offset",
1457
1457
  "nodeType": "YulIdentifier",
1458
- "src": "2038:6:100"
1458
+ "src": "2038:6:101"
1459
1459
  },
1460
1460
  {
1461
1461
  "name": "_1",
1462
1462
  "nodeType": "YulIdentifier",
1463
- "src": "2046:2:100"
1463
+ "src": "2046:2:101"
1464
1464
  }
1465
1465
  ],
1466
1466
  "functionName": {
1467
1467
  "name": "gt",
1468
1468
  "nodeType": "YulIdentifier",
1469
- "src": "2035:2:100"
1469
+ "src": "2035:2:101"
1470
1470
  },
1471
1471
  "nodeType": "YulFunctionCall",
1472
- "src": "2035:14:100"
1472
+ "src": "2035:14:101"
1473
1473
  },
1474
1474
  "nodeType": "YulIf",
1475
- "src": "2032:34:100"
1475
+ "src": "2032:34:101"
1476
1476
  },
1477
1477
  {
1478
1478
  "nodeType": "YulVariableDeclaration",
1479
- "src": "2075:32:100",
1479
+ "src": "2075:32:101",
1480
1480
  "value": {
1481
1481
  "arguments": [
1482
1482
  {
1483
1483
  "name": "headStart",
1484
1484
  "nodeType": "YulIdentifier",
1485
- "src": "2089:9:100"
1485
+ "src": "2089:9:101"
1486
1486
  },
1487
1487
  {
1488
1488
  "name": "offset",
1489
1489
  "nodeType": "YulIdentifier",
1490
- "src": "2100:6:100"
1490
+ "src": "2100:6:101"
1491
1491
  }
1492
1492
  ],
1493
1493
  "functionName": {
1494
1494
  "name": "add",
1495
1495
  "nodeType": "YulIdentifier",
1496
- "src": "2085:3:100"
1496
+ "src": "2085:3:101"
1497
1497
  },
1498
1498
  "nodeType": "YulFunctionCall",
1499
- "src": "2085:22:100"
1499
+ "src": "2085:22:101"
1500
1500
  },
1501
1501
  "variables": [
1502
1502
  {
1503
1503
  "name": "_2",
1504
1504
  "nodeType": "YulTypedName",
1505
- "src": "2079:2:100",
1505
+ "src": "2079:2:101",
1506
1506
  "type": ""
1507
1507
  }
1508
1508
  ]
@@ -1510,7 +1510,7 @@
1510
1510
  {
1511
1511
  "body": {
1512
1512
  "nodeType": "YulBlock",
1513
- "src": "2155:16:100",
1513
+ "src": "2155:16:101",
1514
1514
  "statements": [
1515
1515
  {
1516
1516
  "expression": {
@@ -1518,14 +1518,14 @@
1518
1518
  {
1519
1519
  "kind": "number",
1520
1520
  "nodeType": "YulLiteral",
1521
- "src": "2164:1:100",
1521
+ "src": "2164:1:101",
1522
1522
  "type": "",
1523
1523
  "value": "0"
1524
1524
  },
1525
1525
  {
1526
1526
  "kind": "number",
1527
1527
  "nodeType": "YulLiteral",
1528
- "src": "2167:1:100",
1528
+ "src": "2167:1:101",
1529
1529
  "type": "",
1530
1530
  "value": "0"
1531
1531
  }
@@ -1533,13 +1533,13 @@
1533
1533
  "functionName": {
1534
1534
  "name": "revert",
1535
1535
  "nodeType": "YulIdentifier",
1536
- "src": "2157:6:100"
1536
+ "src": "2157:6:101"
1537
1537
  },
1538
1538
  "nodeType": "YulFunctionCall",
1539
- "src": "2157:12:100"
1539
+ "src": "2157:12:101"
1540
1540
  },
1541
1541
  "nodeType": "YulExpressionStatement",
1542
- "src": "2157:12:100"
1542
+ "src": "2157:12:101"
1543
1543
  }
1544
1544
  ]
1545
1545
  },
@@ -1552,12 +1552,12 @@
1552
1552
  {
1553
1553
  "name": "_2",
1554
1554
  "nodeType": "YulIdentifier",
1555
- "src": "2134:2:100"
1555
+ "src": "2134:2:101"
1556
1556
  },
1557
1557
  {
1558
1558
  "kind": "number",
1559
1559
  "nodeType": "YulLiteral",
1560
- "src": "2138:4:100",
1560
+ "src": "2138:4:101",
1561
1561
  "type": "",
1562
1562
  "value": "0x1f"
1563
1563
  }
@@ -1565,61 +1565,61 @@
1565
1565
  "functionName": {
1566
1566
  "name": "add",
1567
1567
  "nodeType": "YulIdentifier",
1568
- "src": "2130:3:100"
1568
+ "src": "2130:3:101"
1569
1569
  },
1570
1570
  "nodeType": "YulFunctionCall",
1571
- "src": "2130:13:100"
1571
+ "src": "2130:13:101"
1572
1572
  },
1573
1573
  {
1574
1574
  "name": "dataEnd",
1575
1575
  "nodeType": "YulIdentifier",
1576
- "src": "2145:7:100"
1576
+ "src": "2145:7:101"
1577
1577
  }
1578
1578
  ],
1579
1579
  "functionName": {
1580
1580
  "name": "slt",
1581
1581
  "nodeType": "YulIdentifier",
1582
- "src": "2126:3:100"
1582
+ "src": "2126:3:101"
1583
1583
  },
1584
1584
  "nodeType": "YulFunctionCall",
1585
- "src": "2126:27:100"
1585
+ "src": "2126:27:101"
1586
1586
  }
1587
1587
  ],
1588
1588
  "functionName": {
1589
1589
  "name": "iszero",
1590
1590
  "nodeType": "YulIdentifier",
1591
- "src": "2119:6:100"
1591
+ "src": "2119:6:101"
1592
1592
  },
1593
1593
  "nodeType": "YulFunctionCall",
1594
- "src": "2119:35:100"
1594
+ "src": "2119:35:101"
1595
1595
  },
1596
1596
  "nodeType": "YulIf",
1597
- "src": "2116:55:100"
1597
+ "src": "2116:55:101"
1598
1598
  },
1599
1599
  {
1600
1600
  "nodeType": "YulVariableDeclaration",
1601
- "src": "2180:26:100",
1601
+ "src": "2180:26:101",
1602
1602
  "value": {
1603
1603
  "arguments": [
1604
1604
  {
1605
1605
  "name": "_2",
1606
1606
  "nodeType": "YulIdentifier",
1607
- "src": "2203:2:100"
1607
+ "src": "2203:2:101"
1608
1608
  }
1609
1609
  ],
1610
1610
  "functionName": {
1611
1611
  "name": "calldataload",
1612
1612
  "nodeType": "YulIdentifier",
1613
- "src": "2190:12:100"
1613
+ "src": "2190:12:101"
1614
1614
  },
1615
1615
  "nodeType": "YulFunctionCall",
1616
- "src": "2190:16:100"
1616
+ "src": "2190:16:101"
1617
1617
  },
1618
1618
  "variables": [
1619
1619
  {
1620
1620
  "name": "_3",
1621
1621
  "nodeType": "YulTypedName",
1622
- "src": "2184:2:100",
1622
+ "src": "2184:2:101",
1623
1623
  "type": ""
1624
1624
  }
1625
1625
  ]
@@ -1627,7 +1627,7 @@
1627
1627
  {
1628
1628
  "body": {
1629
1629
  "nodeType": "YulBlock",
1630
- "src": "2229:22:100",
1630
+ "src": "2229:22:101",
1631
1631
  "statements": [
1632
1632
  {
1633
1633
  "expression": {
@@ -1635,13 +1635,13 @@
1635
1635
  "functionName": {
1636
1636
  "name": "panic_error_0x41",
1637
1637
  "nodeType": "YulIdentifier",
1638
- "src": "2231:16:100"
1638
+ "src": "2231:16:101"
1639
1639
  },
1640
1640
  "nodeType": "YulFunctionCall",
1641
- "src": "2231:18:100"
1641
+ "src": "2231:18:101"
1642
1642
  },
1643
1643
  "nodeType": "YulExpressionStatement",
1644
- "src": "2231:18:100"
1644
+ "src": "2231:18:101"
1645
1645
  }
1646
1646
  ]
1647
1647
  },
@@ -1650,34 +1650,34 @@
1650
1650
  {
1651
1651
  "name": "_3",
1652
1652
  "nodeType": "YulIdentifier",
1653
- "src": "2221:2:100"
1653
+ "src": "2221:2:101"
1654
1654
  },
1655
1655
  {
1656
1656
  "name": "_1",
1657
1657
  "nodeType": "YulIdentifier",
1658
- "src": "2225:2:100"
1658
+ "src": "2225:2:101"
1659
1659
  }
1660
1660
  ],
1661
1661
  "functionName": {
1662
1662
  "name": "gt",
1663
1663
  "nodeType": "YulIdentifier",
1664
- "src": "2218:2:100"
1664
+ "src": "2218:2:101"
1665
1665
  },
1666
1666
  "nodeType": "YulFunctionCall",
1667
- "src": "2218:10:100"
1667
+ "src": "2218:10:101"
1668
1668
  },
1669
1669
  "nodeType": "YulIf",
1670
- "src": "2215:36:100"
1670
+ "src": "2215:36:101"
1671
1671
  },
1672
1672
  {
1673
1673
  "nodeType": "YulVariableDeclaration",
1674
- "src": "2260:17:100",
1674
+ "src": "2260:17:101",
1675
1675
  "value": {
1676
1676
  "arguments": [
1677
1677
  {
1678
1678
  "kind": "number",
1679
1679
  "nodeType": "YulLiteral",
1680
- "src": "2274:2:100",
1680
+ "src": "2274:2:101",
1681
1681
  "type": "",
1682
1682
  "value": "31"
1683
1683
  }
@@ -1685,29 +1685,29 @@
1685
1685
  "functionName": {
1686
1686
  "name": "not",
1687
1687
  "nodeType": "YulIdentifier",
1688
- "src": "2270:3:100"
1688
+ "src": "2270:3:101"
1689
1689
  },
1690
1690
  "nodeType": "YulFunctionCall",
1691
- "src": "2270:7:100"
1691
+ "src": "2270:7:101"
1692
1692
  },
1693
1693
  "variables": [
1694
1694
  {
1695
1695
  "name": "_4",
1696
1696
  "nodeType": "YulTypedName",
1697
- "src": "2264:2:100",
1697
+ "src": "2264:2:101",
1698
1698
  "type": ""
1699
1699
  }
1700
1700
  ]
1701
1701
  },
1702
1702
  {
1703
1703
  "nodeType": "YulVariableDeclaration",
1704
- "src": "2286:23:100",
1704
+ "src": "2286:23:101",
1705
1705
  "value": {
1706
1706
  "arguments": [
1707
1707
  {
1708
1708
  "kind": "number",
1709
1709
  "nodeType": "YulLiteral",
1710
- "src": "2306:2:100",
1710
+ "src": "2306:2:101",
1711
1711
  "type": "",
1712
1712
  "value": "64"
1713
1713
  }
@@ -1715,29 +1715,29 @@
1715
1715
  "functionName": {
1716
1716
  "name": "mload",
1717
1717
  "nodeType": "YulIdentifier",
1718
- "src": "2300:5:100"
1718
+ "src": "2300:5:101"
1719
1719
  },
1720
1720
  "nodeType": "YulFunctionCall",
1721
- "src": "2300:9:100"
1721
+ "src": "2300:9:101"
1722
1722
  },
1723
1723
  "variables": [
1724
1724
  {
1725
1725
  "name": "memPtr",
1726
1726
  "nodeType": "YulTypedName",
1727
- "src": "2290:6:100",
1727
+ "src": "2290:6:101",
1728
1728
  "type": ""
1729
1729
  }
1730
1730
  ]
1731
1731
  },
1732
1732
  {
1733
1733
  "nodeType": "YulVariableDeclaration",
1734
- "src": "2318:71:100",
1734
+ "src": "2318:71:101",
1735
1735
  "value": {
1736
1736
  "arguments": [
1737
1737
  {
1738
1738
  "name": "memPtr",
1739
1739
  "nodeType": "YulIdentifier",
1740
- "src": "2340:6:100"
1740
+ "src": "2340:6:101"
1741
1741
  },
1742
1742
  {
1743
1743
  "arguments": [
@@ -1750,12 +1750,12 @@
1750
1750
  {
1751
1751
  "name": "_3",
1752
1752
  "nodeType": "YulIdentifier",
1753
- "src": "2364:2:100"
1753
+ "src": "2364:2:101"
1754
1754
  },
1755
1755
  {
1756
1756
  "kind": "number",
1757
1757
  "nodeType": "YulLiteral",
1758
- "src": "2368:4:100",
1758
+ "src": "2368:4:101",
1759
1759
  "type": "",
1760
1760
  "value": "0x1f"
1761
1761
  }
@@ -1763,29 +1763,29 @@
1763
1763
  "functionName": {
1764
1764
  "name": "add",
1765
1765
  "nodeType": "YulIdentifier",
1766
- "src": "2360:3:100"
1766
+ "src": "2360:3:101"
1767
1767
  },
1768
1768
  "nodeType": "YulFunctionCall",
1769
- "src": "2360:13:100"
1769
+ "src": "2360:13:101"
1770
1770
  },
1771
1771
  {
1772
1772
  "name": "_4",
1773
1773
  "nodeType": "YulIdentifier",
1774
- "src": "2375:2:100"
1774
+ "src": "2375:2:101"
1775
1775
  }
1776
1776
  ],
1777
1777
  "functionName": {
1778
1778
  "name": "and",
1779
1779
  "nodeType": "YulIdentifier",
1780
- "src": "2356:3:100"
1780
+ "src": "2356:3:101"
1781
1781
  },
1782
1782
  "nodeType": "YulFunctionCall",
1783
- "src": "2356:22:100"
1783
+ "src": "2356:22:101"
1784
1784
  },
1785
1785
  {
1786
1786
  "kind": "number",
1787
1787
  "nodeType": "YulLiteral",
1788
- "src": "2380:2:100",
1788
+ "src": "2380:2:101",
1789
1789
  "type": "",
1790
1790
  "value": "63"
1791
1791
  }
@@ -1793,39 +1793,39 @@
1793
1793
  "functionName": {
1794
1794
  "name": "add",
1795
1795
  "nodeType": "YulIdentifier",
1796
- "src": "2352:3:100"
1796
+ "src": "2352:3:101"
1797
1797
  },
1798
1798
  "nodeType": "YulFunctionCall",
1799
- "src": "2352:31:100"
1799
+ "src": "2352:31:101"
1800
1800
  },
1801
1801
  {
1802
1802
  "name": "_4",
1803
1803
  "nodeType": "YulIdentifier",
1804
- "src": "2385:2:100"
1804
+ "src": "2385:2:101"
1805
1805
  }
1806
1806
  ],
1807
1807
  "functionName": {
1808
1808
  "name": "and",
1809
1809
  "nodeType": "YulIdentifier",
1810
- "src": "2348:3:100"
1810
+ "src": "2348:3:101"
1811
1811
  },
1812
1812
  "nodeType": "YulFunctionCall",
1813
- "src": "2348:40:100"
1813
+ "src": "2348:40:101"
1814
1814
  }
1815
1815
  ],
1816
1816
  "functionName": {
1817
1817
  "name": "add",
1818
1818
  "nodeType": "YulIdentifier",
1819
- "src": "2336:3:100"
1819
+ "src": "2336:3:101"
1820
1820
  },
1821
1821
  "nodeType": "YulFunctionCall",
1822
- "src": "2336:53:100"
1822
+ "src": "2336:53:101"
1823
1823
  },
1824
1824
  "variables": [
1825
1825
  {
1826
1826
  "name": "newFreePtr",
1827
1827
  "nodeType": "YulTypedName",
1828
- "src": "2322:10:100",
1828
+ "src": "2322:10:101",
1829
1829
  "type": ""
1830
1830
  }
1831
1831
  ]
@@ -1833,7 +1833,7 @@
1833
1833
  {
1834
1834
  "body": {
1835
1835
  "nodeType": "YulBlock",
1836
- "src": "2448:22:100",
1836
+ "src": "2448:22:101",
1837
1837
  "statements": [
1838
1838
  {
1839
1839
  "expression": {
@@ -1841,13 +1841,13 @@
1841
1841
  "functionName": {
1842
1842
  "name": "panic_error_0x41",
1843
1843
  "nodeType": "YulIdentifier",
1844
- "src": "2450:16:100"
1844
+ "src": "2450:16:101"
1845
1845
  },
1846
1846
  "nodeType": "YulFunctionCall",
1847
- "src": "2450:18:100"
1847
+ "src": "2450:18:101"
1848
1848
  },
1849
1849
  "nodeType": "YulExpressionStatement",
1850
- "src": "2450:18:100"
1850
+ "src": "2450:18:101"
1851
1851
  }
1852
1852
  ]
1853
1853
  },
@@ -1858,54 +1858,54 @@
1858
1858
  {
1859
1859
  "name": "newFreePtr",
1860
1860
  "nodeType": "YulIdentifier",
1861
- "src": "2407:10:100"
1861
+ "src": "2407:10:101"
1862
1862
  },
1863
1863
  {
1864
1864
  "name": "_1",
1865
1865
  "nodeType": "YulIdentifier",
1866
- "src": "2419:2:100"
1866
+ "src": "2419:2:101"
1867
1867
  }
1868
1868
  ],
1869
1869
  "functionName": {
1870
1870
  "name": "gt",
1871
1871
  "nodeType": "YulIdentifier",
1872
- "src": "2404:2:100"
1872
+ "src": "2404:2:101"
1873
1873
  },
1874
1874
  "nodeType": "YulFunctionCall",
1875
- "src": "2404:18:100"
1875
+ "src": "2404:18:101"
1876
1876
  },
1877
1877
  {
1878
1878
  "arguments": [
1879
1879
  {
1880
1880
  "name": "newFreePtr",
1881
1881
  "nodeType": "YulIdentifier",
1882
- "src": "2427:10:100"
1882
+ "src": "2427:10:101"
1883
1883
  },
1884
1884
  {
1885
1885
  "name": "memPtr",
1886
1886
  "nodeType": "YulIdentifier",
1887
- "src": "2439:6:100"
1887
+ "src": "2439:6:101"
1888
1888
  }
1889
1889
  ],
1890
1890
  "functionName": {
1891
1891
  "name": "lt",
1892
1892
  "nodeType": "YulIdentifier",
1893
- "src": "2424:2:100"
1893
+ "src": "2424:2:101"
1894
1894
  },
1895
1895
  "nodeType": "YulFunctionCall",
1896
- "src": "2424:22:100"
1896
+ "src": "2424:22:101"
1897
1897
  }
1898
1898
  ],
1899
1899
  "functionName": {
1900
1900
  "name": "or",
1901
1901
  "nodeType": "YulIdentifier",
1902
- "src": "2401:2:100"
1902
+ "src": "2401:2:101"
1903
1903
  },
1904
1904
  "nodeType": "YulFunctionCall",
1905
- "src": "2401:46:100"
1905
+ "src": "2401:46:101"
1906
1906
  },
1907
1907
  "nodeType": "YulIf",
1908
- "src": "2398:72:100"
1908
+ "src": "2398:72:101"
1909
1909
  },
1910
1910
  {
1911
1911
  "expression": {
@@ -1913,26 +1913,26 @@
1913
1913
  {
1914
1914
  "kind": "number",
1915
1915
  "nodeType": "YulLiteral",
1916
- "src": "2486:2:100",
1916
+ "src": "2486:2:101",
1917
1917
  "type": "",
1918
1918
  "value": "64"
1919
1919
  },
1920
1920
  {
1921
1921
  "name": "newFreePtr",
1922
1922
  "nodeType": "YulIdentifier",
1923
- "src": "2490:10:100"
1923
+ "src": "2490:10:101"
1924
1924
  }
1925
1925
  ],
1926
1926
  "functionName": {
1927
1927
  "name": "mstore",
1928
1928
  "nodeType": "YulIdentifier",
1929
- "src": "2479:6:100"
1929
+ "src": "2479:6:101"
1930
1930
  },
1931
1931
  "nodeType": "YulFunctionCall",
1932
- "src": "2479:22:100"
1932
+ "src": "2479:22:101"
1933
1933
  },
1934
1934
  "nodeType": "YulExpressionStatement",
1935
- "src": "2479:22:100"
1935
+ "src": "2479:22:101"
1936
1936
  },
1937
1937
  {
1938
1938
  "expression": {
@@ -1940,29 +1940,29 @@
1940
1940
  {
1941
1941
  "name": "memPtr",
1942
1942
  "nodeType": "YulIdentifier",
1943
- "src": "2517:6:100"
1943
+ "src": "2517:6:101"
1944
1944
  },
1945
1945
  {
1946
1946
  "name": "_3",
1947
1947
  "nodeType": "YulIdentifier",
1948
- "src": "2525:2:100"
1948
+ "src": "2525:2:101"
1949
1949
  }
1950
1950
  ],
1951
1951
  "functionName": {
1952
1952
  "name": "mstore",
1953
1953
  "nodeType": "YulIdentifier",
1954
- "src": "2510:6:100"
1954
+ "src": "2510:6:101"
1955
1955
  },
1956
1956
  "nodeType": "YulFunctionCall",
1957
- "src": "2510:18:100"
1957
+ "src": "2510:18:101"
1958
1958
  },
1959
1959
  "nodeType": "YulExpressionStatement",
1960
- "src": "2510:18:100"
1960
+ "src": "2510:18:101"
1961
1961
  },
1962
1962
  {
1963
1963
  "body": {
1964
1964
  "nodeType": "YulBlock",
1965
- "src": "2574:16:100",
1965
+ "src": "2574:16:101",
1966
1966
  "statements": [
1967
1967
  {
1968
1968
  "expression": {
@@ -1970,14 +1970,14 @@
1970
1970
  {
1971
1971
  "kind": "number",
1972
1972
  "nodeType": "YulLiteral",
1973
- "src": "2583:1:100",
1973
+ "src": "2583:1:101",
1974
1974
  "type": "",
1975
1975
  "value": "0"
1976
1976
  },
1977
1977
  {
1978
1978
  "kind": "number",
1979
1979
  "nodeType": "YulLiteral",
1980
- "src": "2586:1:100",
1980
+ "src": "2586:1:101",
1981
1981
  "type": "",
1982
1982
  "value": "0"
1983
1983
  }
@@ -1985,13 +1985,13 @@
1985
1985
  "functionName": {
1986
1986
  "name": "revert",
1987
1987
  "nodeType": "YulIdentifier",
1988
- "src": "2576:6:100"
1988
+ "src": "2576:6:101"
1989
1989
  },
1990
1990
  "nodeType": "YulFunctionCall",
1991
- "src": "2576:12:100"
1991
+ "src": "2576:12:101"
1992
1992
  },
1993
1993
  "nodeType": "YulExpressionStatement",
1994
- "src": "2576:12:100"
1994
+ "src": "2576:12:101"
1995
1995
  }
1996
1996
  ]
1997
1997
  },
@@ -2004,26 +2004,26 @@
2004
2004
  {
2005
2005
  "name": "_2",
2006
2006
  "nodeType": "YulIdentifier",
2007
- "src": "2551:2:100"
2007
+ "src": "2551:2:101"
2008
2008
  },
2009
2009
  {
2010
2010
  "name": "_3",
2011
2011
  "nodeType": "YulIdentifier",
2012
- "src": "2555:2:100"
2012
+ "src": "2555:2:101"
2013
2013
  }
2014
2014
  ],
2015
2015
  "functionName": {
2016
2016
  "name": "add",
2017
2017
  "nodeType": "YulIdentifier",
2018
- "src": "2547:3:100"
2018
+ "src": "2547:3:101"
2019
2019
  },
2020
2020
  "nodeType": "YulFunctionCall",
2021
- "src": "2547:11:100"
2021
+ "src": "2547:11:101"
2022
2022
  },
2023
2023
  {
2024
2024
  "kind": "number",
2025
2025
  "nodeType": "YulLiteral",
2026
- "src": "2560:2:100",
2026
+ "src": "2560:2:101",
2027
2027
  "type": "",
2028
2028
  "value": "32"
2029
2029
  }
@@ -2031,27 +2031,27 @@
2031
2031
  "functionName": {
2032
2032
  "name": "add",
2033
2033
  "nodeType": "YulIdentifier",
2034
- "src": "2543:3:100"
2034
+ "src": "2543:3:101"
2035
2035
  },
2036
2036
  "nodeType": "YulFunctionCall",
2037
- "src": "2543:20:100"
2037
+ "src": "2543:20:101"
2038
2038
  },
2039
2039
  {
2040
2040
  "name": "dataEnd",
2041
2041
  "nodeType": "YulIdentifier",
2042
- "src": "2565:7:100"
2042
+ "src": "2565:7:101"
2043
2043
  }
2044
2044
  ],
2045
2045
  "functionName": {
2046
2046
  "name": "gt",
2047
2047
  "nodeType": "YulIdentifier",
2048
- "src": "2540:2:100"
2048
+ "src": "2540:2:101"
2049
2049
  },
2050
2050
  "nodeType": "YulFunctionCall",
2051
- "src": "2540:33:100"
2051
+ "src": "2540:33:101"
2052
2052
  },
2053
2053
  "nodeType": "YulIf",
2054
- "src": "2537:53:100"
2054
+ "src": "2537:53:101"
2055
2055
  },
2056
2056
  {
2057
2057
  "expression": {
@@ -2061,12 +2061,12 @@
2061
2061
  {
2062
2062
  "name": "memPtr",
2063
2063
  "nodeType": "YulIdentifier",
2064
- "src": "2616:6:100"
2064
+ "src": "2616:6:101"
2065
2065
  },
2066
2066
  {
2067
2067
  "kind": "number",
2068
2068
  "nodeType": "YulLiteral",
2069
- "src": "2624:2:100",
2069
+ "src": "2624:2:101",
2070
2070
  "type": "",
2071
2071
  "value": "32"
2072
2072
  }
@@ -2074,22 +2074,22 @@
2074
2074
  "functionName": {
2075
2075
  "name": "add",
2076
2076
  "nodeType": "YulIdentifier",
2077
- "src": "2612:3:100"
2077
+ "src": "2612:3:101"
2078
2078
  },
2079
2079
  "nodeType": "YulFunctionCall",
2080
- "src": "2612:15:100"
2080
+ "src": "2612:15:101"
2081
2081
  },
2082
2082
  {
2083
2083
  "arguments": [
2084
2084
  {
2085
2085
  "name": "_2",
2086
2086
  "nodeType": "YulIdentifier",
2087
- "src": "2633:2:100"
2087
+ "src": "2633:2:101"
2088
2088
  },
2089
2089
  {
2090
2090
  "kind": "number",
2091
2091
  "nodeType": "YulLiteral",
2092
- "src": "2637:2:100",
2092
+ "src": "2637:2:101",
2093
2093
  "type": "",
2094
2094
  "value": "32"
2095
2095
  }
@@ -2097,27 +2097,27 @@
2097
2097
  "functionName": {
2098
2098
  "name": "add",
2099
2099
  "nodeType": "YulIdentifier",
2100
- "src": "2629:3:100"
2100
+ "src": "2629:3:101"
2101
2101
  },
2102
2102
  "nodeType": "YulFunctionCall",
2103
- "src": "2629:11:100"
2103
+ "src": "2629:11:101"
2104
2104
  },
2105
2105
  {
2106
2106
  "name": "_3",
2107
2107
  "nodeType": "YulIdentifier",
2108
- "src": "2642:2:100"
2108
+ "src": "2642:2:101"
2109
2109
  }
2110
2110
  ],
2111
2111
  "functionName": {
2112
2112
  "name": "calldatacopy",
2113
2113
  "nodeType": "YulIdentifier",
2114
- "src": "2599:12:100"
2114
+ "src": "2599:12:101"
2115
2115
  },
2116
2116
  "nodeType": "YulFunctionCall",
2117
- "src": "2599:46:100"
2117
+ "src": "2599:46:101"
2118
2118
  },
2119
2119
  "nodeType": "YulExpressionStatement",
2120
- "src": "2599:46:100"
2120
+ "src": "2599:46:101"
2121
2121
  },
2122
2122
  {
2123
2123
  "expression": {
@@ -2129,26 +2129,26 @@
2129
2129
  {
2130
2130
  "name": "memPtr",
2131
2131
  "nodeType": "YulIdentifier",
2132
- "src": "2669:6:100"
2132
+ "src": "2669:6:101"
2133
2133
  },
2134
2134
  {
2135
2135
  "name": "_3",
2136
2136
  "nodeType": "YulIdentifier",
2137
- "src": "2677:2:100"
2137
+ "src": "2677:2:101"
2138
2138
  }
2139
2139
  ],
2140
2140
  "functionName": {
2141
2141
  "name": "add",
2142
2142
  "nodeType": "YulIdentifier",
2143
- "src": "2665:3:100"
2143
+ "src": "2665:3:101"
2144
2144
  },
2145
2145
  "nodeType": "YulFunctionCall",
2146
- "src": "2665:15:100"
2146
+ "src": "2665:15:101"
2147
2147
  },
2148
2148
  {
2149
2149
  "kind": "number",
2150
2150
  "nodeType": "YulLiteral",
2151
- "src": "2682:2:100",
2151
+ "src": "2682:2:101",
2152
2152
  "type": "",
2153
2153
  "value": "32"
2154
2154
  }
@@ -2156,15 +2156,15 @@
2156
2156
  "functionName": {
2157
2157
  "name": "add",
2158
2158
  "nodeType": "YulIdentifier",
2159
- "src": "2661:3:100"
2159
+ "src": "2661:3:101"
2160
2160
  },
2161
2161
  "nodeType": "YulFunctionCall",
2162
- "src": "2661:24:100"
2162
+ "src": "2661:24:101"
2163
2163
  },
2164
2164
  {
2165
2165
  "kind": "number",
2166
2166
  "nodeType": "YulLiteral",
2167
- "src": "2687:1:100",
2167
+ "src": "2687:1:101",
2168
2168
  "type": "",
2169
2169
  "value": "0"
2170
2170
  }
@@ -2172,27 +2172,27 @@
2172
2172
  "functionName": {
2173
2173
  "name": "mstore",
2174
2174
  "nodeType": "YulIdentifier",
2175
- "src": "2654:6:100"
2175
+ "src": "2654:6:101"
2176
2176
  },
2177
2177
  "nodeType": "YulFunctionCall",
2178
- "src": "2654:35:100"
2178
+ "src": "2654:35:101"
2179
2179
  },
2180
2180
  "nodeType": "YulExpressionStatement",
2181
- "src": "2654:35:100"
2181
+ "src": "2654:35:101"
2182
2182
  },
2183
2183
  {
2184
2184
  "nodeType": "YulAssignment",
2185
- "src": "2698:16:100",
2185
+ "src": "2698:16:101",
2186
2186
  "value": {
2187
2187
  "name": "memPtr",
2188
2188
  "nodeType": "YulIdentifier",
2189
- "src": "2708:6:100"
2189
+ "src": "2708:6:101"
2190
2190
  },
2191
2191
  "variableNames": [
2192
2192
  {
2193
2193
  "name": "value2",
2194
2194
  "nodeType": "YulIdentifier",
2195
- "src": "2698:6:100"
2195
+ "src": "2698:6:101"
2196
2196
  }
2197
2197
  ]
2198
2198
  }
@@ -2204,13 +2204,13 @@
2204
2204
  {
2205
2205
  "name": "headStart",
2206
2206
  "nodeType": "YulTypedName",
2207
- "src": "1528:9:100",
2207
+ "src": "1528:9:101",
2208
2208
  "type": ""
2209
2209
  },
2210
2210
  {
2211
2211
  "name": "dataEnd",
2212
2212
  "nodeType": "YulTypedName",
2213
- "src": "1539:7:100",
2213
+ "src": "1539:7:101",
2214
2214
  "type": ""
2215
2215
  }
2216
2216
  ],
@@ -2218,33 +2218,33 @@
2218
2218
  {
2219
2219
  "name": "value0",
2220
2220
  "nodeType": "YulTypedName",
2221
- "src": "1551:6:100",
2221
+ "src": "1551:6:101",
2222
2222
  "type": ""
2223
2223
  },
2224
2224
  {
2225
2225
  "name": "value1",
2226
2226
  "nodeType": "YulTypedName",
2227
- "src": "1559:6:100",
2227
+ "src": "1559:6:101",
2228
2228
  "type": ""
2229
2229
  },
2230
2230
  {
2231
2231
  "name": "value2",
2232
2232
  "nodeType": "YulTypedName",
2233
- "src": "1567:6:100",
2233
+ "src": "1567:6:101",
2234
2234
  "type": ""
2235
2235
  }
2236
2236
  ],
2237
- "src": "1428:1292:100"
2237
+ "src": "1428:1292:101"
2238
2238
  },
2239
2239
  {
2240
2240
  "body": {
2241
2241
  "nodeType": "YulBlock",
2242
- "src": "2795:206:100",
2242
+ "src": "2795:206:101",
2243
2243
  "statements": [
2244
2244
  {
2245
2245
  "body": {
2246
2246
  "nodeType": "YulBlock",
2247
- "src": "2841:16:100",
2247
+ "src": "2841:16:101",
2248
2248
  "statements": [
2249
2249
  {
2250
2250
  "expression": {
@@ -2252,14 +2252,14 @@
2252
2252
  {
2253
2253
  "kind": "number",
2254
2254
  "nodeType": "YulLiteral",
2255
- "src": "2850:1:100",
2255
+ "src": "2850:1:101",
2256
2256
  "type": "",
2257
2257
  "value": "0"
2258
2258
  },
2259
2259
  {
2260
2260
  "kind": "number",
2261
2261
  "nodeType": "YulLiteral",
2262
- "src": "2853:1:100",
2262
+ "src": "2853:1:101",
2263
2263
  "type": "",
2264
2264
  "value": "0"
2265
2265
  }
@@ -2267,13 +2267,13 @@
2267
2267
  "functionName": {
2268
2268
  "name": "revert",
2269
2269
  "nodeType": "YulIdentifier",
2270
- "src": "2843:6:100"
2270
+ "src": "2843:6:101"
2271
2271
  },
2272
2272
  "nodeType": "YulFunctionCall",
2273
- "src": "2843:12:100"
2273
+ "src": "2843:12:101"
2274
2274
  },
2275
2275
  "nodeType": "YulExpressionStatement",
2276
- "src": "2843:12:100"
2276
+ "src": "2843:12:101"
2277
2277
  }
2278
2278
  ]
2279
2279
  },
@@ -2284,26 +2284,26 @@
2284
2284
  {
2285
2285
  "name": "dataEnd",
2286
2286
  "nodeType": "YulIdentifier",
2287
- "src": "2816:7:100"
2287
+ "src": "2816:7:101"
2288
2288
  },
2289
2289
  {
2290
2290
  "name": "headStart",
2291
2291
  "nodeType": "YulIdentifier",
2292
- "src": "2825:9:100"
2292
+ "src": "2825:9:101"
2293
2293
  }
2294
2294
  ],
2295
2295
  "functionName": {
2296
2296
  "name": "sub",
2297
2297
  "nodeType": "YulIdentifier",
2298
- "src": "2812:3:100"
2298
+ "src": "2812:3:101"
2299
2299
  },
2300
2300
  "nodeType": "YulFunctionCall",
2301
- "src": "2812:23:100"
2301
+ "src": "2812:23:101"
2302
2302
  },
2303
2303
  {
2304
2304
  "kind": "number",
2305
2305
  "nodeType": "YulLiteral",
2306
- "src": "2837:2:100",
2306
+ "src": "2837:2:101",
2307
2307
  "type": "",
2308
2308
  "value": "32"
2309
2309
  }
@@ -2311,38 +2311,38 @@
2311
2311
  "functionName": {
2312
2312
  "name": "slt",
2313
2313
  "nodeType": "YulIdentifier",
2314
- "src": "2808:3:100"
2314
+ "src": "2808:3:101"
2315
2315
  },
2316
2316
  "nodeType": "YulFunctionCall",
2317
- "src": "2808:32:100"
2317
+ "src": "2808:32:101"
2318
2318
  },
2319
2319
  "nodeType": "YulIf",
2320
- "src": "2805:52:100"
2320
+ "src": "2805:52:101"
2321
2321
  },
2322
2322
  {
2323
2323
  "nodeType": "YulVariableDeclaration",
2324
- "src": "2866:36:100",
2324
+ "src": "2866:36:101",
2325
2325
  "value": {
2326
2326
  "arguments": [
2327
2327
  {
2328
2328
  "name": "headStart",
2329
2329
  "nodeType": "YulIdentifier",
2330
- "src": "2892:9:100"
2330
+ "src": "2892:9:101"
2331
2331
  }
2332
2332
  ],
2333
2333
  "functionName": {
2334
2334
  "name": "calldataload",
2335
2335
  "nodeType": "YulIdentifier",
2336
- "src": "2879:12:100"
2336
+ "src": "2879:12:101"
2337
2337
  },
2338
2338
  "nodeType": "YulFunctionCall",
2339
- "src": "2879:23:100"
2339
+ "src": "2879:23:101"
2340
2340
  },
2341
2341
  "variables": [
2342
2342
  {
2343
2343
  "name": "value",
2344
2344
  "nodeType": "YulTypedName",
2345
- "src": "2870:5:100",
2345
+ "src": "2870:5:101",
2346
2346
  "type": ""
2347
2347
  }
2348
2348
  ]
@@ -2353,33 +2353,33 @@
2353
2353
  {
2354
2354
  "name": "value",
2355
2355
  "nodeType": "YulIdentifier",
2356
- "src": "2965:5:100"
2356
+ "src": "2965:5:101"
2357
2357
  }
2358
2358
  ],
2359
2359
  "functionName": {
2360
2360
  "name": "validator_revert_contract_TransparentUpgradeableProxy",
2361
2361
  "nodeType": "YulIdentifier",
2362
- "src": "2911:53:100"
2362
+ "src": "2911:53:101"
2363
2363
  },
2364
2364
  "nodeType": "YulFunctionCall",
2365
- "src": "2911:60:100"
2365
+ "src": "2911:60:101"
2366
2366
  },
2367
2367
  "nodeType": "YulExpressionStatement",
2368
- "src": "2911:60:100"
2368
+ "src": "2911:60:101"
2369
2369
  },
2370
2370
  {
2371
2371
  "nodeType": "YulAssignment",
2372
- "src": "2980:15:100",
2372
+ "src": "2980:15:101",
2373
2373
  "value": {
2374
2374
  "name": "value",
2375
2375
  "nodeType": "YulIdentifier",
2376
- "src": "2990:5:100"
2376
+ "src": "2990:5:101"
2377
2377
  },
2378
2378
  "variableNames": [
2379
2379
  {
2380
2380
  "name": "value0",
2381
2381
  "nodeType": "YulIdentifier",
2382
- "src": "2980:6:100"
2382
+ "src": "2980:6:101"
2383
2383
  }
2384
2384
  ]
2385
2385
  }
@@ -2391,13 +2391,13 @@
2391
2391
  {
2392
2392
  "name": "headStart",
2393
2393
  "nodeType": "YulTypedName",
2394
- "src": "2761:9:100",
2394
+ "src": "2761:9:101",
2395
2395
  "type": ""
2396
2396
  },
2397
2397
  {
2398
2398
  "name": "dataEnd",
2399
2399
  "nodeType": "YulTypedName",
2400
- "src": "2772:7:100",
2400
+ "src": "2772:7:101",
2401
2401
  "type": ""
2402
2402
  }
2403
2403
  ],
@@ -2405,16 +2405,16 @@
2405
2405
  {
2406
2406
  "name": "value0",
2407
2407
  "nodeType": "YulTypedName",
2408
- "src": "2784:6:100",
2408
+ "src": "2784:6:101",
2409
2409
  "type": ""
2410
2410
  }
2411
2411
  ],
2412
- "src": "2725:276:100"
2412
+ "src": "2725:276:101"
2413
2413
  },
2414
2414
  {
2415
2415
  "body": {
2416
2416
  "nodeType": "YulBlock",
2417
- "src": "3197:122:100",
2417
+ "src": "3197:122:101",
2418
2418
  "statements": [
2419
2419
  {
2420
2420
  "expression": {
@@ -2422,12 +2422,12 @@
2422
2422
  {
2423
2423
  "name": "pos",
2424
2424
  "nodeType": "YulIdentifier",
2425
- "src": "3214:3:100"
2425
+ "src": "3214:3:101"
2426
2426
  },
2427
2427
  {
2428
2428
  "kind": "number",
2429
2429
  "nodeType": "YulLiteral",
2430
- "src": "3219:66:100",
2430
+ "src": "3219:66:101",
2431
2431
  "type": "",
2432
2432
  "value": "0x5c60da1b00000000000000000000000000000000000000000000000000000000"
2433
2433
  }
@@ -2435,28 +2435,28 @@
2435
2435
  "functionName": {
2436
2436
  "name": "mstore",
2437
2437
  "nodeType": "YulIdentifier",
2438
- "src": "3207:6:100"
2438
+ "src": "3207:6:101"
2439
2439
  },
2440
2440
  "nodeType": "YulFunctionCall",
2441
- "src": "3207:79:100"
2441
+ "src": "3207:79:101"
2442
2442
  },
2443
2443
  "nodeType": "YulExpressionStatement",
2444
- "src": "3207:79:100"
2444
+ "src": "3207:79:101"
2445
2445
  },
2446
2446
  {
2447
2447
  "nodeType": "YulAssignment",
2448
- "src": "3295:18:100",
2448
+ "src": "3295:18:101",
2449
2449
  "value": {
2450
2450
  "arguments": [
2451
2451
  {
2452
2452
  "name": "pos",
2453
2453
  "nodeType": "YulIdentifier",
2454
- "src": "3306:3:100"
2454
+ "src": "3306:3:101"
2455
2455
  },
2456
2456
  {
2457
2457
  "kind": "number",
2458
2458
  "nodeType": "YulLiteral",
2459
- "src": "3311:1:100",
2459
+ "src": "3311:1:101",
2460
2460
  "type": "",
2461
2461
  "value": "4"
2462
2462
  }
@@ -2464,16 +2464,16 @@
2464
2464
  "functionName": {
2465
2465
  "name": "add",
2466
2466
  "nodeType": "YulIdentifier",
2467
- "src": "3302:3:100"
2467
+ "src": "3302:3:101"
2468
2468
  },
2469
2469
  "nodeType": "YulFunctionCall",
2470
- "src": "3302:11:100"
2470
+ "src": "3302:11:101"
2471
2471
  },
2472
2472
  "variableNames": [
2473
2473
  {
2474
2474
  "name": "end",
2475
2475
  "nodeType": "YulIdentifier",
2476
- "src": "3295:3:100"
2476
+ "src": "3295:3:101"
2477
2477
  }
2478
2478
  ]
2479
2479
  }
@@ -2485,7 +2485,7 @@
2485
2485
  {
2486
2486
  "name": "pos",
2487
2487
  "nodeType": "YulTypedName",
2488
- "src": "3181:3:100",
2488
+ "src": "3181:3:101",
2489
2489
  "type": ""
2490
2490
  }
2491
2491
  ],
@@ -2493,21 +2493,21 @@
2493
2493
  {
2494
2494
  "name": "end",
2495
2495
  "nodeType": "YulTypedName",
2496
- "src": "3189:3:100",
2496
+ "src": "3189:3:101",
2497
2497
  "type": ""
2498
2498
  }
2499
2499
  ],
2500
- "src": "3006:313:100"
2500
+ "src": "3006:313:101"
2501
2501
  },
2502
2502
  {
2503
2503
  "body": {
2504
2504
  "nodeType": "YulBlock",
2505
- "src": "3413:199:100",
2505
+ "src": "3413:199:101",
2506
2506
  "statements": [
2507
2507
  {
2508
2508
  "body": {
2509
2509
  "nodeType": "YulBlock",
2510
- "src": "3459:16:100",
2510
+ "src": "3459:16:101",
2511
2511
  "statements": [
2512
2512
  {
2513
2513
  "expression": {
@@ -2515,14 +2515,14 @@
2515
2515
  {
2516
2516
  "kind": "number",
2517
2517
  "nodeType": "YulLiteral",
2518
- "src": "3468:1:100",
2518
+ "src": "3468:1:101",
2519
2519
  "type": "",
2520
2520
  "value": "0"
2521
2521
  },
2522
2522
  {
2523
2523
  "kind": "number",
2524
2524
  "nodeType": "YulLiteral",
2525
- "src": "3471:1:100",
2525
+ "src": "3471:1:101",
2526
2526
  "type": "",
2527
2527
  "value": "0"
2528
2528
  }
@@ -2530,13 +2530,13 @@
2530
2530
  "functionName": {
2531
2531
  "name": "revert",
2532
2532
  "nodeType": "YulIdentifier",
2533
- "src": "3461:6:100"
2533
+ "src": "3461:6:101"
2534
2534
  },
2535
2535
  "nodeType": "YulFunctionCall",
2536
- "src": "3461:12:100"
2536
+ "src": "3461:12:101"
2537
2537
  },
2538
2538
  "nodeType": "YulExpressionStatement",
2539
- "src": "3461:12:100"
2539
+ "src": "3461:12:101"
2540
2540
  }
2541
2541
  ]
2542
2542
  },
@@ -2547,26 +2547,26 @@
2547
2547
  {
2548
2548
  "name": "dataEnd",
2549
2549
  "nodeType": "YulIdentifier",
2550
- "src": "3434:7:100"
2550
+ "src": "3434:7:101"
2551
2551
  },
2552
2552
  {
2553
2553
  "name": "headStart",
2554
2554
  "nodeType": "YulIdentifier",
2555
- "src": "3443:9:100"
2555
+ "src": "3443:9:101"
2556
2556
  }
2557
2557
  ],
2558
2558
  "functionName": {
2559
2559
  "name": "sub",
2560
2560
  "nodeType": "YulIdentifier",
2561
- "src": "3430:3:100"
2561
+ "src": "3430:3:101"
2562
2562
  },
2563
2563
  "nodeType": "YulFunctionCall",
2564
- "src": "3430:23:100"
2564
+ "src": "3430:23:101"
2565
2565
  },
2566
2566
  {
2567
2567
  "kind": "number",
2568
2568
  "nodeType": "YulLiteral",
2569
- "src": "3455:2:100",
2569
+ "src": "3455:2:101",
2570
2570
  "type": "",
2571
2571
  "value": "32"
2572
2572
  }
@@ -2574,38 +2574,38 @@
2574
2574
  "functionName": {
2575
2575
  "name": "slt",
2576
2576
  "nodeType": "YulIdentifier",
2577
- "src": "3426:3:100"
2577
+ "src": "3426:3:101"
2578
2578
  },
2579
2579
  "nodeType": "YulFunctionCall",
2580
- "src": "3426:32:100"
2580
+ "src": "3426:32:101"
2581
2581
  },
2582
2582
  "nodeType": "YulIf",
2583
- "src": "3423:52:100"
2583
+ "src": "3423:52:101"
2584
2584
  },
2585
2585
  {
2586
2586
  "nodeType": "YulVariableDeclaration",
2587
- "src": "3484:29:100",
2587
+ "src": "3484:29:101",
2588
2588
  "value": {
2589
2589
  "arguments": [
2590
2590
  {
2591
2591
  "name": "headStart",
2592
2592
  "nodeType": "YulIdentifier",
2593
- "src": "3503:9:100"
2593
+ "src": "3503:9:101"
2594
2594
  }
2595
2595
  ],
2596
2596
  "functionName": {
2597
2597
  "name": "mload",
2598
2598
  "nodeType": "YulIdentifier",
2599
- "src": "3497:5:100"
2599
+ "src": "3497:5:101"
2600
2600
  },
2601
2601
  "nodeType": "YulFunctionCall",
2602
- "src": "3497:16:100"
2602
+ "src": "3497:16:101"
2603
2603
  },
2604
2604
  "variables": [
2605
2605
  {
2606
2606
  "name": "value",
2607
2607
  "nodeType": "YulTypedName",
2608
- "src": "3488:5:100",
2608
+ "src": "3488:5:101",
2609
2609
  "type": ""
2610
2610
  }
2611
2611
  ]
@@ -2616,33 +2616,33 @@
2616
2616
  {
2617
2617
  "name": "value",
2618
2618
  "nodeType": "YulIdentifier",
2619
- "src": "3576:5:100"
2619
+ "src": "3576:5:101"
2620
2620
  }
2621
2621
  ],
2622
2622
  "functionName": {
2623
2623
  "name": "validator_revert_contract_TransparentUpgradeableProxy",
2624
2624
  "nodeType": "YulIdentifier",
2625
- "src": "3522:53:100"
2625
+ "src": "3522:53:101"
2626
2626
  },
2627
2627
  "nodeType": "YulFunctionCall",
2628
- "src": "3522:60:100"
2628
+ "src": "3522:60:101"
2629
2629
  },
2630
2630
  "nodeType": "YulExpressionStatement",
2631
- "src": "3522:60:100"
2631
+ "src": "3522:60:101"
2632
2632
  },
2633
2633
  {
2634
2634
  "nodeType": "YulAssignment",
2635
- "src": "3591:15:100",
2635
+ "src": "3591:15:101",
2636
2636
  "value": {
2637
2637
  "name": "value",
2638
2638
  "nodeType": "YulIdentifier",
2639
- "src": "3601:5:100"
2639
+ "src": "3601:5:101"
2640
2640
  },
2641
2641
  "variableNames": [
2642
2642
  {
2643
2643
  "name": "value0",
2644
2644
  "nodeType": "YulIdentifier",
2645
- "src": "3591:6:100"
2645
+ "src": "3591:6:101"
2646
2646
  }
2647
2647
  ]
2648
2648
  }
@@ -2654,13 +2654,13 @@
2654
2654
  {
2655
2655
  "name": "headStart",
2656
2656
  "nodeType": "YulTypedName",
2657
- "src": "3379:9:100",
2657
+ "src": "3379:9:101",
2658
2658
  "type": ""
2659
2659
  },
2660
2660
  {
2661
2661
  "name": "dataEnd",
2662
2662
  "nodeType": "YulTypedName",
2663
- "src": "3390:7:100",
2663
+ "src": "3390:7:101",
2664
2664
  "type": ""
2665
2665
  }
2666
2666
  ],
@@ -2668,16 +2668,16 @@
2668
2668
  {
2669
2669
  "name": "value0",
2670
2670
  "nodeType": "YulTypedName",
2671
- "src": "3402:6:100",
2671
+ "src": "3402:6:101",
2672
2672
  "type": ""
2673
2673
  }
2674
2674
  ],
2675
- "src": "3324:288:100"
2675
+ "src": "3324:288:101"
2676
2676
  },
2677
2677
  {
2678
2678
  "body": {
2679
2679
  "nodeType": "YulBlock",
2680
- "src": "3791:182:100",
2680
+ "src": "3791:182:101",
2681
2681
  "statements": [
2682
2682
  {
2683
2683
  "expression": {
@@ -2685,12 +2685,12 @@
2685
2685
  {
2686
2686
  "name": "headStart",
2687
2687
  "nodeType": "YulIdentifier",
2688
- "src": "3808:9:100"
2688
+ "src": "3808:9:101"
2689
2689
  },
2690
2690
  {
2691
2691
  "kind": "number",
2692
2692
  "nodeType": "YulLiteral",
2693
- "src": "3819:2:100",
2693
+ "src": "3819:2:101",
2694
2694
  "type": "",
2695
2695
  "value": "32"
2696
2696
  }
@@ -2698,13 +2698,13 @@
2698
2698
  "functionName": {
2699
2699
  "name": "mstore",
2700
2700
  "nodeType": "YulIdentifier",
2701
- "src": "3801:6:100"
2701
+ "src": "3801:6:101"
2702
2702
  },
2703
2703
  "nodeType": "YulFunctionCall",
2704
- "src": "3801:21:100"
2704
+ "src": "3801:21:101"
2705
2705
  },
2706
2706
  "nodeType": "YulExpressionStatement",
2707
- "src": "3801:21:100"
2707
+ "src": "3801:21:101"
2708
2708
  },
2709
2709
  {
2710
2710
  "expression": {
@@ -2714,12 +2714,12 @@
2714
2714
  {
2715
2715
  "name": "headStart",
2716
2716
  "nodeType": "YulIdentifier",
2717
- "src": "3842:9:100"
2717
+ "src": "3842:9:101"
2718
2718
  },
2719
2719
  {
2720
2720
  "kind": "number",
2721
2721
  "nodeType": "YulLiteral",
2722
- "src": "3853:2:100",
2722
+ "src": "3853:2:101",
2723
2723
  "type": "",
2724
2724
  "value": "32"
2725
2725
  }
@@ -2727,15 +2727,15 @@
2727
2727
  "functionName": {
2728
2728
  "name": "add",
2729
2729
  "nodeType": "YulIdentifier",
2730
- "src": "3838:3:100"
2730
+ "src": "3838:3:101"
2731
2731
  },
2732
2732
  "nodeType": "YulFunctionCall",
2733
- "src": "3838:18:100"
2733
+ "src": "3838:18:101"
2734
2734
  },
2735
2735
  {
2736
2736
  "kind": "number",
2737
2737
  "nodeType": "YulLiteral",
2738
- "src": "3858:2:100",
2738
+ "src": "3858:2:101",
2739
2739
  "type": "",
2740
2740
  "value": "32"
2741
2741
  }
@@ -2743,13 +2743,13 @@
2743
2743
  "functionName": {
2744
2744
  "name": "mstore",
2745
2745
  "nodeType": "YulIdentifier",
2746
- "src": "3831:6:100"
2746
+ "src": "3831:6:101"
2747
2747
  },
2748
2748
  "nodeType": "YulFunctionCall",
2749
- "src": "3831:30:100"
2749
+ "src": "3831:30:101"
2750
2750
  },
2751
2751
  "nodeType": "YulExpressionStatement",
2752
- "src": "3831:30:100"
2752
+ "src": "3831:30:101"
2753
2753
  },
2754
2754
  {
2755
2755
  "expression": {
@@ -2759,12 +2759,12 @@
2759
2759
  {
2760
2760
  "name": "headStart",
2761
2761
  "nodeType": "YulIdentifier",
2762
- "src": "3881:9:100"
2762
+ "src": "3881:9:101"
2763
2763
  },
2764
2764
  {
2765
2765
  "kind": "number",
2766
2766
  "nodeType": "YulLiteral",
2767
- "src": "3892:2:100",
2767
+ "src": "3892:2:101",
2768
2768
  "type": "",
2769
2769
  "value": "64"
2770
2770
  }
@@ -2772,16 +2772,16 @@
2772
2772
  "functionName": {
2773
2773
  "name": "add",
2774
2774
  "nodeType": "YulIdentifier",
2775
- "src": "3877:3:100"
2775
+ "src": "3877:3:101"
2776
2776
  },
2777
2777
  "nodeType": "YulFunctionCall",
2778
- "src": "3877:18:100"
2778
+ "src": "3877:18:101"
2779
2779
  },
2780
2780
  {
2781
2781
  "hexValue": "4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572",
2782
2782
  "kind": "string",
2783
2783
  "nodeType": "YulLiteral",
2784
- "src": "3897:34:100",
2784
+ "src": "3897:34:101",
2785
2785
  "type": "",
2786
2786
  "value": "Ownable: caller is not the owner"
2787
2787
  }
@@ -2789,28 +2789,28 @@
2789
2789
  "functionName": {
2790
2790
  "name": "mstore",
2791
2791
  "nodeType": "YulIdentifier",
2792
- "src": "3870:6:100"
2792
+ "src": "3870:6:101"
2793
2793
  },
2794
2794
  "nodeType": "YulFunctionCall",
2795
- "src": "3870:62:100"
2795
+ "src": "3870:62:101"
2796
2796
  },
2797
2797
  "nodeType": "YulExpressionStatement",
2798
- "src": "3870:62:100"
2798
+ "src": "3870:62:101"
2799
2799
  },
2800
2800
  {
2801
2801
  "nodeType": "YulAssignment",
2802
- "src": "3941:26:100",
2802
+ "src": "3941:26:101",
2803
2803
  "value": {
2804
2804
  "arguments": [
2805
2805
  {
2806
2806
  "name": "headStart",
2807
2807
  "nodeType": "YulIdentifier",
2808
- "src": "3953:9:100"
2808
+ "src": "3953:9:101"
2809
2809
  },
2810
2810
  {
2811
2811
  "kind": "number",
2812
2812
  "nodeType": "YulLiteral",
2813
- "src": "3964:2:100",
2813
+ "src": "3964:2:101",
2814
2814
  "type": "",
2815
2815
  "value": "96"
2816
2816
  }
@@ -2818,16 +2818,16 @@
2818
2818
  "functionName": {
2819
2819
  "name": "add",
2820
2820
  "nodeType": "YulIdentifier",
2821
- "src": "3949:3:100"
2821
+ "src": "3949:3:101"
2822
2822
  },
2823
2823
  "nodeType": "YulFunctionCall",
2824
- "src": "3949:18:100"
2824
+ "src": "3949:18:101"
2825
2825
  },
2826
2826
  "variableNames": [
2827
2827
  {
2828
2828
  "name": "tail",
2829
2829
  "nodeType": "YulIdentifier",
2830
- "src": "3941:4:100"
2830
+ "src": "3941:4:101"
2831
2831
  }
2832
2832
  ]
2833
2833
  }
@@ -2839,7 +2839,7 @@
2839
2839
  {
2840
2840
  "name": "headStart",
2841
2841
  "nodeType": "YulTypedName",
2842
- "src": "3768:9:100",
2842
+ "src": "3768:9:101",
2843
2843
  "type": ""
2844
2844
  }
2845
2845
  ],
@@ -2847,16 +2847,16 @@
2847
2847
  {
2848
2848
  "name": "tail",
2849
2849
  "nodeType": "YulTypedName",
2850
- "src": "3782:4:100",
2850
+ "src": "3782:4:101",
2851
2851
  "type": ""
2852
2852
  }
2853
2853
  ],
2854
- "src": "3617:356:100"
2854
+ "src": "3617:356:101"
2855
2855
  },
2856
2856
  {
2857
2857
  "body": {
2858
2858
  "nodeType": "YulBlock",
2859
- "src": "4125:519:100",
2859
+ "src": "4125:519:101",
2860
2860
  "statements": [
2861
2861
  {
2862
2862
  "expression": {
@@ -2864,19 +2864,19 @@
2864
2864
  {
2865
2865
  "name": "headStart",
2866
2866
  "nodeType": "YulIdentifier",
2867
- "src": "4142:9:100"
2867
+ "src": "4142:9:101"
2868
2868
  },
2869
2869
  {
2870
2870
  "arguments": [
2871
2871
  {
2872
2872
  "name": "value0",
2873
2873
  "nodeType": "YulIdentifier",
2874
- "src": "4157:6:100"
2874
+ "src": "4157:6:101"
2875
2875
  },
2876
2876
  {
2877
2877
  "kind": "number",
2878
2878
  "nodeType": "YulLiteral",
2879
- "src": "4165:42:100",
2879
+ "src": "4165:42:101",
2880
2880
  "type": "",
2881
2881
  "value": "0xffffffffffffffffffffffffffffffffffffffff"
2882
2882
  }
@@ -2884,30 +2884,30 @@
2884
2884
  "functionName": {
2885
2885
  "name": "and",
2886
2886
  "nodeType": "YulIdentifier",
2887
- "src": "4153:3:100"
2887
+ "src": "4153:3:101"
2888
2888
  },
2889
2889
  "nodeType": "YulFunctionCall",
2890
- "src": "4153:55:100"
2890
+ "src": "4153:55:101"
2891
2891
  }
2892
2892
  ],
2893
2893
  "functionName": {
2894
2894
  "name": "mstore",
2895
2895
  "nodeType": "YulIdentifier",
2896
- "src": "4135:6:100"
2896
+ "src": "4135:6:101"
2897
2897
  },
2898
2898
  "nodeType": "YulFunctionCall",
2899
- "src": "4135:74:100"
2899
+ "src": "4135:74:101"
2900
2900
  },
2901
2901
  "nodeType": "YulExpressionStatement",
2902
- "src": "4135:74:100"
2902
+ "src": "4135:74:101"
2903
2903
  },
2904
2904
  {
2905
2905
  "nodeType": "YulVariableDeclaration",
2906
- "src": "4218:12:100",
2906
+ "src": "4218:12:101",
2907
2907
  "value": {
2908
2908
  "kind": "number",
2909
2909
  "nodeType": "YulLiteral",
2910
- "src": "4228:2:100",
2910
+ "src": "4228:2:101",
2911
2911
  "type": "",
2912
2912
  "value": "32"
2913
2913
  },
@@ -2915,7 +2915,7 @@
2915
2915
  {
2916
2916
  "name": "_1",
2917
2917
  "nodeType": "YulTypedName",
2918
- "src": "4222:2:100",
2918
+ "src": "4222:2:101",
2919
2919
  "type": ""
2920
2920
  }
2921
2921
  ]
@@ -2928,26 +2928,26 @@
2928
2928
  {
2929
2929
  "name": "headStart",
2930
2930
  "nodeType": "YulIdentifier",
2931
- "src": "4250:9:100"
2931
+ "src": "4250:9:101"
2932
2932
  },
2933
2933
  {
2934
2934
  "name": "_1",
2935
2935
  "nodeType": "YulIdentifier",
2936
- "src": "4261:2:100"
2936
+ "src": "4261:2:101"
2937
2937
  }
2938
2938
  ],
2939
2939
  "functionName": {
2940
2940
  "name": "add",
2941
2941
  "nodeType": "YulIdentifier",
2942
- "src": "4246:3:100"
2942
+ "src": "4246:3:101"
2943
2943
  },
2944
2944
  "nodeType": "YulFunctionCall",
2945
- "src": "4246:18:100"
2945
+ "src": "4246:18:101"
2946
2946
  },
2947
2947
  {
2948
2948
  "kind": "number",
2949
2949
  "nodeType": "YulLiteral",
2950
- "src": "4266:2:100",
2950
+ "src": "4266:2:101",
2951
2951
  "type": "",
2952
2952
  "value": "64"
2953
2953
  }
@@ -2955,38 +2955,38 @@
2955
2955
  "functionName": {
2956
2956
  "name": "mstore",
2957
2957
  "nodeType": "YulIdentifier",
2958
- "src": "4239:6:100"
2958
+ "src": "4239:6:101"
2959
2959
  },
2960
2960
  "nodeType": "YulFunctionCall",
2961
- "src": "4239:30:100"
2961
+ "src": "4239:30:101"
2962
2962
  },
2963
2963
  "nodeType": "YulExpressionStatement",
2964
- "src": "4239:30:100"
2964
+ "src": "4239:30:101"
2965
2965
  },
2966
2966
  {
2967
2967
  "nodeType": "YulVariableDeclaration",
2968
- "src": "4278:27:100",
2968
+ "src": "4278:27:101",
2969
2969
  "value": {
2970
2970
  "arguments": [
2971
2971
  {
2972
2972
  "name": "value1",
2973
2973
  "nodeType": "YulIdentifier",
2974
- "src": "4298:6:100"
2974
+ "src": "4298:6:101"
2975
2975
  }
2976
2976
  ],
2977
2977
  "functionName": {
2978
2978
  "name": "mload",
2979
2979
  "nodeType": "YulIdentifier",
2980
- "src": "4292:5:100"
2980
+ "src": "4292:5:101"
2981
2981
  },
2982
2982
  "nodeType": "YulFunctionCall",
2983
- "src": "4292:13:100"
2983
+ "src": "4292:13:101"
2984
2984
  },
2985
2985
  "variables": [
2986
2986
  {
2987
2987
  "name": "length",
2988
2988
  "nodeType": "YulTypedName",
2989
- "src": "4282:6:100",
2989
+ "src": "4282:6:101",
2990
2990
  "type": ""
2991
2991
  }
2992
2992
  ]
@@ -2999,12 +2999,12 @@
2999
2999
  {
3000
3000
  "name": "headStart",
3001
3001
  "nodeType": "YulIdentifier",
3002
- "src": "4325:9:100"
3002
+ "src": "4325:9:101"
3003
3003
  },
3004
3004
  {
3005
3005
  "kind": "number",
3006
3006
  "nodeType": "YulLiteral",
3007
- "src": "4336:2:100",
3007
+ "src": "4336:2:101",
3008
3008
  "type": "",
3009
3009
  "value": "64"
3010
3010
  }
@@ -3012,35 +3012,35 @@
3012
3012
  "functionName": {
3013
3013
  "name": "add",
3014
3014
  "nodeType": "YulIdentifier",
3015
- "src": "4321:3:100"
3015
+ "src": "4321:3:101"
3016
3016
  },
3017
3017
  "nodeType": "YulFunctionCall",
3018
- "src": "4321:18:100"
3018
+ "src": "4321:18:101"
3019
3019
  },
3020
3020
  {
3021
3021
  "name": "length",
3022
3022
  "nodeType": "YulIdentifier",
3023
- "src": "4341:6:100"
3023
+ "src": "4341:6:101"
3024
3024
  }
3025
3025
  ],
3026
3026
  "functionName": {
3027
3027
  "name": "mstore",
3028
3028
  "nodeType": "YulIdentifier",
3029
- "src": "4314:6:100"
3029
+ "src": "4314:6:101"
3030
3030
  },
3031
3031
  "nodeType": "YulFunctionCall",
3032
- "src": "4314:34:100"
3032
+ "src": "4314:34:101"
3033
3033
  },
3034
3034
  "nodeType": "YulExpressionStatement",
3035
- "src": "4314:34:100"
3035
+ "src": "4314:34:101"
3036
3036
  },
3037
3037
  {
3038
3038
  "nodeType": "YulVariableDeclaration",
3039
- "src": "4357:10:100",
3039
+ "src": "4357:10:101",
3040
3040
  "value": {
3041
3041
  "kind": "number",
3042
3042
  "nodeType": "YulLiteral",
3043
- "src": "4366:1:100",
3043
+ "src": "4366:1:101",
3044
3044
  "type": "",
3045
3045
  "value": "0"
3046
3046
  },
@@ -3048,7 +3048,7 @@
3048
3048
  {
3049
3049
  "name": "i",
3050
3050
  "nodeType": "YulTypedName",
3051
- "src": "4361:1:100",
3051
+ "src": "4361:1:101",
3052
3052
  "type": ""
3053
3053
  }
3054
3054
  ]
@@ -3056,7 +3056,7 @@
3056
3056
  {
3057
3057
  "body": {
3058
3058
  "nodeType": "YulBlock",
3059
- "src": "4426:90:100",
3059
+ "src": "4426:90:101",
3060
3060
  "statements": [
3061
3061
  {
3062
3062
  "expression": {
@@ -3068,26 +3068,26 @@
3068
3068
  {
3069
3069
  "name": "headStart",
3070
3070
  "nodeType": "YulIdentifier",
3071
- "src": "4455:9:100"
3071
+ "src": "4455:9:101"
3072
3072
  },
3073
3073
  {
3074
3074
  "name": "i",
3075
3075
  "nodeType": "YulIdentifier",
3076
- "src": "4466:1:100"
3076
+ "src": "4466:1:101"
3077
3077
  }
3078
3078
  ],
3079
3079
  "functionName": {
3080
3080
  "name": "add",
3081
3081
  "nodeType": "YulIdentifier",
3082
- "src": "4451:3:100"
3082
+ "src": "4451:3:101"
3083
3083
  },
3084
3084
  "nodeType": "YulFunctionCall",
3085
- "src": "4451:17:100"
3085
+ "src": "4451:17:101"
3086
3086
  },
3087
3087
  {
3088
3088
  "kind": "number",
3089
3089
  "nodeType": "YulLiteral",
3090
- "src": "4470:2:100",
3090
+ "src": "4470:2:101",
3091
3091
  "type": "",
3092
3092
  "value": "96"
3093
3093
  }
@@ -3095,10 +3095,10 @@
3095
3095
  "functionName": {
3096
3096
  "name": "add",
3097
3097
  "nodeType": "YulIdentifier",
3098
- "src": "4447:3:100"
3098
+ "src": "4447:3:101"
3099
3099
  },
3100
3100
  "nodeType": "YulFunctionCall",
3101
- "src": "4447:26:100"
3101
+ "src": "4447:26:101"
3102
3102
  },
3103
3103
  {
3104
3104
  "arguments": [
@@ -3109,56 +3109,56 @@
3109
3109
  {
3110
3110
  "name": "value1",
3111
3111
  "nodeType": "YulIdentifier",
3112
- "src": "4489:6:100"
3112
+ "src": "4489:6:101"
3113
3113
  },
3114
3114
  {
3115
3115
  "name": "i",
3116
3116
  "nodeType": "YulIdentifier",
3117
- "src": "4497:1:100"
3117
+ "src": "4497:1:101"
3118
3118
  }
3119
3119
  ],
3120
3120
  "functionName": {
3121
3121
  "name": "add",
3122
3122
  "nodeType": "YulIdentifier",
3123
- "src": "4485:3:100"
3123
+ "src": "4485:3:101"
3124
3124
  },
3125
3125
  "nodeType": "YulFunctionCall",
3126
- "src": "4485:14:100"
3126
+ "src": "4485:14:101"
3127
3127
  },
3128
3128
  {
3129
3129
  "name": "_1",
3130
3130
  "nodeType": "YulIdentifier",
3131
- "src": "4501:2:100"
3131
+ "src": "4501:2:101"
3132
3132
  }
3133
3133
  ],
3134
3134
  "functionName": {
3135
3135
  "name": "add",
3136
3136
  "nodeType": "YulIdentifier",
3137
- "src": "4481:3:100"
3137
+ "src": "4481:3:101"
3138
3138
  },
3139
3139
  "nodeType": "YulFunctionCall",
3140
- "src": "4481:23:100"
3140
+ "src": "4481:23:101"
3141
3141
  }
3142
3142
  ],
3143
3143
  "functionName": {
3144
3144
  "name": "mload",
3145
3145
  "nodeType": "YulIdentifier",
3146
- "src": "4475:5:100"
3146
+ "src": "4475:5:101"
3147
3147
  },
3148
3148
  "nodeType": "YulFunctionCall",
3149
- "src": "4475:30:100"
3149
+ "src": "4475:30:101"
3150
3150
  }
3151
3151
  ],
3152
3152
  "functionName": {
3153
3153
  "name": "mstore",
3154
3154
  "nodeType": "YulIdentifier",
3155
- "src": "4440:6:100"
3155
+ "src": "4440:6:101"
3156
3156
  },
3157
3157
  "nodeType": "YulFunctionCall",
3158
- "src": "4440:66:100"
3158
+ "src": "4440:66:101"
3159
3159
  },
3160
3160
  "nodeType": "YulExpressionStatement",
3161
- "src": "4440:66:100"
3161
+ "src": "4440:66:101"
3162
3162
  }
3163
3163
  ]
3164
3164
  },
@@ -3167,56 +3167,56 @@
3167
3167
  {
3168
3168
  "name": "i",
3169
3169
  "nodeType": "YulIdentifier",
3170
- "src": "4387:1:100"
3170
+ "src": "4387:1:101"
3171
3171
  },
3172
3172
  {
3173
3173
  "name": "length",
3174
3174
  "nodeType": "YulIdentifier",
3175
- "src": "4390:6:100"
3175
+ "src": "4390:6:101"
3176
3176
  }
3177
3177
  ],
3178
3178
  "functionName": {
3179
3179
  "name": "lt",
3180
3180
  "nodeType": "YulIdentifier",
3181
- "src": "4384:2:100"
3181
+ "src": "4384:2:101"
3182
3182
  },
3183
3183
  "nodeType": "YulFunctionCall",
3184
- "src": "4384:13:100"
3184
+ "src": "4384:13:101"
3185
3185
  },
3186
3186
  "nodeType": "YulForLoop",
3187
3187
  "post": {
3188
3188
  "nodeType": "YulBlock",
3189
- "src": "4398:19:100",
3189
+ "src": "4398:19:101",
3190
3190
  "statements": [
3191
3191
  {
3192
3192
  "nodeType": "YulAssignment",
3193
- "src": "4400:15:100",
3193
+ "src": "4400:15:101",
3194
3194
  "value": {
3195
3195
  "arguments": [
3196
3196
  {
3197
3197
  "name": "i",
3198
3198
  "nodeType": "YulIdentifier",
3199
- "src": "4409:1:100"
3199
+ "src": "4409:1:101"
3200
3200
  },
3201
3201
  {
3202
3202
  "name": "_1",
3203
3203
  "nodeType": "YulIdentifier",
3204
- "src": "4412:2:100"
3204
+ "src": "4412:2:101"
3205
3205
  }
3206
3206
  ],
3207
3207
  "functionName": {
3208
3208
  "name": "add",
3209
3209
  "nodeType": "YulIdentifier",
3210
- "src": "4405:3:100"
3210
+ "src": "4405:3:101"
3211
3211
  },
3212
3212
  "nodeType": "YulFunctionCall",
3213
- "src": "4405:10:100"
3213
+ "src": "4405:10:101"
3214
3214
  },
3215
3215
  "variableNames": [
3216
3216
  {
3217
3217
  "name": "i",
3218
3218
  "nodeType": "YulIdentifier",
3219
- "src": "4400:1:100"
3219
+ "src": "4400:1:101"
3220
3220
  }
3221
3221
  ]
3222
3222
  }
@@ -3224,10 +3224,10 @@
3224
3224
  },
3225
3225
  "pre": {
3226
3226
  "nodeType": "YulBlock",
3227
- "src": "4380:3:100",
3227
+ "src": "4380:3:101",
3228
3228
  "statements": []
3229
3229
  },
3230
- "src": "4376:140:100"
3230
+ "src": "4376:140:101"
3231
3231
  },
3232
3232
  {
3233
3233
  "expression": {
@@ -3239,26 +3239,26 @@
3239
3239
  {
3240
3240
  "name": "headStart",
3241
3241
  "nodeType": "YulIdentifier",
3242
- "src": "4540:9:100"
3242
+ "src": "4540:9:101"
3243
3243
  },
3244
3244
  {
3245
3245
  "name": "length",
3246
3246
  "nodeType": "YulIdentifier",
3247
- "src": "4551:6:100"
3247
+ "src": "4551:6:101"
3248
3248
  }
3249
3249
  ],
3250
3250
  "functionName": {
3251
3251
  "name": "add",
3252
3252
  "nodeType": "YulIdentifier",
3253
- "src": "4536:3:100"
3253
+ "src": "4536:3:101"
3254
3254
  },
3255
3255
  "nodeType": "YulFunctionCall",
3256
- "src": "4536:22:100"
3256
+ "src": "4536:22:101"
3257
3257
  },
3258
3258
  {
3259
3259
  "kind": "number",
3260
3260
  "nodeType": "YulLiteral",
3261
- "src": "4560:2:100",
3261
+ "src": "4560:2:101",
3262
3262
  "type": "",
3263
3263
  "value": "96"
3264
3264
  }
@@ -3266,15 +3266,15 @@
3266
3266
  "functionName": {
3267
3267
  "name": "add",
3268
3268
  "nodeType": "YulIdentifier",
3269
- "src": "4532:3:100"
3269
+ "src": "4532:3:101"
3270
3270
  },
3271
3271
  "nodeType": "YulFunctionCall",
3272
- "src": "4532:31:100"
3272
+ "src": "4532:31:101"
3273
3273
  },
3274
3274
  {
3275
3275
  "kind": "number",
3276
3276
  "nodeType": "YulLiteral",
3277
- "src": "4565:1:100",
3277
+ "src": "4565:1:101",
3278
3278
  "type": "",
3279
3279
  "value": "0"
3280
3280
  }
@@ -3282,17 +3282,17 @@
3282
3282
  "functionName": {
3283
3283
  "name": "mstore",
3284
3284
  "nodeType": "YulIdentifier",
3285
- "src": "4525:6:100"
3285
+ "src": "4525:6:101"
3286
3286
  },
3287
3287
  "nodeType": "YulFunctionCall",
3288
- "src": "4525:42:100"
3288
+ "src": "4525:42:101"
3289
3289
  },
3290
3290
  "nodeType": "YulExpressionStatement",
3291
- "src": "4525:42:100"
3291
+ "src": "4525:42:101"
3292
3292
  },
3293
3293
  {
3294
3294
  "nodeType": "YulAssignment",
3295
- "src": "4576:62:100",
3295
+ "src": "4576:62:101",
3296
3296
  "value": {
3297
3297
  "arguments": [
3298
3298
  {
@@ -3300,7 +3300,7 @@
3300
3300
  {
3301
3301
  "name": "headStart",
3302
3302
  "nodeType": "YulIdentifier",
3303
- "src": "4592:9:100"
3303
+ "src": "4592:9:101"
3304
3304
  },
3305
3305
  {
3306
3306
  "arguments": [
@@ -3309,12 +3309,12 @@
3309
3309
  {
3310
3310
  "name": "length",
3311
3311
  "nodeType": "YulIdentifier",
3312
- "src": "4611:6:100"
3312
+ "src": "4611:6:101"
3313
3313
  },
3314
3314
  {
3315
3315
  "kind": "number",
3316
3316
  "nodeType": "YulLiteral",
3317
- "src": "4619:2:100",
3317
+ "src": "4619:2:101",
3318
3318
  "type": "",
3319
3319
  "value": "31"
3320
3320
  }
@@ -3322,17 +3322,17 @@
3322
3322
  "functionName": {
3323
3323
  "name": "add",
3324
3324
  "nodeType": "YulIdentifier",
3325
- "src": "4607:3:100"
3325
+ "src": "4607:3:101"
3326
3326
  },
3327
3327
  "nodeType": "YulFunctionCall",
3328
- "src": "4607:15:100"
3328
+ "src": "4607:15:101"
3329
3329
  },
3330
3330
  {
3331
3331
  "arguments": [
3332
3332
  {
3333
3333
  "kind": "number",
3334
3334
  "nodeType": "YulLiteral",
3335
- "src": "4628:2:100",
3335
+ "src": "4628:2:101",
3336
3336
  "type": "",
3337
3337
  "value": "31"
3338
3338
  }
@@ -3340,33 +3340,33 @@
3340
3340
  "functionName": {
3341
3341
  "name": "not",
3342
3342
  "nodeType": "YulIdentifier",
3343
- "src": "4624:3:100"
3343
+ "src": "4624:3:101"
3344
3344
  },
3345
3345
  "nodeType": "YulFunctionCall",
3346
- "src": "4624:7:100"
3346
+ "src": "4624:7:101"
3347
3347
  }
3348
3348
  ],
3349
3349
  "functionName": {
3350
3350
  "name": "and",
3351
3351
  "nodeType": "YulIdentifier",
3352
- "src": "4603:3:100"
3352
+ "src": "4603:3:101"
3353
3353
  },
3354
3354
  "nodeType": "YulFunctionCall",
3355
- "src": "4603:29:100"
3355
+ "src": "4603:29:101"
3356
3356
  }
3357
3357
  ],
3358
3358
  "functionName": {
3359
3359
  "name": "add",
3360
3360
  "nodeType": "YulIdentifier",
3361
- "src": "4588:3:100"
3361
+ "src": "4588:3:101"
3362
3362
  },
3363
3363
  "nodeType": "YulFunctionCall",
3364
- "src": "4588:45:100"
3364
+ "src": "4588:45:101"
3365
3365
  },
3366
3366
  {
3367
3367
  "kind": "number",
3368
3368
  "nodeType": "YulLiteral",
3369
- "src": "4635:2:100",
3369
+ "src": "4635:2:101",
3370
3370
  "type": "",
3371
3371
  "value": "96"
3372
3372
  }
@@ -3374,16 +3374,16 @@
3374
3374
  "functionName": {
3375
3375
  "name": "add",
3376
3376
  "nodeType": "YulIdentifier",
3377
- "src": "4584:3:100"
3377
+ "src": "4584:3:101"
3378
3378
  },
3379
3379
  "nodeType": "YulFunctionCall",
3380
- "src": "4584:54:100"
3380
+ "src": "4584:54:101"
3381
3381
  },
3382
3382
  "variableNames": [
3383
3383
  {
3384
3384
  "name": "tail",
3385
3385
  "nodeType": "YulIdentifier",
3386
- "src": "4576:4:100"
3386
+ "src": "4576:4:101"
3387
3387
  }
3388
3388
  ]
3389
3389
  }
@@ -3395,19 +3395,19 @@
3395
3395
  {
3396
3396
  "name": "headStart",
3397
3397
  "nodeType": "YulTypedName",
3398
- "src": "4086:9:100",
3398
+ "src": "4086:9:101",
3399
3399
  "type": ""
3400
3400
  },
3401
3401
  {
3402
3402
  "name": "value1",
3403
3403
  "nodeType": "YulTypedName",
3404
- "src": "4097:6:100",
3404
+ "src": "4097:6:101",
3405
3405
  "type": ""
3406
3406
  },
3407
3407
  {
3408
3408
  "name": "value0",
3409
3409
  "nodeType": "YulTypedName",
3410
- "src": "4105:6:100",
3410
+ "src": "4105:6:101",
3411
3411
  "type": ""
3412
3412
  }
3413
3413
  ],
@@ -3415,16 +3415,16 @@
3415
3415
  {
3416
3416
  "name": "tail",
3417
3417
  "nodeType": "YulTypedName",
3418
- "src": "4116:4:100",
3418
+ "src": "4116:4:101",
3419
3419
  "type": ""
3420
3420
  }
3421
3421
  ],
3422
- "src": "3978:666:100"
3422
+ "src": "3978:666:101"
3423
3423
  },
3424
3424
  {
3425
3425
  "body": {
3426
3426
  "nodeType": "YulBlock",
3427
- "src": "4823:228:100",
3427
+ "src": "4823:228:101",
3428
3428
  "statements": [
3429
3429
  {
3430
3430
  "expression": {
@@ -3432,12 +3432,12 @@
3432
3432
  {
3433
3433
  "name": "headStart",
3434
3434
  "nodeType": "YulIdentifier",
3435
- "src": "4840:9:100"
3435
+ "src": "4840:9:101"
3436
3436
  },
3437
3437
  {
3438
3438
  "kind": "number",
3439
3439
  "nodeType": "YulLiteral",
3440
- "src": "4851:2:100",
3440
+ "src": "4851:2:101",
3441
3441
  "type": "",
3442
3442
  "value": "32"
3443
3443
  }
@@ -3445,13 +3445,13 @@
3445
3445
  "functionName": {
3446
3446
  "name": "mstore",
3447
3447
  "nodeType": "YulIdentifier",
3448
- "src": "4833:6:100"
3448
+ "src": "4833:6:101"
3449
3449
  },
3450
3450
  "nodeType": "YulFunctionCall",
3451
- "src": "4833:21:100"
3451
+ "src": "4833:21:101"
3452
3452
  },
3453
3453
  "nodeType": "YulExpressionStatement",
3454
- "src": "4833:21:100"
3454
+ "src": "4833:21:101"
3455
3455
  },
3456
3456
  {
3457
3457
  "expression": {
@@ -3461,12 +3461,12 @@
3461
3461
  {
3462
3462
  "name": "headStart",
3463
3463
  "nodeType": "YulIdentifier",
3464
- "src": "4874:9:100"
3464
+ "src": "4874:9:101"
3465
3465
  },
3466
3466
  {
3467
3467
  "kind": "number",
3468
3468
  "nodeType": "YulLiteral",
3469
- "src": "4885:2:100",
3469
+ "src": "4885:2:101",
3470
3470
  "type": "",
3471
3471
  "value": "32"
3472
3472
  }
@@ -3474,15 +3474,15 @@
3474
3474
  "functionName": {
3475
3475
  "name": "add",
3476
3476
  "nodeType": "YulIdentifier",
3477
- "src": "4870:3:100"
3477
+ "src": "4870:3:101"
3478
3478
  },
3479
3479
  "nodeType": "YulFunctionCall",
3480
- "src": "4870:18:100"
3480
+ "src": "4870:18:101"
3481
3481
  },
3482
3482
  {
3483
3483
  "kind": "number",
3484
3484
  "nodeType": "YulLiteral",
3485
- "src": "4890:2:100",
3485
+ "src": "4890:2:101",
3486
3486
  "type": "",
3487
3487
  "value": "38"
3488
3488
  }
@@ -3490,13 +3490,13 @@
3490
3490
  "functionName": {
3491
3491
  "name": "mstore",
3492
3492
  "nodeType": "YulIdentifier",
3493
- "src": "4863:6:100"
3493
+ "src": "4863:6:101"
3494
3494
  },
3495
3495
  "nodeType": "YulFunctionCall",
3496
- "src": "4863:30:100"
3496
+ "src": "4863:30:101"
3497
3497
  },
3498
3498
  "nodeType": "YulExpressionStatement",
3499
- "src": "4863:30:100"
3499
+ "src": "4863:30:101"
3500
3500
  },
3501
3501
  {
3502
3502
  "expression": {
@@ -3506,12 +3506,12 @@
3506
3506
  {
3507
3507
  "name": "headStart",
3508
3508
  "nodeType": "YulIdentifier",
3509
- "src": "4913:9:100"
3509
+ "src": "4913:9:101"
3510
3510
  },
3511
3511
  {
3512
3512
  "kind": "number",
3513
3513
  "nodeType": "YulLiteral",
3514
- "src": "4924:2:100",
3514
+ "src": "4924:2:101",
3515
3515
  "type": "",
3516
3516
  "value": "64"
3517
3517
  }
@@ -3519,16 +3519,16 @@
3519
3519
  "functionName": {
3520
3520
  "name": "add",
3521
3521
  "nodeType": "YulIdentifier",
3522
- "src": "4909:3:100"
3522
+ "src": "4909:3:101"
3523
3523
  },
3524
3524
  "nodeType": "YulFunctionCall",
3525
- "src": "4909:18:100"
3525
+ "src": "4909:18:101"
3526
3526
  },
3527
3527
  {
3528
3528
  "hexValue": "4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061",
3529
3529
  "kind": "string",
3530
3530
  "nodeType": "YulLiteral",
3531
- "src": "4929:34:100",
3531
+ "src": "4929:34:101",
3532
3532
  "type": "",
3533
3533
  "value": "Ownable: new owner is the zero a"
3534
3534
  }
@@ -3536,13 +3536,13 @@
3536
3536
  "functionName": {
3537
3537
  "name": "mstore",
3538
3538
  "nodeType": "YulIdentifier",
3539
- "src": "4902:6:100"
3539
+ "src": "4902:6:101"
3540
3540
  },
3541
3541
  "nodeType": "YulFunctionCall",
3542
- "src": "4902:62:100"
3542
+ "src": "4902:62:101"
3543
3543
  },
3544
3544
  "nodeType": "YulExpressionStatement",
3545
- "src": "4902:62:100"
3545
+ "src": "4902:62:101"
3546
3546
  },
3547
3547
  {
3548
3548
  "expression": {
@@ -3552,12 +3552,12 @@
3552
3552
  {
3553
3553
  "name": "headStart",
3554
3554
  "nodeType": "YulIdentifier",
3555
- "src": "4984:9:100"
3555
+ "src": "4984:9:101"
3556
3556
  },
3557
3557
  {
3558
3558
  "kind": "number",
3559
3559
  "nodeType": "YulLiteral",
3560
- "src": "4995:2:100",
3560
+ "src": "4995:2:101",
3561
3561
  "type": "",
3562
3562
  "value": "96"
3563
3563
  }
@@ -3565,16 +3565,16 @@
3565
3565
  "functionName": {
3566
3566
  "name": "add",
3567
3567
  "nodeType": "YulIdentifier",
3568
- "src": "4980:3:100"
3568
+ "src": "4980:3:101"
3569
3569
  },
3570
3570
  "nodeType": "YulFunctionCall",
3571
- "src": "4980:18:100"
3571
+ "src": "4980:18:101"
3572
3572
  },
3573
3573
  {
3574
3574
  "hexValue": "646472657373",
3575
3575
  "kind": "string",
3576
3576
  "nodeType": "YulLiteral",
3577
- "src": "5000:8:100",
3577
+ "src": "5000:8:101",
3578
3578
  "type": "",
3579
3579
  "value": "ddress"
3580
3580
  }
@@ -3582,28 +3582,28 @@
3582
3582
  "functionName": {
3583
3583
  "name": "mstore",
3584
3584
  "nodeType": "YulIdentifier",
3585
- "src": "4973:6:100"
3585
+ "src": "4973:6:101"
3586
3586
  },
3587
3587
  "nodeType": "YulFunctionCall",
3588
- "src": "4973:36:100"
3588
+ "src": "4973:36:101"
3589
3589
  },
3590
3590
  "nodeType": "YulExpressionStatement",
3591
- "src": "4973:36:100"
3591
+ "src": "4973:36:101"
3592
3592
  },
3593
3593
  {
3594
3594
  "nodeType": "YulAssignment",
3595
- "src": "5018:27:100",
3595
+ "src": "5018:27:101",
3596
3596
  "value": {
3597
3597
  "arguments": [
3598
3598
  {
3599
3599
  "name": "headStart",
3600
3600
  "nodeType": "YulIdentifier",
3601
- "src": "5030:9:100"
3601
+ "src": "5030:9:101"
3602
3602
  },
3603
3603
  {
3604
3604
  "kind": "number",
3605
3605
  "nodeType": "YulLiteral",
3606
- "src": "5041:3:100",
3606
+ "src": "5041:3:101",
3607
3607
  "type": "",
3608
3608
  "value": "128"
3609
3609
  }
@@ -3611,16 +3611,16 @@
3611
3611
  "functionName": {
3612
3612
  "name": "add",
3613
3613
  "nodeType": "YulIdentifier",
3614
- "src": "5026:3:100"
3614
+ "src": "5026:3:101"
3615
3615
  },
3616
3616
  "nodeType": "YulFunctionCall",
3617
- "src": "5026:19:100"
3617
+ "src": "5026:19:101"
3618
3618
  },
3619
3619
  "variableNames": [
3620
3620
  {
3621
3621
  "name": "tail",
3622
3622
  "nodeType": "YulIdentifier",
3623
- "src": "5018:4:100"
3623
+ "src": "5018:4:101"
3624
3624
  }
3625
3625
  ]
3626
3626
  }
@@ -3632,7 +3632,7 @@
3632
3632
  {
3633
3633
  "name": "headStart",
3634
3634
  "nodeType": "YulTypedName",
3635
- "src": "4800:9:100",
3635
+ "src": "4800:9:101",
3636
3636
  "type": ""
3637
3637
  }
3638
3638
  ],
@@ -3640,16 +3640,16 @@
3640
3640
  {
3641
3641
  "name": "tail",
3642
3642
  "nodeType": "YulTypedName",
3643
- "src": "4814:4:100",
3643
+ "src": "4814:4:101",
3644
3644
  "type": ""
3645
3645
  }
3646
3646
  ],
3647
- "src": "4649:402:100"
3647
+ "src": "4649:402:101"
3648
3648
  },
3649
3649
  {
3650
3650
  "body": {
3651
3651
  "nodeType": "YulBlock",
3652
- "src": "5247:122:100",
3652
+ "src": "5247:122:101",
3653
3653
  "statements": [
3654
3654
  {
3655
3655
  "expression": {
@@ -3657,12 +3657,12 @@
3657
3657
  {
3658
3658
  "name": "pos",
3659
3659
  "nodeType": "YulIdentifier",
3660
- "src": "5264:3:100"
3660
+ "src": "5264:3:101"
3661
3661
  },
3662
3662
  {
3663
3663
  "kind": "number",
3664
3664
  "nodeType": "YulLiteral",
3665
- "src": "5269:66:100",
3665
+ "src": "5269:66:101",
3666
3666
  "type": "",
3667
3667
  "value": "0xf851a44000000000000000000000000000000000000000000000000000000000"
3668
3668
  }
@@ -3670,28 +3670,28 @@
3670
3670
  "functionName": {
3671
3671
  "name": "mstore",
3672
3672
  "nodeType": "YulIdentifier",
3673
- "src": "5257:6:100"
3673
+ "src": "5257:6:101"
3674
3674
  },
3675
3675
  "nodeType": "YulFunctionCall",
3676
- "src": "5257:79:100"
3676
+ "src": "5257:79:101"
3677
3677
  },
3678
3678
  "nodeType": "YulExpressionStatement",
3679
- "src": "5257:79:100"
3679
+ "src": "5257:79:101"
3680
3680
  },
3681
3681
  {
3682
3682
  "nodeType": "YulAssignment",
3683
- "src": "5345:18:100",
3683
+ "src": "5345:18:101",
3684
3684
  "value": {
3685
3685
  "arguments": [
3686
3686
  {
3687
3687
  "name": "pos",
3688
3688
  "nodeType": "YulIdentifier",
3689
- "src": "5356:3:100"
3689
+ "src": "5356:3:101"
3690
3690
  },
3691
3691
  {
3692
3692
  "kind": "number",
3693
3693
  "nodeType": "YulLiteral",
3694
- "src": "5361:1:100",
3694
+ "src": "5361:1:101",
3695
3695
  "type": "",
3696
3696
  "value": "4"
3697
3697
  }
@@ -3699,16 +3699,16 @@
3699
3699
  "functionName": {
3700
3700
  "name": "add",
3701
3701
  "nodeType": "YulIdentifier",
3702
- "src": "5352:3:100"
3702
+ "src": "5352:3:101"
3703
3703
  },
3704
3704
  "nodeType": "YulFunctionCall",
3705
- "src": "5352:11:100"
3705
+ "src": "5352:11:101"
3706
3706
  },
3707
3707
  "variableNames": [
3708
3708
  {
3709
3709
  "name": "end",
3710
3710
  "nodeType": "YulIdentifier",
3711
- "src": "5345:3:100"
3711
+ "src": "5345:3:101"
3712
3712
  }
3713
3713
  ]
3714
3714
  }
@@ -3720,7 +3720,7 @@
3720
3720
  {
3721
3721
  "name": "pos",
3722
3722
  "nodeType": "YulTypedName",
3723
- "src": "5231:3:100",
3723
+ "src": "5231:3:101",
3724
3724
  "type": ""
3725
3725
  }
3726
3726
  ],
@@ -3728,16 +3728,16 @@
3728
3728
  {
3729
3729
  "name": "end",
3730
3730
  "nodeType": "YulTypedName",
3731
- "src": "5239:3:100",
3731
+ "src": "5239:3:101",
3732
3732
  "type": ""
3733
3733
  }
3734
3734
  ],
3735
- "src": "5056:313:100"
3735
+ "src": "5056:313:101"
3736
3736
  }
3737
3737
  ]
3738
3738
  },
3739
3739
  "contents": "{\n { }\n function validator_revert_contract_TransparentUpgradeableProxy(value)\n {\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$14091(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_TransparentUpgradeableProxy(value)\n value0 := value\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$14091t_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_TransparentUpgradeableProxy(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_TransparentUpgradeableProxy(value_1)\n value1 := value_1\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_TransparentUpgradeableProxy_$14091t_addresst_bytes_memory_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_TransparentUpgradeableProxy(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_TransparentUpgradeableProxy(value_1)\n value1 := value_1\n let offset := calldataload(add(headStart, 64))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if iszero(slt(add(_2, 0x1f), dataEnd)) { revert(0, 0) }\n let _3 := calldataload(_2)\n if gt(_3, _1) { panic_error_0x41() }\n let _4 := not(31)\n let memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(and(add(_3, 0x1f), _4), 63), _4))\n if or(gt(newFreePtr, _1), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n mstore(memPtr, _3)\n if gt(add(add(_2, _3), 32), dataEnd) { revert(0, 0) }\n calldatacopy(add(memPtr, 32), add(_2, 32), _3)\n mstore(add(add(memPtr, _3), 32), 0)\n value2 := memPtr\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_TransparentUpgradeableProxy(value)\n value0 := value\n }\n function abi_encode_tuple_packed_t_stringliteral_96a4c6be7716f5be15d118c16bd1d464cb27f01187d0b9218993a5d488a47c29__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos) -> end\n {\n mstore(pos, 0x5c60da1b00000000000000000000000000000000000000000000000000000000)\n end := add(pos, 4)\n }\n function abi_decode_tuple_t_address_payable_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_contract_TransparentUpgradeableProxy(value)\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"Ownable: caller is not the owner\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_address_t_bytes_memory_ptr__to_t_address_t_bytes_memory_ptr__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n let _1 := 32\n mstore(add(headStart, _1), 64)\n let length := mload(value1)\n mstore(add(headStart, 64), length)\n let i := 0\n for { } lt(i, length) { i := add(i, _1) }\n {\n mstore(add(add(headStart, i), 96), mload(add(add(value1, i), _1)))\n }\n mstore(add(add(headStart, length), 96), 0)\n tail := add(add(headStart, and(add(length, 31), not(31))), 96)\n }\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 38)\n mstore(add(headStart, 64), \"Ownable: new owner is the zero a\")\n mstore(add(headStart, 96), \"ddress\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_packed_t_stringliteral_cb23cf6c353ccb16f0d92c8e6b5c5b425654e65dd07e2d295b394de4cf15afb7__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos) -> end\n {\n mstore(pos, 0xf851a44000000000000000000000000000000000000000000000000000000000)\n end := add(pos, 4)\n }\n}",
3740
- "id": 100,
3740
+ "id": 101,
3741
3741
  "language": "Yul",
3742
3742
  "name": "#utility.yul"
3743
3743
  }
@@ -3745,7 +3745,7 @@
3745
3745
  "immutableReferences": {},
3746
3746
  "linkReferences": {},
3747
3747
  "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x7B JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x9623609D GT PUSH2 0x4E JUMPI DUP1 PUSH4 0x9623609D EQ PUSH2 0x111 JUMPI DUP1 PUSH4 0x99A88EC4 EQ PUSH2 0x124 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x144 JUMPI DUP1 PUSH4 0xF3B7DEAD EQ PUSH2 0x164 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x204E1C7A EQ PUSH2 0x80 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0xBC JUMPI DUP1 PUSH4 0x7EFF275E EQ PUSH2 0xD3 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0xF3 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x8C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xA0 PUSH2 0x9B CALLDATASIZE PUSH1 0x4 PUSH2 0x685 JUMP JUMPDEST PUSH2 0x184 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xC8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xD1 PUSH2 0x22E JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xDF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xD1 PUSH2 0xEE CALLDATASIZE PUSH1 0x4 PUSH2 0x6A9 JUMP JUMPDEST PUSH2 0x299 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xFF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0xA0 JUMP JUMPDEST PUSH2 0xD1 PUSH2 0x11F CALLDATASIZE PUSH1 0x4 PUSH2 0x711 JUMP JUMPDEST PUSH2 0x36C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x130 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xD1 PUSH2 0x13F CALLDATASIZE PUSH1 0x4 PUSH2 0x6A9 JUMP JUMPDEST PUSH2 0x446 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x150 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xD1 PUSH2 0x15F CALLDATASIZE PUSH1 0x4 PUSH2 0x685 JUMP JUMPDEST PUSH2 0x4E7 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x170 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xA0 PUSH2 0x17F CALLDATASIZE PUSH1 0x4 PUSH2 0x685 JUMP JUMPDEST PUSH2 0x5C9 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x40 MLOAD PUSH2 0x1C3 SWAP1 PUSH32 0x5C60DA1B00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS STATICCALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x1FE JUMPI PUSH1 0x40 MLOAD SWAP2 POP PUSH1 0x1F NOT PUSH1 0x3F RETURNDATASIZE ADD AND DUP3 ADD PUSH1 0x40 MSTORE RETURNDATASIZE DUP3 MSTORE RETURNDATASIZE PUSH1 0x0 PUSH1 0x20 DUP5 ADD RETURNDATACOPY PUSH2 0x203 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP DUP2 PUSH2 0x212 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0x226 SWAP2 SWAP1 PUSH2 0x7E7 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x28D JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x297 PUSH1 0x0 PUSH2 0x608 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x2F3 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x284 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x8F28397000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 DUP2 AND PUSH1 0x4 DUP4 ADD MSTORE DUP4 AND SWAP1 PUSH4 0x8F283970 SWAP1 PUSH1 0x24 ADD JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x350 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x364 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x3C6 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x284 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x4F1EF28600000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND SWAP1 PUSH4 0x4F1EF286 SWAP1 CALLVALUE SWAP1 PUSH2 0x40F SWAP1 DUP7 SWAP1 DUP7 SWAP1 PUSH1 0x4 ADD PUSH2 0x804 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x428 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x43C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x4A0 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x284 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x3659CFE600000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 DUP2 AND PUSH1 0x4 DUP4 ADD MSTORE DUP4 AND SWAP1 PUSH4 0x3659CFE6 SWAP1 PUSH1 0x24 ADD PUSH2 0x336 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x541 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x284 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x5BD JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x26 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F776E61626C653A206E6577206F776E657220697320746865207A65726F2061 PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x6464726573730000000000000000000000000000000000000000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x284 JUMP JUMPDEST PUSH2 0x5C6 DUP2 PUSH2 0x608 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x40 MLOAD PUSH2 0x1C3 SWAP1 PUSH32 0xF851A44000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 DUP2 AND PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 DUP4 AND DUP2 OR DUP5 SSTORE PUSH1 0x40 MLOAD SWAP2 SWAP1 SWAP3 AND SWAP3 DUP4 SWAP2 PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 SWAP2 SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x5C6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x697 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x6A2 DUP2 PUSH2 0x670 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x6BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x6C7 DUP2 PUSH2 0x670 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x6D7 DUP2 PUSH2 0x670 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x726 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x731 DUP2 PUSH2 0x670 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x741 DUP2 PUSH2 0x670 JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x75E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP7 ADD SWAP2 POP DUP7 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x772 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD DUP2 DUP2 GT ISZERO PUSH2 0x784 JUMPI PUSH2 0x784 PUSH2 0x6E2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT SWAP1 DUP2 AND PUSH1 0x3F ADD AND DUP2 ADD SWAP1 DUP4 DUP3 GT DUP2 DUP4 LT OR ISZERO PUSH2 0x7AC JUMPI PUSH2 0x7AC PUSH2 0x6E2 JUMP JUMPDEST DUP2 PUSH1 0x40 MSTORE DUP3 DUP2 MSTORE DUP10 PUSH1 0x20 DUP5 DUP8 ADD ADD GT ISZERO PUSH2 0x7C5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 PUSH1 0x20 DUP7 ADD PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 PUSH1 0x20 DUP5 DUP4 ADD ADD MSTORE DUP1 SWAP6 POP POP POP POP POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x7F9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x6A2 DUP2 PUSH2 0x670 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND DUP2 MSTORE PUSH1 0x0 PUSH1 0x20 PUSH1 0x40 DUP2 DUP5 ADD MSTORE DUP4 MLOAD DUP1 PUSH1 0x40 DUP6 ADD MSTORE PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x841 JUMPI DUP6 DUP2 ADD DUP4 ADD MLOAD DUP6 DUP3 ADD PUSH1 0x60 ADD MSTORE DUP3 ADD PUSH2 0x825 JUMP JUMPDEST POP PUSH1 0x0 PUSH1 0x60 DUP3 DUP7 ADD ADD MSTORE PUSH1 0x60 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND DUP6 ADD ADD SWAP3 POP POP POP SWAP4 SWAP3 POP POP POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP15 0xCC 0xE6 CALLER 0xB7 SUB 0x21 ADDMOD JUMPI DUP9 STATICCALL 0xB2 PUSH2 0x977B PC 0xE6 0xD0 0xD9 CHAINID 0x5E 0xED DUP5 EXTCODESIZE PUSH30 0xDBA9AF9335750664736F6C63430008110033000000000000000000000000 ",
3748
- "sourceMap": "435:2404:39:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;635:437;;;;;;;;;;-1:-1:-1;635:437:39;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;684:55:100;;;666:74;;654:2;639:18;635:437:39;;;;;;;1668:101:33;;;;;;;;;;;;;:::i;:::-;;1825:148:39;;;;;;;;;;-1:-1:-1;1825:148:39;;;;;:::i;:::-;;:::i;1036:85:33:-;;;;;;;;;;-1:-1:-1;1082:7:33;1108:6;-1:-1:-1;;;;;1108:6:33;1036:85;;2593:244:39;;;;;;:::i;:::-;;:::i;2178:149::-;;;;;;;;;;-1:-1:-1;2178:149:39;;;;;:::i;:::-;;:::i;1918:198:33:-;;;;;;;;;;-1:-1:-1;1918:198:33;;;;;:::i;:::-;;:::i;1232:419:39:-;;;;;;;;;;-1:-1:-1;1232:419:39;;;;;:::i;:::-;;:::i;635:437::-;731:7;908:12;922:23;957:5;-1:-1:-1;;;;;949:25:39;:40;;;;3219:66:100;3207:79;;3311:1;3302:11;;3006:313;949:40:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;907:82;;;;1007:7;999:16;;;;;;1043:10;1032:33;;;;;;;;;;;;:::i;:::-;1025:40;635:437;-1:-1:-1;;;;635:437:39:o;1668:101:33:-;1082:7;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;3819:2:100;1240:68:33;;;3801:21:100;;;3838:18;;;3831:30;3897:34;3877:18;;;3870:62;3949:18;;1240:68:33;;;;;;;;;1732:30:::1;1759:1;1732:18;:30::i;:::-;1668:101::o:0;1825:148:39:-;1082:7:33;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;3819:2:100;1240:68:33;;;3801:21:100;;;3838:18;;;3831:30;3897:34;3877:18;;;3870:62;3949:18;;1240:68:33;3617:356:100;1240:68:33;1939:27:39::1;::::0;;;;-1:-1:-1;;;;;684:55:100;;;1939:27:39::1;::::0;::::1;666:74:100::0;1939:17:39;::::1;::::0;::::1;::::0;639:18:100;;1939:27:39::1;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;1825:148:::0;;:::o;2593:244::-;1082:7:33;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;3819:2:100;1240:68:33;;;3801:21:100;;;3838:18;;;3831:30;3897:34;3877:18;;;3870:62;3949:18;;1240:68:33;3617:356:100;1240:68:33;2768:62:39::1;::::0;;;;-1:-1:-1;;;;;2768:22:39;::::1;::::0;::::1;::::0;2798:9:::1;::::0;2768:62:::1;::::0;2809:14;;2825:4;;2768:62:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;2593:244:::0;;;:::o;2178:149::-;1082:7:33;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;3819:2:100;1240:68:33;;;3801:21:100;;;3838:18;;;3831:30;3897:34;3877:18;;;3870:62;3949:18;;1240:68:33;3617:356:100;1240:68:33;2289:31:39::1;::::0;;;;-1:-1:-1;;;;;684:55:100;;;2289:31:39::1;::::0;::::1;666:74:100::0;2289:15:39;::::1;::::0;::::1;::::0;639:18:100;;2289:31:39::1;520:226:100::0;1918:198:33;1082:7;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;3819:2:100;1240:68:33;;;3801:21:100;;;3838:18;;;3831:30;3897:34;3877:18;;;3870:62;3949:18;;1240:68:33;3617:356:100;1240:68:33;-1:-1:-1;;;;;2006:22:33;::::1;1998:73;;;::::0;-1:-1:-1;;;1998:73:33;;4851:2:100;1998:73:33::1;::::0;::::1;4833:21:100::0;4890:2;4870:18;;;4863:30;4929:34;4909:18;;;4902:62;5000:8;4980:18;;;4973:36;5026:19;;1998:73:33::1;4649:402:100::0;1998:73:33::1;2081:28;2100:8;2081:18;:28::i;:::-;1918:198:::0;:::o;1232:419:39:-;1319:7;1487:12;1501:23;1536:5;-1:-1:-1;;;;;1528:25:39;:40;;;;5269:66:100;5257:79;;5361:1;5352:11;;5056:313;2270:187:33;2343:16;2362:6;;-1:-1:-1;;;;;2378:17:33;;;;;;;;;;2410:40;;2362:6;;;;;;;2410:40;;2343:16;2410:40;2333:124;2270:187;:::o;14:183:100:-;-1:-1:-1;;;;;122:5:100;118:54;111:5;108:65;98:93;;187:1;184;177:12;202:313;298:6;351:2;339:9;330:7;326:23;322:32;319:52;;;367:1;364;357:12;319:52;406:9;393:23;425:60;479:5;425:60;:::i;:::-;504:5;202:313;-1:-1:-1;;;202:313:100:o;751:483::-;856:6;864;917:2;905:9;896:7;892:23;888:32;885:52;;;933:1;930;923:12;885:52;972:9;959:23;991:60;1045:5;991:60;:::i;:::-;1070:5;-1:-1:-1;1127:2:100;1112:18;;1099:32;1140:62;1099:32;1140:62;:::i;:::-;1221:7;1211:17;;;751:483;;;;;:::o;1239:184::-;1291:77;1288:1;1281:88;1388:4;1385:1;1378:15;1412:4;1409:1;1402:15;1428:1292;1551:6;1559;1567;1620:2;1608:9;1599:7;1595:23;1591:32;1588:52;;;1636:1;1633;1626:12;1588:52;1675:9;1662:23;1694:60;1748:5;1694:60;:::i;:::-;1773:5;-1:-1:-1;1830:2:100;1815:18;;1802:32;1843:62;1802:32;1843:62;:::i;:::-;1924:7;-1:-1:-1;1982:2:100;1967:18;;1954:32;2005:18;2035:14;;;2032:34;;;2062:1;2059;2052:12;2032:34;2100:6;2089:9;2085:22;2075:32;;2145:7;2138:4;2134:2;2130:13;2126:27;2116:55;;2167:1;2164;2157:12;2116:55;2203:2;2190:16;2225:2;2221;2218:10;2215:36;;;2231:18;;:::i;:::-;2306:2;2300:9;2274:2;2360:13;;-1:-1:-1;;2356:22:100;;;2380:2;2352:31;2348:40;2336:53;;;2404:18;;;2424:22;;;2401:46;2398:72;;;2450:18;;:::i;:::-;2490:10;2486:2;2479:22;2525:2;2517:6;2510:18;2565:7;2560:2;2555;2551;2547:11;2543:20;2540:33;2537:53;;;2586:1;2583;2576:12;2537:53;2642:2;2637;2633;2629:11;2624:2;2616:6;2612:15;2599:46;2687:1;2682:2;2677;2669:6;2665:15;2661:24;2654:35;2708:6;2698:16;;;;;;;1428:1292;;;;;:::o;3324:288::-;3402:6;3455:2;3443:9;3434:7;3430:23;3426:32;3423:52;;;3471:1;3468;3461:12;3423:52;3503:9;3497:16;3522:60;3576:5;3522:60;:::i;3978:666::-;-1:-1:-1;;;;;4157:6:100;4153:55;4142:9;4135:74;4116:4;4228:2;4266;4261;4250:9;4246:18;4239:30;4298:6;4292:13;4341:6;4336:2;4325:9;4321:18;4314:34;4366:1;4376:140;4390:6;4387:1;4384:13;4376:140;;;4485:14;;;4481:23;;4475:30;4451:17;;;4470:2;4447:26;4440:66;4405:10;;4376:140;;;4380:3;4565:1;4560:2;4551:6;4540:9;4536:22;4532:31;4525:42;4635:2;4628;4624:7;4619:2;4611:6;4607:15;4603:29;4592:9;4588:45;4584:54;4576:62;;;;3978:666;;;;;:::o"
3748
+ "sourceMap": "435:2404:39:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;635:437;;;;;;;;;;-1:-1:-1;635:437:39;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;684:55:101;;;666:74;;654:2;639:18;635:437:39;;;;;;;1668:101:33;;;;;;;;;;;;;:::i;:::-;;1825:148:39;;;;;;;;;;-1:-1:-1;1825:148:39;;;;;:::i;:::-;;:::i;1036:85:33:-;;;;;;;;;;-1:-1:-1;1082:7:33;1108:6;-1:-1:-1;;;;;1108:6:33;1036:85;;2593:244:39;;;;;;:::i;:::-;;:::i;2178:149::-;;;;;;;;;;-1:-1:-1;2178:149:39;;;;;:::i;:::-;;:::i;1918:198:33:-;;;;;;;;;;-1:-1:-1;1918:198:33;;;;;:::i;:::-;;:::i;1232:419:39:-;;;;;;;;;;-1:-1:-1;1232:419:39;;;;;:::i;:::-;;:::i;635:437::-;731:7;908:12;922:23;957:5;-1:-1:-1;;;;;949:25:39;:40;;;;3219:66:101;3207:79;;3311:1;3302:11;;3006:313;949:40:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;907:82;;;;1007:7;999:16;;;;;;1043:10;1032:33;;;;;;;;;;;;:::i;:::-;1025:40;635:437;-1:-1:-1;;;;635:437:39:o;1668:101:33:-;1082:7;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;3819:2:101;1240:68:33;;;3801:21:101;;;3838:18;;;3831:30;3897:34;3877:18;;;3870:62;3949:18;;1240:68:33;;;;;;;;;1732:30:::1;1759:1;1732:18;:30::i;:::-;1668:101::o:0;1825:148:39:-;1082:7:33;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;3819:2:101;1240:68:33;;;3801:21:101;;;3838:18;;;3831:30;3897:34;3877:18;;;3870:62;3949:18;;1240:68:33;3617:356:101;1240:68:33;1939:27:39::1;::::0;;;;-1:-1:-1;;;;;684:55:101;;;1939:27:39::1;::::0;::::1;666:74:101::0;1939:17:39;::::1;::::0;::::1;::::0;639:18:101;;1939:27:39::1;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;1825:148:::0;;:::o;2593:244::-;1082:7:33;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;3819:2:101;1240:68:33;;;3801:21:101;;;3838:18;;;3831:30;3897:34;3877:18;;;3870:62;3949:18;;1240:68:33;3617:356:101;1240:68:33;2768:62:39::1;::::0;;;;-1:-1:-1;;;;;2768:22:39;::::1;::::0;::::1;::::0;2798:9:::1;::::0;2768:62:::1;::::0;2809:14;;2825:4;;2768:62:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;2593:244:::0;;;:::o;2178:149::-;1082:7:33;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;3819:2:101;1240:68:33;;;3801:21:101;;;3838:18;;;3831:30;3897:34;3877:18;;;3870:62;3949:18;;1240:68:33;3617:356:101;1240:68:33;2289:31:39::1;::::0;;;;-1:-1:-1;;;;;684:55:101;;;2289:31:39::1;::::0;::::1;666:74:101::0;2289:15:39;::::1;::::0;::::1;::::0;639:18:101;;2289:31:39::1;520:226:101::0;1918:198:33;1082:7;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;3819:2:101;1240:68:33;;;3801:21:101;;;3838:18;;;3831:30;3897:34;3877:18;;;3870:62;3949:18;;1240:68:33;3617:356:101;1240:68:33;-1:-1:-1;;;;;2006:22:33;::::1;1998:73;;;::::0;-1:-1:-1;;;1998:73:33;;4851:2:101;1998:73:33::1;::::0;::::1;4833:21:101::0;4890:2;4870:18;;;4863:30;4929:34;4909:18;;;4902:62;5000:8;4980:18;;;4973:36;5026:19;;1998:73:33::1;4649:402:101::0;1998:73:33::1;2081:28;2100:8;2081:18;:28::i;:::-;1918:198:::0;:::o;1232:419:39:-;1319:7;1487:12;1501:23;1536:5;-1:-1:-1;;;;;1528:25:39;:40;;;;5269:66:101;5257:79;;5361:1;5352:11;;5056:313;2270:187:33;2343:16;2362:6;;-1:-1:-1;;;;;2378:17:33;;;;;;;;;;2410:40;;2362:6;;;;;;;2410:40;;2343:16;2410:40;2333:124;2270:187;:::o;14:183:101:-;-1:-1:-1;;;;;122:5:101;118:54;111:5;108:65;98:93;;187:1;184;177:12;202:313;298:6;351:2;339:9;330:7;326:23;322:32;319:52;;;367:1;364;357:12;319:52;406:9;393:23;425:60;479:5;425:60;:::i;:::-;504:5;202:313;-1:-1:-1;;;202:313:101:o;751:483::-;856:6;864;917:2;905:9;896:7;892:23;888:32;885:52;;;933:1;930;923:12;885:52;972:9;959:23;991:60;1045:5;991:60;:::i;:::-;1070:5;-1:-1:-1;1127:2:101;1112:18;;1099:32;1140:62;1099:32;1140:62;:::i;:::-;1221:7;1211:17;;;751:483;;;;;:::o;1239:184::-;1291:77;1288:1;1281:88;1388:4;1385:1;1378:15;1412:4;1409:1;1402:15;1428:1292;1551:6;1559;1567;1620:2;1608:9;1599:7;1595:23;1591:32;1588:52;;;1636:1;1633;1626:12;1588:52;1675:9;1662:23;1694:60;1748:5;1694:60;:::i;:::-;1773:5;-1:-1:-1;1830:2:101;1815:18;;1802:32;1843:62;1802:32;1843:62;:::i;:::-;1924:7;-1:-1:-1;1982:2:101;1967:18;;1954:32;2005:18;2035:14;;;2032:34;;;2062:1;2059;2052:12;2032:34;2100:6;2089:9;2085:22;2075:32;;2145:7;2138:4;2134:2;2130:13;2126:27;2116:55;;2167:1;2164;2157:12;2116:55;2203:2;2190:16;2225:2;2221;2218:10;2215:36;;;2231:18;;:::i;:::-;2306:2;2300:9;2274:2;2360:13;;-1:-1:-1;;2356:22:101;;;2380:2;2352:31;2348:40;2336:53;;;2404:18;;;2424:22;;;2401:46;2398:72;;;2450:18;;:::i;:::-;2490:10;2486:2;2479:22;2525:2;2517:6;2510:18;2565:7;2560:2;2555;2551;2547:11;2543:20;2540:33;2537:53;;;2586:1;2583;2576:12;2537:53;2642:2;2637;2633;2629:11;2624:2;2616:6;2612:15;2599:46;2687:1;2682:2;2677;2669:6;2665:15;2661:24;2654:35;2708:6;2698:16;;;;;;;1428:1292;;;;;:::o;3324:288::-;3402:6;3455:2;3443:9;3434:7;3430:23;3426:32;3423:52;;;3471:1;3468;3461:12;3423:52;3503:9;3497:16;3522:60;3576:5;3522:60;:::i;3978:666::-;-1:-1:-1;;;;;4157:6:101;4153:55;4142:9;4135:74;4116:4;4228:2;4266;4261;4250:9;4246:18;4239:30;4298:6;4292:13;4341:6;4336:2;4325:9;4321:18;4314:34;4366:1;4376:140;4390:6;4387:1;4384:13;4376:140;;;4485:14;;;4481:23;;4475:30;4451:17;;;4470:2;4447:26;4440:66;4405:10;;4376:140;;;4380:3;4565:1;4560:2;4551:6;4540:9;4536:22;4532:31;4525:42;4635:2;4628;4624:7;4619:2;4611:6;4607:15;4603:29;4592:9;4588:45;4584:54;4576:62;;;;3978:666;;;;;:::o"
3749
3749
  },
3750
3750
  "gasEstimates": {
3751
3751
  "creation": {