@keep-network/tbtc-v2 1.6.0-dev.15 → 1.6.0-dev.17

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 (147) 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/DonationVault.json +3 -3
  14. package/artifacts/EcdsaDkgValidator.json +1 -1
  15. package/artifacts/EcdsaInactivity.json +1 -1
  16. package/artifacts/EcdsaSortitionPool.json +3 -3
  17. package/artifacts/Fraud.json +2 -2
  18. package/artifacts/LightRelay.json +18 -18
  19. package/artifacts/LightRelayMaintainerProxy.json +8 -8
  20. package/artifacts/MaintainerProxy.json +19 -19
  21. package/artifacts/MovingFunds.json +2 -2
  22. package/artifacts/NuCypherToken.json +2 -2
  23. package/artifacts/RandomBeacon.json +2 -2
  24. package/artifacts/RandomBeaconChaosnet.json +2 -2
  25. package/artifacts/RandomBeaconGovernance.json +2 -2
  26. package/artifacts/Redemption.json +2 -2
  27. package/artifacts/ReimbursementPool.json +2 -2
  28. package/artifacts/T.json +2 -2
  29. package/artifacts/TBTC.json +3 -3
  30. package/artifacts/TBTCToken.json +3 -3
  31. package/artifacts/TBTCVault.json +23 -23
  32. package/artifacts/TokenStaking.json +1 -1
  33. package/artifacts/TokenholderGovernor.json +9 -9
  34. package/artifacts/TokenholderTimelock.json +8 -8
  35. package/artifacts/VendingMachine.json +3 -3
  36. package/artifacts/VendingMachineNuCypher.json +1 -1
  37. package/artifacts/VendingMachineV2.json +3 -3
  38. package/artifacts/VendingMachineV3.json +3 -3
  39. package/artifacts/WalletProposalValidator.json +2 -2
  40. package/artifacts/WalletRegistry.json +5 -5
  41. package/artifacts/WalletRegistryGovernance.json +2 -2
  42. package/artifacts/Wallets.json +2 -2
  43. package/artifacts/solcInputs/{1788e81ec23cfa014c2c13441f296723.json → d86f3b9c8cafe2e77604a4fc30b88b09.json} +12 -0
  44. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  45. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  46. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  47. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  48. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  49. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  50. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  51. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  52. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  53. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  54. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  55. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  56. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  57. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  58. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  59. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  60. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  61. package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
  62. package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
  63. package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.dbg.json +1 -1
  64. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  65. package/build/contracts/integrator/AbstractTBTCDepositor.sol/AbstractTBTCDepositor.dbg.json +4 -0
  66. package/build/contracts/integrator/AbstractTBTCDepositor.sol/AbstractTBTCDepositor.json +113 -0
  67. package/build/contracts/integrator/IBridge.sol/IBridge.dbg.json +4 -0
  68. package/build/contracts/integrator/IBridge.sol/IBridge.json +172 -0
  69. package/build/contracts/integrator/IBridge.sol/IBridgeTypes.dbg.json +4 -0
  70. package/build/contracts/integrator/IBridge.sol/IBridgeTypes.json +10 -0
  71. package/build/contracts/integrator/ITBTCVault.sol/ITBTCVault.dbg.json +4 -0
  72. package/build/contracts/integrator/ITBTCVault.sol/ITBTCVault.json +48 -0
  73. package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
  74. package/build/contracts/l2/L2WormholeGateway.sol/IWormholeTokenBridge.dbg.json +1 -1
  75. package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
  76. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  77. package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
  78. package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
  79. package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
  80. package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
  81. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  82. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  83. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  84. package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
  85. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  86. package/contracts/integrator/AbstractTBTCDepositor.sol +321 -0
  87. package/contracts/integrator/IBridge.sol +80 -0
  88. package/contracts/integrator/ITBTCVault.sol +28 -0
  89. package/export/artifacts/@keep-network/bitcoin-spv-sol/contracts/BTCUtils.sol/BTCUtils.json +20 -20
  90. package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +1986 -1986
  91. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +20 -20
  92. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +1836 -1836
  93. package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +545 -545
  94. package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +506 -506
  95. package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +23 -23
  96. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +2456 -2456
  97. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +465 -465
  98. package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +568 -568
  99. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +603 -603
  100. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +1001 -1001
  101. package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +1877 -1877
  102. package/export/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +654 -654
  103. package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +2534 -2534
  104. package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +736 -736
  105. package/export/artifacts/contracts/bank/Bank.sol/Bank.json +1872 -1872
  106. package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +7234 -7234
  107. package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +1257 -1257
  108. package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +972 -972
  109. package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +1122 -1122
  110. package/export/artifacts/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +5028 -5028
  111. package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +3002 -3002
  112. package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +2490 -2490
  113. package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +2456 -2456
  114. package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +1922 -1922
  115. package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +1013 -1013
  116. package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +1874 -1874
  117. package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +8259 -8259
  118. package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +130 -130
  119. package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +2047 -2047
  120. package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +354 -354
  121. package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +1924 -1924
  122. package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +568 -568
  123. package/export/artifacts/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +1249 -1249
  124. package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +2291 -2291
  125. package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +1698 -1698
  126. package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +189 -189
  127. package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockBridge.json +6631 -0
  128. package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockTBTCVault.json +1523 -0
  129. package/export/artifacts/contracts/test/TestTBTCDepositor.sol/TestTBTCDepositor.json +11156 -0
  130. package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +1447 -1447
  131. package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2847 -2847
  132. package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +858 -858
  133. package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +3489 -3489
  134. package/export/typechain/AbstractTBTCDepositor.js +2 -0
  135. package/export/typechain/IBridge.js +2 -0
  136. package/export/typechain/ITBTCVault.js +2 -0
  137. package/export/typechain/MockBridge.js +2 -0
  138. package/export/typechain/MockTBTCVault.js +2 -0
  139. package/export/typechain/TestTBTCDepositor.js +2 -0
  140. package/export/typechain/factories/AbstractTBTCDepositor__factory.js +124 -0
  141. package/export/typechain/factories/IBridge__factory.js +183 -0
  142. package/export/typechain/factories/ITBTCVault__factory.js +59 -0
  143. package/export/typechain/factories/MockBridge__factory.js +303 -0
  144. package/export/typechain/factories/MockTBTCVault__factory.js +166 -0
  145. package/export/typechain/factories/TestTBTCDepositor__factory.js +362 -0
  146. package/export/typechain/index.js +14 -1
  147. package/package.json +1 -1
@@ -365,22 +365,22 @@
365
365
  {
366
366
  "ast": {
367
367
  "nodeType": "YulBlock",
368
- "src": "0:5371:126",
368
+ "src": "0:5371:130",
369
369
  "statements": [
370
370
  {
371
371
  "nodeType": "YulBlock",
372
- "src": "6:3:126",
372
+ "src": "6:3:130",
373
373
  "statements": []
374
374
  },
375
375
  {
376
376
  "body": {
377
377
  "nodeType": "YulBlock",
378
- "src": "88:109:126",
378
+ "src": "88:109:130",
379
379
  "statements": [
380
380
  {
381
381
  "body": {
382
382
  "nodeType": "YulBlock",
383
- "src": "175:16:126",
383
+ "src": "175:16:130",
384
384
  "statements": [
385
385
  {
386
386
  "expression": {
@@ -388,14 +388,14 @@
388
388
  {
389
389
  "kind": "number",
390
390
  "nodeType": "YulLiteral",
391
- "src": "184:1:126",
391
+ "src": "184:1:130",
392
392
  "type": "",
393
393
  "value": "0"
394
394
  },
395
395
  {
396
396
  "kind": "number",
397
397
  "nodeType": "YulLiteral",
398
- "src": "187:1:126",
398
+ "src": "187:1:130",
399
399
  "type": "",
400
400
  "value": "0"
401
401
  }
@@ -403,13 +403,13 @@
403
403
  "functionName": {
404
404
  "name": "revert",
405
405
  "nodeType": "YulIdentifier",
406
- "src": "177:6:126"
406
+ "src": "177:6:130"
407
407
  },
408
408
  "nodeType": "YulFunctionCall",
409
- "src": "177:12:126"
409
+ "src": "177:12:130"
410
410
  },
411
411
  "nodeType": "YulExpressionStatement",
412
- "src": "177:12:126"
412
+ "src": "177:12:130"
413
413
  }
414
414
  ]
415
415
  },
@@ -420,19 +420,19 @@
420
420
  {
421
421
  "name": "value",
422
422
  "nodeType": "YulIdentifier",
423
- "src": "111:5:126"
423
+ "src": "111:5:130"
424
424
  },
425
425
  {
426
426
  "arguments": [
427
427
  {
428
428
  "name": "value",
429
429
  "nodeType": "YulIdentifier",
430
- "src": "122:5:126"
430
+ "src": "122:5:130"
431
431
  },
432
432
  {
433
433
  "kind": "number",
434
434
  "nodeType": "YulLiteral",
435
- "src": "129:42:126",
435
+ "src": "129:42:130",
436
436
  "type": "",
437
437
  "value": "0xffffffffffffffffffffffffffffffffffffffff"
438
438
  }
@@ -440,31 +440,31 @@
440
440
  "functionName": {
441
441
  "name": "and",
442
442
  "nodeType": "YulIdentifier",
443
- "src": "118:3:126"
443
+ "src": "118:3:130"
444
444
  },
445
445
  "nodeType": "YulFunctionCall",
446
- "src": "118:54:126"
446
+ "src": "118:54:130"
447
447
  }
448
448
  ],
449
449
  "functionName": {
450
450
  "name": "eq",
451
451
  "nodeType": "YulIdentifier",
452
- "src": "108:2:126"
452
+ "src": "108:2:130"
453
453
  },
454
454
  "nodeType": "YulFunctionCall",
455
- "src": "108:65:126"
455
+ "src": "108:65:130"
456
456
  }
457
457
  ],
458
458
  "functionName": {
459
459
  "name": "iszero",
460
460
  "nodeType": "YulIdentifier",
461
- "src": "101:6:126"
461
+ "src": "101:6:130"
462
462
  },
463
463
  "nodeType": "YulFunctionCall",
464
- "src": "101:73:126"
464
+ "src": "101:73:130"
465
465
  },
466
466
  "nodeType": "YulIf",
467
- "src": "98:93:126"
467
+ "src": "98:93:130"
468
468
  }
469
469
  ]
470
470
  },
@@ -474,21 +474,21 @@
474
474
  {
475
475
  "name": "value",
476
476
  "nodeType": "YulTypedName",
477
- "src": "77:5:126",
477
+ "src": "77:5:130",
478
478
  "type": ""
479
479
  }
480
480
  ],
481
- "src": "14:183:126"
481
+ "src": "14:183:130"
482
482
  },
483
483
  {
484
484
  "body": {
485
485
  "nodeType": "YulBlock",
486
- "src": "309:206:126",
486
+ "src": "309:206:130",
487
487
  "statements": [
488
488
  {
489
489
  "body": {
490
490
  "nodeType": "YulBlock",
491
- "src": "355:16:126",
491
+ "src": "355:16:130",
492
492
  "statements": [
493
493
  {
494
494
  "expression": {
@@ -496,14 +496,14 @@
496
496
  {
497
497
  "kind": "number",
498
498
  "nodeType": "YulLiteral",
499
- "src": "364:1:126",
499
+ "src": "364:1:130",
500
500
  "type": "",
501
501
  "value": "0"
502
502
  },
503
503
  {
504
504
  "kind": "number",
505
505
  "nodeType": "YulLiteral",
506
- "src": "367:1:126",
506
+ "src": "367:1:130",
507
507
  "type": "",
508
508
  "value": "0"
509
509
  }
@@ -511,13 +511,13 @@
511
511
  "functionName": {
512
512
  "name": "revert",
513
513
  "nodeType": "YulIdentifier",
514
- "src": "357:6:126"
514
+ "src": "357:6:130"
515
515
  },
516
516
  "nodeType": "YulFunctionCall",
517
- "src": "357:12:126"
517
+ "src": "357:12:130"
518
518
  },
519
519
  "nodeType": "YulExpressionStatement",
520
- "src": "357:12:126"
520
+ "src": "357:12:130"
521
521
  }
522
522
  ]
523
523
  },
@@ -528,26 +528,26 @@
528
528
  {
529
529
  "name": "dataEnd",
530
530
  "nodeType": "YulIdentifier",
531
- "src": "330:7:126"
531
+ "src": "330:7:130"
532
532
  },
533
533
  {
534
534
  "name": "headStart",
535
535
  "nodeType": "YulIdentifier",
536
- "src": "339:9:126"
536
+ "src": "339:9:130"
537
537
  }
538
538
  ],
539
539
  "functionName": {
540
540
  "name": "sub",
541
541
  "nodeType": "YulIdentifier",
542
- "src": "326:3:126"
542
+ "src": "326:3:130"
543
543
  },
544
544
  "nodeType": "YulFunctionCall",
545
- "src": "326:23:126"
545
+ "src": "326:23:130"
546
546
  },
547
547
  {
548
548
  "kind": "number",
549
549
  "nodeType": "YulLiteral",
550
- "src": "351:2:126",
550
+ "src": "351:2:130",
551
551
  "type": "",
552
552
  "value": "32"
553
553
  }
@@ -555,38 +555,38 @@
555
555
  "functionName": {
556
556
  "name": "slt",
557
557
  "nodeType": "YulIdentifier",
558
- "src": "322:3:126"
558
+ "src": "322:3:130"
559
559
  },
560
560
  "nodeType": "YulFunctionCall",
561
- "src": "322:32:126"
561
+ "src": "322:32:130"
562
562
  },
563
563
  "nodeType": "YulIf",
564
- "src": "319:52:126"
564
+ "src": "319:52:130"
565
565
  },
566
566
  {
567
567
  "nodeType": "YulVariableDeclaration",
568
- "src": "380:36:126",
568
+ "src": "380:36:130",
569
569
  "value": {
570
570
  "arguments": [
571
571
  {
572
572
  "name": "headStart",
573
573
  "nodeType": "YulIdentifier",
574
- "src": "406:9:126"
574
+ "src": "406:9:130"
575
575
  }
576
576
  ],
577
577
  "functionName": {
578
578
  "name": "calldataload",
579
579
  "nodeType": "YulIdentifier",
580
- "src": "393:12:126"
580
+ "src": "393:12:130"
581
581
  },
582
582
  "nodeType": "YulFunctionCall",
583
- "src": "393:23:126"
583
+ "src": "393:23:130"
584
584
  },
585
585
  "variables": [
586
586
  {
587
587
  "name": "value",
588
588
  "nodeType": "YulTypedName",
589
- "src": "384:5:126",
589
+ "src": "384:5:130",
590
590
  "type": ""
591
591
  }
592
592
  ]
@@ -597,33 +597,33 @@
597
597
  {
598
598
  "name": "value",
599
599
  "nodeType": "YulIdentifier",
600
- "src": "479:5:126"
600
+ "src": "479:5:130"
601
601
  }
602
602
  ],
603
603
  "functionName": {
604
604
  "name": "validator_revert_contract_TransparentUpgradeableProxy",
605
605
  "nodeType": "YulIdentifier",
606
- "src": "425:53:126"
606
+ "src": "425:53:130"
607
607
  },
608
608
  "nodeType": "YulFunctionCall",
609
- "src": "425:60:126"
609
+ "src": "425:60:130"
610
610
  },
611
611
  "nodeType": "YulExpressionStatement",
612
- "src": "425:60:126"
612
+ "src": "425:60:130"
613
613
  },
614
614
  {
615
615
  "nodeType": "YulAssignment",
616
- "src": "494:15:126",
616
+ "src": "494:15:130",
617
617
  "value": {
618
618
  "name": "value",
619
619
  "nodeType": "YulIdentifier",
620
- "src": "504:5:126"
620
+ "src": "504:5:130"
621
621
  },
622
622
  "variableNames": [
623
623
  {
624
624
  "name": "value0",
625
625
  "nodeType": "YulIdentifier",
626
- "src": "494:6:126"
626
+ "src": "494:6:130"
627
627
  }
628
628
  ]
629
629
  }
@@ -635,13 +635,13 @@
635
635
  {
636
636
  "name": "headStart",
637
637
  "nodeType": "YulTypedName",
638
- "src": "275:9:126",
638
+ "src": "275:9:130",
639
639
  "type": ""
640
640
  },
641
641
  {
642
642
  "name": "dataEnd",
643
643
  "nodeType": "YulTypedName",
644
- "src": "286:7:126",
644
+ "src": "286:7:130",
645
645
  "type": ""
646
646
  }
647
647
  ],
@@ -649,31 +649,31 @@
649
649
  {
650
650
  "name": "value0",
651
651
  "nodeType": "YulTypedName",
652
- "src": "298:6:126",
652
+ "src": "298:6:130",
653
653
  "type": ""
654
654
  }
655
655
  ],
656
- "src": "202:313:126"
656
+ "src": "202:313:130"
657
657
  },
658
658
  {
659
659
  "body": {
660
660
  "nodeType": "YulBlock",
661
- "src": "621:125:126",
661
+ "src": "621:125:130",
662
662
  "statements": [
663
663
  {
664
664
  "nodeType": "YulAssignment",
665
- "src": "631:26:126",
665
+ "src": "631:26:130",
666
666
  "value": {
667
667
  "arguments": [
668
668
  {
669
669
  "name": "headStart",
670
670
  "nodeType": "YulIdentifier",
671
- "src": "643:9:126"
671
+ "src": "643:9:130"
672
672
  },
673
673
  {
674
674
  "kind": "number",
675
675
  "nodeType": "YulLiteral",
676
- "src": "654:2:126",
676
+ "src": "654:2:130",
677
677
  "type": "",
678
678
  "value": "32"
679
679
  }
@@ -681,16 +681,16 @@
681
681
  "functionName": {
682
682
  "name": "add",
683
683
  "nodeType": "YulIdentifier",
684
- "src": "639:3:126"
684
+ "src": "639:3:130"
685
685
  },
686
686
  "nodeType": "YulFunctionCall",
687
- "src": "639:18:126"
687
+ "src": "639:18:130"
688
688
  },
689
689
  "variableNames": [
690
690
  {
691
691
  "name": "tail",
692
692
  "nodeType": "YulIdentifier",
693
- "src": "631:4:126"
693
+ "src": "631:4:130"
694
694
  }
695
695
  ]
696
696
  },
@@ -700,19 +700,19 @@
700
700
  {
701
701
  "name": "headStart",
702
702
  "nodeType": "YulIdentifier",
703
- "src": "673:9:126"
703
+ "src": "673:9:130"
704
704
  },
705
705
  {
706
706
  "arguments": [
707
707
  {
708
708
  "name": "value0",
709
709
  "nodeType": "YulIdentifier",
710
- "src": "688:6:126"
710
+ "src": "688:6:130"
711
711
  },
712
712
  {
713
713
  "kind": "number",
714
714
  "nodeType": "YulLiteral",
715
- "src": "696:42:126",
715
+ "src": "696:42:130",
716
716
  "type": "",
717
717
  "value": "0xffffffffffffffffffffffffffffffffffffffff"
718
718
  }
@@ -720,22 +720,22 @@
720
720
  "functionName": {
721
721
  "name": "and",
722
722
  "nodeType": "YulIdentifier",
723
- "src": "684:3:126"
723
+ "src": "684:3:130"
724
724
  },
725
725
  "nodeType": "YulFunctionCall",
726
- "src": "684:55:126"
726
+ "src": "684:55:130"
727
727
  }
728
728
  ],
729
729
  "functionName": {
730
730
  "name": "mstore",
731
731
  "nodeType": "YulIdentifier",
732
- "src": "666:6:126"
732
+ "src": "666:6:130"
733
733
  },
734
734
  "nodeType": "YulFunctionCall",
735
- "src": "666:74:126"
735
+ "src": "666:74:130"
736
736
  },
737
737
  "nodeType": "YulExpressionStatement",
738
- "src": "666:74:126"
738
+ "src": "666:74:130"
739
739
  }
740
740
  ]
741
741
  },
@@ -745,13 +745,13 @@
745
745
  {
746
746
  "name": "headStart",
747
747
  "nodeType": "YulTypedName",
748
- "src": "590:9:126",
748
+ "src": "590:9:130",
749
749
  "type": ""
750
750
  },
751
751
  {
752
752
  "name": "value0",
753
753
  "nodeType": "YulTypedName",
754
- "src": "601:6:126",
754
+ "src": "601:6:130",
755
755
  "type": ""
756
756
  }
757
757
  ],
@@ -759,21 +759,21 @@
759
759
  {
760
760
  "name": "tail",
761
761
  "nodeType": "YulTypedName",
762
- "src": "612:4:126",
762
+ "src": "612:4:130",
763
763
  "type": ""
764
764
  }
765
765
  ],
766
- "src": "520:226:126"
766
+ "src": "520:226:130"
767
767
  },
768
768
  {
769
769
  "body": {
770
770
  "nodeType": "YulBlock",
771
- "src": "875:359:126",
771
+ "src": "875:359:130",
772
772
  "statements": [
773
773
  {
774
774
  "body": {
775
775
  "nodeType": "YulBlock",
776
- "src": "921:16:126",
776
+ "src": "921:16:130",
777
777
  "statements": [
778
778
  {
779
779
  "expression": {
@@ -781,14 +781,14 @@
781
781
  {
782
782
  "kind": "number",
783
783
  "nodeType": "YulLiteral",
784
- "src": "930:1:126",
784
+ "src": "930:1:130",
785
785
  "type": "",
786
786
  "value": "0"
787
787
  },
788
788
  {
789
789
  "kind": "number",
790
790
  "nodeType": "YulLiteral",
791
- "src": "933:1:126",
791
+ "src": "933:1:130",
792
792
  "type": "",
793
793
  "value": "0"
794
794
  }
@@ -796,13 +796,13 @@
796
796
  "functionName": {
797
797
  "name": "revert",
798
798
  "nodeType": "YulIdentifier",
799
- "src": "923:6:126"
799
+ "src": "923:6:130"
800
800
  },
801
801
  "nodeType": "YulFunctionCall",
802
- "src": "923:12:126"
802
+ "src": "923:12:130"
803
803
  },
804
804
  "nodeType": "YulExpressionStatement",
805
- "src": "923:12:126"
805
+ "src": "923:12:130"
806
806
  }
807
807
  ]
808
808
  },
@@ -813,26 +813,26 @@
813
813
  {
814
814
  "name": "dataEnd",
815
815
  "nodeType": "YulIdentifier",
816
- "src": "896:7:126"
816
+ "src": "896:7:130"
817
817
  },
818
818
  {
819
819
  "name": "headStart",
820
820
  "nodeType": "YulIdentifier",
821
- "src": "905:9:126"
821
+ "src": "905:9:130"
822
822
  }
823
823
  ],
824
824
  "functionName": {
825
825
  "name": "sub",
826
826
  "nodeType": "YulIdentifier",
827
- "src": "892:3:126"
827
+ "src": "892:3:130"
828
828
  },
829
829
  "nodeType": "YulFunctionCall",
830
- "src": "892:23:126"
830
+ "src": "892:23:130"
831
831
  },
832
832
  {
833
833
  "kind": "number",
834
834
  "nodeType": "YulLiteral",
835
- "src": "917:2:126",
835
+ "src": "917:2:130",
836
836
  "type": "",
837
837
  "value": "64"
838
838
  }
@@ -840,38 +840,38 @@
840
840
  "functionName": {
841
841
  "name": "slt",
842
842
  "nodeType": "YulIdentifier",
843
- "src": "888:3:126"
843
+ "src": "888:3:130"
844
844
  },
845
845
  "nodeType": "YulFunctionCall",
846
- "src": "888:32:126"
846
+ "src": "888:32:130"
847
847
  },
848
848
  "nodeType": "YulIf",
849
- "src": "885:52:126"
849
+ "src": "885:52:130"
850
850
  },
851
851
  {
852
852
  "nodeType": "YulVariableDeclaration",
853
- "src": "946:36:126",
853
+ "src": "946:36:130",
854
854
  "value": {
855
855
  "arguments": [
856
856
  {
857
857
  "name": "headStart",
858
858
  "nodeType": "YulIdentifier",
859
- "src": "972:9:126"
859
+ "src": "972:9:130"
860
860
  }
861
861
  ],
862
862
  "functionName": {
863
863
  "name": "calldataload",
864
864
  "nodeType": "YulIdentifier",
865
- "src": "959:12:126"
865
+ "src": "959:12:130"
866
866
  },
867
867
  "nodeType": "YulFunctionCall",
868
- "src": "959:23:126"
868
+ "src": "959:23:130"
869
869
  },
870
870
  "variables": [
871
871
  {
872
872
  "name": "value",
873
873
  "nodeType": "YulTypedName",
874
- "src": "950:5:126",
874
+ "src": "950:5:130",
875
875
  "type": ""
876
876
  }
877
877
  ]
@@ -882,39 +882,39 @@
882
882
  {
883
883
  "name": "value",
884
884
  "nodeType": "YulIdentifier",
885
- "src": "1045:5:126"
885
+ "src": "1045:5:130"
886
886
  }
887
887
  ],
888
888
  "functionName": {
889
889
  "name": "validator_revert_contract_TransparentUpgradeableProxy",
890
890
  "nodeType": "YulIdentifier",
891
- "src": "991:53:126"
891
+ "src": "991:53:130"
892
892
  },
893
893
  "nodeType": "YulFunctionCall",
894
- "src": "991:60:126"
894
+ "src": "991:60:130"
895
895
  },
896
896
  "nodeType": "YulExpressionStatement",
897
- "src": "991:60:126"
897
+ "src": "991:60:130"
898
898
  },
899
899
  {
900
900
  "nodeType": "YulAssignment",
901
- "src": "1060:15:126",
901
+ "src": "1060:15:130",
902
902
  "value": {
903
903
  "name": "value",
904
904
  "nodeType": "YulIdentifier",
905
- "src": "1070:5:126"
905
+ "src": "1070:5:130"
906
906
  },
907
907
  "variableNames": [
908
908
  {
909
909
  "name": "value0",
910
910
  "nodeType": "YulIdentifier",
911
- "src": "1060:6:126"
911
+ "src": "1060:6:130"
912
912
  }
913
913
  ]
914
914
  },
915
915
  {
916
916
  "nodeType": "YulVariableDeclaration",
917
- "src": "1084:47:126",
917
+ "src": "1084:47:130",
918
918
  "value": {
919
919
  "arguments": [
920
920
  {
@@ -922,12 +922,12 @@
922
922
  {
923
923
  "name": "headStart",
924
924
  "nodeType": "YulIdentifier",
925
- "src": "1116:9:126"
925
+ "src": "1116:9:130"
926
926
  },
927
927
  {
928
928
  "kind": "number",
929
929
  "nodeType": "YulLiteral",
930
- "src": "1127:2:126",
930
+ "src": "1127:2:130",
931
931
  "type": "",
932
932
  "value": "32"
933
933
  }
@@ -935,25 +935,25 @@
935
935
  "functionName": {
936
936
  "name": "add",
937
937
  "nodeType": "YulIdentifier",
938
- "src": "1112:3:126"
938
+ "src": "1112:3:130"
939
939
  },
940
940
  "nodeType": "YulFunctionCall",
941
- "src": "1112:18:126"
941
+ "src": "1112:18:130"
942
942
  }
943
943
  ],
944
944
  "functionName": {
945
945
  "name": "calldataload",
946
946
  "nodeType": "YulIdentifier",
947
- "src": "1099:12:126"
947
+ "src": "1099:12:130"
948
948
  },
949
949
  "nodeType": "YulFunctionCall",
950
- "src": "1099:32:126"
950
+ "src": "1099:32:130"
951
951
  },
952
952
  "variables": [
953
953
  {
954
954
  "name": "value_1",
955
955
  "nodeType": "YulTypedName",
956
- "src": "1088:7:126",
956
+ "src": "1088:7:130",
957
957
  "type": ""
958
958
  }
959
959
  ]
@@ -964,33 +964,33 @@
964
964
  {
965
965
  "name": "value_1",
966
966
  "nodeType": "YulIdentifier",
967
- "src": "1194:7:126"
967
+ "src": "1194:7:130"
968
968
  }
969
969
  ],
970
970
  "functionName": {
971
971
  "name": "validator_revert_contract_TransparentUpgradeableProxy",
972
972
  "nodeType": "YulIdentifier",
973
- "src": "1140:53:126"
973
+ "src": "1140:53:130"
974
974
  },
975
975
  "nodeType": "YulFunctionCall",
976
- "src": "1140:62:126"
976
+ "src": "1140:62:130"
977
977
  },
978
978
  "nodeType": "YulExpressionStatement",
979
- "src": "1140:62:126"
979
+ "src": "1140:62:130"
980
980
  },
981
981
  {
982
982
  "nodeType": "YulAssignment",
983
- "src": "1211:17:126",
983
+ "src": "1211:17:130",
984
984
  "value": {
985
985
  "name": "value_1",
986
986
  "nodeType": "YulIdentifier",
987
- "src": "1221:7:126"
987
+ "src": "1221:7:130"
988
988
  },
989
989
  "variableNames": [
990
990
  {
991
991
  "name": "value1",
992
992
  "nodeType": "YulIdentifier",
993
- "src": "1211:6:126"
993
+ "src": "1211:6:130"
994
994
  }
995
995
  ]
996
996
  }
@@ -1002,13 +1002,13 @@
1002
1002
  {
1003
1003
  "name": "headStart",
1004
1004
  "nodeType": "YulTypedName",
1005
- "src": "833:9:126",
1005
+ "src": "833:9:130",
1006
1006
  "type": ""
1007
1007
  },
1008
1008
  {
1009
1009
  "name": "dataEnd",
1010
1010
  "nodeType": "YulTypedName",
1011
- "src": "844:7:126",
1011
+ "src": "844:7:130",
1012
1012
  "type": ""
1013
1013
  }
1014
1014
  ],
@@ -1016,22 +1016,22 @@
1016
1016
  {
1017
1017
  "name": "value0",
1018
1018
  "nodeType": "YulTypedName",
1019
- "src": "856:6:126",
1019
+ "src": "856:6:130",
1020
1020
  "type": ""
1021
1021
  },
1022
1022
  {
1023
1023
  "name": "value1",
1024
1024
  "nodeType": "YulTypedName",
1025
- "src": "864:6:126",
1025
+ "src": "864:6:130",
1026
1026
  "type": ""
1027
1027
  }
1028
1028
  ],
1029
- "src": "751:483:126"
1029
+ "src": "751:483:130"
1030
1030
  },
1031
1031
  {
1032
1032
  "body": {
1033
1033
  "nodeType": "YulBlock",
1034
- "src": "1271:152:126",
1034
+ "src": "1271:152:130",
1035
1035
  "statements": [
1036
1036
  {
1037
1037
  "expression": {
@@ -1039,14 +1039,14 @@
1039
1039
  {
1040
1040
  "kind": "number",
1041
1041
  "nodeType": "YulLiteral",
1042
- "src": "1288:1:126",
1042
+ "src": "1288:1:130",
1043
1043
  "type": "",
1044
1044
  "value": "0"
1045
1045
  },
1046
1046
  {
1047
1047
  "kind": "number",
1048
1048
  "nodeType": "YulLiteral",
1049
- "src": "1291:77:126",
1049
+ "src": "1291:77:130",
1050
1050
  "type": "",
1051
1051
  "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
1052
1052
  }
@@ -1054,13 +1054,13 @@
1054
1054
  "functionName": {
1055
1055
  "name": "mstore",
1056
1056
  "nodeType": "YulIdentifier",
1057
- "src": "1281:6:126"
1057
+ "src": "1281:6:130"
1058
1058
  },
1059
1059
  "nodeType": "YulFunctionCall",
1060
- "src": "1281:88:126"
1060
+ "src": "1281:88:130"
1061
1061
  },
1062
1062
  "nodeType": "YulExpressionStatement",
1063
- "src": "1281:88:126"
1063
+ "src": "1281:88:130"
1064
1064
  },
1065
1065
  {
1066
1066
  "expression": {
@@ -1068,14 +1068,14 @@
1068
1068
  {
1069
1069
  "kind": "number",
1070
1070
  "nodeType": "YulLiteral",
1071
- "src": "1385:1:126",
1071
+ "src": "1385:1:130",
1072
1072
  "type": "",
1073
1073
  "value": "4"
1074
1074
  },
1075
1075
  {
1076
1076
  "kind": "number",
1077
1077
  "nodeType": "YulLiteral",
1078
- "src": "1388:4:126",
1078
+ "src": "1388:4:130",
1079
1079
  "type": "",
1080
1080
  "value": "0x41"
1081
1081
  }
@@ -1083,13 +1083,13 @@
1083
1083
  "functionName": {
1084
1084
  "name": "mstore",
1085
1085
  "nodeType": "YulIdentifier",
1086
- "src": "1378:6:126"
1086
+ "src": "1378:6:130"
1087
1087
  },
1088
1088
  "nodeType": "YulFunctionCall",
1089
- "src": "1378:15:126"
1089
+ "src": "1378:15:130"
1090
1090
  },
1091
1091
  "nodeType": "YulExpressionStatement",
1092
- "src": "1378:15:126"
1092
+ "src": "1378:15:130"
1093
1093
  },
1094
1094
  {
1095
1095
  "expression": {
@@ -1097,14 +1097,14 @@
1097
1097
  {
1098
1098
  "kind": "number",
1099
1099
  "nodeType": "YulLiteral",
1100
- "src": "1409:1:126",
1100
+ "src": "1409:1:130",
1101
1101
  "type": "",
1102
1102
  "value": "0"
1103
1103
  },
1104
1104
  {
1105
1105
  "kind": "number",
1106
1106
  "nodeType": "YulLiteral",
1107
- "src": "1412:4:126",
1107
+ "src": "1412:4:130",
1108
1108
  "type": "",
1109
1109
  "value": "0x24"
1110
1110
  }
@@ -1112,29 +1112,29 @@
1112
1112
  "functionName": {
1113
1113
  "name": "revert",
1114
1114
  "nodeType": "YulIdentifier",
1115
- "src": "1402:6:126"
1115
+ "src": "1402:6:130"
1116
1116
  },
1117
1117
  "nodeType": "YulFunctionCall",
1118
- "src": "1402:15:126"
1118
+ "src": "1402:15:130"
1119
1119
  },
1120
1120
  "nodeType": "YulExpressionStatement",
1121
- "src": "1402:15:126"
1121
+ "src": "1402:15:130"
1122
1122
  }
1123
1123
  ]
1124
1124
  },
1125
1125
  "name": "panic_error_0x41",
1126
1126
  "nodeType": "YulFunctionDefinition",
1127
- "src": "1239:184:126"
1127
+ "src": "1239:184:130"
1128
1128
  },
1129
1129
  {
1130
1130
  "body": {
1131
1131
  "nodeType": "YulBlock",
1132
- "src": "1578:1142:126",
1132
+ "src": "1578:1142:130",
1133
1133
  "statements": [
1134
1134
  {
1135
1135
  "body": {
1136
1136
  "nodeType": "YulBlock",
1137
- "src": "1624:16:126",
1137
+ "src": "1624:16:130",
1138
1138
  "statements": [
1139
1139
  {
1140
1140
  "expression": {
@@ -1142,14 +1142,14 @@
1142
1142
  {
1143
1143
  "kind": "number",
1144
1144
  "nodeType": "YulLiteral",
1145
- "src": "1633:1:126",
1145
+ "src": "1633:1:130",
1146
1146
  "type": "",
1147
1147
  "value": "0"
1148
1148
  },
1149
1149
  {
1150
1150
  "kind": "number",
1151
1151
  "nodeType": "YulLiteral",
1152
- "src": "1636:1:126",
1152
+ "src": "1636:1:130",
1153
1153
  "type": "",
1154
1154
  "value": "0"
1155
1155
  }
@@ -1157,13 +1157,13 @@
1157
1157
  "functionName": {
1158
1158
  "name": "revert",
1159
1159
  "nodeType": "YulIdentifier",
1160
- "src": "1626:6:126"
1160
+ "src": "1626:6:130"
1161
1161
  },
1162
1162
  "nodeType": "YulFunctionCall",
1163
- "src": "1626:12:126"
1163
+ "src": "1626:12:130"
1164
1164
  },
1165
1165
  "nodeType": "YulExpressionStatement",
1166
- "src": "1626:12:126"
1166
+ "src": "1626:12:130"
1167
1167
  }
1168
1168
  ]
1169
1169
  },
@@ -1174,26 +1174,26 @@
1174
1174
  {
1175
1175
  "name": "dataEnd",
1176
1176
  "nodeType": "YulIdentifier",
1177
- "src": "1599:7:126"
1177
+ "src": "1599:7:130"
1178
1178
  },
1179
1179
  {
1180
1180
  "name": "headStart",
1181
1181
  "nodeType": "YulIdentifier",
1182
- "src": "1608:9:126"
1182
+ "src": "1608:9:130"
1183
1183
  }
1184
1184
  ],
1185
1185
  "functionName": {
1186
1186
  "name": "sub",
1187
1187
  "nodeType": "YulIdentifier",
1188
- "src": "1595:3:126"
1188
+ "src": "1595:3:130"
1189
1189
  },
1190
1190
  "nodeType": "YulFunctionCall",
1191
- "src": "1595:23:126"
1191
+ "src": "1595:23:130"
1192
1192
  },
1193
1193
  {
1194
1194
  "kind": "number",
1195
1195
  "nodeType": "YulLiteral",
1196
- "src": "1620:2:126",
1196
+ "src": "1620:2:130",
1197
1197
  "type": "",
1198
1198
  "value": "96"
1199
1199
  }
@@ -1201,38 +1201,38 @@
1201
1201
  "functionName": {
1202
1202
  "name": "slt",
1203
1203
  "nodeType": "YulIdentifier",
1204
- "src": "1591:3:126"
1204
+ "src": "1591:3:130"
1205
1205
  },
1206
1206
  "nodeType": "YulFunctionCall",
1207
- "src": "1591:32:126"
1207
+ "src": "1591:32:130"
1208
1208
  },
1209
1209
  "nodeType": "YulIf",
1210
- "src": "1588:52:126"
1210
+ "src": "1588:52:130"
1211
1211
  },
1212
1212
  {
1213
1213
  "nodeType": "YulVariableDeclaration",
1214
- "src": "1649:36:126",
1214
+ "src": "1649:36:130",
1215
1215
  "value": {
1216
1216
  "arguments": [
1217
1217
  {
1218
1218
  "name": "headStart",
1219
1219
  "nodeType": "YulIdentifier",
1220
- "src": "1675:9:126"
1220
+ "src": "1675:9:130"
1221
1221
  }
1222
1222
  ],
1223
1223
  "functionName": {
1224
1224
  "name": "calldataload",
1225
1225
  "nodeType": "YulIdentifier",
1226
- "src": "1662:12:126"
1226
+ "src": "1662:12:130"
1227
1227
  },
1228
1228
  "nodeType": "YulFunctionCall",
1229
- "src": "1662:23:126"
1229
+ "src": "1662:23:130"
1230
1230
  },
1231
1231
  "variables": [
1232
1232
  {
1233
1233
  "name": "value",
1234
1234
  "nodeType": "YulTypedName",
1235
- "src": "1653:5:126",
1235
+ "src": "1653:5:130",
1236
1236
  "type": ""
1237
1237
  }
1238
1238
  ]
@@ -1243,39 +1243,39 @@
1243
1243
  {
1244
1244
  "name": "value",
1245
1245
  "nodeType": "YulIdentifier",
1246
- "src": "1748:5:126"
1246
+ "src": "1748:5:130"
1247
1247
  }
1248
1248
  ],
1249
1249
  "functionName": {
1250
1250
  "name": "validator_revert_contract_TransparentUpgradeableProxy",
1251
1251
  "nodeType": "YulIdentifier",
1252
- "src": "1694:53:126"
1252
+ "src": "1694:53:130"
1253
1253
  },
1254
1254
  "nodeType": "YulFunctionCall",
1255
- "src": "1694:60:126"
1255
+ "src": "1694:60:130"
1256
1256
  },
1257
1257
  "nodeType": "YulExpressionStatement",
1258
- "src": "1694:60:126"
1258
+ "src": "1694:60:130"
1259
1259
  },
1260
1260
  {
1261
1261
  "nodeType": "YulAssignment",
1262
- "src": "1763:15:126",
1262
+ "src": "1763:15:130",
1263
1263
  "value": {
1264
1264
  "name": "value",
1265
1265
  "nodeType": "YulIdentifier",
1266
- "src": "1773:5:126"
1266
+ "src": "1773:5:130"
1267
1267
  },
1268
1268
  "variableNames": [
1269
1269
  {
1270
1270
  "name": "value0",
1271
1271
  "nodeType": "YulIdentifier",
1272
- "src": "1763:6:126"
1272
+ "src": "1763:6:130"
1273
1273
  }
1274
1274
  ]
1275
1275
  },
1276
1276
  {
1277
1277
  "nodeType": "YulVariableDeclaration",
1278
- "src": "1787:47:126",
1278
+ "src": "1787:47:130",
1279
1279
  "value": {
1280
1280
  "arguments": [
1281
1281
  {
@@ -1283,12 +1283,12 @@
1283
1283
  {
1284
1284
  "name": "headStart",
1285
1285
  "nodeType": "YulIdentifier",
1286
- "src": "1819:9:126"
1286
+ "src": "1819:9:130"
1287
1287
  },
1288
1288
  {
1289
1289
  "kind": "number",
1290
1290
  "nodeType": "YulLiteral",
1291
- "src": "1830:2:126",
1291
+ "src": "1830:2:130",
1292
1292
  "type": "",
1293
1293
  "value": "32"
1294
1294
  }
@@ -1296,25 +1296,25 @@
1296
1296
  "functionName": {
1297
1297
  "name": "add",
1298
1298
  "nodeType": "YulIdentifier",
1299
- "src": "1815:3:126"
1299
+ "src": "1815:3:130"
1300
1300
  },
1301
1301
  "nodeType": "YulFunctionCall",
1302
- "src": "1815:18:126"
1302
+ "src": "1815:18:130"
1303
1303
  }
1304
1304
  ],
1305
1305
  "functionName": {
1306
1306
  "name": "calldataload",
1307
1307
  "nodeType": "YulIdentifier",
1308
- "src": "1802:12:126"
1308
+ "src": "1802:12:130"
1309
1309
  },
1310
1310
  "nodeType": "YulFunctionCall",
1311
- "src": "1802:32:126"
1311
+ "src": "1802:32:130"
1312
1312
  },
1313
1313
  "variables": [
1314
1314
  {
1315
1315
  "name": "value_1",
1316
1316
  "nodeType": "YulTypedName",
1317
- "src": "1791:7:126",
1317
+ "src": "1791:7:130",
1318
1318
  "type": ""
1319
1319
  }
1320
1320
  ]
@@ -1325,39 +1325,39 @@
1325
1325
  {
1326
1326
  "name": "value_1",
1327
1327
  "nodeType": "YulIdentifier",
1328
- "src": "1897:7:126"
1328
+ "src": "1897:7:130"
1329
1329
  }
1330
1330
  ],
1331
1331
  "functionName": {
1332
1332
  "name": "validator_revert_contract_TransparentUpgradeableProxy",
1333
1333
  "nodeType": "YulIdentifier",
1334
- "src": "1843:53:126"
1334
+ "src": "1843:53:130"
1335
1335
  },
1336
1336
  "nodeType": "YulFunctionCall",
1337
- "src": "1843:62:126"
1337
+ "src": "1843:62:130"
1338
1338
  },
1339
1339
  "nodeType": "YulExpressionStatement",
1340
- "src": "1843:62:126"
1340
+ "src": "1843:62:130"
1341
1341
  },
1342
1342
  {
1343
1343
  "nodeType": "YulAssignment",
1344
- "src": "1914:17:126",
1344
+ "src": "1914:17:130",
1345
1345
  "value": {
1346
1346
  "name": "value_1",
1347
1347
  "nodeType": "YulIdentifier",
1348
- "src": "1924:7:126"
1348
+ "src": "1924:7:130"
1349
1349
  },
1350
1350
  "variableNames": [
1351
1351
  {
1352
1352
  "name": "value1",
1353
1353
  "nodeType": "YulIdentifier",
1354
- "src": "1914:6:126"
1354
+ "src": "1914:6:130"
1355
1355
  }
1356
1356
  ]
1357
1357
  },
1358
1358
  {
1359
1359
  "nodeType": "YulVariableDeclaration",
1360
- "src": "1940:46:126",
1360
+ "src": "1940:46:130",
1361
1361
  "value": {
1362
1362
  "arguments": [
1363
1363
  {
@@ -1365,12 +1365,12 @@
1365
1365
  {
1366
1366
  "name": "headStart",
1367
1367
  "nodeType": "YulIdentifier",
1368
- "src": "1971:9:126"
1368
+ "src": "1971:9:130"
1369
1369
  },
1370
1370
  {
1371
1371
  "kind": "number",
1372
1372
  "nodeType": "YulLiteral",
1373
- "src": "1982:2:126",
1373
+ "src": "1982:2:130",
1374
1374
  "type": "",
1375
1375
  "value": "64"
1376
1376
  }
@@ -1378,36 +1378,36 @@
1378
1378
  "functionName": {
1379
1379
  "name": "add",
1380
1380
  "nodeType": "YulIdentifier",
1381
- "src": "1967:3:126"
1381
+ "src": "1967:3:130"
1382
1382
  },
1383
1383
  "nodeType": "YulFunctionCall",
1384
- "src": "1967:18:126"
1384
+ "src": "1967:18:130"
1385
1385
  }
1386
1386
  ],
1387
1387
  "functionName": {
1388
1388
  "name": "calldataload",
1389
1389
  "nodeType": "YulIdentifier",
1390
- "src": "1954:12:126"
1390
+ "src": "1954:12:130"
1391
1391
  },
1392
1392
  "nodeType": "YulFunctionCall",
1393
- "src": "1954:32:126"
1393
+ "src": "1954:32:130"
1394
1394
  },
1395
1395
  "variables": [
1396
1396
  {
1397
1397
  "name": "offset",
1398
1398
  "nodeType": "YulTypedName",
1399
- "src": "1944:6:126",
1399
+ "src": "1944:6:130",
1400
1400
  "type": ""
1401
1401
  }
1402
1402
  ]
1403
1403
  },
1404
1404
  {
1405
1405
  "nodeType": "YulVariableDeclaration",
1406
- "src": "1995:28:126",
1406
+ "src": "1995:28:130",
1407
1407
  "value": {
1408
1408
  "kind": "number",
1409
1409
  "nodeType": "YulLiteral",
1410
- "src": "2005:18:126",
1410
+ "src": "2005:18:130",
1411
1411
  "type": "",
1412
1412
  "value": "0xffffffffffffffff"
1413
1413
  },
@@ -1415,7 +1415,7 @@
1415
1415
  {
1416
1416
  "name": "_1",
1417
1417
  "nodeType": "YulTypedName",
1418
- "src": "1999:2:126",
1418
+ "src": "1999:2:130",
1419
1419
  "type": ""
1420
1420
  }
1421
1421
  ]
@@ -1423,7 +1423,7 @@
1423
1423
  {
1424
1424
  "body": {
1425
1425
  "nodeType": "YulBlock",
1426
- "src": "2050:16:126",
1426
+ "src": "2050:16:130",
1427
1427
  "statements": [
1428
1428
  {
1429
1429
  "expression": {
@@ -1431,14 +1431,14 @@
1431
1431
  {
1432
1432
  "kind": "number",
1433
1433
  "nodeType": "YulLiteral",
1434
- "src": "2059:1:126",
1434
+ "src": "2059:1:130",
1435
1435
  "type": "",
1436
1436
  "value": "0"
1437
1437
  },
1438
1438
  {
1439
1439
  "kind": "number",
1440
1440
  "nodeType": "YulLiteral",
1441
- "src": "2062:1:126",
1441
+ "src": "2062:1:130",
1442
1442
  "type": "",
1443
1443
  "value": "0"
1444
1444
  }
@@ -1446,13 +1446,13 @@
1446
1446
  "functionName": {
1447
1447
  "name": "revert",
1448
1448
  "nodeType": "YulIdentifier",
1449
- "src": "2052:6:126"
1449
+ "src": "2052:6:130"
1450
1450
  },
1451
1451
  "nodeType": "YulFunctionCall",
1452
- "src": "2052:12:126"
1452
+ "src": "2052:12:130"
1453
1453
  },
1454
1454
  "nodeType": "YulExpressionStatement",
1455
- "src": "2052:12:126"
1455
+ "src": "2052:12:130"
1456
1456
  }
1457
1457
  ]
1458
1458
  },
@@ -1461,54 +1461,54 @@
1461
1461
  {
1462
1462
  "name": "offset",
1463
1463
  "nodeType": "YulIdentifier",
1464
- "src": "2038:6:126"
1464
+ "src": "2038:6:130"
1465
1465
  },
1466
1466
  {
1467
1467
  "name": "_1",
1468
1468
  "nodeType": "YulIdentifier",
1469
- "src": "2046:2:126"
1469
+ "src": "2046:2:130"
1470
1470
  }
1471
1471
  ],
1472
1472
  "functionName": {
1473
1473
  "name": "gt",
1474
1474
  "nodeType": "YulIdentifier",
1475
- "src": "2035:2:126"
1475
+ "src": "2035:2:130"
1476
1476
  },
1477
1477
  "nodeType": "YulFunctionCall",
1478
- "src": "2035:14:126"
1478
+ "src": "2035:14:130"
1479
1479
  },
1480
1480
  "nodeType": "YulIf",
1481
- "src": "2032:34:126"
1481
+ "src": "2032:34:130"
1482
1482
  },
1483
1483
  {
1484
1484
  "nodeType": "YulVariableDeclaration",
1485
- "src": "2075:32:126",
1485
+ "src": "2075:32:130",
1486
1486
  "value": {
1487
1487
  "arguments": [
1488
1488
  {
1489
1489
  "name": "headStart",
1490
1490
  "nodeType": "YulIdentifier",
1491
- "src": "2089:9:126"
1491
+ "src": "2089:9:130"
1492
1492
  },
1493
1493
  {
1494
1494
  "name": "offset",
1495
1495
  "nodeType": "YulIdentifier",
1496
- "src": "2100:6:126"
1496
+ "src": "2100:6:130"
1497
1497
  }
1498
1498
  ],
1499
1499
  "functionName": {
1500
1500
  "name": "add",
1501
1501
  "nodeType": "YulIdentifier",
1502
- "src": "2085:3:126"
1502
+ "src": "2085:3:130"
1503
1503
  },
1504
1504
  "nodeType": "YulFunctionCall",
1505
- "src": "2085:22:126"
1505
+ "src": "2085:22:130"
1506
1506
  },
1507
1507
  "variables": [
1508
1508
  {
1509
1509
  "name": "_2",
1510
1510
  "nodeType": "YulTypedName",
1511
- "src": "2079:2:126",
1511
+ "src": "2079:2:130",
1512
1512
  "type": ""
1513
1513
  }
1514
1514
  ]
@@ -1516,7 +1516,7 @@
1516
1516
  {
1517
1517
  "body": {
1518
1518
  "nodeType": "YulBlock",
1519
- "src": "2155:16:126",
1519
+ "src": "2155:16:130",
1520
1520
  "statements": [
1521
1521
  {
1522
1522
  "expression": {
@@ -1524,14 +1524,14 @@
1524
1524
  {
1525
1525
  "kind": "number",
1526
1526
  "nodeType": "YulLiteral",
1527
- "src": "2164:1:126",
1527
+ "src": "2164:1:130",
1528
1528
  "type": "",
1529
1529
  "value": "0"
1530
1530
  },
1531
1531
  {
1532
1532
  "kind": "number",
1533
1533
  "nodeType": "YulLiteral",
1534
- "src": "2167:1:126",
1534
+ "src": "2167:1:130",
1535
1535
  "type": "",
1536
1536
  "value": "0"
1537
1537
  }
@@ -1539,13 +1539,13 @@
1539
1539
  "functionName": {
1540
1540
  "name": "revert",
1541
1541
  "nodeType": "YulIdentifier",
1542
- "src": "2157:6:126"
1542
+ "src": "2157:6:130"
1543
1543
  },
1544
1544
  "nodeType": "YulFunctionCall",
1545
- "src": "2157:12:126"
1545
+ "src": "2157:12:130"
1546
1546
  },
1547
1547
  "nodeType": "YulExpressionStatement",
1548
- "src": "2157:12:126"
1548
+ "src": "2157:12:130"
1549
1549
  }
1550
1550
  ]
1551
1551
  },
@@ -1558,12 +1558,12 @@
1558
1558
  {
1559
1559
  "name": "_2",
1560
1560
  "nodeType": "YulIdentifier",
1561
- "src": "2134:2:126"
1561
+ "src": "2134:2:130"
1562
1562
  },
1563
1563
  {
1564
1564
  "kind": "number",
1565
1565
  "nodeType": "YulLiteral",
1566
- "src": "2138:4:126",
1566
+ "src": "2138:4:130",
1567
1567
  "type": "",
1568
1568
  "value": "0x1f"
1569
1569
  }
@@ -1571,61 +1571,61 @@
1571
1571
  "functionName": {
1572
1572
  "name": "add",
1573
1573
  "nodeType": "YulIdentifier",
1574
- "src": "2130:3:126"
1574
+ "src": "2130:3:130"
1575
1575
  },
1576
1576
  "nodeType": "YulFunctionCall",
1577
- "src": "2130:13:126"
1577
+ "src": "2130:13:130"
1578
1578
  },
1579
1579
  {
1580
1580
  "name": "dataEnd",
1581
1581
  "nodeType": "YulIdentifier",
1582
- "src": "2145:7:126"
1582
+ "src": "2145:7:130"
1583
1583
  }
1584
1584
  ],
1585
1585
  "functionName": {
1586
1586
  "name": "slt",
1587
1587
  "nodeType": "YulIdentifier",
1588
- "src": "2126:3:126"
1588
+ "src": "2126:3:130"
1589
1589
  },
1590
1590
  "nodeType": "YulFunctionCall",
1591
- "src": "2126:27:126"
1591
+ "src": "2126:27:130"
1592
1592
  }
1593
1593
  ],
1594
1594
  "functionName": {
1595
1595
  "name": "iszero",
1596
1596
  "nodeType": "YulIdentifier",
1597
- "src": "2119:6:126"
1597
+ "src": "2119:6:130"
1598
1598
  },
1599
1599
  "nodeType": "YulFunctionCall",
1600
- "src": "2119:35:126"
1600
+ "src": "2119:35:130"
1601
1601
  },
1602
1602
  "nodeType": "YulIf",
1603
- "src": "2116:55:126"
1603
+ "src": "2116:55:130"
1604
1604
  },
1605
1605
  {
1606
1606
  "nodeType": "YulVariableDeclaration",
1607
- "src": "2180:26:126",
1607
+ "src": "2180:26:130",
1608
1608
  "value": {
1609
1609
  "arguments": [
1610
1610
  {
1611
1611
  "name": "_2",
1612
1612
  "nodeType": "YulIdentifier",
1613
- "src": "2203:2:126"
1613
+ "src": "2203:2:130"
1614
1614
  }
1615
1615
  ],
1616
1616
  "functionName": {
1617
1617
  "name": "calldataload",
1618
1618
  "nodeType": "YulIdentifier",
1619
- "src": "2190:12:126"
1619
+ "src": "2190:12:130"
1620
1620
  },
1621
1621
  "nodeType": "YulFunctionCall",
1622
- "src": "2190:16:126"
1622
+ "src": "2190:16:130"
1623
1623
  },
1624
1624
  "variables": [
1625
1625
  {
1626
1626
  "name": "_3",
1627
1627
  "nodeType": "YulTypedName",
1628
- "src": "2184:2:126",
1628
+ "src": "2184:2:130",
1629
1629
  "type": ""
1630
1630
  }
1631
1631
  ]
@@ -1633,7 +1633,7 @@
1633
1633
  {
1634
1634
  "body": {
1635
1635
  "nodeType": "YulBlock",
1636
- "src": "2229:22:126",
1636
+ "src": "2229:22:130",
1637
1637
  "statements": [
1638
1638
  {
1639
1639
  "expression": {
@@ -1641,13 +1641,13 @@
1641
1641
  "functionName": {
1642
1642
  "name": "panic_error_0x41",
1643
1643
  "nodeType": "YulIdentifier",
1644
- "src": "2231:16:126"
1644
+ "src": "2231:16:130"
1645
1645
  },
1646
1646
  "nodeType": "YulFunctionCall",
1647
- "src": "2231:18:126"
1647
+ "src": "2231:18:130"
1648
1648
  },
1649
1649
  "nodeType": "YulExpressionStatement",
1650
- "src": "2231:18:126"
1650
+ "src": "2231:18:130"
1651
1651
  }
1652
1652
  ]
1653
1653
  },
@@ -1656,34 +1656,34 @@
1656
1656
  {
1657
1657
  "name": "_3",
1658
1658
  "nodeType": "YulIdentifier",
1659
- "src": "2221:2:126"
1659
+ "src": "2221:2:130"
1660
1660
  },
1661
1661
  {
1662
1662
  "name": "_1",
1663
1663
  "nodeType": "YulIdentifier",
1664
- "src": "2225:2:126"
1664
+ "src": "2225:2:130"
1665
1665
  }
1666
1666
  ],
1667
1667
  "functionName": {
1668
1668
  "name": "gt",
1669
1669
  "nodeType": "YulIdentifier",
1670
- "src": "2218:2:126"
1670
+ "src": "2218:2:130"
1671
1671
  },
1672
1672
  "nodeType": "YulFunctionCall",
1673
- "src": "2218:10:126"
1673
+ "src": "2218:10:130"
1674
1674
  },
1675
1675
  "nodeType": "YulIf",
1676
- "src": "2215:36:126"
1676
+ "src": "2215:36:130"
1677
1677
  },
1678
1678
  {
1679
1679
  "nodeType": "YulVariableDeclaration",
1680
- "src": "2260:17:126",
1680
+ "src": "2260:17:130",
1681
1681
  "value": {
1682
1682
  "arguments": [
1683
1683
  {
1684
1684
  "kind": "number",
1685
1685
  "nodeType": "YulLiteral",
1686
- "src": "2274:2:126",
1686
+ "src": "2274:2:130",
1687
1687
  "type": "",
1688
1688
  "value": "31"
1689
1689
  }
@@ -1691,29 +1691,29 @@
1691
1691
  "functionName": {
1692
1692
  "name": "not",
1693
1693
  "nodeType": "YulIdentifier",
1694
- "src": "2270:3:126"
1694
+ "src": "2270:3:130"
1695
1695
  },
1696
1696
  "nodeType": "YulFunctionCall",
1697
- "src": "2270:7:126"
1697
+ "src": "2270:7:130"
1698
1698
  },
1699
1699
  "variables": [
1700
1700
  {
1701
1701
  "name": "_4",
1702
1702
  "nodeType": "YulTypedName",
1703
- "src": "2264:2:126",
1703
+ "src": "2264:2:130",
1704
1704
  "type": ""
1705
1705
  }
1706
1706
  ]
1707
1707
  },
1708
1708
  {
1709
1709
  "nodeType": "YulVariableDeclaration",
1710
- "src": "2286:23:126",
1710
+ "src": "2286:23:130",
1711
1711
  "value": {
1712
1712
  "arguments": [
1713
1713
  {
1714
1714
  "kind": "number",
1715
1715
  "nodeType": "YulLiteral",
1716
- "src": "2306:2:126",
1716
+ "src": "2306:2:130",
1717
1717
  "type": "",
1718
1718
  "value": "64"
1719
1719
  }
@@ -1721,29 +1721,29 @@
1721
1721
  "functionName": {
1722
1722
  "name": "mload",
1723
1723
  "nodeType": "YulIdentifier",
1724
- "src": "2300:5:126"
1724
+ "src": "2300:5:130"
1725
1725
  },
1726
1726
  "nodeType": "YulFunctionCall",
1727
- "src": "2300:9:126"
1727
+ "src": "2300:9:130"
1728
1728
  },
1729
1729
  "variables": [
1730
1730
  {
1731
1731
  "name": "memPtr",
1732
1732
  "nodeType": "YulTypedName",
1733
- "src": "2290:6:126",
1733
+ "src": "2290:6:130",
1734
1734
  "type": ""
1735
1735
  }
1736
1736
  ]
1737
1737
  },
1738
1738
  {
1739
1739
  "nodeType": "YulVariableDeclaration",
1740
- "src": "2318:71:126",
1740
+ "src": "2318:71:130",
1741
1741
  "value": {
1742
1742
  "arguments": [
1743
1743
  {
1744
1744
  "name": "memPtr",
1745
1745
  "nodeType": "YulIdentifier",
1746
- "src": "2340:6:126"
1746
+ "src": "2340:6:130"
1747
1747
  },
1748
1748
  {
1749
1749
  "arguments": [
@@ -1756,12 +1756,12 @@
1756
1756
  {
1757
1757
  "name": "_3",
1758
1758
  "nodeType": "YulIdentifier",
1759
- "src": "2364:2:126"
1759
+ "src": "2364:2:130"
1760
1760
  },
1761
1761
  {
1762
1762
  "kind": "number",
1763
1763
  "nodeType": "YulLiteral",
1764
- "src": "2368:4:126",
1764
+ "src": "2368:4:130",
1765
1765
  "type": "",
1766
1766
  "value": "0x1f"
1767
1767
  }
@@ -1769,29 +1769,29 @@
1769
1769
  "functionName": {
1770
1770
  "name": "add",
1771
1771
  "nodeType": "YulIdentifier",
1772
- "src": "2360:3:126"
1772
+ "src": "2360:3:130"
1773
1773
  },
1774
1774
  "nodeType": "YulFunctionCall",
1775
- "src": "2360:13:126"
1775
+ "src": "2360:13:130"
1776
1776
  },
1777
1777
  {
1778
1778
  "name": "_4",
1779
1779
  "nodeType": "YulIdentifier",
1780
- "src": "2375:2:126"
1780
+ "src": "2375:2:130"
1781
1781
  }
1782
1782
  ],
1783
1783
  "functionName": {
1784
1784
  "name": "and",
1785
1785
  "nodeType": "YulIdentifier",
1786
- "src": "2356:3:126"
1786
+ "src": "2356:3:130"
1787
1787
  },
1788
1788
  "nodeType": "YulFunctionCall",
1789
- "src": "2356:22:126"
1789
+ "src": "2356:22:130"
1790
1790
  },
1791
1791
  {
1792
1792
  "kind": "number",
1793
1793
  "nodeType": "YulLiteral",
1794
- "src": "2380:2:126",
1794
+ "src": "2380:2:130",
1795
1795
  "type": "",
1796
1796
  "value": "63"
1797
1797
  }
@@ -1799,39 +1799,39 @@
1799
1799
  "functionName": {
1800
1800
  "name": "add",
1801
1801
  "nodeType": "YulIdentifier",
1802
- "src": "2352:3:126"
1802
+ "src": "2352:3:130"
1803
1803
  },
1804
1804
  "nodeType": "YulFunctionCall",
1805
- "src": "2352:31:126"
1805
+ "src": "2352:31:130"
1806
1806
  },
1807
1807
  {
1808
1808
  "name": "_4",
1809
1809
  "nodeType": "YulIdentifier",
1810
- "src": "2385:2:126"
1810
+ "src": "2385:2:130"
1811
1811
  }
1812
1812
  ],
1813
1813
  "functionName": {
1814
1814
  "name": "and",
1815
1815
  "nodeType": "YulIdentifier",
1816
- "src": "2348:3:126"
1816
+ "src": "2348:3:130"
1817
1817
  },
1818
1818
  "nodeType": "YulFunctionCall",
1819
- "src": "2348:40:126"
1819
+ "src": "2348:40:130"
1820
1820
  }
1821
1821
  ],
1822
1822
  "functionName": {
1823
1823
  "name": "add",
1824
1824
  "nodeType": "YulIdentifier",
1825
- "src": "2336:3:126"
1825
+ "src": "2336:3:130"
1826
1826
  },
1827
1827
  "nodeType": "YulFunctionCall",
1828
- "src": "2336:53:126"
1828
+ "src": "2336:53:130"
1829
1829
  },
1830
1830
  "variables": [
1831
1831
  {
1832
1832
  "name": "newFreePtr",
1833
1833
  "nodeType": "YulTypedName",
1834
- "src": "2322:10:126",
1834
+ "src": "2322:10:130",
1835
1835
  "type": ""
1836
1836
  }
1837
1837
  ]
@@ -1839,7 +1839,7 @@
1839
1839
  {
1840
1840
  "body": {
1841
1841
  "nodeType": "YulBlock",
1842
- "src": "2448:22:126",
1842
+ "src": "2448:22:130",
1843
1843
  "statements": [
1844
1844
  {
1845
1845
  "expression": {
@@ -1847,13 +1847,13 @@
1847
1847
  "functionName": {
1848
1848
  "name": "panic_error_0x41",
1849
1849
  "nodeType": "YulIdentifier",
1850
- "src": "2450:16:126"
1850
+ "src": "2450:16:130"
1851
1851
  },
1852
1852
  "nodeType": "YulFunctionCall",
1853
- "src": "2450:18:126"
1853
+ "src": "2450:18:130"
1854
1854
  },
1855
1855
  "nodeType": "YulExpressionStatement",
1856
- "src": "2450:18:126"
1856
+ "src": "2450:18:130"
1857
1857
  }
1858
1858
  ]
1859
1859
  },
@@ -1864,54 +1864,54 @@
1864
1864
  {
1865
1865
  "name": "newFreePtr",
1866
1866
  "nodeType": "YulIdentifier",
1867
- "src": "2407:10:126"
1867
+ "src": "2407:10:130"
1868
1868
  },
1869
1869
  {
1870
1870
  "name": "_1",
1871
1871
  "nodeType": "YulIdentifier",
1872
- "src": "2419:2:126"
1872
+ "src": "2419:2:130"
1873
1873
  }
1874
1874
  ],
1875
1875
  "functionName": {
1876
1876
  "name": "gt",
1877
1877
  "nodeType": "YulIdentifier",
1878
- "src": "2404:2:126"
1878
+ "src": "2404:2:130"
1879
1879
  },
1880
1880
  "nodeType": "YulFunctionCall",
1881
- "src": "2404:18:126"
1881
+ "src": "2404:18:130"
1882
1882
  },
1883
1883
  {
1884
1884
  "arguments": [
1885
1885
  {
1886
1886
  "name": "newFreePtr",
1887
1887
  "nodeType": "YulIdentifier",
1888
- "src": "2427:10:126"
1888
+ "src": "2427:10:130"
1889
1889
  },
1890
1890
  {
1891
1891
  "name": "memPtr",
1892
1892
  "nodeType": "YulIdentifier",
1893
- "src": "2439:6:126"
1893
+ "src": "2439:6:130"
1894
1894
  }
1895
1895
  ],
1896
1896
  "functionName": {
1897
1897
  "name": "lt",
1898
1898
  "nodeType": "YulIdentifier",
1899
- "src": "2424:2:126"
1899
+ "src": "2424:2:130"
1900
1900
  },
1901
1901
  "nodeType": "YulFunctionCall",
1902
- "src": "2424:22:126"
1902
+ "src": "2424:22:130"
1903
1903
  }
1904
1904
  ],
1905
1905
  "functionName": {
1906
1906
  "name": "or",
1907
1907
  "nodeType": "YulIdentifier",
1908
- "src": "2401:2:126"
1908
+ "src": "2401:2:130"
1909
1909
  },
1910
1910
  "nodeType": "YulFunctionCall",
1911
- "src": "2401:46:126"
1911
+ "src": "2401:46:130"
1912
1912
  },
1913
1913
  "nodeType": "YulIf",
1914
- "src": "2398:72:126"
1914
+ "src": "2398:72:130"
1915
1915
  },
1916
1916
  {
1917
1917
  "expression": {
@@ -1919,26 +1919,26 @@
1919
1919
  {
1920
1920
  "kind": "number",
1921
1921
  "nodeType": "YulLiteral",
1922
- "src": "2486:2:126",
1922
+ "src": "2486:2:130",
1923
1923
  "type": "",
1924
1924
  "value": "64"
1925
1925
  },
1926
1926
  {
1927
1927
  "name": "newFreePtr",
1928
1928
  "nodeType": "YulIdentifier",
1929
- "src": "2490:10:126"
1929
+ "src": "2490:10:130"
1930
1930
  }
1931
1931
  ],
1932
1932
  "functionName": {
1933
1933
  "name": "mstore",
1934
1934
  "nodeType": "YulIdentifier",
1935
- "src": "2479:6:126"
1935
+ "src": "2479:6:130"
1936
1936
  },
1937
1937
  "nodeType": "YulFunctionCall",
1938
- "src": "2479:22:126"
1938
+ "src": "2479:22:130"
1939
1939
  },
1940
1940
  "nodeType": "YulExpressionStatement",
1941
- "src": "2479:22:126"
1941
+ "src": "2479:22:130"
1942
1942
  },
1943
1943
  {
1944
1944
  "expression": {
@@ -1946,29 +1946,29 @@
1946
1946
  {
1947
1947
  "name": "memPtr",
1948
1948
  "nodeType": "YulIdentifier",
1949
- "src": "2517:6:126"
1949
+ "src": "2517:6:130"
1950
1950
  },
1951
1951
  {
1952
1952
  "name": "_3",
1953
1953
  "nodeType": "YulIdentifier",
1954
- "src": "2525:2:126"
1954
+ "src": "2525:2:130"
1955
1955
  }
1956
1956
  ],
1957
1957
  "functionName": {
1958
1958
  "name": "mstore",
1959
1959
  "nodeType": "YulIdentifier",
1960
- "src": "2510:6:126"
1960
+ "src": "2510:6:130"
1961
1961
  },
1962
1962
  "nodeType": "YulFunctionCall",
1963
- "src": "2510:18:126"
1963
+ "src": "2510:18:130"
1964
1964
  },
1965
1965
  "nodeType": "YulExpressionStatement",
1966
- "src": "2510:18:126"
1966
+ "src": "2510:18:130"
1967
1967
  },
1968
1968
  {
1969
1969
  "body": {
1970
1970
  "nodeType": "YulBlock",
1971
- "src": "2574:16:126",
1971
+ "src": "2574:16:130",
1972
1972
  "statements": [
1973
1973
  {
1974
1974
  "expression": {
@@ -1976,14 +1976,14 @@
1976
1976
  {
1977
1977
  "kind": "number",
1978
1978
  "nodeType": "YulLiteral",
1979
- "src": "2583:1:126",
1979
+ "src": "2583:1:130",
1980
1980
  "type": "",
1981
1981
  "value": "0"
1982
1982
  },
1983
1983
  {
1984
1984
  "kind": "number",
1985
1985
  "nodeType": "YulLiteral",
1986
- "src": "2586:1:126",
1986
+ "src": "2586:1:130",
1987
1987
  "type": "",
1988
1988
  "value": "0"
1989
1989
  }
@@ -1991,13 +1991,13 @@
1991
1991
  "functionName": {
1992
1992
  "name": "revert",
1993
1993
  "nodeType": "YulIdentifier",
1994
- "src": "2576:6:126"
1994
+ "src": "2576:6:130"
1995
1995
  },
1996
1996
  "nodeType": "YulFunctionCall",
1997
- "src": "2576:12:126"
1997
+ "src": "2576:12:130"
1998
1998
  },
1999
1999
  "nodeType": "YulExpressionStatement",
2000
- "src": "2576:12:126"
2000
+ "src": "2576:12:130"
2001
2001
  }
2002
2002
  ]
2003
2003
  },
@@ -2010,26 +2010,26 @@
2010
2010
  {
2011
2011
  "name": "_2",
2012
2012
  "nodeType": "YulIdentifier",
2013
- "src": "2551:2:126"
2013
+ "src": "2551:2:130"
2014
2014
  },
2015
2015
  {
2016
2016
  "name": "_3",
2017
2017
  "nodeType": "YulIdentifier",
2018
- "src": "2555:2:126"
2018
+ "src": "2555:2:130"
2019
2019
  }
2020
2020
  ],
2021
2021
  "functionName": {
2022
2022
  "name": "add",
2023
2023
  "nodeType": "YulIdentifier",
2024
- "src": "2547:3:126"
2024
+ "src": "2547:3:130"
2025
2025
  },
2026
2026
  "nodeType": "YulFunctionCall",
2027
- "src": "2547:11:126"
2027
+ "src": "2547:11:130"
2028
2028
  },
2029
2029
  {
2030
2030
  "kind": "number",
2031
2031
  "nodeType": "YulLiteral",
2032
- "src": "2560:2:126",
2032
+ "src": "2560:2:130",
2033
2033
  "type": "",
2034
2034
  "value": "32"
2035
2035
  }
@@ -2037,27 +2037,27 @@
2037
2037
  "functionName": {
2038
2038
  "name": "add",
2039
2039
  "nodeType": "YulIdentifier",
2040
- "src": "2543:3:126"
2040
+ "src": "2543:3:130"
2041
2041
  },
2042
2042
  "nodeType": "YulFunctionCall",
2043
- "src": "2543:20:126"
2043
+ "src": "2543:20:130"
2044
2044
  },
2045
2045
  {
2046
2046
  "name": "dataEnd",
2047
2047
  "nodeType": "YulIdentifier",
2048
- "src": "2565:7:126"
2048
+ "src": "2565:7:130"
2049
2049
  }
2050
2050
  ],
2051
2051
  "functionName": {
2052
2052
  "name": "gt",
2053
2053
  "nodeType": "YulIdentifier",
2054
- "src": "2540:2:126"
2054
+ "src": "2540:2:130"
2055
2055
  },
2056
2056
  "nodeType": "YulFunctionCall",
2057
- "src": "2540:33:126"
2057
+ "src": "2540:33:130"
2058
2058
  },
2059
2059
  "nodeType": "YulIf",
2060
- "src": "2537:53:126"
2060
+ "src": "2537:53:130"
2061
2061
  },
2062
2062
  {
2063
2063
  "expression": {
@@ -2067,12 +2067,12 @@
2067
2067
  {
2068
2068
  "name": "memPtr",
2069
2069
  "nodeType": "YulIdentifier",
2070
- "src": "2616:6:126"
2070
+ "src": "2616:6:130"
2071
2071
  },
2072
2072
  {
2073
2073
  "kind": "number",
2074
2074
  "nodeType": "YulLiteral",
2075
- "src": "2624:2:126",
2075
+ "src": "2624:2:130",
2076
2076
  "type": "",
2077
2077
  "value": "32"
2078
2078
  }
@@ -2080,22 +2080,22 @@
2080
2080
  "functionName": {
2081
2081
  "name": "add",
2082
2082
  "nodeType": "YulIdentifier",
2083
- "src": "2612:3:126"
2083
+ "src": "2612:3:130"
2084
2084
  },
2085
2085
  "nodeType": "YulFunctionCall",
2086
- "src": "2612:15:126"
2086
+ "src": "2612:15:130"
2087
2087
  },
2088
2088
  {
2089
2089
  "arguments": [
2090
2090
  {
2091
2091
  "name": "_2",
2092
2092
  "nodeType": "YulIdentifier",
2093
- "src": "2633:2:126"
2093
+ "src": "2633:2:130"
2094
2094
  },
2095
2095
  {
2096
2096
  "kind": "number",
2097
2097
  "nodeType": "YulLiteral",
2098
- "src": "2637:2:126",
2098
+ "src": "2637:2:130",
2099
2099
  "type": "",
2100
2100
  "value": "32"
2101
2101
  }
@@ -2103,27 +2103,27 @@
2103
2103
  "functionName": {
2104
2104
  "name": "add",
2105
2105
  "nodeType": "YulIdentifier",
2106
- "src": "2629:3:126"
2106
+ "src": "2629:3:130"
2107
2107
  },
2108
2108
  "nodeType": "YulFunctionCall",
2109
- "src": "2629:11:126"
2109
+ "src": "2629:11:130"
2110
2110
  },
2111
2111
  {
2112
2112
  "name": "_3",
2113
2113
  "nodeType": "YulIdentifier",
2114
- "src": "2642:2:126"
2114
+ "src": "2642:2:130"
2115
2115
  }
2116
2116
  ],
2117
2117
  "functionName": {
2118
2118
  "name": "calldatacopy",
2119
2119
  "nodeType": "YulIdentifier",
2120
- "src": "2599:12:126"
2120
+ "src": "2599:12:130"
2121
2121
  },
2122
2122
  "nodeType": "YulFunctionCall",
2123
- "src": "2599:46:126"
2123
+ "src": "2599:46:130"
2124
2124
  },
2125
2125
  "nodeType": "YulExpressionStatement",
2126
- "src": "2599:46:126"
2126
+ "src": "2599:46:130"
2127
2127
  },
2128
2128
  {
2129
2129
  "expression": {
@@ -2135,26 +2135,26 @@
2135
2135
  {
2136
2136
  "name": "memPtr",
2137
2137
  "nodeType": "YulIdentifier",
2138
- "src": "2669:6:126"
2138
+ "src": "2669:6:130"
2139
2139
  },
2140
2140
  {
2141
2141
  "name": "_3",
2142
2142
  "nodeType": "YulIdentifier",
2143
- "src": "2677:2:126"
2143
+ "src": "2677:2:130"
2144
2144
  }
2145
2145
  ],
2146
2146
  "functionName": {
2147
2147
  "name": "add",
2148
2148
  "nodeType": "YulIdentifier",
2149
- "src": "2665:3:126"
2149
+ "src": "2665:3:130"
2150
2150
  },
2151
2151
  "nodeType": "YulFunctionCall",
2152
- "src": "2665:15:126"
2152
+ "src": "2665:15:130"
2153
2153
  },
2154
2154
  {
2155
2155
  "kind": "number",
2156
2156
  "nodeType": "YulLiteral",
2157
- "src": "2682:2:126",
2157
+ "src": "2682:2:130",
2158
2158
  "type": "",
2159
2159
  "value": "32"
2160
2160
  }
@@ -2162,15 +2162,15 @@
2162
2162
  "functionName": {
2163
2163
  "name": "add",
2164
2164
  "nodeType": "YulIdentifier",
2165
- "src": "2661:3:126"
2165
+ "src": "2661:3:130"
2166
2166
  },
2167
2167
  "nodeType": "YulFunctionCall",
2168
- "src": "2661:24:126"
2168
+ "src": "2661:24:130"
2169
2169
  },
2170
2170
  {
2171
2171
  "kind": "number",
2172
2172
  "nodeType": "YulLiteral",
2173
- "src": "2687:1:126",
2173
+ "src": "2687:1:130",
2174
2174
  "type": "",
2175
2175
  "value": "0"
2176
2176
  }
@@ -2178,27 +2178,27 @@
2178
2178
  "functionName": {
2179
2179
  "name": "mstore",
2180
2180
  "nodeType": "YulIdentifier",
2181
- "src": "2654:6:126"
2181
+ "src": "2654:6:130"
2182
2182
  },
2183
2183
  "nodeType": "YulFunctionCall",
2184
- "src": "2654:35:126"
2184
+ "src": "2654:35:130"
2185
2185
  },
2186
2186
  "nodeType": "YulExpressionStatement",
2187
- "src": "2654:35:126"
2187
+ "src": "2654:35:130"
2188
2188
  },
2189
2189
  {
2190
2190
  "nodeType": "YulAssignment",
2191
- "src": "2698:16:126",
2191
+ "src": "2698:16:130",
2192
2192
  "value": {
2193
2193
  "name": "memPtr",
2194
2194
  "nodeType": "YulIdentifier",
2195
- "src": "2708:6:126"
2195
+ "src": "2708:6:130"
2196
2196
  },
2197
2197
  "variableNames": [
2198
2198
  {
2199
2199
  "name": "value2",
2200
2200
  "nodeType": "YulIdentifier",
2201
- "src": "2698:6:126"
2201
+ "src": "2698:6:130"
2202
2202
  }
2203
2203
  ]
2204
2204
  }
@@ -2210,13 +2210,13 @@
2210
2210
  {
2211
2211
  "name": "headStart",
2212
2212
  "nodeType": "YulTypedName",
2213
- "src": "1528:9:126",
2213
+ "src": "1528:9:130",
2214
2214
  "type": ""
2215
2215
  },
2216
2216
  {
2217
2217
  "name": "dataEnd",
2218
2218
  "nodeType": "YulTypedName",
2219
- "src": "1539:7:126",
2219
+ "src": "1539:7:130",
2220
2220
  "type": ""
2221
2221
  }
2222
2222
  ],
@@ -2224,33 +2224,33 @@
2224
2224
  {
2225
2225
  "name": "value0",
2226
2226
  "nodeType": "YulTypedName",
2227
- "src": "1551:6:126",
2227
+ "src": "1551:6:130",
2228
2228
  "type": ""
2229
2229
  },
2230
2230
  {
2231
2231
  "name": "value1",
2232
2232
  "nodeType": "YulTypedName",
2233
- "src": "1559:6:126",
2233
+ "src": "1559:6:130",
2234
2234
  "type": ""
2235
2235
  },
2236
2236
  {
2237
2237
  "name": "value2",
2238
2238
  "nodeType": "YulTypedName",
2239
- "src": "1567:6:126",
2239
+ "src": "1567:6:130",
2240
2240
  "type": ""
2241
2241
  }
2242
2242
  ],
2243
- "src": "1428:1292:126"
2243
+ "src": "1428:1292:130"
2244
2244
  },
2245
2245
  {
2246
2246
  "body": {
2247
2247
  "nodeType": "YulBlock",
2248
- "src": "2795:206:126",
2248
+ "src": "2795:206:130",
2249
2249
  "statements": [
2250
2250
  {
2251
2251
  "body": {
2252
2252
  "nodeType": "YulBlock",
2253
- "src": "2841:16:126",
2253
+ "src": "2841:16:130",
2254
2254
  "statements": [
2255
2255
  {
2256
2256
  "expression": {
@@ -2258,14 +2258,14 @@
2258
2258
  {
2259
2259
  "kind": "number",
2260
2260
  "nodeType": "YulLiteral",
2261
- "src": "2850:1:126",
2261
+ "src": "2850:1:130",
2262
2262
  "type": "",
2263
2263
  "value": "0"
2264
2264
  },
2265
2265
  {
2266
2266
  "kind": "number",
2267
2267
  "nodeType": "YulLiteral",
2268
- "src": "2853:1:126",
2268
+ "src": "2853:1:130",
2269
2269
  "type": "",
2270
2270
  "value": "0"
2271
2271
  }
@@ -2273,13 +2273,13 @@
2273
2273
  "functionName": {
2274
2274
  "name": "revert",
2275
2275
  "nodeType": "YulIdentifier",
2276
- "src": "2843:6:126"
2276
+ "src": "2843:6:130"
2277
2277
  },
2278
2278
  "nodeType": "YulFunctionCall",
2279
- "src": "2843:12:126"
2279
+ "src": "2843:12:130"
2280
2280
  },
2281
2281
  "nodeType": "YulExpressionStatement",
2282
- "src": "2843:12:126"
2282
+ "src": "2843:12:130"
2283
2283
  }
2284
2284
  ]
2285
2285
  },
@@ -2290,26 +2290,26 @@
2290
2290
  {
2291
2291
  "name": "dataEnd",
2292
2292
  "nodeType": "YulIdentifier",
2293
- "src": "2816:7:126"
2293
+ "src": "2816:7:130"
2294
2294
  },
2295
2295
  {
2296
2296
  "name": "headStart",
2297
2297
  "nodeType": "YulIdentifier",
2298
- "src": "2825:9:126"
2298
+ "src": "2825:9:130"
2299
2299
  }
2300
2300
  ],
2301
2301
  "functionName": {
2302
2302
  "name": "sub",
2303
2303
  "nodeType": "YulIdentifier",
2304
- "src": "2812:3:126"
2304
+ "src": "2812:3:130"
2305
2305
  },
2306
2306
  "nodeType": "YulFunctionCall",
2307
- "src": "2812:23:126"
2307
+ "src": "2812:23:130"
2308
2308
  },
2309
2309
  {
2310
2310
  "kind": "number",
2311
2311
  "nodeType": "YulLiteral",
2312
- "src": "2837:2:126",
2312
+ "src": "2837:2:130",
2313
2313
  "type": "",
2314
2314
  "value": "32"
2315
2315
  }
@@ -2317,38 +2317,38 @@
2317
2317
  "functionName": {
2318
2318
  "name": "slt",
2319
2319
  "nodeType": "YulIdentifier",
2320
- "src": "2808:3:126"
2320
+ "src": "2808:3:130"
2321
2321
  },
2322
2322
  "nodeType": "YulFunctionCall",
2323
- "src": "2808:32:126"
2323
+ "src": "2808:32:130"
2324
2324
  },
2325
2325
  "nodeType": "YulIf",
2326
- "src": "2805:52:126"
2326
+ "src": "2805:52:130"
2327
2327
  },
2328
2328
  {
2329
2329
  "nodeType": "YulVariableDeclaration",
2330
- "src": "2866:36:126",
2330
+ "src": "2866:36:130",
2331
2331
  "value": {
2332
2332
  "arguments": [
2333
2333
  {
2334
2334
  "name": "headStart",
2335
2335
  "nodeType": "YulIdentifier",
2336
- "src": "2892:9:126"
2336
+ "src": "2892:9:130"
2337
2337
  }
2338
2338
  ],
2339
2339
  "functionName": {
2340
2340
  "name": "calldataload",
2341
2341
  "nodeType": "YulIdentifier",
2342
- "src": "2879:12:126"
2342
+ "src": "2879:12:130"
2343
2343
  },
2344
2344
  "nodeType": "YulFunctionCall",
2345
- "src": "2879:23:126"
2345
+ "src": "2879:23:130"
2346
2346
  },
2347
2347
  "variables": [
2348
2348
  {
2349
2349
  "name": "value",
2350
2350
  "nodeType": "YulTypedName",
2351
- "src": "2870:5:126",
2351
+ "src": "2870:5:130",
2352
2352
  "type": ""
2353
2353
  }
2354
2354
  ]
@@ -2359,33 +2359,33 @@
2359
2359
  {
2360
2360
  "name": "value",
2361
2361
  "nodeType": "YulIdentifier",
2362
- "src": "2965:5:126"
2362
+ "src": "2965:5:130"
2363
2363
  }
2364
2364
  ],
2365
2365
  "functionName": {
2366
2366
  "name": "validator_revert_contract_TransparentUpgradeableProxy",
2367
2367
  "nodeType": "YulIdentifier",
2368
- "src": "2911:53:126"
2368
+ "src": "2911:53:130"
2369
2369
  },
2370
2370
  "nodeType": "YulFunctionCall",
2371
- "src": "2911:60:126"
2371
+ "src": "2911:60:130"
2372
2372
  },
2373
2373
  "nodeType": "YulExpressionStatement",
2374
- "src": "2911:60:126"
2374
+ "src": "2911:60:130"
2375
2375
  },
2376
2376
  {
2377
2377
  "nodeType": "YulAssignment",
2378
- "src": "2980:15:126",
2378
+ "src": "2980:15:130",
2379
2379
  "value": {
2380
2380
  "name": "value",
2381
2381
  "nodeType": "YulIdentifier",
2382
- "src": "2990:5:126"
2382
+ "src": "2990:5:130"
2383
2383
  },
2384
2384
  "variableNames": [
2385
2385
  {
2386
2386
  "name": "value0",
2387
2387
  "nodeType": "YulIdentifier",
2388
- "src": "2980:6:126"
2388
+ "src": "2980:6:130"
2389
2389
  }
2390
2390
  ]
2391
2391
  }
@@ -2397,13 +2397,13 @@
2397
2397
  {
2398
2398
  "name": "headStart",
2399
2399
  "nodeType": "YulTypedName",
2400
- "src": "2761:9:126",
2400
+ "src": "2761:9:130",
2401
2401
  "type": ""
2402
2402
  },
2403
2403
  {
2404
2404
  "name": "dataEnd",
2405
2405
  "nodeType": "YulTypedName",
2406
- "src": "2772:7:126",
2406
+ "src": "2772:7:130",
2407
2407
  "type": ""
2408
2408
  }
2409
2409
  ],
@@ -2411,16 +2411,16 @@
2411
2411
  {
2412
2412
  "name": "value0",
2413
2413
  "nodeType": "YulTypedName",
2414
- "src": "2784:6:126",
2414
+ "src": "2784:6:130",
2415
2415
  "type": ""
2416
2416
  }
2417
2417
  ],
2418
- "src": "2725:276:126"
2418
+ "src": "2725:276:130"
2419
2419
  },
2420
2420
  {
2421
2421
  "body": {
2422
2422
  "nodeType": "YulBlock",
2423
- "src": "3197:122:126",
2423
+ "src": "3197:122:130",
2424
2424
  "statements": [
2425
2425
  {
2426
2426
  "expression": {
@@ -2428,12 +2428,12 @@
2428
2428
  {
2429
2429
  "name": "pos",
2430
2430
  "nodeType": "YulIdentifier",
2431
- "src": "3214:3:126"
2431
+ "src": "3214:3:130"
2432
2432
  },
2433
2433
  {
2434
2434
  "kind": "number",
2435
2435
  "nodeType": "YulLiteral",
2436
- "src": "3219:66:126",
2436
+ "src": "3219:66:130",
2437
2437
  "type": "",
2438
2438
  "value": "0x5c60da1b00000000000000000000000000000000000000000000000000000000"
2439
2439
  }
@@ -2441,28 +2441,28 @@
2441
2441
  "functionName": {
2442
2442
  "name": "mstore",
2443
2443
  "nodeType": "YulIdentifier",
2444
- "src": "3207:6:126"
2444
+ "src": "3207:6:130"
2445
2445
  },
2446
2446
  "nodeType": "YulFunctionCall",
2447
- "src": "3207:79:126"
2447
+ "src": "3207:79:130"
2448
2448
  },
2449
2449
  "nodeType": "YulExpressionStatement",
2450
- "src": "3207:79:126"
2450
+ "src": "3207:79:130"
2451
2451
  },
2452
2452
  {
2453
2453
  "nodeType": "YulAssignment",
2454
- "src": "3295:18:126",
2454
+ "src": "3295:18:130",
2455
2455
  "value": {
2456
2456
  "arguments": [
2457
2457
  {
2458
2458
  "name": "pos",
2459
2459
  "nodeType": "YulIdentifier",
2460
- "src": "3306:3:126"
2460
+ "src": "3306:3:130"
2461
2461
  },
2462
2462
  {
2463
2463
  "kind": "number",
2464
2464
  "nodeType": "YulLiteral",
2465
- "src": "3311:1:126",
2465
+ "src": "3311:1:130",
2466
2466
  "type": "",
2467
2467
  "value": "4"
2468
2468
  }
@@ -2470,16 +2470,16 @@
2470
2470
  "functionName": {
2471
2471
  "name": "add",
2472
2472
  "nodeType": "YulIdentifier",
2473
- "src": "3302:3:126"
2473
+ "src": "3302:3:130"
2474
2474
  },
2475
2475
  "nodeType": "YulFunctionCall",
2476
- "src": "3302:11:126"
2476
+ "src": "3302:11:130"
2477
2477
  },
2478
2478
  "variableNames": [
2479
2479
  {
2480
2480
  "name": "end",
2481
2481
  "nodeType": "YulIdentifier",
2482
- "src": "3295:3:126"
2482
+ "src": "3295:3:130"
2483
2483
  }
2484
2484
  ]
2485
2485
  }
@@ -2491,7 +2491,7 @@
2491
2491
  {
2492
2492
  "name": "pos",
2493
2493
  "nodeType": "YulTypedName",
2494
- "src": "3181:3:126",
2494
+ "src": "3181:3:130",
2495
2495
  "type": ""
2496
2496
  }
2497
2497
  ],
@@ -2499,21 +2499,21 @@
2499
2499
  {
2500
2500
  "name": "end",
2501
2501
  "nodeType": "YulTypedName",
2502
- "src": "3189:3:126",
2502
+ "src": "3189:3:130",
2503
2503
  "type": ""
2504
2504
  }
2505
2505
  ],
2506
- "src": "3006:313:126"
2506
+ "src": "3006:313:130"
2507
2507
  },
2508
2508
  {
2509
2509
  "body": {
2510
2510
  "nodeType": "YulBlock",
2511
- "src": "3413:199:126",
2511
+ "src": "3413:199:130",
2512
2512
  "statements": [
2513
2513
  {
2514
2514
  "body": {
2515
2515
  "nodeType": "YulBlock",
2516
- "src": "3459:16:126",
2516
+ "src": "3459:16:130",
2517
2517
  "statements": [
2518
2518
  {
2519
2519
  "expression": {
@@ -2521,14 +2521,14 @@
2521
2521
  {
2522
2522
  "kind": "number",
2523
2523
  "nodeType": "YulLiteral",
2524
- "src": "3468:1:126",
2524
+ "src": "3468:1:130",
2525
2525
  "type": "",
2526
2526
  "value": "0"
2527
2527
  },
2528
2528
  {
2529
2529
  "kind": "number",
2530
2530
  "nodeType": "YulLiteral",
2531
- "src": "3471:1:126",
2531
+ "src": "3471:1:130",
2532
2532
  "type": "",
2533
2533
  "value": "0"
2534
2534
  }
@@ -2536,13 +2536,13 @@
2536
2536
  "functionName": {
2537
2537
  "name": "revert",
2538
2538
  "nodeType": "YulIdentifier",
2539
- "src": "3461:6:126"
2539
+ "src": "3461:6:130"
2540
2540
  },
2541
2541
  "nodeType": "YulFunctionCall",
2542
- "src": "3461:12:126"
2542
+ "src": "3461:12:130"
2543
2543
  },
2544
2544
  "nodeType": "YulExpressionStatement",
2545
- "src": "3461:12:126"
2545
+ "src": "3461:12:130"
2546
2546
  }
2547
2547
  ]
2548
2548
  },
@@ -2553,26 +2553,26 @@
2553
2553
  {
2554
2554
  "name": "dataEnd",
2555
2555
  "nodeType": "YulIdentifier",
2556
- "src": "3434:7:126"
2556
+ "src": "3434:7:130"
2557
2557
  },
2558
2558
  {
2559
2559
  "name": "headStart",
2560
2560
  "nodeType": "YulIdentifier",
2561
- "src": "3443:9:126"
2561
+ "src": "3443:9:130"
2562
2562
  }
2563
2563
  ],
2564
2564
  "functionName": {
2565
2565
  "name": "sub",
2566
2566
  "nodeType": "YulIdentifier",
2567
- "src": "3430:3:126"
2567
+ "src": "3430:3:130"
2568
2568
  },
2569
2569
  "nodeType": "YulFunctionCall",
2570
- "src": "3430:23:126"
2570
+ "src": "3430:23:130"
2571
2571
  },
2572
2572
  {
2573
2573
  "kind": "number",
2574
2574
  "nodeType": "YulLiteral",
2575
- "src": "3455:2:126",
2575
+ "src": "3455:2:130",
2576
2576
  "type": "",
2577
2577
  "value": "32"
2578
2578
  }
@@ -2580,38 +2580,38 @@
2580
2580
  "functionName": {
2581
2581
  "name": "slt",
2582
2582
  "nodeType": "YulIdentifier",
2583
- "src": "3426:3:126"
2583
+ "src": "3426:3:130"
2584
2584
  },
2585
2585
  "nodeType": "YulFunctionCall",
2586
- "src": "3426:32:126"
2586
+ "src": "3426:32:130"
2587
2587
  },
2588
2588
  "nodeType": "YulIf",
2589
- "src": "3423:52:126"
2589
+ "src": "3423:52:130"
2590
2590
  },
2591
2591
  {
2592
2592
  "nodeType": "YulVariableDeclaration",
2593
- "src": "3484:29:126",
2593
+ "src": "3484:29:130",
2594
2594
  "value": {
2595
2595
  "arguments": [
2596
2596
  {
2597
2597
  "name": "headStart",
2598
2598
  "nodeType": "YulIdentifier",
2599
- "src": "3503:9:126"
2599
+ "src": "3503:9:130"
2600
2600
  }
2601
2601
  ],
2602
2602
  "functionName": {
2603
2603
  "name": "mload",
2604
2604
  "nodeType": "YulIdentifier",
2605
- "src": "3497:5:126"
2605
+ "src": "3497:5:130"
2606
2606
  },
2607
2607
  "nodeType": "YulFunctionCall",
2608
- "src": "3497:16:126"
2608
+ "src": "3497:16:130"
2609
2609
  },
2610
2610
  "variables": [
2611
2611
  {
2612
2612
  "name": "value",
2613
2613
  "nodeType": "YulTypedName",
2614
- "src": "3488:5:126",
2614
+ "src": "3488:5:130",
2615
2615
  "type": ""
2616
2616
  }
2617
2617
  ]
@@ -2622,33 +2622,33 @@
2622
2622
  {
2623
2623
  "name": "value",
2624
2624
  "nodeType": "YulIdentifier",
2625
- "src": "3576:5:126"
2625
+ "src": "3576:5:130"
2626
2626
  }
2627
2627
  ],
2628
2628
  "functionName": {
2629
2629
  "name": "validator_revert_contract_TransparentUpgradeableProxy",
2630
2630
  "nodeType": "YulIdentifier",
2631
- "src": "3522:53:126"
2631
+ "src": "3522:53:130"
2632
2632
  },
2633
2633
  "nodeType": "YulFunctionCall",
2634
- "src": "3522:60:126"
2634
+ "src": "3522:60:130"
2635
2635
  },
2636
2636
  "nodeType": "YulExpressionStatement",
2637
- "src": "3522:60:126"
2637
+ "src": "3522:60:130"
2638
2638
  },
2639
2639
  {
2640
2640
  "nodeType": "YulAssignment",
2641
- "src": "3591:15:126",
2641
+ "src": "3591:15:130",
2642
2642
  "value": {
2643
2643
  "name": "value",
2644
2644
  "nodeType": "YulIdentifier",
2645
- "src": "3601:5:126"
2645
+ "src": "3601:5:130"
2646
2646
  },
2647
2647
  "variableNames": [
2648
2648
  {
2649
2649
  "name": "value0",
2650
2650
  "nodeType": "YulIdentifier",
2651
- "src": "3591:6:126"
2651
+ "src": "3591:6:130"
2652
2652
  }
2653
2653
  ]
2654
2654
  }
@@ -2660,13 +2660,13 @@
2660
2660
  {
2661
2661
  "name": "headStart",
2662
2662
  "nodeType": "YulTypedName",
2663
- "src": "3379:9:126",
2663
+ "src": "3379:9:130",
2664
2664
  "type": ""
2665
2665
  },
2666
2666
  {
2667
2667
  "name": "dataEnd",
2668
2668
  "nodeType": "YulTypedName",
2669
- "src": "3390:7:126",
2669
+ "src": "3390:7:130",
2670
2670
  "type": ""
2671
2671
  }
2672
2672
  ],
@@ -2674,16 +2674,16 @@
2674
2674
  {
2675
2675
  "name": "value0",
2676
2676
  "nodeType": "YulTypedName",
2677
- "src": "3402:6:126",
2677
+ "src": "3402:6:130",
2678
2678
  "type": ""
2679
2679
  }
2680
2680
  ],
2681
- "src": "3324:288:126"
2681
+ "src": "3324:288:130"
2682
2682
  },
2683
2683
  {
2684
2684
  "body": {
2685
2685
  "nodeType": "YulBlock",
2686
- "src": "3764:519:126",
2686
+ "src": "3764:519:130",
2687
2687
  "statements": [
2688
2688
  {
2689
2689
  "expression": {
@@ -2691,19 +2691,19 @@
2691
2691
  {
2692
2692
  "name": "headStart",
2693
2693
  "nodeType": "YulIdentifier",
2694
- "src": "3781:9:126"
2694
+ "src": "3781:9:130"
2695
2695
  },
2696
2696
  {
2697
2697
  "arguments": [
2698
2698
  {
2699
2699
  "name": "value0",
2700
2700
  "nodeType": "YulIdentifier",
2701
- "src": "3796:6:126"
2701
+ "src": "3796:6:130"
2702
2702
  },
2703
2703
  {
2704
2704
  "kind": "number",
2705
2705
  "nodeType": "YulLiteral",
2706
- "src": "3804:42:126",
2706
+ "src": "3804:42:130",
2707
2707
  "type": "",
2708
2708
  "value": "0xffffffffffffffffffffffffffffffffffffffff"
2709
2709
  }
@@ -2711,30 +2711,30 @@
2711
2711
  "functionName": {
2712
2712
  "name": "and",
2713
2713
  "nodeType": "YulIdentifier",
2714
- "src": "3792:3:126"
2714
+ "src": "3792:3:130"
2715
2715
  },
2716
2716
  "nodeType": "YulFunctionCall",
2717
- "src": "3792:55:126"
2717
+ "src": "3792:55:130"
2718
2718
  }
2719
2719
  ],
2720
2720
  "functionName": {
2721
2721
  "name": "mstore",
2722
2722
  "nodeType": "YulIdentifier",
2723
- "src": "3774:6:126"
2723
+ "src": "3774:6:130"
2724
2724
  },
2725
2725
  "nodeType": "YulFunctionCall",
2726
- "src": "3774:74:126"
2726
+ "src": "3774:74:130"
2727
2727
  },
2728
2728
  "nodeType": "YulExpressionStatement",
2729
- "src": "3774:74:126"
2729
+ "src": "3774:74:130"
2730
2730
  },
2731
2731
  {
2732
2732
  "nodeType": "YulVariableDeclaration",
2733
- "src": "3857:12:126",
2733
+ "src": "3857:12:130",
2734
2734
  "value": {
2735
2735
  "kind": "number",
2736
2736
  "nodeType": "YulLiteral",
2737
- "src": "3867:2:126",
2737
+ "src": "3867:2:130",
2738
2738
  "type": "",
2739
2739
  "value": "32"
2740
2740
  },
@@ -2742,7 +2742,7 @@
2742
2742
  {
2743
2743
  "name": "_1",
2744
2744
  "nodeType": "YulTypedName",
2745
- "src": "3861:2:126",
2745
+ "src": "3861:2:130",
2746
2746
  "type": ""
2747
2747
  }
2748
2748
  ]
@@ -2755,26 +2755,26 @@
2755
2755
  {
2756
2756
  "name": "headStart",
2757
2757
  "nodeType": "YulIdentifier",
2758
- "src": "3889:9:126"
2758
+ "src": "3889:9:130"
2759
2759
  },
2760
2760
  {
2761
2761
  "name": "_1",
2762
2762
  "nodeType": "YulIdentifier",
2763
- "src": "3900:2:126"
2763
+ "src": "3900:2:130"
2764
2764
  }
2765
2765
  ],
2766
2766
  "functionName": {
2767
2767
  "name": "add",
2768
2768
  "nodeType": "YulIdentifier",
2769
- "src": "3885:3:126"
2769
+ "src": "3885:3:130"
2770
2770
  },
2771
2771
  "nodeType": "YulFunctionCall",
2772
- "src": "3885:18:126"
2772
+ "src": "3885:18:130"
2773
2773
  },
2774
2774
  {
2775
2775
  "kind": "number",
2776
2776
  "nodeType": "YulLiteral",
2777
- "src": "3905:2:126",
2777
+ "src": "3905:2:130",
2778
2778
  "type": "",
2779
2779
  "value": "64"
2780
2780
  }
@@ -2782,38 +2782,38 @@
2782
2782
  "functionName": {
2783
2783
  "name": "mstore",
2784
2784
  "nodeType": "YulIdentifier",
2785
- "src": "3878:6:126"
2785
+ "src": "3878:6:130"
2786
2786
  },
2787
2787
  "nodeType": "YulFunctionCall",
2788
- "src": "3878:30:126"
2788
+ "src": "3878:30:130"
2789
2789
  },
2790
2790
  "nodeType": "YulExpressionStatement",
2791
- "src": "3878:30:126"
2791
+ "src": "3878:30:130"
2792
2792
  },
2793
2793
  {
2794
2794
  "nodeType": "YulVariableDeclaration",
2795
- "src": "3917:27:126",
2795
+ "src": "3917:27:130",
2796
2796
  "value": {
2797
2797
  "arguments": [
2798
2798
  {
2799
2799
  "name": "value1",
2800
2800
  "nodeType": "YulIdentifier",
2801
- "src": "3937:6:126"
2801
+ "src": "3937:6:130"
2802
2802
  }
2803
2803
  ],
2804
2804
  "functionName": {
2805
2805
  "name": "mload",
2806
2806
  "nodeType": "YulIdentifier",
2807
- "src": "3931:5:126"
2807
+ "src": "3931:5:130"
2808
2808
  },
2809
2809
  "nodeType": "YulFunctionCall",
2810
- "src": "3931:13:126"
2810
+ "src": "3931:13:130"
2811
2811
  },
2812
2812
  "variables": [
2813
2813
  {
2814
2814
  "name": "length",
2815
2815
  "nodeType": "YulTypedName",
2816
- "src": "3921:6:126",
2816
+ "src": "3921:6:130",
2817
2817
  "type": ""
2818
2818
  }
2819
2819
  ]
@@ -2826,12 +2826,12 @@
2826
2826
  {
2827
2827
  "name": "headStart",
2828
2828
  "nodeType": "YulIdentifier",
2829
- "src": "3964:9:126"
2829
+ "src": "3964:9:130"
2830
2830
  },
2831
2831
  {
2832
2832
  "kind": "number",
2833
2833
  "nodeType": "YulLiteral",
2834
- "src": "3975:2:126",
2834
+ "src": "3975:2:130",
2835
2835
  "type": "",
2836
2836
  "value": "64"
2837
2837
  }
@@ -2839,35 +2839,35 @@
2839
2839
  "functionName": {
2840
2840
  "name": "add",
2841
2841
  "nodeType": "YulIdentifier",
2842
- "src": "3960:3:126"
2842
+ "src": "3960:3:130"
2843
2843
  },
2844
2844
  "nodeType": "YulFunctionCall",
2845
- "src": "3960:18:126"
2845
+ "src": "3960:18:130"
2846
2846
  },
2847
2847
  {
2848
2848
  "name": "length",
2849
2849
  "nodeType": "YulIdentifier",
2850
- "src": "3980:6:126"
2850
+ "src": "3980:6:130"
2851
2851
  }
2852
2852
  ],
2853
2853
  "functionName": {
2854
2854
  "name": "mstore",
2855
2855
  "nodeType": "YulIdentifier",
2856
- "src": "3953:6:126"
2856
+ "src": "3953:6:130"
2857
2857
  },
2858
2858
  "nodeType": "YulFunctionCall",
2859
- "src": "3953:34:126"
2859
+ "src": "3953:34:130"
2860
2860
  },
2861
2861
  "nodeType": "YulExpressionStatement",
2862
- "src": "3953:34:126"
2862
+ "src": "3953:34:130"
2863
2863
  },
2864
2864
  {
2865
2865
  "nodeType": "YulVariableDeclaration",
2866
- "src": "3996:10:126",
2866
+ "src": "3996:10:130",
2867
2867
  "value": {
2868
2868
  "kind": "number",
2869
2869
  "nodeType": "YulLiteral",
2870
- "src": "4005:1:126",
2870
+ "src": "4005:1:130",
2871
2871
  "type": "",
2872
2872
  "value": "0"
2873
2873
  },
@@ -2875,7 +2875,7 @@
2875
2875
  {
2876
2876
  "name": "i",
2877
2877
  "nodeType": "YulTypedName",
2878
- "src": "4000:1:126",
2878
+ "src": "4000:1:130",
2879
2879
  "type": ""
2880
2880
  }
2881
2881
  ]
@@ -2883,7 +2883,7 @@
2883
2883
  {
2884
2884
  "body": {
2885
2885
  "nodeType": "YulBlock",
2886
- "src": "4065:90:126",
2886
+ "src": "4065:90:130",
2887
2887
  "statements": [
2888
2888
  {
2889
2889
  "expression": {
@@ -2895,26 +2895,26 @@
2895
2895
  {
2896
2896
  "name": "headStart",
2897
2897
  "nodeType": "YulIdentifier",
2898
- "src": "4094:9:126"
2898
+ "src": "4094:9:130"
2899
2899
  },
2900
2900
  {
2901
2901
  "name": "i",
2902
2902
  "nodeType": "YulIdentifier",
2903
- "src": "4105:1:126"
2903
+ "src": "4105:1:130"
2904
2904
  }
2905
2905
  ],
2906
2906
  "functionName": {
2907
2907
  "name": "add",
2908
2908
  "nodeType": "YulIdentifier",
2909
- "src": "4090:3:126"
2909
+ "src": "4090:3:130"
2910
2910
  },
2911
2911
  "nodeType": "YulFunctionCall",
2912
- "src": "4090:17:126"
2912
+ "src": "4090:17:130"
2913
2913
  },
2914
2914
  {
2915
2915
  "kind": "number",
2916
2916
  "nodeType": "YulLiteral",
2917
- "src": "4109:2:126",
2917
+ "src": "4109:2:130",
2918
2918
  "type": "",
2919
2919
  "value": "96"
2920
2920
  }
@@ -2922,10 +2922,10 @@
2922
2922
  "functionName": {
2923
2923
  "name": "add",
2924
2924
  "nodeType": "YulIdentifier",
2925
- "src": "4086:3:126"
2925
+ "src": "4086:3:130"
2926
2926
  },
2927
2927
  "nodeType": "YulFunctionCall",
2928
- "src": "4086:26:126"
2928
+ "src": "4086:26:130"
2929
2929
  },
2930
2930
  {
2931
2931
  "arguments": [
@@ -2936,56 +2936,56 @@
2936
2936
  {
2937
2937
  "name": "value1",
2938
2938
  "nodeType": "YulIdentifier",
2939
- "src": "4128:6:126"
2939
+ "src": "4128:6:130"
2940
2940
  },
2941
2941
  {
2942
2942
  "name": "i",
2943
2943
  "nodeType": "YulIdentifier",
2944
- "src": "4136:1:126"
2944
+ "src": "4136:1:130"
2945
2945
  }
2946
2946
  ],
2947
2947
  "functionName": {
2948
2948
  "name": "add",
2949
2949
  "nodeType": "YulIdentifier",
2950
- "src": "4124:3:126"
2950
+ "src": "4124:3:130"
2951
2951
  },
2952
2952
  "nodeType": "YulFunctionCall",
2953
- "src": "4124:14:126"
2953
+ "src": "4124:14:130"
2954
2954
  },
2955
2955
  {
2956
2956
  "name": "_1",
2957
2957
  "nodeType": "YulIdentifier",
2958
- "src": "4140:2:126"
2958
+ "src": "4140:2:130"
2959
2959
  }
2960
2960
  ],
2961
2961
  "functionName": {
2962
2962
  "name": "add",
2963
2963
  "nodeType": "YulIdentifier",
2964
- "src": "4120:3:126"
2964
+ "src": "4120:3:130"
2965
2965
  },
2966
2966
  "nodeType": "YulFunctionCall",
2967
- "src": "4120:23:126"
2967
+ "src": "4120:23:130"
2968
2968
  }
2969
2969
  ],
2970
2970
  "functionName": {
2971
2971
  "name": "mload",
2972
2972
  "nodeType": "YulIdentifier",
2973
- "src": "4114:5:126"
2973
+ "src": "4114:5:130"
2974
2974
  },
2975
2975
  "nodeType": "YulFunctionCall",
2976
- "src": "4114:30:126"
2976
+ "src": "4114:30:130"
2977
2977
  }
2978
2978
  ],
2979
2979
  "functionName": {
2980
2980
  "name": "mstore",
2981
2981
  "nodeType": "YulIdentifier",
2982
- "src": "4079:6:126"
2982
+ "src": "4079:6:130"
2983
2983
  },
2984
2984
  "nodeType": "YulFunctionCall",
2985
- "src": "4079:66:126"
2985
+ "src": "4079:66:130"
2986
2986
  },
2987
2987
  "nodeType": "YulExpressionStatement",
2988
- "src": "4079:66:126"
2988
+ "src": "4079:66:130"
2989
2989
  }
2990
2990
  ]
2991
2991
  },
@@ -2994,56 +2994,56 @@
2994
2994
  {
2995
2995
  "name": "i",
2996
2996
  "nodeType": "YulIdentifier",
2997
- "src": "4026:1:126"
2997
+ "src": "4026:1:130"
2998
2998
  },
2999
2999
  {
3000
3000
  "name": "length",
3001
3001
  "nodeType": "YulIdentifier",
3002
- "src": "4029:6:126"
3002
+ "src": "4029:6:130"
3003
3003
  }
3004
3004
  ],
3005
3005
  "functionName": {
3006
3006
  "name": "lt",
3007
3007
  "nodeType": "YulIdentifier",
3008
- "src": "4023:2:126"
3008
+ "src": "4023:2:130"
3009
3009
  },
3010
3010
  "nodeType": "YulFunctionCall",
3011
- "src": "4023:13:126"
3011
+ "src": "4023:13:130"
3012
3012
  },
3013
3013
  "nodeType": "YulForLoop",
3014
3014
  "post": {
3015
3015
  "nodeType": "YulBlock",
3016
- "src": "4037:19:126",
3016
+ "src": "4037:19:130",
3017
3017
  "statements": [
3018
3018
  {
3019
3019
  "nodeType": "YulAssignment",
3020
- "src": "4039:15:126",
3020
+ "src": "4039:15:130",
3021
3021
  "value": {
3022
3022
  "arguments": [
3023
3023
  {
3024
3024
  "name": "i",
3025
3025
  "nodeType": "YulIdentifier",
3026
- "src": "4048:1:126"
3026
+ "src": "4048:1:130"
3027
3027
  },
3028
3028
  {
3029
3029
  "name": "_1",
3030
3030
  "nodeType": "YulIdentifier",
3031
- "src": "4051:2:126"
3031
+ "src": "4051:2:130"
3032
3032
  }
3033
3033
  ],
3034
3034
  "functionName": {
3035
3035
  "name": "add",
3036
3036
  "nodeType": "YulIdentifier",
3037
- "src": "4044:3:126"
3037
+ "src": "4044:3:130"
3038
3038
  },
3039
3039
  "nodeType": "YulFunctionCall",
3040
- "src": "4044:10:126"
3040
+ "src": "4044:10:130"
3041
3041
  },
3042
3042
  "variableNames": [
3043
3043
  {
3044
3044
  "name": "i",
3045
3045
  "nodeType": "YulIdentifier",
3046
- "src": "4039:1:126"
3046
+ "src": "4039:1:130"
3047
3047
  }
3048
3048
  ]
3049
3049
  }
@@ -3051,10 +3051,10 @@
3051
3051
  },
3052
3052
  "pre": {
3053
3053
  "nodeType": "YulBlock",
3054
- "src": "4019:3:126",
3054
+ "src": "4019:3:130",
3055
3055
  "statements": []
3056
3056
  },
3057
- "src": "4015:140:126"
3057
+ "src": "4015:140:130"
3058
3058
  },
3059
3059
  {
3060
3060
  "expression": {
@@ -3066,26 +3066,26 @@
3066
3066
  {
3067
3067
  "name": "headStart",
3068
3068
  "nodeType": "YulIdentifier",
3069
- "src": "4179:9:126"
3069
+ "src": "4179:9:130"
3070
3070
  },
3071
3071
  {
3072
3072
  "name": "length",
3073
3073
  "nodeType": "YulIdentifier",
3074
- "src": "4190:6:126"
3074
+ "src": "4190:6:130"
3075
3075
  }
3076
3076
  ],
3077
3077
  "functionName": {
3078
3078
  "name": "add",
3079
3079
  "nodeType": "YulIdentifier",
3080
- "src": "4175:3:126"
3080
+ "src": "4175:3:130"
3081
3081
  },
3082
3082
  "nodeType": "YulFunctionCall",
3083
- "src": "4175:22:126"
3083
+ "src": "4175:22:130"
3084
3084
  },
3085
3085
  {
3086
3086
  "kind": "number",
3087
3087
  "nodeType": "YulLiteral",
3088
- "src": "4199:2:126",
3088
+ "src": "4199:2:130",
3089
3089
  "type": "",
3090
3090
  "value": "96"
3091
3091
  }
@@ -3093,15 +3093,15 @@
3093
3093
  "functionName": {
3094
3094
  "name": "add",
3095
3095
  "nodeType": "YulIdentifier",
3096
- "src": "4171:3:126"
3096
+ "src": "4171:3:130"
3097
3097
  },
3098
3098
  "nodeType": "YulFunctionCall",
3099
- "src": "4171:31:126"
3099
+ "src": "4171:31:130"
3100
3100
  },
3101
3101
  {
3102
3102
  "kind": "number",
3103
3103
  "nodeType": "YulLiteral",
3104
- "src": "4204:1:126",
3104
+ "src": "4204:1:130",
3105
3105
  "type": "",
3106
3106
  "value": "0"
3107
3107
  }
@@ -3109,17 +3109,17 @@
3109
3109
  "functionName": {
3110
3110
  "name": "mstore",
3111
3111
  "nodeType": "YulIdentifier",
3112
- "src": "4164:6:126"
3112
+ "src": "4164:6:130"
3113
3113
  },
3114
3114
  "nodeType": "YulFunctionCall",
3115
- "src": "4164:42:126"
3115
+ "src": "4164:42:130"
3116
3116
  },
3117
3117
  "nodeType": "YulExpressionStatement",
3118
- "src": "4164:42:126"
3118
+ "src": "4164:42:130"
3119
3119
  },
3120
3120
  {
3121
3121
  "nodeType": "YulAssignment",
3122
- "src": "4215:62:126",
3122
+ "src": "4215:62:130",
3123
3123
  "value": {
3124
3124
  "arguments": [
3125
3125
  {
@@ -3127,7 +3127,7 @@
3127
3127
  {
3128
3128
  "name": "headStart",
3129
3129
  "nodeType": "YulIdentifier",
3130
- "src": "4231:9:126"
3130
+ "src": "4231:9:130"
3131
3131
  },
3132
3132
  {
3133
3133
  "arguments": [
@@ -3136,12 +3136,12 @@
3136
3136
  {
3137
3137
  "name": "length",
3138
3138
  "nodeType": "YulIdentifier",
3139
- "src": "4250:6:126"
3139
+ "src": "4250:6:130"
3140
3140
  },
3141
3141
  {
3142
3142
  "kind": "number",
3143
3143
  "nodeType": "YulLiteral",
3144
- "src": "4258:2:126",
3144
+ "src": "4258:2:130",
3145
3145
  "type": "",
3146
3146
  "value": "31"
3147
3147
  }
@@ -3149,17 +3149,17 @@
3149
3149
  "functionName": {
3150
3150
  "name": "add",
3151
3151
  "nodeType": "YulIdentifier",
3152
- "src": "4246:3:126"
3152
+ "src": "4246:3:130"
3153
3153
  },
3154
3154
  "nodeType": "YulFunctionCall",
3155
- "src": "4246:15:126"
3155
+ "src": "4246:15:130"
3156
3156
  },
3157
3157
  {
3158
3158
  "arguments": [
3159
3159
  {
3160
3160
  "kind": "number",
3161
3161
  "nodeType": "YulLiteral",
3162
- "src": "4267:2:126",
3162
+ "src": "4267:2:130",
3163
3163
  "type": "",
3164
3164
  "value": "31"
3165
3165
  }
@@ -3167,33 +3167,33 @@
3167
3167
  "functionName": {
3168
3168
  "name": "not",
3169
3169
  "nodeType": "YulIdentifier",
3170
- "src": "4263:3:126"
3170
+ "src": "4263:3:130"
3171
3171
  },
3172
3172
  "nodeType": "YulFunctionCall",
3173
- "src": "4263:7:126"
3173
+ "src": "4263:7:130"
3174
3174
  }
3175
3175
  ],
3176
3176
  "functionName": {
3177
3177
  "name": "and",
3178
3178
  "nodeType": "YulIdentifier",
3179
- "src": "4242:3:126"
3179
+ "src": "4242:3:130"
3180
3180
  },
3181
3181
  "nodeType": "YulFunctionCall",
3182
- "src": "4242:29:126"
3182
+ "src": "4242:29:130"
3183
3183
  }
3184
3184
  ],
3185
3185
  "functionName": {
3186
3186
  "name": "add",
3187
3187
  "nodeType": "YulIdentifier",
3188
- "src": "4227:3:126"
3188
+ "src": "4227:3:130"
3189
3189
  },
3190
3190
  "nodeType": "YulFunctionCall",
3191
- "src": "4227:45:126"
3191
+ "src": "4227:45:130"
3192
3192
  },
3193
3193
  {
3194
3194
  "kind": "number",
3195
3195
  "nodeType": "YulLiteral",
3196
- "src": "4274:2:126",
3196
+ "src": "4274:2:130",
3197
3197
  "type": "",
3198
3198
  "value": "96"
3199
3199
  }
@@ -3201,16 +3201,16 @@
3201
3201
  "functionName": {
3202
3202
  "name": "add",
3203
3203
  "nodeType": "YulIdentifier",
3204
- "src": "4223:3:126"
3204
+ "src": "4223:3:130"
3205
3205
  },
3206
3206
  "nodeType": "YulFunctionCall",
3207
- "src": "4223:54:126"
3207
+ "src": "4223:54:130"
3208
3208
  },
3209
3209
  "variableNames": [
3210
3210
  {
3211
3211
  "name": "tail",
3212
3212
  "nodeType": "YulIdentifier",
3213
- "src": "4215:4:126"
3213
+ "src": "4215:4:130"
3214
3214
  }
3215
3215
  ]
3216
3216
  }
@@ -3222,19 +3222,19 @@
3222
3222
  {
3223
3223
  "name": "headStart",
3224
3224
  "nodeType": "YulTypedName",
3225
- "src": "3725:9:126",
3225
+ "src": "3725:9:130",
3226
3226
  "type": ""
3227
3227
  },
3228
3228
  {
3229
3229
  "name": "value1",
3230
3230
  "nodeType": "YulTypedName",
3231
- "src": "3736:6:126",
3231
+ "src": "3736:6:130",
3232
3232
  "type": ""
3233
3233
  },
3234
3234
  {
3235
3235
  "name": "value0",
3236
3236
  "nodeType": "YulTypedName",
3237
- "src": "3744:6:126",
3237
+ "src": "3744:6:130",
3238
3238
  "type": ""
3239
3239
  }
3240
3240
  ],
@@ -3242,16 +3242,16 @@
3242
3242
  {
3243
3243
  "name": "tail",
3244
3244
  "nodeType": "YulTypedName",
3245
- "src": "3755:4:126",
3245
+ "src": "3755:4:130",
3246
3246
  "type": ""
3247
3247
  }
3248
3248
  ],
3249
- "src": "3617:666:126"
3249
+ "src": "3617:666:130"
3250
3250
  },
3251
3251
  {
3252
3252
  "body": {
3253
3253
  "nodeType": "YulBlock",
3254
- "src": "4462:228:126",
3254
+ "src": "4462:228:130",
3255
3255
  "statements": [
3256
3256
  {
3257
3257
  "expression": {
@@ -3259,12 +3259,12 @@
3259
3259
  {
3260
3260
  "name": "headStart",
3261
3261
  "nodeType": "YulIdentifier",
3262
- "src": "4479:9:126"
3262
+ "src": "4479:9:130"
3263
3263
  },
3264
3264
  {
3265
3265
  "kind": "number",
3266
3266
  "nodeType": "YulLiteral",
3267
- "src": "4490:2:126",
3267
+ "src": "4490:2:130",
3268
3268
  "type": "",
3269
3269
  "value": "32"
3270
3270
  }
@@ -3272,13 +3272,13 @@
3272
3272
  "functionName": {
3273
3273
  "name": "mstore",
3274
3274
  "nodeType": "YulIdentifier",
3275
- "src": "4472:6:126"
3275
+ "src": "4472:6:130"
3276
3276
  },
3277
3277
  "nodeType": "YulFunctionCall",
3278
- "src": "4472:21:126"
3278
+ "src": "4472:21:130"
3279
3279
  },
3280
3280
  "nodeType": "YulExpressionStatement",
3281
- "src": "4472:21:126"
3281
+ "src": "4472:21:130"
3282
3282
  },
3283
3283
  {
3284
3284
  "expression": {
@@ -3288,12 +3288,12 @@
3288
3288
  {
3289
3289
  "name": "headStart",
3290
3290
  "nodeType": "YulIdentifier",
3291
- "src": "4513:9:126"
3291
+ "src": "4513:9:130"
3292
3292
  },
3293
3293
  {
3294
3294
  "kind": "number",
3295
3295
  "nodeType": "YulLiteral",
3296
- "src": "4524:2:126",
3296
+ "src": "4524:2:130",
3297
3297
  "type": "",
3298
3298
  "value": "32"
3299
3299
  }
@@ -3301,15 +3301,15 @@
3301
3301
  "functionName": {
3302
3302
  "name": "add",
3303
3303
  "nodeType": "YulIdentifier",
3304
- "src": "4509:3:126"
3304
+ "src": "4509:3:130"
3305
3305
  },
3306
3306
  "nodeType": "YulFunctionCall",
3307
- "src": "4509:18:126"
3307
+ "src": "4509:18:130"
3308
3308
  },
3309
3309
  {
3310
3310
  "kind": "number",
3311
3311
  "nodeType": "YulLiteral",
3312
- "src": "4529:2:126",
3312
+ "src": "4529:2:130",
3313
3313
  "type": "",
3314
3314
  "value": "38"
3315
3315
  }
@@ -3317,13 +3317,13 @@
3317
3317
  "functionName": {
3318
3318
  "name": "mstore",
3319
3319
  "nodeType": "YulIdentifier",
3320
- "src": "4502:6:126"
3320
+ "src": "4502:6:130"
3321
3321
  },
3322
3322
  "nodeType": "YulFunctionCall",
3323
- "src": "4502:30:126"
3323
+ "src": "4502:30:130"
3324
3324
  },
3325
3325
  "nodeType": "YulExpressionStatement",
3326
- "src": "4502:30:126"
3326
+ "src": "4502:30:130"
3327
3327
  },
3328
3328
  {
3329
3329
  "expression": {
@@ -3333,12 +3333,12 @@
3333
3333
  {
3334
3334
  "name": "headStart",
3335
3335
  "nodeType": "YulIdentifier",
3336
- "src": "4552:9:126"
3336
+ "src": "4552:9:130"
3337
3337
  },
3338
3338
  {
3339
3339
  "kind": "number",
3340
3340
  "nodeType": "YulLiteral",
3341
- "src": "4563:2:126",
3341
+ "src": "4563:2:130",
3342
3342
  "type": "",
3343
3343
  "value": "64"
3344
3344
  }
@@ -3346,16 +3346,16 @@
3346
3346
  "functionName": {
3347
3347
  "name": "add",
3348
3348
  "nodeType": "YulIdentifier",
3349
- "src": "4548:3:126"
3349
+ "src": "4548:3:130"
3350
3350
  },
3351
3351
  "nodeType": "YulFunctionCall",
3352
- "src": "4548:18:126"
3352
+ "src": "4548:18:130"
3353
3353
  },
3354
3354
  {
3355
3355
  "hexValue": "4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061",
3356
3356
  "kind": "string",
3357
3357
  "nodeType": "YulLiteral",
3358
- "src": "4568:34:126",
3358
+ "src": "4568:34:130",
3359
3359
  "type": "",
3360
3360
  "value": "Ownable: new owner is the zero a"
3361
3361
  }
@@ -3363,13 +3363,13 @@
3363
3363
  "functionName": {
3364
3364
  "name": "mstore",
3365
3365
  "nodeType": "YulIdentifier",
3366
- "src": "4541:6:126"
3366
+ "src": "4541:6:130"
3367
3367
  },
3368
3368
  "nodeType": "YulFunctionCall",
3369
- "src": "4541:62:126"
3369
+ "src": "4541:62:130"
3370
3370
  },
3371
3371
  "nodeType": "YulExpressionStatement",
3372
- "src": "4541:62:126"
3372
+ "src": "4541:62:130"
3373
3373
  },
3374
3374
  {
3375
3375
  "expression": {
@@ -3379,12 +3379,12 @@
3379
3379
  {
3380
3380
  "name": "headStart",
3381
3381
  "nodeType": "YulIdentifier",
3382
- "src": "4623:9:126"
3382
+ "src": "4623:9:130"
3383
3383
  },
3384
3384
  {
3385
3385
  "kind": "number",
3386
3386
  "nodeType": "YulLiteral",
3387
- "src": "4634:2:126",
3387
+ "src": "4634:2:130",
3388
3388
  "type": "",
3389
3389
  "value": "96"
3390
3390
  }
@@ -3392,16 +3392,16 @@
3392
3392
  "functionName": {
3393
3393
  "name": "add",
3394
3394
  "nodeType": "YulIdentifier",
3395
- "src": "4619:3:126"
3395
+ "src": "4619:3:130"
3396
3396
  },
3397
3397
  "nodeType": "YulFunctionCall",
3398
- "src": "4619:18:126"
3398
+ "src": "4619:18:130"
3399
3399
  },
3400
3400
  {
3401
3401
  "hexValue": "646472657373",
3402
3402
  "kind": "string",
3403
3403
  "nodeType": "YulLiteral",
3404
- "src": "4639:8:126",
3404
+ "src": "4639:8:130",
3405
3405
  "type": "",
3406
3406
  "value": "ddress"
3407
3407
  }
@@ -3409,28 +3409,28 @@
3409
3409
  "functionName": {
3410
3410
  "name": "mstore",
3411
3411
  "nodeType": "YulIdentifier",
3412
- "src": "4612:6:126"
3412
+ "src": "4612:6:130"
3413
3413
  },
3414
3414
  "nodeType": "YulFunctionCall",
3415
- "src": "4612:36:126"
3415
+ "src": "4612:36:130"
3416
3416
  },
3417
3417
  "nodeType": "YulExpressionStatement",
3418
- "src": "4612:36:126"
3418
+ "src": "4612:36:130"
3419
3419
  },
3420
3420
  {
3421
3421
  "nodeType": "YulAssignment",
3422
- "src": "4657:27:126",
3422
+ "src": "4657:27:130",
3423
3423
  "value": {
3424
3424
  "arguments": [
3425
3425
  {
3426
3426
  "name": "headStart",
3427
3427
  "nodeType": "YulIdentifier",
3428
- "src": "4669:9:126"
3428
+ "src": "4669:9:130"
3429
3429
  },
3430
3430
  {
3431
3431
  "kind": "number",
3432
3432
  "nodeType": "YulLiteral",
3433
- "src": "4680:3:126",
3433
+ "src": "4680:3:130",
3434
3434
  "type": "",
3435
3435
  "value": "128"
3436
3436
  }
@@ -3438,16 +3438,16 @@
3438
3438
  "functionName": {
3439
3439
  "name": "add",
3440
3440
  "nodeType": "YulIdentifier",
3441
- "src": "4665:3:126"
3441
+ "src": "4665:3:130"
3442
3442
  },
3443
3443
  "nodeType": "YulFunctionCall",
3444
- "src": "4665:19:126"
3444
+ "src": "4665:19:130"
3445
3445
  },
3446
3446
  "variableNames": [
3447
3447
  {
3448
3448
  "name": "tail",
3449
3449
  "nodeType": "YulIdentifier",
3450
- "src": "4657:4:126"
3450
+ "src": "4657:4:130"
3451
3451
  }
3452
3452
  ]
3453
3453
  }
@@ -3459,7 +3459,7 @@
3459
3459
  {
3460
3460
  "name": "headStart",
3461
3461
  "nodeType": "YulTypedName",
3462
- "src": "4439:9:126",
3462
+ "src": "4439:9:130",
3463
3463
  "type": ""
3464
3464
  }
3465
3465
  ],
@@ -3467,16 +3467,16 @@
3467
3467
  {
3468
3468
  "name": "tail",
3469
3469
  "nodeType": "YulTypedName",
3470
- "src": "4453:4:126",
3470
+ "src": "4453:4:130",
3471
3471
  "type": ""
3472
3472
  }
3473
3473
  ],
3474
- "src": "4288:402:126"
3474
+ "src": "4288:402:130"
3475
3475
  },
3476
3476
  {
3477
3477
  "body": {
3478
3478
  "nodeType": "YulBlock",
3479
- "src": "4886:122:126",
3479
+ "src": "4886:122:130",
3480
3480
  "statements": [
3481
3481
  {
3482
3482
  "expression": {
@@ -3484,12 +3484,12 @@
3484
3484
  {
3485
3485
  "name": "pos",
3486
3486
  "nodeType": "YulIdentifier",
3487
- "src": "4903:3:126"
3487
+ "src": "4903:3:130"
3488
3488
  },
3489
3489
  {
3490
3490
  "kind": "number",
3491
3491
  "nodeType": "YulLiteral",
3492
- "src": "4908:66:126",
3492
+ "src": "4908:66:130",
3493
3493
  "type": "",
3494
3494
  "value": "0xf851a44000000000000000000000000000000000000000000000000000000000"
3495
3495
  }
@@ -3497,28 +3497,28 @@
3497
3497
  "functionName": {
3498
3498
  "name": "mstore",
3499
3499
  "nodeType": "YulIdentifier",
3500
- "src": "4896:6:126"
3500
+ "src": "4896:6:130"
3501
3501
  },
3502
3502
  "nodeType": "YulFunctionCall",
3503
- "src": "4896:79:126"
3503
+ "src": "4896:79:130"
3504
3504
  },
3505
3505
  "nodeType": "YulExpressionStatement",
3506
- "src": "4896:79:126"
3506
+ "src": "4896:79:130"
3507
3507
  },
3508
3508
  {
3509
3509
  "nodeType": "YulAssignment",
3510
- "src": "4984:18:126",
3510
+ "src": "4984:18:130",
3511
3511
  "value": {
3512
3512
  "arguments": [
3513
3513
  {
3514
3514
  "name": "pos",
3515
3515
  "nodeType": "YulIdentifier",
3516
- "src": "4995:3:126"
3516
+ "src": "4995:3:130"
3517
3517
  },
3518
3518
  {
3519
3519
  "kind": "number",
3520
3520
  "nodeType": "YulLiteral",
3521
- "src": "5000:1:126",
3521
+ "src": "5000:1:130",
3522
3522
  "type": "",
3523
3523
  "value": "4"
3524
3524
  }
@@ -3526,16 +3526,16 @@
3526
3526
  "functionName": {
3527
3527
  "name": "add",
3528
3528
  "nodeType": "YulIdentifier",
3529
- "src": "4991:3:126"
3529
+ "src": "4991:3:130"
3530
3530
  },
3531
3531
  "nodeType": "YulFunctionCall",
3532
- "src": "4991:11:126"
3532
+ "src": "4991:11:130"
3533
3533
  },
3534
3534
  "variableNames": [
3535
3535
  {
3536
3536
  "name": "end",
3537
3537
  "nodeType": "YulIdentifier",
3538
- "src": "4984:3:126"
3538
+ "src": "4984:3:130"
3539
3539
  }
3540
3540
  ]
3541
3541
  }
@@ -3547,7 +3547,7 @@
3547
3547
  {
3548
3548
  "name": "pos",
3549
3549
  "nodeType": "YulTypedName",
3550
- "src": "4870:3:126",
3550
+ "src": "4870:3:130",
3551
3551
  "type": ""
3552
3552
  }
3553
3553
  ],
@@ -3555,16 +3555,16 @@
3555
3555
  {
3556
3556
  "name": "end",
3557
3557
  "nodeType": "YulTypedName",
3558
- "src": "4878:3:126",
3558
+ "src": "4878:3:130",
3559
3559
  "type": ""
3560
3560
  }
3561
3561
  ],
3562
- "src": "4695:313:126"
3562
+ "src": "4695:313:130"
3563
3563
  },
3564
3564
  {
3565
3565
  "body": {
3566
3566
  "nodeType": "YulBlock",
3567
- "src": "5187:182:126",
3567
+ "src": "5187:182:130",
3568
3568
  "statements": [
3569
3569
  {
3570
3570
  "expression": {
@@ -3572,12 +3572,12 @@
3572
3572
  {
3573
3573
  "name": "headStart",
3574
3574
  "nodeType": "YulIdentifier",
3575
- "src": "5204:9:126"
3575
+ "src": "5204:9:130"
3576
3576
  },
3577
3577
  {
3578
3578
  "kind": "number",
3579
3579
  "nodeType": "YulLiteral",
3580
- "src": "5215:2:126",
3580
+ "src": "5215:2:130",
3581
3581
  "type": "",
3582
3582
  "value": "32"
3583
3583
  }
@@ -3585,13 +3585,13 @@
3585
3585
  "functionName": {
3586
3586
  "name": "mstore",
3587
3587
  "nodeType": "YulIdentifier",
3588
- "src": "5197:6:126"
3588
+ "src": "5197:6:130"
3589
3589
  },
3590
3590
  "nodeType": "YulFunctionCall",
3591
- "src": "5197:21:126"
3591
+ "src": "5197:21:130"
3592
3592
  },
3593
3593
  "nodeType": "YulExpressionStatement",
3594
- "src": "5197:21:126"
3594
+ "src": "5197:21:130"
3595
3595
  },
3596
3596
  {
3597
3597
  "expression": {
@@ -3601,12 +3601,12 @@
3601
3601
  {
3602
3602
  "name": "headStart",
3603
3603
  "nodeType": "YulIdentifier",
3604
- "src": "5238:9:126"
3604
+ "src": "5238:9:130"
3605
3605
  },
3606
3606
  {
3607
3607
  "kind": "number",
3608
3608
  "nodeType": "YulLiteral",
3609
- "src": "5249:2:126",
3609
+ "src": "5249:2:130",
3610
3610
  "type": "",
3611
3611
  "value": "32"
3612
3612
  }
@@ -3614,15 +3614,15 @@
3614
3614
  "functionName": {
3615
3615
  "name": "add",
3616
3616
  "nodeType": "YulIdentifier",
3617
- "src": "5234:3:126"
3617
+ "src": "5234:3:130"
3618
3618
  },
3619
3619
  "nodeType": "YulFunctionCall",
3620
- "src": "5234:18:126"
3620
+ "src": "5234:18:130"
3621
3621
  },
3622
3622
  {
3623
3623
  "kind": "number",
3624
3624
  "nodeType": "YulLiteral",
3625
- "src": "5254:2:126",
3625
+ "src": "5254:2:130",
3626
3626
  "type": "",
3627
3627
  "value": "32"
3628
3628
  }
@@ -3630,13 +3630,13 @@
3630
3630
  "functionName": {
3631
3631
  "name": "mstore",
3632
3632
  "nodeType": "YulIdentifier",
3633
- "src": "5227:6:126"
3633
+ "src": "5227:6:130"
3634
3634
  },
3635
3635
  "nodeType": "YulFunctionCall",
3636
- "src": "5227:30:126"
3636
+ "src": "5227:30:130"
3637
3637
  },
3638
3638
  "nodeType": "YulExpressionStatement",
3639
- "src": "5227:30:126"
3639
+ "src": "5227:30:130"
3640
3640
  },
3641
3641
  {
3642
3642
  "expression": {
@@ -3646,12 +3646,12 @@
3646
3646
  {
3647
3647
  "name": "headStart",
3648
3648
  "nodeType": "YulIdentifier",
3649
- "src": "5277:9:126"
3649
+ "src": "5277:9:130"
3650
3650
  },
3651
3651
  {
3652
3652
  "kind": "number",
3653
3653
  "nodeType": "YulLiteral",
3654
- "src": "5288:2:126",
3654
+ "src": "5288:2:130",
3655
3655
  "type": "",
3656
3656
  "value": "64"
3657
3657
  }
@@ -3659,16 +3659,16 @@
3659
3659
  "functionName": {
3660
3660
  "name": "add",
3661
3661
  "nodeType": "YulIdentifier",
3662
- "src": "5273:3:126"
3662
+ "src": "5273:3:130"
3663
3663
  },
3664
3664
  "nodeType": "YulFunctionCall",
3665
- "src": "5273:18:126"
3665
+ "src": "5273:18:130"
3666
3666
  },
3667
3667
  {
3668
3668
  "hexValue": "4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572",
3669
3669
  "kind": "string",
3670
3670
  "nodeType": "YulLiteral",
3671
- "src": "5293:34:126",
3671
+ "src": "5293:34:130",
3672
3672
  "type": "",
3673
3673
  "value": "Ownable: caller is not the owner"
3674
3674
  }
@@ -3676,28 +3676,28 @@
3676
3676
  "functionName": {
3677
3677
  "name": "mstore",
3678
3678
  "nodeType": "YulIdentifier",
3679
- "src": "5266:6:126"
3679
+ "src": "5266:6:130"
3680
3680
  },
3681
3681
  "nodeType": "YulFunctionCall",
3682
- "src": "5266:62:126"
3682
+ "src": "5266:62:130"
3683
3683
  },
3684
3684
  "nodeType": "YulExpressionStatement",
3685
- "src": "5266:62:126"
3685
+ "src": "5266:62:130"
3686
3686
  },
3687
3687
  {
3688
3688
  "nodeType": "YulAssignment",
3689
- "src": "5337:26:126",
3689
+ "src": "5337:26:130",
3690
3690
  "value": {
3691
3691
  "arguments": [
3692
3692
  {
3693
3693
  "name": "headStart",
3694
3694
  "nodeType": "YulIdentifier",
3695
- "src": "5349:9:126"
3695
+ "src": "5349:9:130"
3696
3696
  },
3697
3697
  {
3698
3698
  "kind": "number",
3699
3699
  "nodeType": "YulLiteral",
3700
- "src": "5360:2:126",
3700
+ "src": "5360:2:130",
3701
3701
  "type": "",
3702
3702
  "value": "96"
3703
3703
  }
@@ -3705,16 +3705,16 @@
3705
3705
  "functionName": {
3706
3706
  "name": "add",
3707
3707
  "nodeType": "YulIdentifier",
3708
- "src": "5345:3:126"
3708
+ "src": "5345:3:130"
3709
3709
  },
3710
3710
  "nodeType": "YulFunctionCall",
3711
- "src": "5345:18:126"
3711
+ "src": "5345:18:130"
3712
3712
  },
3713
3713
  "variableNames": [
3714
3714
  {
3715
3715
  "name": "tail",
3716
3716
  "nodeType": "YulIdentifier",
3717
- "src": "5337:4:126"
3717
+ "src": "5337:4:130"
3718
3718
  }
3719
3719
  ]
3720
3720
  }
@@ -3726,7 +3726,7 @@
3726
3726
  {
3727
3727
  "name": "headStart",
3728
3728
  "nodeType": "YulTypedName",
3729
- "src": "5164:9:126",
3729
+ "src": "5164:9:130",
3730
3730
  "type": ""
3731
3731
  }
3732
3732
  ],
@@ -3734,16 +3734,16 @@
3734
3734
  {
3735
3735
  "name": "tail",
3736
3736
  "nodeType": "YulTypedName",
3737
- "src": "5178:4:126",
3737
+ "src": "5178:4:130",
3738
3738
  "type": ""
3739
3739
  }
3740
3740
  ],
3741
- "src": "5013:356:126"
3741
+ "src": "5013:356:130"
3742
3742
  }
3743
3743
  ]
3744
3744
  },
3745
3745
  "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_$18096(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_$18096t_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_$18096t_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_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 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}",
3746
- "id": 126,
3746
+ "id": 130,
3747
3747
  "language": "Yul",
3748
3748
  "name": "#utility.yul"
3749
3749
  }
@@ -3751,7 +3751,7 @@
3751
3751
  "immutableReferences": {},
3752
3752
  "linkReferences": {},
3753
3753
  "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 0x545 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 0x569 JUMP JUMPDEST PUSH2 0x242 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 0x5D1 JUMP JUMPDEST PUSH2 0x2C3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x130 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xD1 PUSH2 0x13F CALLDATASIZE PUSH1 0x4 PUSH2 0x569 JUMP JUMPDEST PUSH2 0x34B JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x150 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xD1 PUSH2 0x15F CALLDATASIZE PUSH1 0x4 PUSH2 0x545 JUMP JUMPDEST PUSH2 0x39A JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x170 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xA0 PUSH2 0x17F CALLDATASIZE PUSH1 0x4 PUSH2 0x545 JUMP JUMPDEST PUSH2 0x42F 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 0x6A7 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH2 0x236 PUSH2 0x46E JUMP JUMPDEST PUSH2 0x240 PUSH1 0x0 PUSH2 0x4C8 JUMP JUMPDEST JUMP JUMPDEST PUSH2 0x24A PUSH2 0x46E 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 0x2A7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x2BB JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x2CB PUSH2 0x46E 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 0x314 SWAP1 DUP7 SWAP1 DUP7 SWAP1 PUSH1 0x4 ADD PUSH2 0x6C4 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x32D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x341 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x353 PUSH2 0x46E 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 0x28D JUMP JUMPDEST PUSH2 0x3A2 PUSH2 0x46E JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x423 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 JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x42C DUP2 PUSH2 0x4C8 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 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x240 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 0x41A 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 0x42C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x557 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x562 DUP2 PUSH2 0x530 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x57C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x587 DUP2 PUSH2 0x530 JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x597 DUP2 PUSH2 0x530 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 0x5E6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x5F1 DUP2 PUSH2 0x530 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x601 DUP2 PUSH2 0x530 JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x61E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP7 ADD SWAP2 POP DUP7 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x632 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD DUP2 DUP2 GT ISZERO PUSH2 0x644 JUMPI PUSH2 0x644 PUSH2 0x5A2 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 0x66C JUMPI PUSH2 0x66C PUSH2 0x5A2 JUMP JUMPDEST DUP2 PUSH1 0x40 MSTORE DUP3 DUP2 MSTORE DUP10 PUSH1 0x20 DUP5 DUP8 ADD ADD GT ISZERO PUSH2 0x685 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 0x6B9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x562 DUP2 PUSH2 0x530 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 0x701 JUMPI DUP6 DUP2 ADD DUP4 ADD MLOAD DUP6 DUP3 ADD PUSH1 0x60 ADD MSTORE DUP3 ADD PUSH2 0x6E5 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 PUSH27 0x6191F485E1FEB9019A39CD295AF0D92D907CF0D8789DEB0A0B33E4 PUSH26 0xAD696464736F6C63430008110033000000000000000000000000 ",
3754
- "sourceMap": "435:2404:55:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;635:437;;;;;;;;;;-1:-1:-1;635:437:55;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;684:55:126;;;666:74;;654:2;639:18;635:437:55;;;;;;;1831:101:49;;;;;;;;;;;;;:::i;:::-;;1825:148:55;;;;;;;;;;-1:-1:-1;1825:148:55;;;;;:::i;:::-;;:::i;1201:85:49:-;;;;;;;;;;-1:-1:-1;1247:7:49;1273:6;-1:-1:-1;;;;;1273:6:49;1201:85;;2593:244:55;;;;;;:::i;:::-;;:::i;2178:149::-;;;;;;;;;;-1:-1:-1;2178:149:55;;;;;:::i;:::-;;:::i;2081:198:49:-;;;;;;;;;;-1:-1:-1;2081:198:49;;;;;:::i;:::-;;:::i;1232:419:55:-;;;;;;;;;;-1:-1:-1;1232:419:55;;;;;:::i;:::-;;:::i;635:437::-;731:7;908:12;922:23;957:5;-1:-1:-1;;;;;949:25:55;:40;;;;3219:66:126;3207:79;;3311:1;3302:11;;3006:313;949:40:55;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;907:82;;;;1007:7;999:16;;;;;;1043:10;1032:33;;;;;;;;;;;;:::i;:::-;1025:40;635:437;-1:-1:-1;;;;635:437:55:o;1831:101:49:-;1094:13;:11;:13::i;:::-;1895:30:::1;1922:1;1895:18;:30::i;:::-;1831:101::o:0;1825:148:55:-;1094:13:49;:11;:13::i;:::-;1939:27:55::1;::::0;;;;-1:-1:-1;;;;;684:55:126;;;1939:27:55::1;::::0;::::1;666:74:126::0;1939:17:55;::::1;::::0;::::1;::::0;639:18:126;;1939:27:55::1;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;1825:148:::0;;:::o;2593:244::-;1094:13:49;:11;:13::i;:::-;2768:62:55::1;::::0;;;;-1:-1:-1;;;;;2768:22:55;::::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::-;1094:13:49;:11;:13::i;:::-;2289:31:55::1;::::0;;;;-1:-1:-1;;;;;684:55:126;;;2289:31:55::1;::::0;::::1;666:74:126::0;2289:15:55;::::1;::::0;::::1;::::0;639:18:126;;2289:31:55::1;520:226:126::0;2081:198:49;1094:13;:11;:13::i;:::-;-1:-1:-1;;;;;2169:22:49;::::1;2161:73;;;::::0;-1:-1:-1;;;2161:73:49;;4490:2:126;2161:73:49::1;::::0;::::1;4472:21:126::0;4529:2;4509:18;;;4502:30;4568:34;4548:18;;;4541:62;4639:8;4619:18;;;4612:36;4665:19;;2161:73:49::1;;;;;;;;;2244:28;2263:8;2244:18;:28::i;:::-;2081:198:::0;:::o;1232:419:55:-;1319:7;1487:12;1501:23;1536:5;-1:-1:-1;;;;;1528:25:55;:40;;;;4908:66:126;4896:79;;5000:1;4991:11;;4695:313;1359:130:49;1247:7;1273:6;-1:-1:-1;;;;;1273:6:49;719:10:67;1422:23:49;1414:68;;;;-1:-1:-1;;;1414:68:49;;5215:2:126;1414:68:49;;;5197:21:126;;;5234:18;;;5227:30;5293:34;5273:18;;;5266:62;5345:18;;1414:68:49;5013:356:126;2433:187:49;2506:16;2525:6;;-1:-1:-1;;;;;2541:17:49;;;;;;;;;;2573:40;;2525:6;;;;;;;2573:40;;2506:16;2573:40;2496:124;2433:187;:::o;14:183:126:-;-1:-1:-1;;;;;122:5:126;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:126: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:126;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:126;1815:18;;1802:32;1843:62;1802:32;1843:62;:::i;:::-;1924:7;-1:-1:-1;1982:2:126;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:126;;;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;3617:666::-;-1:-1:-1;;;;;3796:6:126;3792:55;3781:9;3774:74;3755:4;3867:2;3905;3900;3889:9;3885:18;3878:30;3937:6;3931:13;3980:6;3975:2;3964:9;3960:18;3953:34;4005:1;4015:140;4029:6;4026:1;4023:13;4015:140;;;4124:14;;;4120:23;;4114:30;4090:17;;;4109:2;4086:26;4079:66;4044:10;;4015:140;;;4019:3;4204:1;4199:2;4190:6;4179:9;4175:22;4171:31;4164:42;4274:2;4267;4263:7;4258:2;4250:6;4246:15;4242:29;4231:9;4227:45;4223:54;4215:62;;;;3617:666;;;;;:::o"
3754
+ "sourceMap": "435:2404:55:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;635:437;;;;;;;;;;-1:-1:-1;635:437:55;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;684:55:130;;;666:74;;654:2;639:18;635:437:55;;;;;;;1831:101:49;;;;;;;;;;;;;:::i;:::-;;1825:148:55;;;;;;;;;;-1:-1:-1;1825:148:55;;;;;:::i;:::-;;:::i;1201:85:49:-;;;;;;;;;;-1:-1:-1;1247:7:49;1273:6;-1:-1:-1;;;;;1273:6:49;1201:85;;2593:244:55;;;;;;:::i;:::-;;:::i;2178:149::-;;;;;;;;;;-1:-1:-1;2178:149:55;;;;;:::i;:::-;;:::i;2081:198:49:-;;;;;;;;;;-1:-1:-1;2081:198:49;;;;;:::i;:::-;;:::i;1232:419:55:-;;;;;;;;;;-1:-1:-1;1232:419:55;;;;;:::i;:::-;;:::i;635:437::-;731:7;908:12;922:23;957:5;-1:-1:-1;;;;;949:25:55;:40;;;;3219:66:130;3207:79;;3311:1;3302:11;;3006:313;949:40:55;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;907:82;;;;1007:7;999:16;;;;;;1043:10;1032:33;;;;;;;;;;;;:::i;:::-;1025:40;635:437;-1:-1:-1;;;;635:437:55:o;1831:101:49:-;1094:13;:11;:13::i;:::-;1895:30:::1;1922:1;1895:18;:30::i;:::-;1831:101::o:0;1825:148:55:-;1094:13:49;:11;:13::i;:::-;1939:27:55::1;::::0;;;;-1:-1:-1;;;;;684:55:130;;;1939:27:55::1;::::0;::::1;666:74:130::0;1939:17:55;::::1;::::0;::::1;::::0;639:18:130;;1939:27:55::1;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;1825:148:::0;;:::o;2593:244::-;1094:13:49;:11;:13::i;:::-;2768:62:55::1;::::0;;;;-1:-1:-1;;;;;2768:22:55;::::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::-;1094:13:49;:11;:13::i;:::-;2289:31:55::1;::::0;;;;-1:-1:-1;;;;;684:55:130;;;2289:31:55::1;::::0;::::1;666:74:130::0;2289:15:55;::::1;::::0;::::1;::::0;639:18:130;;2289:31:55::1;520:226:130::0;2081:198:49;1094:13;:11;:13::i;:::-;-1:-1:-1;;;;;2169:22:49;::::1;2161:73;;;::::0;-1:-1:-1;;;2161:73:49;;4490:2:130;2161:73:49::1;::::0;::::1;4472:21:130::0;4529:2;4509:18;;;4502:30;4568:34;4548:18;;;4541:62;4639:8;4619:18;;;4612:36;4665:19;;2161:73:49::1;;;;;;;;;2244:28;2263:8;2244:18;:28::i;:::-;2081:198:::0;:::o;1232:419:55:-;1319:7;1487:12;1501:23;1536:5;-1:-1:-1;;;;;1528:25:55;:40;;;;4908:66:130;4896:79;;5000:1;4991:11;;4695:313;1359:130:49;1247:7;1273:6;-1:-1:-1;;;;;1273:6:49;719:10:67;1422:23:49;1414:68;;;;-1:-1:-1;;;1414:68:49;;5215:2:130;1414:68:49;;;5197:21:130;;;5234:18;;;5227:30;5293:34;5273:18;;;5266:62;5345:18;;1414:68:49;5013:356:130;2433:187:49;2506:16;2525:6;;-1:-1:-1;;;;;2541:17:49;;;;;;;;;;2573:40;;2525:6;;;;;;;2573:40;;2506:16;2573:40;2496:124;2433:187;:::o;14:183:130:-;-1:-1:-1;;;;;122:5:130;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:130: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:130;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:130;1815:18;;1802:32;1843:62;1802:32;1843:62;:::i;:::-;1924:7;-1:-1:-1;1982:2:130;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:130;;;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;3617:666::-;-1:-1:-1;;;;;3796:6:130;3792:55;3781:9;3774:74;3755:4;3867:2;3905;3900;3889:9;3885:18;3878:30;3937:6;3931:13;3980:6;3975:2;3964:9;3960:18;3953:34;4005:1;4015:140;4029:6;4026:1;4023:13;4015:140;;;4124:14;;;4120:23;;4114:30;4090:17;;;4109:2;4086:26;4079:66;4044:10;;4015:140;;;4019:3;4204:1;4199:2;4190:6;4179:9;4175:22;4171:31;4164:42;4274:2;4267;4263:7;4258:2;4250:6;4246:15;4242:29;4231:9;4227:45;4223:54;4215:62;;;;3617:666;;;;;:::o"
3755
3755
  },
3756
3756
  "gasEstimates": {
3757
3757
  "creation": {