@keep-network/tbtc-v2 1.6.0-dev.0 → 1.6.0-dev.2

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 (148) 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/KeepRegistry.json +1 -1
  19. package/artifacts/KeepStake.json +2 -2
  20. package/artifacts/KeepToken.json +2 -2
  21. package/artifacts/KeepTokenStaking.json +1 -1
  22. package/artifacts/LightRelay.json +18 -18
  23. package/artifacts/LightRelayMaintainerProxy.json +8 -8
  24. package/artifacts/MaintainerProxy.json +19 -19
  25. package/artifacts/MovingFunds.json +2 -2
  26. package/artifacts/NuCypherStakingEscrow.json +1 -1
  27. package/artifacts/NuCypherToken.json +2 -2
  28. package/artifacts/RandomBeacon.json +2 -2
  29. package/artifacts/RandomBeaconChaosnet.json +2 -2
  30. package/artifacts/RandomBeaconGovernance.json +2 -2
  31. package/artifacts/Redemption.json +2 -2
  32. package/artifacts/ReimbursementPool.json +2 -2
  33. package/artifacts/T.json +2 -2
  34. package/artifacts/TBTC.json +3 -3
  35. package/artifacts/TBTCToken.json +3 -3
  36. package/artifacts/TBTCVault.json +23 -23
  37. package/artifacts/TokenStaking.json +1 -1
  38. package/artifacts/TokenholderGovernor.json +9 -9
  39. package/artifacts/TokenholderTimelock.json +8 -8
  40. package/artifacts/VendingMachine.json +3 -3
  41. package/artifacts/VendingMachineKeep.json +1 -1
  42. package/artifacts/VendingMachineNuCypher.json +1 -1
  43. package/artifacts/VendingMachineV2.json +3 -3
  44. package/artifacts/VendingMachineV3.json +3 -3
  45. package/artifacts/WalletCoordinator.json +5 -5
  46. package/artifacts/WalletRegistry.json +5 -5
  47. package/artifacts/WalletRegistryGovernance.json +2 -2
  48. package/artifacts/Wallets.json +2 -2
  49. package/artifacts/solcInputs/{6cc4a0b423ac26dbfcae644b54bee6ae.json → d2d7e276da75d7184610fe11a4a103b7.json} +4 -1
  50. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  51. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  52. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  53. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  54. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  55. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  56. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  57. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  58. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  59. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  60. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  61. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  62. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  63. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  64. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  65. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  66. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  67. package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
  68. package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
  69. package/build/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.dbg.json +1 -1
  70. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  71. package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
  72. package/build/contracts/l2/L2WormholeGateway.sol/IWormholeTokenBridge.dbg.json +1 -1
  73. package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
  74. package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +2 -15
  75. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  76. package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
  77. package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
  78. package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
  79. package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
  80. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  81. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  82. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  83. package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
  84. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  85. package/contracts/l2/L2WormholeGateway.sol +7 -27
  86. package/deploy/01_deploy_light_relay.ts +3 -0
  87. package/deploy/09_deploy_bridge_governance.ts +5 -2
  88. package/deploy/19_authorize_spv_maintainer_in_bridge.ts +3 -3
  89. package/deploy/24_transfer_tbtc_ownership.ts +1 -1
  90. package/deploy/28_authorize_bridge_in_reimbursement_pool.ts +1 -1
  91. package/deploy/40_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.ts +1 -1
  92. package/deploy/41_authorize_light_relay_maintainer_proxy_in_light_relay.ts +3 -1
  93. package/export/artifacts/@keep-network/bitcoin-spv-sol/contracts/BTCUtils.sol/BTCUtils.json +20 -20
  94. package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +1986 -1986
  95. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +20 -20
  96. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +1836 -1836
  97. package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +545 -545
  98. package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +506 -506
  99. package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +23 -23
  100. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +2456 -2456
  101. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +465 -465
  102. package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +568 -568
  103. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +603 -603
  104. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +1001 -1001
  105. package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +1877 -1877
  106. package/export/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +654 -654
  107. package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +2534 -2534
  108. package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +736 -736
  109. package/export/artifacts/contracts/bank/Bank.sol/Bank.json +1872 -1872
  110. package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +7061 -7061
  111. package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +1257 -1257
  112. package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +972 -972
  113. package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +1122 -1122
  114. package/export/artifacts/contracts/bridge/WalletCoordinator.sol/WalletCoordinator.json +5403 -5403
  115. package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +2961 -2961
  116. package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +3599 -4067
  117. package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +2393 -2393
  118. package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +1921 -1921
  119. package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +1013 -1013
  120. package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +1874 -1874
  121. package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +8094 -8094
  122. package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +1923 -1923
  123. package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +129 -129
  124. package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +2046 -2046
  125. package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +353 -353
  126. package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +12024 -0
  127. package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +568 -568
  128. package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +2291 -2291
  129. package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +1698 -1698
  130. package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +189 -189
  131. package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +1448 -1448
  132. package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2847 -2847
  133. package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +858 -858
  134. package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +3476 -3476
  135. package/export/deploy/01_deploy_light_relay.js +3 -0
  136. package/export/deploy/09_deploy_bridge_governance.js +4 -2
  137. package/export/deploy/19_authorize_spv_maintainer_in_bridge.js +3 -3
  138. package/export/deploy/24_transfer_tbtc_ownership.js +1 -1
  139. package/export/deploy/28_authorize_bridge_in_reimbursement_pool.js +1 -1
  140. package/export/deploy/40_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +1 -1
  141. package/export/deploy/41_authorize_light_relay_maintainer_proxy_in_light_relay.js +7 -3
  142. package/export/hardhat.config.js +23 -0
  143. package/export/typechain/SepoliaLightRelay.js +2 -0
  144. package/export/typechain/factories/L2WormholeGateway__factory.js +1 -14
  145. package/export/typechain/factories/SepoliaLightRelay__factory.js +535 -0
  146. package/export/typechain/factories/WormholeBridgeStub__factory.js +1 -1
  147. package/export/typechain/index.js +3 -1
  148. package/package.json +3 -3
@@ -96,7 +96,7 @@
96
96
  "generatedSources": [],
97
97
  "linkReferences": {},
98
98
  "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x4AF DUP1 PUSH2 0x20 PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x72 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x4308F6DC GT PUSH2 0x50 JUMPI DUP1 PUSH4 0x4308F6DC EQ PUSH2 0xAA JUMPI DUP1 PUSH4 0x7D4046FB EQ PUSH2 0xBD JUMPI DUP1 PUSH4 0xC3DEF248 EQ PUSH2 0xD0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x113764BE EQ PUSH2 0x77 JUMPI DUP1 PUSH4 0x2B97BE24 EQ PUSH2 0x8D JUMPI DUP1 PUSH4 0x3C5E8752 EQ PUSH2 0x95 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 SLOAD JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH1 0x1 SLOAD PUSH2 0x7B JUMP JUMPDEST PUSH2 0xA8 PUSH2 0xA3 CALLDATASIZE PUSH1 0x4 PUSH2 0x218 JUMP JUMPDEST PUSH1 0x1 SSTORE JUMP JUMPDEST STOP JUMPDEST PUSH2 0xA8 PUSH2 0xB8 CALLDATASIZE PUSH1 0x4 PUSH2 0x247 JUMP JUMPDEST PUSH2 0xE3 JUMP JUMPDEST PUSH2 0xA8 PUSH2 0xCB CALLDATASIZE PUSH1 0x4 PUSH2 0x218 JUMP JUMPDEST PUSH1 0x0 SSTORE JUMP JUMPDEST PUSH2 0xA8 PUSH2 0xDE CALLDATASIZE PUSH1 0x4 PUSH2 0x247 JUMP JUMPDEST PUSH2 0xFD JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF6 PUSH2 0xF1 DUP4 PUSH2 0x112 JUMP JUMPDEST PUSH2 0x125 JUMP JUMPDEST PUSH1 0x0 SSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x10B PUSH2 0xF1 DUP4 PUSH2 0x112 JUMP JUMPDEST PUSH1 0x1 SSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11F DUP3 PUSH1 0x0 PUSH2 0x14D JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11F PUSH28 0xFFFF0000000000000000000000000000000000000000000000000000 DUP4 PUSH2 0x1F6 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x165 PUSH2 0x15E DUP5 PUSH1 0x48 PUSH2 0x30E JUMP JUMPDEST DUP6 SWAP1 PUSH2 0x209 JUMP JUMPDEST PUSH1 0xE8 SHR SWAP1 POP PUSH1 0x0 DUP5 PUSH2 0x178 DUP6 PUSH1 0x4B PUSH2 0x30E JUMP JUMPDEST DUP2 MLOAD DUP2 LT PUSH2 0x188 JUMPI PUSH2 0x188 PUSH2 0x321 JUMP JUMPDEST ADD PUSH1 0x20 ADD MLOAD PUSH1 0xF8 SHR SWAP1 POP PUSH1 0x0 PUSH2 0x1BC DUP4 PUSH1 0x0 PUSH1 0x10 DUP3 PUSH3 0xFFFFFF AND SWAP1 SHR DUP3 PUSH2 0xFF00 AND PUSH1 0x10 DUP5 PUSH3 0xFFFFFF AND SWAP1 SHL OR OR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH3 0xFFFFFF AND SWAP1 POP PUSH1 0x0 PUSH2 0x1D0 PUSH1 0x3 DUP5 PUSH2 0x337 JUMP JUMPDEST PUSH1 0xFF AND SWAP1 POP PUSH2 0x1E1 DUP2 PUSH2 0x100 PUSH2 0x434 JUMP JUMPDEST PUSH2 0x1EB SWAP1 DUP4 PUSH2 0x440 JUMP JUMPDEST SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x202 DUP3 DUP5 PUSH2 0x457 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x202 DUP4 DUP4 ADD PUSH1 0x20 ADD MLOAD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x22A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x259 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x271 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP5 ADD SWAP2 POP DUP5 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x285 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD DUP2 DUP2 GT ISZERO PUSH2 0x297 JUMPI PUSH2 0x297 PUSH2 0x231 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 0x2BF JUMPI PUSH2 0x2BF PUSH2 0x231 JUMP JUMPDEST DUP2 PUSH1 0x40 MSTORE DUP3 DUP2 MSTORE DUP8 PUSH1 0x20 DUP5 DUP8 ADD ADD GT ISZERO PUSH2 0x2D8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 PUSH1 0x20 DUP7 ADD PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 SWAP3 DUP2 ADD PUSH1 0x20 ADD SWAP3 SWAP1 SWAP3 MSTORE POP SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST DUP1 DUP3 ADD DUP1 DUP3 GT ISZERO PUSH2 0x11F JUMPI PUSH2 0x11F PUSH2 0x2F8 JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0xFF DUP3 DUP2 AND DUP3 DUP3 AND SUB SWAP1 DUP2 GT ISZERO PUSH2 0x11F JUMPI PUSH2 0x11F PUSH2 0x2F8 JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 JUMPDEST DUP1 DUP6 GT ISZERO PUSH2 0x38B JUMPI DUP2 PUSH1 0x0 NOT DIV DUP3 GT ISZERO PUSH2 0x371 JUMPI PUSH2 0x371 PUSH2 0x2F8 JUMP JUMPDEST DUP1 DUP6 AND ISZERO PUSH2 0x37E JUMPI SWAP2 DUP2 MUL SWAP2 JUMPDEST SWAP4 DUP5 SHR SWAP4 SWAP1 DUP1 MUL SWAP1 PUSH2 0x355 JUMP JUMPDEST POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH2 0x3A2 JUMPI POP PUSH1 0x1 PUSH2 0x11F JUMP JUMPDEST DUP2 PUSH2 0x3AF JUMPI POP PUSH1 0x0 PUSH2 0x11F JUMP JUMPDEST DUP2 PUSH1 0x1 DUP2 EQ PUSH2 0x3C5 JUMPI PUSH1 0x2 DUP2 EQ PUSH2 0x3CF JUMPI PUSH2 0x3EB JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP PUSH2 0x11F JUMP JUMPDEST PUSH1 0xFF DUP5 GT ISZERO PUSH2 0x3E0 JUMPI PUSH2 0x3E0 PUSH2 0x2F8 JUMP JUMPDEST POP POP PUSH1 0x1 DUP3 SHL PUSH2 0x11F JUMP JUMPDEST POP PUSH1 0x20 DUP4 LT PUSH2 0x133 DUP4 LT AND PUSH1 0x4E DUP5 LT PUSH1 0xB DUP5 LT AND OR ISZERO PUSH2 0x40E JUMPI POP DUP2 DUP2 EXP PUSH2 0x11F JUMP JUMPDEST PUSH2 0x418 DUP4 DUP4 PUSH2 0x350 JUMP JUMPDEST DUP1 PUSH1 0x0 NOT DIV DUP3 GT ISZERO PUSH2 0x42C JUMPI PUSH2 0x42C PUSH2 0x2F8 JUMP JUMPDEST MUL SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x202 DUP4 DUP4 PUSH2 0x393 JUMP JUMPDEST DUP1 DUP3 MUL DUP2 ISZERO DUP3 DUP3 DIV DUP5 EQ OR PUSH2 0x11F JUMPI PUSH2 0x11F PUSH2 0x2F8 JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH2 0x474 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP DIV SWAP1 JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xCA SWAP15 0xD4 0x28 0xD 0x23 DUP15 LOG4 SUB PUSH27 0xD23920EF0F70E9BA8E5B77BAB6C20FE172E196C3031764736F6C63 NUMBER STOP ADDMOD GT STOP CALLER ",
99
- "sourceMap": "219:1260:115:-:0;;;;;;;;;;;;;;;;;;;"
99
+ "sourceMap": "219:1260:116:-:0;;;;;;;;;;;;;;;;;;;"
100
100
  },
101
101
  "deployedBytecode": {
102
102
  "functionDebugData": {
@@ -124,15 +124,15 @@
124
124
  "parameterSlots": 1,
125
125
  "returnSlots": 1
126
126
  },
127
- "@getCurrentEpochDifficulty_41028": {
127
+ "@getCurrentEpochDifficulty_41024": {
128
128
  "entryPoint": null,
129
- "id": 41028,
129
+ "id": 41024,
130
130
  "parameterSlots": 0,
131
131
  "returnSlots": 1
132
132
  },
133
- "@getPrevEpochDifficulty_41037": {
133
+ "@getPrevEpochDifficulty_41033": {
134
134
  "entryPoint": null,
135
- "id": 41037,
135
+ "id": 41033,
136
136
  "parameterSlots": 0,
137
137
  "returnSlots": 1
138
138
  },
@@ -142,27 +142,27 @@
142
142
  "parameterSlots": 1,
143
143
  "returnSlots": 1
144
144
  },
145
- "@setCurrentEpochDifficultyFromHeaders_41001": {
145
+ "@setCurrentEpochDifficultyFromHeaders_40997": {
146
146
  "entryPoint": 227,
147
- "id": 41001,
147
+ "id": 40997,
148
148
  "parameterSlots": 1,
149
149
  "returnSlots": 0
150
150
  },
151
- "@setCurrentEpochDifficulty_40973": {
151
+ "@setCurrentEpochDifficulty_40969": {
152
152
  "entryPoint": null,
153
- "id": 40973,
153
+ "id": 40969,
154
154
  "parameterSlots": 1,
155
155
  "returnSlots": 0
156
156
  },
157
- "@setPrevEpochDifficultyFromHeaders_41019": {
157
+ "@setPrevEpochDifficultyFromHeaders_41015": {
158
158
  "entryPoint": 253,
159
- "id": 41019,
159
+ "id": 41015,
160
160
  "parameterSlots": 1,
161
161
  "returnSlots": 0
162
162
  },
163
- "@setPrevEpochDifficulty_40983": {
163
+ "@setPrevEpochDifficulty_40979": {
164
164
  "entryPoint": null,
165
- "id": 40983,
165
+ "id": 40979,
166
166
  "parameterSlots": 1,
167
167
  "returnSlots": 0
168
168
  },
@@ -261,32 +261,32 @@
261
261
  {
262
262
  "ast": {
263
263
  "nodeType": "YulBlock",
264
- "src": "0:3983:125",
264
+ "src": "0:3983:126",
265
265
  "statements": [
266
266
  {
267
267
  "nodeType": "YulBlock",
268
- "src": "6:3:125",
268
+ "src": "6:3:126",
269
269
  "statements": []
270
270
  },
271
271
  {
272
272
  "body": {
273
273
  "nodeType": "YulBlock",
274
- "src": "115:76:125",
274
+ "src": "115:76:126",
275
275
  "statements": [
276
276
  {
277
277
  "nodeType": "YulAssignment",
278
- "src": "125:26:125",
278
+ "src": "125:26:126",
279
279
  "value": {
280
280
  "arguments": [
281
281
  {
282
282
  "name": "headStart",
283
283
  "nodeType": "YulIdentifier",
284
- "src": "137:9:125"
284
+ "src": "137:9:126"
285
285
  },
286
286
  {
287
287
  "kind": "number",
288
288
  "nodeType": "YulLiteral",
289
- "src": "148:2:125",
289
+ "src": "148:2:126",
290
290
  "type": "",
291
291
  "value": "32"
292
292
  }
@@ -294,16 +294,16 @@
294
294
  "functionName": {
295
295
  "name": "add",
296
296
  "nodeType": "YulIdentifier",
297
- "src": "133:3:125"
297
+ "src": "133:3:126"
298
298
  },
299
299
  "nodeType": "YulFunctionCall",
300
- "src": "133:18:125"
300
+ "src": "133:18:126"
301
301
  },
302
302
  "variableNames": [
303
303
  {
304
304
  "name": "tail",
305
305
  "nodeType": "YulIdentifier",
306
- "src": "125:4:125"
306
+ "src": "125:4:126"
307
307
  }
308
308
  ]
309
309
  },
@@ -313,24 +313,24 @@
313
313
  {
314
314
  "name": "headStart",
315
315
  "nodeType": "YulIdentifier",
316
- "src": "167:9:125"
316
+ "src": "167:9:126"
317
317
  },
318
318
  {
319
319
  "name": "value0",
320
320
  "nodeType": "YulIdentifier",
321
- "src": "178:6:125"
321
+ "src": "178:6:126"
322
322
  }
323
323
  ],
324
324
  "functionName": {
325
325
  "name": "mstore",
326
326
  "nodeType": "YulIdentifier",
327
- "src": "160:6:125"
327
+ "src": "160:6:126"
328
328
  },
329
329
  "nodeType": "YulFunctionCall",
330
- "src": "160:25:125"
330
+ "src": "160:25:126"
331
331
  },
332
332
  "nodeType": "YulExpressionStatement",
333
- "src": "160:25:125"
333
+ "src": "160:25:126"
334
334
  }
335
335
  ]
336
336
  },
@@ -340,13 +340,13 @@
340
340
  {
341
341
  "name": "headStart",
342
342
  "nodeType": "YulTypedName",
343
- "src": "84:9:125",
343
+ "src": "84:9:126",
344
344
  "type": ""
345
345
  },
346
346
  {
347
347
  "name": "value0",
348
348
  "nodeType": "YulTypedName",
349
- "src": "95:6:125",
349
+ "src": "95:6:126",
350
350
  "type": ""
351
351
  }
352
352
  ],
@@ -354,21 +354,21 @@
354
354
  {
355
355
  "name": "tail",
356
356
  "nodeType": "YulTypedName",
357
- "src": "106:4:125",
357
+ "src": "106:4:126",
358
358
  "type": ""
359
359
  }
360
360
  ],
361
- "src": "14:177:125"
361
+ "src": "14:177:126"
362
362
  },
363
363
  {
364
364
  "body": {
365
365
  "nodeType": "YulBlock",
366
- "src": "266:110:125",
366
+ "src": "266:110:126",
367
367
  "statements": [
368
368
  {
369
369
  "body": {
370
370
  "nodeType": "YulBlock",
371
- "src": "312:16:125",
371
+ "src": "312:16:126",
372
372
  "statements": [
373
373
  {
374
374
  "expression": {
@@ -376,14 +376,14 @@
376
376
  {
377
377
  "kind": "number",
378
378
  "nodeType": "YulLiteral",
379
- "src": "321:1:125",
379
+ "src": "321:1:126",
380
380
  "type": "",
381
381
  "value": "0"
382
382
  },
383
383
  {
384
384
  "kind": "number",
385
385
  "nodeType": "YulLiteral",
386
- "src": "324:1:125",
386
+ "src": "324:1:126",
387
387
  "type": "",
388
388
  "value": "0"
389
389
  }
@@ -391,13 +391,13 @@
391
391
  "functionName": {
392
392
  "name": "revert",
393
393
  "nodeType": "YulIdentifier",
394
- "src": "314:6:125"
394
+ "src": "314:6:126"
395
395
  },
396
396
  "nodeType": "YulFunctionCall",
397
- "src": "314:12:125"
397
+ "src": "314:12:126"
398
398
  },
399
399
  "nodeType": "YulExpressionStatement",
400
- "src": "314:12:125"
400
+ "src": "314:12:126"
401
401
  }
402
402
  ]
403
403
  },
@@ -408,26 +408,26 @@
408
408
  {
409
409
  "name": "dataEnd",
410
410
  "nodeType": "YulIdentifier",
411
- "src": "287:7:125"
411
+ "src": "287:7:126"
412
412
  },
413
413
  {
414
414
  "name": "headStart",
415
415
  "nodeType": "YulIdentifier",
416
- "src": "296:9:125"
416
+ "src": "296:9:126"
417
417
  }
418
418
  ],
419
419
  "functionName": {
420
420
  "name": "sub",
421
421
  "nodeType": "YulIdentifier",
422
- "src": "283:3:125"
422
+ "src": "283:3:126"
423
423
  },
424
424
  "nodeType": "YulFunctionCall",
425
- "src": "283:23:125"
425
+ "src": "283:23:126"
426
426
  },
427
427
  {
428
428
  "kind": "number",
429
429
  "nodeType": "YulLiteral",
430
- "src": "308:2:125",
430
+ "src": "308:2:126",
431
431
  "type": "",
432
432
  "value": "32"
433
433
  }
@@ -435,38 +435,38 @@
435
435
  "functionName": {
436
436
  "name": "slt",
437
437
  "nodeType": "YulIdentifier",
438
- "src": "279:3:125"
438
+ "src": "279:3:126"
439
439
  },
440
440
  "nodeType": "YulFunctionCall",
441
- "src": "279:32:125"
441
+ "src": "279:32:126"
442
442
  },
443
443
  "nodeType": "YulIf",
444
- "src": "276:52:125"
444
+ "src": "276:52:126"
445
445
  },
446
446
  {
447
447
  "nodeType": "YulAssignment",
448
- "src": "337:33:125",
448
+ "src": "337:33:126",
449
449
  "value": {
450
450
  "arguments": [
451
451
  {
452
452
  "name": "headStart",
453
453
  "nodeType": "YulIdentifier",
454
- "src": "360:9:125"
454
+ "src": "360:9:126"
455
455
  }
456
456
  ],
457
457
  "functionName": {
458
458
  "name": "calldataload",
459
459
  "nodeType": "YulIdentifier",
460
- "src": "347:12:125"
460
+ "src": "347:12:126"
461
461
  },
462
462
  "nodeType": "YulFunctionCall",
463
- "src": "347:23:125"
463
+ "src": "347:23:126"
464
464
  },
465
465
  "variableNames": [
466
466
  {
467
467
  "name": "value0",
468
468
  "nodeType": "YulIdentifier",
469
- "src": "337:6:125"
469
+ "src": "337:6:126"
470
470
  }
471
471
  ]
472
472
  }
@@ -478,13 +478,13 @@
478
478
  {
479
479
  "name": "headStart",
480
480
  "nodeType": "YulTypedName",
481
- "src": "232:9:125",
481
+ "src": "232:9:126",
482
482
  "type": ""
483
483
  },
484
484
  {
485
485
  "name": "dataEnd",
486
486
  "nodeType": "YulTypedName",
487
- "src": "243:7:125",
487
+ "src": "243:7:126",
488
488
  "type": ""
489
489
  }
490
490
  ],
@@ -492,16 +492,16 @@
492
492
  {
493
493
  "name": "value0",
494
494
  "nodeType": "YulTypedName",
495
- "src": "255:6:125",
495
+ "src": "255:6:126",
496
496
  "type": ""
497
497
  }
498
498
  ],
499
- "src": "196:180:125"
499
+ "src": "196:180:126"
500
500
  },
501
501
  {
502
502
  "body": {
503
503
  "nodeType": "YulBlock",
504
- "src": "413:152:125",
504
+ "src": "413:152:126",
505
505
  "statements": [
506
506
  {
507
507
  "expression": {
@@ -509,14 +509,14 @@
509
509
  {
510
510
  "kind": "number",
511
511
  "nodeType": "YulLiteral",
512
- "src": "430:1:125",
512
+ "src": "430:1:126",
513
513
  "type": "",
514
514
  "value": "0"
515
515
  },
516
516
  {
517
517
  "kind": "number",
518
518
  "nodeType": "YulLiteral",
519
- "src": "433:77:125",
519
+ "src": "433:77:126",
520
520
  "type": "",
521
521
  "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
522
522
  }
@@ -524,13 +524,13 @@
524
524
  "functionName": {
525
525
  "name": "mstore",
526
526
  "nodeType": "YulIdentifier",
527
- "src": "423:6:125"
527
+ "src": "423:6:126"
528
528
  },
529
529
  "nodeType": "YulFunctionCall",
530
- "src": "423:88:125"
530
+ "src": "423:88:126"
531
531
  },
532
532
  "nodeType": "YulExpressionStatement",
533
- "src": "423:88:125"
533
+ "src": "423:88:126"
534
534
  },
535
535
  {
536
536
  "expression": {
@@ -538,14 +538,14 @@
538
538
  {
539
539
  "kind": "number",
540
540
  "nodeType": "YulLiteral",
541
- "src": "527:1:125",
541
+ "src": "527:1:126",
542
542
  "type": "",
543
543
  "value": "4"
544
544
  },
545
545
  {
546
546
  "kind": "number",
547
547
  "nodeType": "YulLiteral",
548
- "src": "530:4:125",
548
+ "src": "530:4:126",
549
549
  "type": "",
550
550
  "value": "0x41"
551
551
  }
@@ -553,13 +553,13 @@
553
553
  "functionName": {
554
554
  "name": "mstore",
555
555
  "nodeType": "YulIdentifier",
556
- "src": "520:6:125"
556
+ "src": "520:6:126"
557
557
  },
558
558
  "nodeType": "YulFunctionCall",
559
- "src": "520:15:125"
559
+ "src": "520:15:126"
560
560
  },
561
561
  "nodeType": "YulExpressionStatement",
562
- "src": "520:15:125"
562
+ "src": "520:15:126"
563
563
  },
564
564
  {
565
565
  "expression": {
@@ -567,14 +567,14 @@
567
567
  {
568
568
  "kind": "number",
569
569
  "nodeType": "YulLiteral",
570
- "src": "551:1:125",
570
+ "src": "551:1:126",
571
571
  "type": "",
572
572
  "value": "0"
573
573
  },
574
574
  {
575
575
  "kind": "number",
576
576
  "nodeType": "YulLiteral",
577
- "src": "554:4:125",
577
+ "src": "554:4:126",
578
578
  "type": "",
579
579
  "value": "0x24"
580
580
  }
@@ -582,29 +582,29 @@
582
582
  "functionName": {
583
583
  "name": "revert",
584
584
  "nodeType": "YulIdentifier",
585
- "src": "544:6:125"
585
+ "src": "544:6:126"
586
586
  },
587
587
  "nodeType": "YulFunctionCall",
588
- "src": "544:15:125"
588
+ "src": "544:15:126"
589
589
  },
590
590
  "nodeType": "YulExpressionStatement",
591
- "src": "544:15:125"
591
+ "src": "544:15:126"
592
592
  }
593
593
  ]
594
594
  },
595
595
  "name": "panic_error_0x41",
596
596
  "nodeType": "YulFunctionDefinition",
597
- "src": "381:184:125"
597
+ "src": "381:184:126"
598
598
  },
599
599
  {
600
600
  "body": {
601
601
  "nodeType": "YulBlock",
602
- "src": "649:842:125",
602
+ "src": "649:842:126",
603
603
  "statements": [
604
604
  {
605
605
  "body": {
606
606
  "nodeType": "YulBlock",
607
- "src": "695:16:125",
607
+ "src": "695:16:126",
608
608
  "statements": [
609
609
  {
610
610
  "expression": {
@@ -612,14 +612,14 @@
612
612
  {
613
613
  "kind": "number",
614
614
  "nodeType": "YulLiteral",
615
- "src": "704:1:125",
615
+ "src": "704:1:126",
616
616
  "type": "",
617
617
  "value": "0"
618
618
  },
619
619
  {
620
620
  "kind": "number",
621
621
  "nodeType": "YulLiteral",
622
- "src": "707:1:125",
622
+ "src": "707:1:126",
623
623
  "type": "",
624
624
  "value": "0"
625
625
  }
@@ -627,13 +627,13 @@
627
627
  "functionName": {
628
628
  "name": "revert",
629
629
  "nodeType": "YulIdentifier",
630
- "src": "697:6:125"
630
+ "src": "697:6:126"
631
631
  },
632
632
  "nodeType": "YulFunctionCall",
633
- "src": "697:12:125"
633
+ "src": "697:12:126"
634
634
  },
635
635
  "nodeType": "YulExpressionStatement",
636
- "src": "697:12:125"
636
+ "src": "697:12:126"
637
637
  }
638
638
  ]
639
639
  },
@@ -644,26 +644,26 @@
644
644
  {
645
645
  "name": "dataEnd",
646
646
  "nodeType": "YulIdentifier",
647
- "src": "670:7:125"
647
+ "src": "670:7:126"
648
648
  },
649
649
  {
650
650
  "name": "headStart",
651
651
  "nodeType": "YulIdentifier",
652
- "src": "679:9:125"
652
+ "src": "679:9:126"
653
653
  }
654
654
  ],
655
655
  "functionName": {
656
656
  "name": "sub",
657
657
  "nodeType": "YulIdentifier",
658
- "src": "666:3:125"
658
+ "src": "666:3:126"
659
659
  },
660
660
  "nodeType": "YulFunctionCall",
661
- "src": "666:23:125"
661
+ "src": "666:23:126"
662
662
  },
663
663
  {
664
664
  "kind": "number",
665
665
  "nodeType": "YulLiteral",
666
- "src": "691:2:125",
666
+ "src": "691:2:126",
667
667
  "type": "",
668
668
  "value": "32"
669
669
  }
@@ -671,49 +671,49 @@
671
671
  "functionName": {
672
672
  "name": "slt",
673
673
  "nodeType": "YulIdentifier",
674
- "src": "662:3:125"
674
+ "src": "662:3:126"
675
675
  },
676
676
  "nodeType": "YulFunctionCall",
677
- "src": "662:32:125"
677
+ "src": "662:32:126"
678
678
  },
679
679
  "nodeType": "YulIf",
680
- "src": "659:52:125"
680
+ "src": "659:52:126"
681
681
  },
682
682
  {
683
683
  "nodeType": "YulVariableDeclaration",
684
- "src": "720:37:125",
684
+ "src": "720:37:126",
685
685
  "value": {
686
686
  "arguments": [
687
687
  {
688
688
  "name": "headStart",
689
689
  "nodeType": "YulIdentifier",
690
- "src": "747:9:125"
690
+ "src": "747:9:126"
691
691
  }
692
692
  ],
693
693
  "functionName": {
694
694
  "name": "calldataload",
695
695
  "nodeType": "YulIdentifier",
696
- "src": "734:12:125"
696
+ "src": "734:12:126"
697
697
  },
698
698
  "nodeType": "YulFunctionCall",
699
- "src": "734:23:125"
699
+ "src": "734:23:126"
700
700
  },
701
701
  "variables": [
702
702
  {
703
703
  "name": "offset",
704
704
  "nodeType": "YulTypedName",
705
- "src": "724:6:125",
705
+ "src": "724:6:126",
706
706
  "type": ""
707
707
  }
708
708
  ]
709
709
  },
710
710
  {
711
711
  "nodeType": "YulVariableDeclaration",
712
- "src": "766:28:125",
712
+ "src": "766:28:126",
713
713
  "value": {
714
714
  "kind": "number",
715
715
  "nodeType": "YulLiteral",
716
- "src": "776:18:125",
716
+ "src": "776:18:126",
717
717
  "type": "",
718
718
  "value": "0xffffffffffffffff"
719
719
  },
@@ -721,7 +721,7 @@
721
721
  {
722
722
  "name": "_1",
723
723
  "nodeType": "YulTypedName",
724
- "src": "770:2:125",
724
+ "src": "770:2:126",
725
725
  "type": ""
726
726
  }
727
727
  ]
@@ -729,7 +729,7 @@
729
729
  {
730
730
  "body": {
731
731
  "nodeType": "YulBlock",
732
- "src": "821:16:125",
732
+ "src": "821:16:126",
733
733
  "statements": [
734
734
  {
735
735
  "expression": {
@@ -737,14 +737,14 @@
737
737
  {
738
738
  "kind": "number",
739
739
  "nodeType": "YulLiteral",
740
- "src": "830:1:125",
740
+ "src": "830:1:126",
741
741
  "type": "",
742
742
  "value": "0"
743
743
  },
744
744
  {
745
745
  "kind": "number",
746
746
  "nodeType": "YulLiteral",
747
- "src": "833:1:125",
747
+ "src": "833:1:126",
748
748
  "type": "",
749
749
  "value": "0"
750
750
  }
@@ -752,13 +752,13 @@
752
752
  "functionName": {
753
753
  "name": "revert",
754
754
  "nodeType": "YulIdentifier",
755
- "src": "823:6:125"
755
+ "src": "823:6:126"
756
756
  },
757
757
  "nodeType": "YulFunctionCall",
758
- "src": "823:12:125"
758
+ "src": "823:12:126"
759
759
  },
760
760
  "nodeType": "YulExpressionStatement",
761
- "src": "823:12:125"
761
+ "src": "823:12:126"
762
762
  }
763
763
  ]
764
764
  },
@@ -767,54 +767,54 @@
767
767
  {
768
768
  "name": "offset",
769
769
  "nodeType": "YulIdentifier",
770
- "src": "809:6:125"
770
+ "src": "809:6:126"
771
771
  },
772
772
  {
773
773
  "name": "_1",
774
774
  "nodeType": "YulIdentifier",
775
- "src": "817:2:125"
775
+ "src": "817:2:126"
776
776
  }
777
777
  ],
778
778
  "functionName": {
779
779
  "name": "gt",
780
780
  "nodeType": "YulIdentifier",
781
- "src": "806:2:125"
781
+ "src": "806:2:126"
782
782
  },
783
783
  "nodeType": "YulFunctionCall",
784
- "src": "806:14:125"
784
+ "src": "806:14:126"
785
785
  },
786
786
  "nodeType": "YulIf",
787
- "src": "803:34:125"
787
+ "src": "803:34:126"
788
788
  },
789
789
  {
790
790
  "nodeType": "YulVariableDeclaration",
791
- "src": "846:32:125",
791
+ "src": "846:32:126",
792
792
  "value": {
793
793
  "arguments": [
794
794
  {
795
795
  "name": "headStart",
796
796
  "nodeType": "YulIdentifier",
797
- "src": "860:9:125"
797
+ "src": "860:9:126"
798
798
  },
799
799
  {
800
800
  "name": "offset",
801
801
  "nodeType": "YulIdentifier",
802
- "src": "871:6:125"
802
+ "src": "871:6:126"
803
803
  }
804
804
  ],
805
805
  "functionName": {
806
806
  "name": "add",
807
807
  "nodeType": "YulIdentifier",
808
- "src": "856:3:125"
808
+ "src": "856:3:126"
809
809
  },
810
810
  "nodeType": "YulFunctionCall",
811
- "src": "856:22:125"
811
+ "src": "856:22:126"
812
812
  },
813
813
  "variables": [
814
814
  {
815
815
  "name": "_2",
816
816
  "nodeType": "YulTypedName",
817
- "src": "850:2:125",
817
+ "src": "850:2:126",
818
818
  "type": ""
819
819
  }
820
820
  ]
@@ -822,7 +822,7 @@
822
822
  {
823
823
  "body": {
824
824
  "nodeType": "YulBlock",
825
- "src": "926:16:125",
825
+ "src": "926:16:126",
826
826
  "statements": [
827
827
  {
828
828
  "expression": {
@@ -830,14 +830,14 @@
830
830
  {
831
831
  "kind": "number",
832
832
  "nodeType": "YulLiteral",
833
- "src": "935:1:125",
833
+ "src": "935:1:126",
834
834
  "type": "",
835
835
  "value": "0"
836
836
  },
837
837
  {
838
838
  "kind": "number",
839
839
  "nodeType": "YulLiteral",
840
- "src": "938:1:125",
840
+ "src": "938:1:126",
841
841
  "type": "",
842
842
  "value": "0"
843
843
  }
@@ -845,13 +845,13 @@
845
845
  "functionName": {
846
846
  "name": "revert",
847
847
  "nodeType": "YulIdentifier",
848
- "src": "928:6:125"
848
+ "src": "928:6:126"
849
849
  },
850
850
  "nodeType": "YulFunctionCall",
851
- "src": "928:12:125"
851
+ "src": "928:12:126"
852
852
  },
853
853
  "nodeType": "YulExpressionStatement",
854
- "src": "928:12:125"
854
+ "src": "928:12:126"
855
855
  }
856
856
  ]
857
857
  },
@@ -864,12 +864,12 @@
864
864
  {
865
865
  "name": "_2",
866
866
  "nodeType": "YulIdentifier",
867
- "src": "905:2:125"
867
+ "src": "905:2:126"
868
868
  },
869
869
  {
870
870
  "kind": "number",
871
871
  "nodeType": "YulLiteral",
872
- "src": "909:4:125",
872
+ "src": "909:4:126",
873
873
  "type": "",
874
874
  "value": "0x1f"
875
875
  }
@@ -877,61 +877,61 @@
877
877
  "functionName": {
878
878
  "name": "add",
879
879
  "nodeType": "YulIdentifier",
880
- "src": "901:3:125"
880
+ "src": "901:3:126"
881
881
  },
882
882
  "nodeType": "YulFunctionCall",
883
- "src": "901:13:125"
883
+ "src": "901:13:126"
884
884
  },
885
885
  {
886
886
  "name": "dataEnd",
887
887
  "nodeType": "YulIdentifier",
888
- "src": "916:7:125"
888
+ "src": "916:7:126"
889
889
  }
890
890
  ],
891
891
  "functionName": {
892
892
  "name": "slt",
893
893
  "nodeType": "YulIdentifier",
894
- "src": "897:3:125"
894
+ "src": "897:3:126"
895
895
  },
896
896
  "nodeType": "YulFunctionCall",
897
- "src": "897:27:125"
897
+ "src": "897:27:126"
898
898
  }
899
899
  ],
900
900
  "functionName": {
901
901
  "name": "iszero",
902
902
  "nodeType": "YulIdentifier",
903
- "src": "890:6:125"
903
+ "src": "890:6:126"
904
904
  },
905
905
  "nodeType": "YulFunctionCall",
906
- "src": "890:35:125"
906
+ "src": "890:35:126"
907
907
  },
908
908
  "nodeType": "YulIf",
909
- "src": "887:55:125"
909
+ "src": "887:55:126"
910
910
  },
911
911
  {
912
912
  "nodeType": "YulVariableDeclaration",
913
- "src": "951:26:125",
913
+ "src": "951:26:126",
914
914
  "value": {
915
915
  "arguments": [
916
916
  {
917
917
  "name": "_2",
918
918
  "nodeType": "YulIdentifier",
919
- "src": "974:2:125"
919
+ "src": "974:2:126"
920
920
  }
921
921
  ],
922
922
  "functionName": {
923
923
  "name": "calldataload",
924
924
  "nodeType": "YulIdentifier",
925
- "src": "961:12:125"
925
+ "src": "961:12:126"
926
926
  },
927
927
  "nodeType": "YulFunctionCall",
928
- "src": "961:16:125"
928
+ "src": "961:16:126"
929
929
  },
930
930
  "variables": [
931
931
  {
932
932
  "name": "_3",
933
933
  "nodeType": "YulTypedName",
934
- "src": "955:2:125",
934
+ "src": "955:2:126",
935
935
  "type": ""
936
936
  }
937
937
  ]
@@ -939,7 +939,7 @@
939
939
  {
940
940
  "body": {
941
941
  "nodeType": "YulBlock",
942
- "src": "1000:22:125",
942
+ "src": "1000:22:126",
943
943
  "statements": [
944
944
  {
945
945
  "expression": {
@@ -947,13 +947,13 @@
947
947
  "functionName": {
948
948
  "name": "panic_error_0x41",
949
949
  "nodeType": "YulIdentifier",
950
- "src": "1002:16:125"
950
+ "src": "1002:16:126"
951
951
  },
952
952
  "nodeType": "YulFunctionCall",
953
- "src": "1002:18:125"
953
+ "src": "1002:18:126"
954
954
  },
955
955
  "nodeType": "YulExpressionStatement",
956
- "src": "1002:18:125"
956
+ "src": "1002:18:126"
957
957
  }
958
958
  ]
959
959
  },
@@ -962,34 +962,34 @@
962
962
  {
963
963
  "name": "_3",
964
964
  "nodeType": "YulIdentifier",
965
- "src": "992:2:125"
965
+ "src": "992:2:126"
966
966
  },
967
967
  {
968
968
  "name": "_1",
969
969
  "nodeType": "YulIdentifier",
970
- "src": "996:2:125"
970
+ "src": "996:2:126"
971
971
  }
972
972
  ],
973
973
  "functionName": {
974
974
  "name": "gt",
975
975
  "nodeType": "YulIdentifier",
976
- "src": "989:2:125"
976
+ "src": "989:2:126"
977
977
  },
978
978
  "nodeType": "YulFunctionCall",
979
- "src": "989:10:125"
979
+ "src": "989:10:126"
980
980
  },
981
981
  "nodeType": "YulIf",
982
- "src": "986:36:125"
982
+ "src": "986:36:126"
983
983
  },
984
984
  {
985
985
  "nodeType": "YulVariableDeclaration",
986
- "src": "1031:17:125",
986
+ "src": "1031:17:126",
987
987
  "value": {
988
988
  "arguments": [
989
989
  {
990
990
  "kind": "number",
991
991
  "nodeType": "YulLiteral",
992
- "src": "1045:2:125",
992
+ "src": "1045:2:126",
993
993
  "type": "",
994
994
  "value": "31"
995
995
  }
@@ -997,29 +997,29 @@
997
997
  "functionName": {
998
998
  "name": "not",
999
999
  "nodeType": "YulIdentifier",
1000
- "src": "1041:3:125"
1000
+ "src": "1041:3:126"
1001
1001
  },
1002
1002
  "nodeType": "YulFunctionCall",
1003
- "src": "1041:7:125"
1003
+ "src": "1041:7:126"
1004
1004
  },
1005
1005
  "variables": [
1006
1006
  {
1007
1007
  "name": "_4",
1008
1008
  "nodeType": "YulTypedName",
1009
- "src": "1035:2:125",
1009
+ "src": "1035:2:126",
1010
1010
  "type": ""
1011
1011
  }
1012
1012
  ]
1013
1013
  },
1014
1014
  {
1015
1015
  "nodeType": "YulVariableDeclaration",
1016
- "src": "1057:23:125",
1016
+ "src": "1057:23:126",
1017
1017
  "value": {
1018
1018
  "arguments": [
1019
1019
  {
1020
1020
  "kind": "number",
1021
1021
  "nodeType": "YulLiteral",
1022
- "src": "1077:2:125",
1022
+ "src": "1077:2:126",
1023
1023
  "type": "",
1024
1024
  "value": "64"
1025
1025
  }
@@ -1027,29 +1027,29 @@
1027
1027
  "functionName": {
1028
1028
  "name": "mload",
1029
1029
  "nodeType": "YulIdentifier",
1030
- "src": "1071:5:125"
1030
+ "src": "1071:5:126"
1031
1031
  },
1032
1032
  "nodeType": "YulFunctionCall",
1033
- "src": "1071:9:125"
1033
+ "src": "1071:9:126"
1034
1034
  },
1035
1035
  "variables": [
1036
1036
  {
1037
1037
  "name": "memPtr",
1038
1038
  "nodeType": "YulTypedName",
1039
- "src": "1061:6:125",
1039
+ "src": "1061:6:126",
1040
1040
  "type": ""
1041
1041
  }
1042
1042
  ]
1043
1043
  },
1044
1044
  {
1045
1045
  "nodeType": "YulVariableDeclaration",
1046
- "src": "1089:71:125",
1046
+ "src": "1089:71:126",
1047
1047
  "value": {
1048
1048
  "arguments": [
1049
1049
  {
1050
1050
  "name": "memPtr",
1051
1051
  "nodeType": "YulIdentifier",
1052
- "src": "1111:6:125"
1052
+ "src": "1111:6:126"
1053
1053
  },
1054
1054
  {
1055
1055
  "arguments": [
@@ -1062,12 +1062,12 @@
1062
1062
  {
1063
1063
  "name": "_3",
1064
1064
  "nodeType": "YulIdentifier",
1065
- "src": "1135:2:125"
1065
+ "src": "1135:2:126"
1066
1066
  },
1067
1067
  {
1068
1068
  "kind": "number",
1069
1069
  "nodeType": "YulLiteral",
1070
- "src": "1139:4:125",
1070
+ "src": "1139:4:126",
1071
1071
  "type": "",
1072
1072
  "value": "0x1f"
1073
1073
  }
@@ -1075,29 +1075,29 @@
1075
1075
  "functionName": {
1076
1076
  "name": "add",
1077
1077
  "nodeType": "YulIdentifier",
1078
- "src": "1131:3:125"
1078
+ "src": "1131:3:126"
1079
1079
  },
1080
1080
  "nodeType": "YulFunctionCall",
1081
- "src": "1131:13:125"
1081
+ "src": "1131:13:126"
1082
1082
  },
1083
1083
  {
1084
1084
  "name": "_4",
1085
1085
  "nodeType": "YulIdentifier",
1086
- "src": "1146:2:125"
1086
+ "src": "1146:2:126"
1087
1087
  }
1088
1088
  ],
1089
1089
  "functionName": {
1090
1090
  "name": "and",
1091
1091
  "nodeType": "YulIdentifier",
1092
- "src": "1127:3:125"
1092
+ "src": "1127:3:126"
1093
1093
  },
1094
1094
  "nodeType": "YulFunctionCall",
1095
- "src": "1127:22:125"
1095
+ "src": "1127:22:126"
1096
1096
  },
1097
1097
  {
1098
1098
  "kind": "number",
1099
1099
  "nodeType": "YulLiteral",
1100
- "src": "1151:2:125",
1100
+ "src": "1151:2:126",
1101
1101
  "type": "",
1102
1102
  "value": "63"
1103
1103
  }
@@ -1105,39 +1105,39 @@
1105
1105
  "functionName": {
1106
1106
  "name": "add",
1107
1107
  "nodeType": "YulIdentifier",
1108
- "src": "1123:3:125"
1108
+ "src": "1123:3:126"
1109
1109
  },
1110
1110
  "nodeType": "YulFunctionCall",
1111
- "src": "1123:31:125"
1111
+ "src": "1123:31:126"
1112
1112
  },
1113
1113
  {
1114
1114
  "name": "_4",
1115
1115
  "nodeType": "YulIdentifier",
1116
- "src": "1156:2:125"
1116
+ "src": "1156:2:126"
1117
1117
  }
1118
1118
  ],
1119
1119
  "functionName": {
1120
1120
  "name": "and",
1121
1121
  "nodeType": "YulIdentifier",
1122
- "src": "1119:3:125"
1122
+ "src": "1119:3:126"
1123
1123
  },
1124
1124
  "nodeType": "YulFunctionCall",
1125
- "src": "1119:40:125"
1125
+ "src": "1119:40:126"
1126
1126
  }
1127
1127
  ],
1128
1128
  "functionName": {
1129
1129
  "name": "add",
1130
1130
  "nodeType": "YulIdentifier",
1131
- "src": "1107:3:125"
1131
+ "src": "1107:3:126"
1132
1132
  },
1133
1133
  "nodeType": "YulFunctionCall",
1134
- "src": "1107:53:125"
1134
+ "src": "1107:53:126"
1135
1135
  },
1136
1136
  "variables": [
1137
1137
  {
1138
1138
  "name": "newFreePtr",
1139
1139
  "nodeType": "YulTypedName",
1140
- "src": "1093:10:125",
1140
+ "src": "1093:10:126",
1141
1141
  "type": ""
1142
1142
  }
1143
1143
  ]
@@ -1145,7 +1145,7 @@
1145
1145
  {
1146
1146
  "body": {
1147
1147
  "nodeType": "YulBlock",
1148
- "src": "1219:22:125",
1148
+ "src": "1219:22:126",
1149
1149
  "statements": [
1150
1150
  {
1151
1151
  "expression": {
@@ -1153,13 +1153,13 @@
1153
1153
  "functionName": {
1154
1154
  "name": "panic_error_0x41",
1155
1155
  "nodeType": "YulIdentifier",
1156
- "src": "1221:16:125"
1156
+ "src": "1221:16:126"
1157
1157
  },
1158
1158
  "nodeType": "YulFunctionCall",
1159
- "src": "1221:18:125"
1159
+ "src": "1221:18:126"
1160
1160
  },
1161
1161
  "nodeType": "YulExpressionStatement",
1162
- "src": "1221:18:125"
1162
+ "src": "1221:18:126"
1163
1163
  }
1164
1164
  ]
1165
1165
  },
@@ -1170,54 +1170,54 @@
1170
1170
  {
1171
1171
  "name": "newFreePtr",
1172
1172
  "nodeType": "YulIdentifier",
1173
- "src": "1178:10:125"
1173
+ "src": "1178:10:126"
1174
1174
  },
1175
1175
  {
1176
1176
  "name": "_1",
1177
1177
  "nodeType": "YulIdentifier",
1178
- "src": "1190:2:125"
1178
+ "src": "1190:2:126"
1179
1179
  }
1180
1180
  ],
1181
1181
  "functionName": {
1182
1182
  "name": "gt",
1183
1183
  "nodeType": "YulIdentifier",
1184
- "src": "1175:2:125"
1184
+ "src": "1175:2:126"
1185
1185
  },
1186
1186
  "nodeType": "YulFunctionCall",
1187
- "src": "1175:18:125"
1187
+ "src": "1175:18:126"
1188
1188
  },
1189
1189
  {
1190
1190
  "arguments": [
1191
1191
  {
1192
1192
  "name": "newFreePtr",
1193
1193
  "nodeType": "YulIdentifier",
1194
- "src": "1198:10:125"
1194
+ "src": "1198:10:126"
1195
1195
  },
1196
1196
  {
1197
1197
  "name": "memPtr",
1198
1198
  "nodeType": "YulIdentifier",
1199
- "src": "1210:6:125"
1199
+ "src": "1210:6:126"
1200
1200
  }
1201
1201
  ],
1202
1202
  "functionName": {
1203
1203
  "name": "lt",
1204
1204
  "nodeType": "YulIdentifier",
1205
- "src": "1195:2:125"
1205
+ "src": "1195:2:126"
1206
1206
  },
1207
1207
  "nodeType": "YulFunctionCall",
1208
- "src": "1195:22:125"
1208
+ "src": "1195:22:126"
1209
1209
  }
1210
1210
  ],
1211
1211
  "functionName": {
1212
1212
  "name": "or",
1213
1213
  "nodeType": "YulIdentifier",
1214
- "src": "1172:2:125"
1214
+ "src": "1172:2:126"
1215
1215
  },
1216
1216
  "nodeType": "YulFunctionCall",
1217
- "src": "1172:46:125"
1217
+ "src": "1172:46:126"
1218
1218
  },
1219
1219
  "nodeType": "YulIf",
1220
- "src": "1169:72:125"
1220
+ "src": "1169:72:126"
1221
1221
  },
1222
1222
  {
1223
1223
  "expression": {
@@ -1225,26 +1225,26 @@
1225
1225
  {
1226
1226
  "kind": "number",
1227
1227
  "nodeType": "YulLiteral",
1228
- "src": "1257:2:125",
1228
+ "src": "1257:2:126",
1229
1229
  "type": "",
1230
1230
  "value": "64"
1231
1231
  },
1232
1232
  {
1233
1233
  "name": "newFreePtr",
1234
1234
  "nodeType": "YulIdentifier",
1235
- "src": "1261:10:125"
1235
+ "src": "1261:10:126"
1236
1236
  }
1237
1237
  ],
1238
1238
  "functionName": {
1239
1239
  "name": "mstore",
1240
1240
  "nodeType": "YulIdentifier",
1241
- "src": "1250:6:125"
1241
+ "src": "1250:6:126"
1242
1242
  },
1243
1243
  "nodeType": "YulFunctionCall",
1244
- "src": "1250:22:125"
1244
+ "src": "1250:22:126"
1245
1245
  },
1246
1246
  "nodeType": "YulExpressionStatement",
1247
- "src": "1250:22:125"
1247
+ "src": "1250:22:126"
1248
1248
  },
1249
1249
  {
1250
1250
  "expression": {
@@ -1252,29 +1252,29 @@
1252
1252
  {
1253
1253
  "name": "memPtr",
1254
1254
  "nodeType": "YulIdentifier",
1255
- "src": "1288:6:125"
1255
+ "src": "1288:6:126"
1256
1256
  },
1257
1257
  {
1258
1258
  "name": "_3",
1259
1259
  "nodeType": "YulIdentifier",
1260
- "src": "1296:2:125"
1260
+ "src": "1296:2:126"
1261
1261
  }
1262
1262
  ],
1263
1263
  "functionName": {
1264
1264
  "name": "mstore",
1265
1265
  "nodeType": "YulIdentifier",
1266
- "src": "1281:6:125"
1266
+ "src": "1281:6:126"
1267
1267
  },
1268
1268
  "nodeType": "YulFunctionCall",
1269
- "src": "1281:18:125"
1269
+ "src": "1281:18:126"
1270
1270
  },
1271
1271
  "nodeType": "YulExpressionStatement",
1272
- "src": "1281:18:125"
1272
+ "src": "1281:18:126"
1273
1273
  },
1274
1274
  {
1275
1275
  "body": {
1276
1276
  "nodeType": "YulBlock",
1277
- "src": "1345:16:125",
1277
+ "src": "1345:16:126",
1278
1278
  "statements": [
1279
1279
  {
1280
1280
  "expression": {
@@ -1282,14 +1282,14 @@
1282
1282
  {
1283
1283
  "kind": "number",
1284
1284
  "nodeType": "YulLiteral",
1285
- "src": "1354:1:125",
1285
+ "src": "1354:1:126",
1286
1286
  "type": "",
1287
1287
  "value": "0"
1288
1288
  },
1289
1289
  {
1290
1290
  "kind": "number",
1291
1291
  "nodeType": "YulLiteral",
1292
- "src": "1357:1:125",
1292
+ "src": "1357:1:126",
1293
1293
  "type": "",
1294
1294
  "value": "0"
1295
1295
  }
@@ -1297,13 +1297,13 @@
1297
1297
  "functionName": {
1298
1298
  "name": "revert",
1299
1299
  "nodeType": "YulIdentifier",
1300
- "src": "1347:6:125"
1300
+ "src": "1347:6:126"
1301
1301
  },
1302
1302
  "nodeType": "YulFunctionCall",
1303
- "src": "1347:12:125"
1303
+ "src": "1347:12:126"
1304
1304
  },
1305
1305
  "nodeType": "YulExpressionStatement",
1306
- "src": "1347:12:125"
1306
+ "src": "1347:12:126"
1307
1307
  }
1308
1308
  ]
1309
1309
  },
@@ -1316,26 +1316,26 @@
1316
1316
  {
1317
1317
  "name": "_2",
1318
1318
  "nodeType": "YulIdentifier",
1319
- "src": "1322:2:125"
1319
+ "src": "1322:2:126"
1320
1320
  },
1321
1321
  {
1322
1322
  "name": "_3",
1323
1323
  "nodeType": "YulIdentifier",
1324
- "src": "1326:2:125"
1324
+ "src": "1326:2:126"
1325
1325
  }
1326
1326
  ],
1327
1327
  "functionName": {
1328
1328
  "name": "add",
1329
1329
  "nodeType": "YulIdentifier",
1330
- "src": "1318:3:125"
1330
+ "src": "1318:3:126"
1331
1331
  },
1332
1332
  "nodeType": "YulFunctionCall",
1333
- "src": "1318:11:125"
1333
+ "src": "1318:11:126"
1334
1334
  },
1335
1335
  {
1336
1336
  "kind": "number",
1337
1337
  "nodeType": "YulLiteral",
1338
- "src": "1331:2:125",
1338
+ "src": "1331:2:126",
1339
1339
  "type": "",
1340
1340
  "value": "32"
1341
1341
  }
@@ -1343,27 +1343,27 @@
1343
1343
  "functionName": {
1344
1344
  "name": "add",
1345
1345
  "nodeType": "YulIdentifier",
1346
- "src": "1314:3:125"
1346
+ "src": "1314:3:126"
1347
1347
  },
1348
1348
  "nodeType": "YulFunctionCall",
1349
- "src": "1314:20:125"
1349
+ "src": "1314:20:126"
1350
1350
  },
1351
1351
  {
1352
1352
  "name": "dataEnd",
1353
1353
  "nodeType": "YulIdentifier",
1354
- "src": "1336:7:125"
1354
+ "src": "1336:7:126"
1355
1355
  }
1356
1356
  ],
1357
1357
  "functionName": {
1358
1358
  "name": "gt",
1359
1359
  "nodeType": "YulIdentifier",
1360
- "src": "1311:2:125"
1360
+ "src": "1311:2:126"
1361
1361
  },
1362
1362
  "nodeType": "YulFunctionCall",
1363
- "src": "1311:33:125"
1363
+ "src": "1311:33:126"
1364
1364
  },
1365
1365
  "nodeType": "YulIf",
1366
- "src": "1308:53:125"
1366
+ "src": "1308:53:126"
1367
1367
  },
1368
1368
  {
1369
1369
  "expression": {
@@ -1373,12 +1373,12 @@
1373
1373
  {
1374
1374
  "name": "memPtr",
1375
1375
  "nodeType": "YulIdentifier",
1376
- "src": "1387:6:125"
1376
+ "src": "1387:6:126"
1377
1377
  },
1378
1378
  {
1379
1379
  "kind": "number",
1380
1380
  "nodeType": "YulLiteral",
1381
- "src": "1395:2:125",
1381
+ "src": "1395:2:126",
1382
1382
  "type": "",
1383
1383
  "value": "32"
1384
1384
  }
@@ -1386,22 +1386,22 @@
1386
1386
  "functionName": {
1387
1387
  "name": "add",
1388
1388
  "nodeType": "YulIdentifier",
1389
- "src": "1383:3:125"
1389
+ "src": "1383:3:126"
1390
1390
  },
1391
1391
  "nodeType": "YulFunctionCall",
1392
- "src": "1383:15:125"
1392
+ "src": "1383:15:126"
1393
1393
  },
1394
1394
  {
1395
1395
  "arguments": [
1396
1396
  {
1397
1397
  "name": "_2",
1398
1398
  "nodeType": "YulIdentifier",
1399
- "src": "1404:2:125"
1399
+ "src": "1404:2:126"
1400
1400
  },
1401
1401
  {
1402
1402
  "kind": "number",
1403
1403
  "nodeType": "YulLiteral",
1404
- "src": "1408:2:125",
1404
+ "src": "1408:2:126",
1405
1405
  "type": "",
1406
1406
  "value": "32"
1407
1407
  }
@@ -1409,27 +1409,27 @@
1409
1409
  "functionName": {
1410
1410
  "name": "add",
1411
1411
  "nodeType": "YulIdentifier",
1412
- "src": "1400:3:125"
1412
+ "src": "1400:3:126"
1413
1413
  },
1414
1414
  "nodeType": "YulFunctionCall",
1415
- "src": "1400:11:125"
1415
+ "src": "1400:11:126"
1416
1416
  },
1417
1417
  {
1418
1418
  "name": "_3",
1419
1419
  "nodeType": "YulIdentifier",
1420
- "src": "1413:2:125"
1420
+ "src": "1413:2:126"
1421
1421
  }
1422
1422
  ],
1423
1423
  "functionName": {
1424
1424
  "name": "calldatacopy",
1425
1425
  "nodeType": "YulIdentifier",
1426
- "src": "1370:12:125"
1426
+ "src": "1370:12:126"
1427
1427
  },
1428
1428
  "nodeType": "YulFunctionCall",
1429
- "src": "1370:46:125"
1429
+ "src": "1370:46:126"
1430
1430
  },
1431
1431
  "nodeType": "YulExpressionStatement",
1432
- "src": "1370:46:125"
1432
+ "src": "1370:46:126"
1433
1433
  },
1434
1434
  {
1435
1435
  "expression": {
@@ -1441,26 +1441,26 @@
1441
1441
  {
1442
1442
  "name": "memPtr",
1443
1443
  "nodeType": "YulIdentifier",
1444
- "src": "1440:6:125"
1444
+ "src": "1440:6:126"
1445
1445
  },
1446
1446
  {
1447
1447
  "name": "_3",
1448
1448
  "nodeType": "YulIdentifier",
1449
- "src": "1448:2:125"
1449
+ "src": "1448:2:126"
1450
1450
  }
1451
1451
  ],
1452
1452
  "functionName": {
1453
1453
  "name": "add",
1454
1454
  "nodeType": "YulIdentifier",
1455
- "src": "1436:3:125"
1455
+ "src": "1436:3:126"
1456
1456
  },
1457
1457
  "nodeType": "YulFunctionCall",
1458
- "src": "1436:15:125"
1458
+ "src": "1436:15:126"
1459
1459
  },
1460
1460
  {
1461
1461
  "kind": "number",
1462
1462
  "nodeType": "YulLiteral",
1463
- "src": "1453:2:125",
1463
+ "src": "1453:2:126",
1464
1464
  "type": "",
1465
1465
  "value": "32"
1466
1466
  }
@@ -1468,15 +1468,15 @@
1468
1468
  "functionName": {
1469
1469
  "name": "add",
1470
1470
  "nodeType": "YulIdentifier",
1471
- "src": "1432:3:125"
1471
+ "src": "1432:3:126"
1472
1472
  },
1473
1473
  "nodeType": "YulFunctionCall",
1474
- "src": "1432:24:125"
1474
+ "src": "1432:24:126"
1475
1475
  },
1476
1476
  {
1477
1477
  "kind": "number",
1478
1478
  "nodeType": "YulLiteral",
1479
- "src": "1458:1:125",
1479
+ "src": "1458:1:126",
1480
1480
  "type": "",
1481
1481
  "value": "0"
1482
1482
  }
@@ -1484,27 +1484,27 @@
1484
1484
  "functionName": {
1485
1485
  "name": "mstore",
1486
1486
  "nodeType": "YulIdentifier",
1487
- "src": "1425:6:125"
1487
+ "src": "1425:6:126"
1488
1488
  },
1489
1489
  "nodeType": "YulFunctionCall",
1490
- "src": "1425:35:125"
1490
+ "src": "1425:35:126"
1491
1491
  },
1492
1492
  "nodeType": "YulExpressionStatement",
1493
- "src": "1425:35:125"
1493
+ "src": "1425:35:126"
1494
1494
  },
1495
1495
  {
1496
1496
  "nodeType": "YulAssignment",
1497
- "src": "1469:16:125",
1497
+ "src": "1469:16:126",
1498
1498
  "value": {
1499
1499
  "name": "memPtr",
1500
1500
  "nodeType": "YulIdentifier",
1501
- "src": "1479:6:125"
1501
+ "src": "1479:6:126"
1502
1502
  },
1503
1503
  "variableNames": [
1504
1504
  {
1505
1505
  "name": "value0",
1506
1506
  "nodeType": "YulIdentifier",
1507
- "src": "1469:6:125"
1507
+ "src": "1469:6:126"
1508
1508
  }
1509
1509
  ]
1510
1510
  }
@@ -1516,13 +1516,13 @@
1516
1516
  {
1517
1517
  "name": "headStart",
1518
1518
  "nodeType": "YulTypedName",
1519
- "src": "615:9:125",
1519
+ "src": "615:9:126",
1520
1520
  "type": ""
1521
1521
  },
1522
1522
  {
1523
1523
  "name": "dataEnd",
1524
1524
  "nodeType": "YulTypedName",
1525
- "src": "626:7:125",
1525
+ "src": "626:7:126",
1526
1526
  "type": ""
1527
1527
  }
1528
1528
  ],
@@ -1530,16 +1530,16 @@
1530
1530
  {
1531
1531
  "name": "value0",
1532
1532
  "nodeType": "YulTypedName",
1533
- "src": "638:6:125",
1533
+ "src": "638:6:126",
1534
1534
  "type": ""
1535
1535
  }
1536
1536
  ],
1537
- "src": "570:921:125"
1537
+ "src": "570:921:126"
1538
1538
  },
1539
1539
  {
1540
1540
  "body": {
1541
1541
  "nodeType": "YulBlock",
1542
- "src": "1528:152:125",
1542
+ "src": "1528:152:126",
1543
1543
  "statements": [
1544
1544
  {
1545
1545
  "expression": {
@@ -1547,14 +1547,14 @@
1547
1547
  {
1548
1548
  "kind": "number",
1549
1549
  "nodeType": "YulLiteral",
1550
- "src": "1545:1:125",
1550
+ "src": "1545:1:126",
1551
1551
  "type": "",
1552
1552
  "value": "0"
1553
1553
  },
1554
1554
  {
1555
1555
  "kind": "number",
1556
1556
  "nodeType": "YulLiteral",
1557
- "src": "1548:77:125",
1557
+ "src": "1548:77:126",
1558
1558
  "type": "",
1559
1559
  "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
1560
1560
  }
@@ -1562,13 +1562,13 @@
1562
1562
  "functionName": {
1563
1563
  "name": "mstore",
1564
1564
  "nodeType": "YulIdentifier",
1565
- "src": "1538:6:125"
1565
+ "src": "1538:6:126"
1566
1566
  },
1567
1567
  "nodeType": "YulFunctionCall",
1568
- "src": "1538:88:125"
1568
+ "src": "1538:88:126"
1569
1569
  },
1570
1570
  "nodeType": "YulExpressionStatement",
1571
- "src": "1538:88:125"
1571
+ "src": "1538:88:126"
1572
1572
  },
1573
1573
  {
1574
1574
  "expression": {
@@ -1576,14 +1576,14 @@
1576
1576
  {
1577
1577
  "kind": "number",
1578
1578
  "nodeType": "YulLiteral",
1579
- "src": "1642:1:125",
1579
+ "src": "1642:1:126",
1580
1580
  "type": "",
1581
1581
  "value": "4"
1582
1582
  },
1583
1583
  {
1584
1584
  "kind": "number",
1585
1585
  "nodeType": "YulLiteral",
1586
- "src": "1645:4:125",
1586
+ "src": "1645:4:126",
1587
1587
  "type": "",
1588
1588
  "value": "0x11"
1589
1589
  }
@@ -1591,13 +1591,13 @@
1591
1591
  "functionName": {
1592
1592
  "name": "mstore",
1593
1593
  "nodeType": "YulIdentifier",
1594
- "src": "1635:6:125"
1594
+ "src": "1635:6:126"
1595
1595
  },
1596
1596
  "nodeType": "YulFunctionCall",
1597
- "src": "1635:15:125"
1597
+ "src": "1635:15:126"
1598
1598
  },
1599
1599
  "nodeType": "YulExpressionStatement",
1600
- "src": "1635:15:125"
1600
+ "src": "1635:15:126"
1601
1601
  },
1602
1602
  {
1603
1603
  "expression": {
@@ -1605,14 +1605,14 @@
1605
1605
  {
1606
1606
  "kind": "number",
1607
1607
  "nodeType": "YulLiteral",
1608
- "src": "1666:1:125",
1608
+ "src": "1666:1:126",
1609
1609
  "type": "",
1610
1610
  "value": "0"
1611
1611
  },
1612
1612
  {
1613
1613
  "kind": "number",
1614
1614
  "nodeType": "YulLiteral",
1615
- "src": "1669:4:125",
1615
+ "src": "1669:4:126",
1616
1616
  "type": "",
1617
1617
  "value": "0x24"
1618
1618
  }
@@ -1620,61 +1620,61 @@
1620
1620
  "functionName": {
1621
1621
  "name": "revert",
1622
1622
  "nodeType": "YulIdentifier",
1623
- "src": "1659:6:125"
1623
+ "src": "1659:6:126"
1624
1624
  },
1625
1625
  "nodeType": "YulFunctionCall",
1626
- "src": "1659:15:125"
1626
+ "src": "1659:15:126"
1627
1627
  },
1628
1628
  "nodeType": "YulExpressionStatement",
1629
- "src": "1659:15:125"
1629
+ "src": "1659:15:126"
1630
1630
  }
1631
1631
  ]
1632
1632
  },
1633
1633
  "name": "panic_error_0x11",
1634
1634
  "nodeType": "YulFunctionDefinition",
1635
- "src": "1496:184:125"
1635
+ "src": "1496:184:126"
1636
1636
  },
1637
1637
  {
1638
1638
  "body": {
1639
1639
  "nodeType": "YulBlock",
1640
- "src": "1733:77:125",
1640
+ "src": "1733:77:126",
1641
1641
  "statements": [
1642
1642
  {
1643
1643
  "nodeType": "YulAssignment",
1644
- "src": "1743:16:125",
1644
+ "src": "1743:16:126",
1645
1645
  "value": {
1646
1646
  "arguments": [
1647
1647
  {
1648
1648
  "name": "x",
1649
1649
  "nodeType": "YulIdentifier",
1650
- "src": "1754:1:125"
1650
+ "src": "1754:1:126"
1651
1651
  },
1652
1652
  {
1653
1653
  "name": "y",
1654
1654
  "nodeType": "YulIdentifier",
1655
- "src": "1757:1:125"
1655
+ "src": "1757:1:126"
1656
1656
  }
1657
1657
  ],
1658
1658
  "functionName": {
1659
1659
  "name": "add",
1660
1660
  "nodeType": "YulIdentifier",
1661
- "src": "1750:3:125"
1661
+ "src": "1750:3:126"
1662
1662
  },
1663
1663
  "nodeType": "YulFunctionCall",
1664
- "src": "1750:9:125"
1664
+ "src": "1750:9:126"
1665
1665
  },
1666
1666
  "variableNames": [
1667
1667
  {
1668
1668
  "name": "sum",
1669
1669
  "nodeType": "YulIdentifier",
1670
- "src": "1743:3:125"
1670
+ "src": "1743:3:126"
1671
1671
  }
1672
1672
  ]
1673
1673
  },
1674
1674
  {
1675
1675
  "body": {
1676
1676
  "nodeType": "YulBlock",
1677
- "src": "1782:22:125",
1677
+ "src": "1782:22:126",
1678
1678
  "statements": [
1679
1679
  {
1680
1680
  "expression": {
@@ -1682,13 +1682,13 @@
1682
1682
  "functionName": {
1683
1683
  "name": "panic_error_0x11",
1684
1684
  "nodeType": "YulIdentifier",
1685
- "src": "1784:16:125"
1685
+ "src": "1784:16:126"
1686
1686
  },
1687
1687
  "nodeType": "YulFunctionCall",
1688
- "src": "1784:18:125"
1688
+ "src": "1784:18:126"
1689
1689
  },
1690
1690
  "nodeType": "YulExpressionStatement",
1691
- "src": "1784:18:125"
1691
+ "src": "1784:18:126"
1692
1692
  }
1693
1693
  ]
1694
1694
  },
@@ -1697,24 +1697,24 @@
1697
1697
  {
1698
1698
  "name": "x",
1699
1699
  "nodeType": "YulIdentifier",
1700
- "src": "1774:1:125"
1700
+ "src": "1774:1:126"
1701
1701
  },
1702
1702
  {
1703
1703
  "name": "sum",
1704
1704
  "nodeType": "YulIdentifier",
1705
- "src": "1777:3:125"
1705
+ "src": "1777:3:126"
1706
1706
  }
1707
1707
  ],
1708
1708
  "functionName": {
1709
1709
  "name": "gt",
1710
1710
  "nodeType": "YulIdentifier",
1711
- "src": "1771:2:125"
1711
+ "src": "1771:2:126"
1712
1712
  },
1713
1713
  "nodeType": "YulFunctionCall",
1714
- "src": "1771:10:125"
1714
+ "src": "1771:10:126"
1715
1715
  },
1716
1716
  "nodeType": "YulIf",
1717
- "src": "1768:36:125"
1717
+ "src": "1768:36:126"
1718
1718
  }
1719
1719
  ]
1720
1720
  },
@@ -1724,13 +1724,13 @@
1724
1724
  {
1725
1725
  "name": "x",
1726
1726
  "nodeType": "YulTypedName",
1727
- "src": "1716:1:125",
1727
+ "src": "1716:1:126",
1728
1728
  "type": ""
1729
1729
  },
1730
1730
  {
1731
1731
  "name": "y",
1732
1732
  "nodeType": "YulTypedName",
1733
- "src": "1719:1:125",
1733
+ "src": "1719:1:126",
1734
1734
  "type": ""
1735
1735
  }
1736
1736
  ],
@@ -1738,16 +1738,16 @@
1738
1738
  {
1739
1739
  "name": "sum",
1740
1740
  "nodeType": "YulTypedName",
1741
- "src": "1725:3:125",
1741
+ "src": "1725:3:126",
1742
1742
  "type": ""
1743
1743
  }
1744
1744
  ],
1745
- "src": "1685:125:125"
1745
+ "src": "1685:125:126"
1746
1746
  },
1747
1747
  {
1748
1748
  "body": {
1749
1749
  "nodeType": "YulBlock",
1750
- "src": "1847:152:125",
1750
+ "src": "1847:152:126",
1751
1751
  "statements": [
1752
1752
  {
1753
1753
  "expression": {
@@ -1755,14 +1755,14 @@
1755
1755
  {
1756
1756
  "kind": "number",
1757
1757
  "nodeType": "YulLiteral",
1758
- "src": "1864:1:125",
1758
+ "src": "1864:1:126",
1759
1759
  "type": "",
1760
1760
  "value": "0"
1761
1761
  },
1762
1762
  {
1763
1763
  "kind": "number",
1764
1764
  "nodeType": "YulLiteral",
1765
- "src": "1867:77:125",
1765
+ "src": "1867:77:126",
1766
1766
  "type": "",
1767
1767
  "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
1768
1768
  }
@@ -1770,13 +1770,13 @@
1770
1770
  "functionName": {
1771
1771
  "name": "mstore",
1772
1772
  "nodeType": "YulIdentifier",
1773
- "src": "1857:6:125"
1773
+ "src": "1857:6:126"
1774
1774
  },
1775
1775
  "nodeType": "YulFunctionCall",
1776
- "src": "1857:88:125"
1776
+ "src": "1857:88:126"
1777
1777
  },
1778
1778
  "nodeType": "YulExpressionStatement",
1779
- "src": "1857:88:125"
1779
+ "src": "1857:88:126"
1780
1780
  },
1781
1781
  {
1782
1782
  "expression": {
@@ -1784,14 +1784,14 @@
1784
1784
  {
1785
1785
  "kind": "number",
1786
1786
  "nodeType": "YulLiteral",
1787
- "src": "1961:1:125",
1787
+ "src": "1961:1:126",
1788
1788
  "type": "",
1789
1789
  "value": "4"
1790
1790
  },
1791
1791
  {
1792
1792
  "kind": "number",
1793
1793
  "nodeType": "YulLiteral",
1794
- "src": "1964:4:125",
1794
+ "src": "1964:4:126",
1795
1795
  "type": "",
1796
1796
  "value": "0x32"
1797
1797
  }
@@ -1799,13 +1799,13 @@
1799
1799
  "functionName": {
1800
1800
  "name": "mstore",
1801
1801
  "nodeType": "YulIdentifier",
1802
- "src": "1954:6:125"
1802
+ "src": "1954:6:126"
1803
1803
  },
1804
1804
  "nodeType": "YulFunctionCall",
1805
- "src": "1954:15:125"
1805
+ "src": "1954:15:126"
1806
1806
  },
1807
1807
  "nodeType": "YulExpressionStatement",
1808
- "src": "1954:15:125"
1808
+ "src": "1954:15:126"
1809
1809
  },
1810
1810
  {
1811
1811
  "expression": {
@@ -1813,14 +1813,14 @@
1813
1813
  {
1814
1814
  "kind": "number",
1815
1815
  "nodeType": "YulLiteral",
1816
- "src": "1985:1:125",
1816
+ "src": "1985:1:126",
1817
1817
  "type": "",
1818
1818
  "value": "0"
1819
1819
  },
1820
1820
  {
1821
1821
  "kind": "number",
1822
1822
  "nodeType": "YulLiteral",
1823
- "src": "1988:4:125",
1823
+ "src": "1988:4:126",
1824
1824
  "type": "",
1825
1825
  "value": "0x24"
1826
1826
  }
@@ -1828,28 +1828,28 @@
1828
1828
  "functionName": {
1829
1829
  "name": "revert",
1830
1830
  "nodeType": "YulIdentifier",
1831
- "src": "1978:6:125"
1831
+ "src": "1978:6:126"
1832
1832
  },
1833
1833
  "nodeType": "YulFunctionCall",
1834
- "src": "1978:15:125"
1834
+ "src": "1978:15:126"
1835
1835
  },
1836
1836
  "nodeType": "YulExpressionStatement",
1837
- "src": "1978:15:125"
1837
+ "src": "1978:15:126"
1838
1838
  }
1839
1839
  ]
1840
1840
  },
1841
1841
  "name": "panic_error_0x32",
1842
1842
  "nodeType": "YulFunctionDefinition",
1843
- "src": "1815:184:125"
1843
+ "src": "1815:184:126"
1844
1844
  },
1845
1845
  {
1846
1846
  "body": {
1847
1847
  "nodeType": "YulBlock",
1848
- "src": "2051:104:125",
1848
+ "src": "2051:104:126",
1849
1849
  "statements": [
1850
1850
  {
1851
1851
  "nodeType": "YulAssignment",
1852
- "src": "2061:39:125",
1852
+ "src": "2061:39:126",
1853
1853
  "value": {
1854
1854
  "arguments": [
1855
1855
  {
@@ -1857,12 +1857,12 @@
1857
1857
  {
1858
1858
  "name": "x",
1859
1859
  "nodeType": "YulIdentifier",
1860
- "src": "2077:1:125"
1860
+ "src": "2077:1:126"
1861
1861
  },
1862
1862
  {
1863
1863
  "kind": "number",
1864
1864
  "nodeType": "YulLiteral",
1865
- "src": "2080:4:125",
1865
+ "src": "2080:4:126",
1866
1866
  "type": "",
1867
1867
  "value": "0xff"
1868
1868
  }
@@ -1870,22 +1870,22 @@
1870
1870
  "functionName": {
1871
1871
  "name": "and",
1872
1872
  "nodeType": "YulIdentifier",
1873
- "src": "2073:3:125"
1873
+ "src": "2073:3:126"
1874
1874
  },
1875
1875
  "nodeType": "YulFunctionCall",
1876
- "src": "2073:12:125"
1876
+ "src": "2073:12:126"
1877
1877
  },
1878
1878
  {
1879
1879
  "arguments": [
1880
1880
  {
1881
1881
  "name": "y",
1882
1882
  "nodeType": "YulIdentifier",
1883
- "src": "2091:1:125"
1883
+ "src": "2091:1:126"
1884
1884
  },
1885
1885
  {
1886
1886
  "kind": "number",
1887
1887
  "nodeType": "YulLiteral",
1888
- "src": "2094:4:125",
1888
+ "src": "2094:4:126",
1889
1889
  "type": "",
1890
1890
  "value": "0xff"
1891
1891
  }
@@ -1893,32 +1893,32 @@
1893
1893
  "functionName": {
1894
1894
  "name": "and",
1895
1895
  "nodeType": "YulIdentifier",
1896
- "src": "2087:3:125"
1896
+ "src": "2087:3:126"
1897
1897
  },
1898
1898
  "nodeType": "YulFunctionCall",
1899
- "src": "2087:12:125"
1899
+ "src": "2087:12:126"
1900
1900
  }
1901
1901
  ],
1902
1902
  "functionName": {
1903
1903
  "name": "sub",
1904
1904
  "nodeType": "YulIdentifier",
1905
- "src": "2069:3:125"
1905
+ "src": "2069:3:126"
1906
1906
  },
1907
1907
  "nodeType": "YulFunctionCall",
1908
- "src": "2069:31:125"
1908
+ "src": "2069:31:126"
1909
1909
  },
1910
1910
  "variableNames": [
1911
1911
  {
1912
1912
  "name": "diff",
1913
1913
  "nodeType": "YulIdentifier",
1914
- "src": "2061:4:125"
1914
+ "src": "2061:4:126"
1915
1915
  }
1916
1916
  ]
1917
1917
  },
1918
1918
  {
1919
1919
  "body": {
1920
1920
  "nodeType": "YulBlock",
1921
- "src": "2127:22:125",
1921
+ "src": "2127:22:126",
1922
1922
  "statements": [
1923
1923
  {
1924
1924
  "expression": {
@@ -1926,13 +1926,13 @@
1926
1926
  "functionName": {
1927
1927
  "name": "panic_error_0x11",
1928
1928
  "nodeType": "YulIdentifier",
1929
- "src": "2129:16:125"
1929
+ "src": "2129:16:126"
1930
1930
  },
1931
1931
  "nodeType": "YulFunctionCall",
1932
- "src": "2129:18:125"
1932
+ "src": "2129:18:126"
1933
1933
  },
1934
1934
  "nodeType": "YulExpressionStatement",
1935
- "src": "2129:18:125"
1935
+ "src": "2129:18:126"
1936
1936
  }
1937
1937
  ]
1938
1938
  },
@@ -1941,12 +1941,12 @@
1941
1941
  {
1942
1942
  "name": "diff",
1943
1943
  "nodeType": "YulIdentifier",
1944
- "src": "2115:4:125"
1944
+ "src": "2115:4:126"
1945
1945
  },
1946
1946
  {
1947
1947
  "kind": "number",
1948
1948
  "nodeType": "YulLiteral",
1949
- "src": "2121:4:125",
1949
+ "src": "2121:4:126",
1950
1950
  "type": "",
1951
1951
  "value": "0xff"
1952
1952
  }
@@ -1954,13 +1954,13 @@
1954
1954
  "functionName": {
1955
1955
  "name": "gt",
1956
1956
  "nodeType": "YulIdentifier",
1957
- "src": "2112:2:125"
1957
+ "src": "2112:2:126"
1958
1958
  },
1959
1959
  "nodeType": "YulFunctionCall",
1960
- "src": "2112:14:125"
1960
+ "src": "2112:14:126"
1961
1961
  },
1962
1962
  "nodeType": "YulIf",
1963
- "src": "2109:40:125"
1963
+ "src": "2109:40:126"
1964
1964
  }
1965
1965
  ]
1966
1966
  },
@@ -1970,13 +1970,13 @@
1970
1970
  {
1971
1971
  "name": "x",
1972
1972
  "nodeType": "YulTypedName",
1973
- "src": "2033:1:125",
1973
+ "src": "2033:1:126",
1974
1974
  "type": ""
1975
1975
  },
1976
1976
  {
1977
1977
  "name": "y",
1978
1978
  "nodeType": "YulTypedName",
1979
- "src": "2036:1:125",
1979
+ "src": "2036:1:126",
1980
1980
  "type": ""
1981
1981
  }
1982
1982
  ],
@@ -1984,24 +1984,24 @@
1984
1984
  {
1985
1985
  "name": "diff",
1986
1986
  "nodeType": "YulTypedName",
1987
- "src": "2042:4:125",
1987
+ "src": "2042:4:126",
1988
1988
  "type": ""
1989
1989
  }
1990
1990
  ],
1991
- "src": "2004:151:125"
1991
+ "src": "2004:151:126"
1992
1992
  },
1993
1993
  {
1994
1994
  "body": {
1995
1995
  "nodeType": "YulBlock",
1996
- "src": "2224:358:125",
1996
+ "src": "2224:358:126",
1997
1997
  "statements": [
1998
1998
  {
1999
1999
  "nodeType": "YulVariableDeclaration",
2000
- "src": "2234:16:125",
2000
+ "src": "2234:16:126",
2001
2001
  "value": {
2002
2002
  "kind": "number",
2003
2003
  "nodeType": "YulLiteral",
2004
- "src": "2249:1:125",
2004
+ "src": "2249:1:126",
2005
2005
  "type": "",
2006
2006
  "value": "1"
2007
2007
  },
@@ -2009,52 +2009,52 @@
2009
2009
  {
2010
2010
  "name": "power_1",
2011
2011
  "nodeType": "YulTypedName",
2012
- "src": "2238:7:125",
2012
+ "src": "2238:7:126",
2013
2013
  "type": ""
2014
2014
  }
2015
2015
  ]
2016
2016
  },
2017
2017
  {
2018
2018
  "nodeType": "YulAssignment",
2019
- "src": "2259:16:125",
2019
+ "src": "2259:16:126",
2020
2020
  "value": {
2021
2021
  "name": "power_1",
2022
2022
  "nodeType": "YulIdentifier",
2023
- "src": "2268:7:125"
2023
+ "src": "2268:7:126"
2024
2024
  },
2025
2025
  "variableNames": [
2026
2026
  {
2027
2027
  "name": "power",
2028
2028
  "nodeType": "YulIdentifier",
2029
- "src": "2259:5:125"
2029
+ "src": "2259:5:126"
2030
2030
  }
2031
2031
  ]
2032
2032
  },
2033
2033
  {
2034
2034
  "nodeType": "YulAssignment",
2035
- "src": "2284:13:125",
2035
+ "src": "2284:13:126",
2036
2036
  "value": {
2037
2037
  "name": "_base",
2038
2038
  "nodeType": "YulIdentifier",
2039
- "src": "2292:5:125"
2039
+ "src": "2292:5:126"
2040
2040
  },
2041
2041
  "variableNames": [
2042
2042
  {
2043
2043
  "name": "base",
2044
2044
  "nodeType": "YulIdentifier",
2045
- "src": "2284:4:125"
2045
+ "src": "2284:4:126"
2046
2046
  }
2047
2047
  ]
2048
2048
  },
2049
2049
  {
2050
2050
  "body": {
2051
2051
  "nodeType": "YulBlock",
2052
- "src": "2348:228:125",
2052
+ "src": "2348:228:126",
2053
2053
  "statements": [
2054
2054
  {
2055
2055
  "body": {
2056
2056
  "nodeType": "YulBlock",
2057
- "src": "2393:22:125",
2057
+ "src": "2393:22:126",
2058
2058
  "statements": [
2059
2059
  {
2060
2060
  "expression": {
@@ -2062,13 +2062,13 @@
2062
2062
  "functionName": {
2063
2063
  "name": "panic_error_0x11",
2064
2064
  "nodeType": "YulIdentifier",
2065
- "src": "2395:16:125"
2065
+ "src": "2395:16:126"
2066
2066
  },
2067
2067
  "nodeType": "YulFunctionCall",
2068
- "src": "2395:18:125"
2068
+ "src": "2395:18:126"
2069
2069
  },
2070
2070
  "nodeType": "YulExpressionStatement",
2071
- "src": "2395:18:125"
2071
+ "src": "2395:18:126"
2072
2072
  }
2073
2073
  ]
2074
2074
  },
@@ -2077,7 +2077,7 @@
2077
2077
  {
2078
2078
  "name": "base",
2079
2079
  "nodeType": "YulIdentifier",
2080
- "src": "2368:4:125"
2080
+ "src": "2368:4:126"
2081
2081
  },
2082
2082
  {
2083
2083
  "arguments": [
@@ -2086,7 +2086,7 @@
2086
2086
  {
2087
2087
  "kind": "number",
2088
2088
  "nodeType": "YulLiteral",
2089
- "src": "2382:1:125",
2089
+ "src": "2382:1:126",
2090
2090
  "type": "",
2091
2091
  "value": "0"
2092
2092
  }
@@ -2094,71 +2094,71 @@
2094
2094
  "functionName": {
2095
2095
  "name": "not",
2096
2096
  "nodeType": "YulIdentifier",
2097
- "src": "2378:3:125"
2097
+ "src": "2378:3:126"
2098
2098
  },
2099
2099
  "nodeType": "YulFunctionCall",
2100
- "src": "2378:6:125"
2100
+ "src": "2378:6:126"
2101
2101
  },
2102
2102
  {
2103
2103
  "name": "base",
2104
2104
  "nodeType": "YulIdentifier",
2105
- "src": "2386:4:125"
2105
+ "src": "2386:4:126"
2106
2106
  }
2107
2107
  ],
2108
2108
  "functionName": {
2109
2109
  "name": "div",
2110
2110
  "nodeType": "YulIdentifier",
2111
- "src": "2374:3:125"
2111
+ "src": "2374:3:126"
2112
2112
  },
2113
2113
  "nodeType": "YulFunctionCall",
2114
- "src": "2374:17:125"
2114
+ "src": "2374:17:126"
2115
2115
  }
2116
2116
  ],
2117
2117
  "functionName": {
2118
2118
  "name": "gt",
2119
2119
  "nodeType": "YulIdentifier",
2120
- "src": "2365:2:125"
2120
+ "src": "2365:2:126"
2121
2121
  },
2122
2122
  "nodeType": "YulFunctionCall",
2123
- "src": "2365:27:125"
2123
+ "src": "2365:27:126"
2124
2124
  },
2125
2125
  "nodeType": "YulIf",
2126
- "src": "2362:53:125"
2126
+ "src": "2362:53:126"
2127
2127
  },
2128
2128
  {
2129
2129
  "body": {
2130
2130
  "nodeType": "YulBlock",
2131
- "src": "2454:29:125",
2131
+ "src": "2454:29:126",
2132
2132
  "statements": [
2133
2133
  {
2134
2134
  "nodeType": "YulAssignment",
2135
- "src": "2456:25:125",
2135
+ "src": "2456:25:126",
2136
2136
  "value": {
2137
2137
  "arguments": [
2138
2138
  {
2139
2139
  "name": "power",
2140
2140
  "nodeType": "YulIdentifier",
2141
- "src": "2469:5:125"
2141
+ "src": "2469:5:126"
2142
2142
  },
2143
2143
  {
2144
2144
  "name": "base",
2145
2145
  "nodeType": "YulIdentifier",
2146
- "src": "2476:4:125"
2146
+ "src": "2476:4:126"
2147
2147
  }
2148
2148
  ],
2149
2149
  "functionName": {
2150
2150
  "name": "mul",
2151
2151
  "nodeType": "YulIdentifier",
2152
- "src": "2465:3:125"
2152
+ "src": "2465:3:126"
2153
2153
  },
2154
2154
  "nodeType": "YulFunctionCall",
2155
- "src": "2465:16:125"
2155
+ "src": "2465:16:126"
2156
2156
  },
2157
2157
  "variableNames": [
2158
2158
  {
2159
2159
  "name": "power",
2160
2160
  "nodeType": "YulIdentifier",
2161
- "src": "2456:5:125"
2161
+ "src": "2456:5:126"
2162
2162
  }
2163
2163
  ]
2164
2164
  }
@@ -2169,86 +2169,86 @@
2169
2169
  {
2170
2170
  "name": "exponent",
2171
2171
  "nodeType": "YulIdentifier",
2172
- "src": "2435:8:125"
2172
+ "src": "2435:8:126"
2173
2173
  },
2174
2174
  {
2175
2175
  "name": "power_1",
2176
2176
  "nodeType": "YulIdentifier",
2177
- "src": "2445:7:125"
2177
+ "src": "2445:7:126"
2178
2178
  }
2179
2179
  ],
2180
2180
  "functionName": {
2181
2181
  "name": "and",
2182
2182
  "nodeType": "YulIdentifier",
2183
- "src": "2431:3:125"
2183
+ "src": "2431:3:126"
2184
2184
  },
2185
2185
  "nodeType": "YulFunctionCall",
2186
- "src": "2431:22:125"
2186
+ "src": "2431:22:126"
2187
2187
  },
2188
2188
  "nodeType": "YulIf",
2189
- "src": "2428:55:125"
2189
+ "src": "2428:55:126"
2190
2190
  },
2191
2191
  {
2192
2192
  "nodeType": "YulAssignment",
2193
- "src": "2496:23:125",
2193
+ "src": "2496:23:126",
2194
2194
  "value": {
2195
2195
  "arguments": [
2196
2196
  {
2197
2197
  "name": "base",
2198
2198
  "nodeType": "YulIdentifier",
2199
- "src": "2508:4:125"
2199
+ "src": "2508:4:126"
2200
2200
  },
2201
2201
  {
2202
2202
  "name": "base",
2203
2203
  "nodeType": "YulIdentifier",
2204
- "src": "2514:4:125"
2204
+ "src": "2514:4:126"
2205
2205
  }
2206
2206
  ],
2207
2207
  "functionName": {
2208
2208
  "name": "mul",
2209
2209
  "nodeType": "YulIdentifier",
2210
- "src": "2504:3:125"
2210
+ "src": "2504:3:126"
2211
2211
  },
2212
2212
  "nodeType": "YulFunctionCall",
2213
- "src": "2504:15:125"
2213
+ "src": "2504:15:126"
2214
2214
  },
2215
2215
  "variableNames": [
2216
2216
  {
2217
2217
  "name": "base",
2218
2218
  "nodeType": "YulIdentifier",
2219
- "src": "2496:4:125"
2219
+ "src": "2496:4:126"
2220
2220
  }
2221
2221
  ]
2222
2222
  },
2223
2223
  {
2224
2224
  "nodeType": "YulAssignment",
2225
- "src": "2532:34:125",
2225
+ "src": "2532:34:126",
2226
2226
  "value": {
2227
2227
  "arguments": [
2228
2228
  {
2229
2229
  "name": "power_1",
2230
2230
  "nodeType": "YulIdentifier",
2231
- "src": "2548:7:125"
2231
+ "src": "2548:7:126"
2232
2232
  },
2233
2233
  {
2234
2234
  "name": "exponent",
2235
2235
  "nodeType": "YulIdentifier",
2236
- "src": "2557:8:125"
2236
+ "src": "2557:8:126"
2237
2237
  }
2238
2238
  ],
2239
2239
  "functionName": {
2240
2240
  "name": "shr",
2241
2241
  "nodeType": "YulIdentifier",
2242
- "src": "2544:3:125"
2242
+ "src": "2544:3:126"
2243
2243
  },
2244
2244
  "nodeType": "YulFunctionCall",
2245
- "src": "2544:22:125"
2245
+ "src": "2544:22:126"
2246
2246
  },
2247
2247
  "variableNames": [
2248
2248
  {
2249
2249
  "name": "exponent",
2250
2250
  "nodeType": "YulIdentifier",
2251
- "src": "2532:8:125"
2251
+ "src": "2532:8:126"
2252
2252
  }
2253
2253
  ]
2254
2254
  }
@@ -2259,34 +2259,34 @@
2259
2259
  {
2260
2260
  "name": "exponent",
2261
2261
  "nodeType": "YulIdentifier",
2262
- "src": "2317:8:125"
2262
+ "src": "2317:8:126"
2263
2263
  },
2264
2264
  {
2265
2265
  "name": "power_1",
2266
2266
  "nodeType": "YulIdentifier",
2267
- "src": "2327:7:125"
2267
+ "src": "2327:7:126"
2268
2268
  }
2269
2269
  ],
2270
2270
  "functionName": {
2271
2271
  "name": "gt",
2272
2272
  "nodeType": "YulIdentifier",
2273
- "src": "2314:2:125"
2273
+ "src": "2314:2:126"
2274
2274
  },
2275
2275
  "nodeType": "YulFunctionCall",
2276
- "src": "2314:21:125"
2276
+ "src": "2314:21:126"
2277
2277
  },
2278
2278
  "nodeType": "YulForLoop",
2279
2279
  "post": {
2280
2280
  "nodeType": "YulBlock",
2281
- "src": "2336:3:125",
2281
+ "src": "2336:3:126",
2282
2282
  "statements": []
2283
2283
  },
2284
2284
  "pre": {
2285
2285
  "nodeType": "YulBlock",
2286
- "src": "2310:3:125",
2286
+ "src": "2310:3:126",
2287
2287
  "statements": []
2288
2288
  },
2289
- "src": "2306:270:125"
2289
+ "src": "2306:270:126"
2290
2290
  }
2291
2291
  ]
2292
2292
  },
@@ -2296,13 +2296,13 @@
2296
2296
  {
2297
2297
  "name": "_base",
2298
2298
  "nodeType": "YulTypedName",
2299
- "src": "2188:5:125",
2299
+ "src": "2188:5:126",
2300
2300
  "type": ""
2301
2301
  },
2302
2302
  {
2303
2303
  "name": "exponent",
2304
2304
  "nodeType": "YulTypedName",
2305
- "src": "2195:8:125",
2305
+ "src": "2195:8:126",
2306
2306
  "type": ""
2307
2307
  }
2308
2308
  ],
@@ -2310,35 +2310,35 @@
2310
2310
  {
2311
2311
  "name": "power",
2312
2312
  "nodeType": "YulTypedName",
2313
- "src": "2208:5:125",
2313
+ "src": "2208:5:126",
2314
2314
  "type": ""
2315
2315
  },
2316
2316
  {
2317
2317
  "name": "base",
2318
2318
  "nodeType": "YulTypedName",
2319
- "src": "2215:4:125",
2319
+ "src": "2215:4:126",
2320
2320
  "type": ""
2321
2321
  }
2322
2322
  ],
2323
- "src": "2160:422:125"
2323
+ "src": "2160:422:126"
2324
2324
  },
2325
2325
  {
2326
2326
  "body": {
2327
2327
  "nodeType": "YulBlock",
2328
- "src": "2646:747:125",
2328
+ "src": "2646:747:126",
2329
2329
  "statements": [
2330
2330
  {
2331
2331
  "body": {
2332
2332
  "nodeType": "YulBlock",
2333
- "src": "2684:52:125",
2333
+ "src": "2684:52:126",
2334
2334
  "statements": [
2335
2335
  {
2336
2336
  "nodeType": "YulAssignment",
2337
- "src": "2698:10:125",
2337
+ "src": "2698:10:126",
2338
2338
  "value": {
2339
2339
  "kind": "number",
2340
2340
  "nodeType": "YulLiteral",
2341
- "src": "2707:1:125",
2341
+ "src": "2707:1:126",
2342
2342
  "type": "",
2343
2343
  "value": "1"
2344
2344
  },
@@ -2346,13 +2346,13 @@
2346
2346
  {
2347
2347
  "name": "power",
2348
2348
  "nodeType": "YulIdentifier",
2349
- "src": "2698:5:125"
2349
+ "src": "2698:5:126"
2350
2350
  }
2351
2351
  ]
2352
2352
  },
2353
2353
  {
2354
2354
  "nodeType": "YulLeave",
2355
- "src": "2721:5:125"
2355
+ "src": "2721:5:126"
2356
2356
  }
2357
2357
  ]
2358
2358
  },
@@ -2361,32 +2361,32 @@
2361
2361
  {
2362
2362
  "name": "exponent",
2363
2363
  "nodeType": "YulIdentifier",
2364
- "src": "2666:8:125"
2364
+ "src": "2666:8:126"
2365
2365
  }
2366
2366
  ],
2367
2367
  "functionName": {
2368
2368
  "name": "iszero",
2369
2369
  "nodeType": "YulIdentifier",
2370
- "src": "2659:6:125"
2370
+ "src": "2659:6:126"
2371
2371
  },
2372
2372
  "nodeType": "YulFunctionCall",
2373
- "src": "2659:16:125"
2373
+ "src": "2659:16:126"
2374
2374
  },
2375
2375
  "nodeType": "YulIf",
2376
- "src": "2656:80:125"
2376
+ "src": "2656:80:126"
2377
2377
  },
2378
2378
  {
2379
2379
  "body": {
2380
2380
  "nodeType": "YulBlock",
2381
- "src": "2769:52:125",
2381
+ "src": "2769:52:126",
2382
2382
  "statements": [
2383
2383
  {
2384
2384
  "nodeType": "YulAssignment",
2385
- "src": "2783:10:125",
2385
+ "src": "2783:10:126",
2386
2386
  "value": {
2387
2387
  "kind": "number",
2388
2388
  "nodeType": "YulLiteral",
2389
- "src": "2792:1:125",
2389
+ "src": "2792:1:126",
2390
2390
  "type": "",
2391
2391
  "value": "0"
2392
2392
  },
@@ -2394,13 +2394,13 @@
2394
2394
  {
2395
2395
  "name": "power",
2396
2396
  "nodeType": "YulIdentifier",
2397
- "src": "2783:5:125"
2397
+ "src": "2783:5:126"
2398
2398
  }
2399
2399
  ]
2400
2400
  },
2401
2401
  {
2402
2402
  "nodeType": "YulLeave",
2403
- "src": "2806:5:125"
2403
+ "src": "2806:5:126"
2404
2404
  }
2405
2405
  ]
2406
2406
  },
@@ -2409,34 +2409,34 @@
2409
2409
  {
2410
2410
  "name": "base",
2411
2411
  "nodeType": "YulIdentifier",
2412
- "src": "2755:4:125"
2412
+ "src": "2755:4:126"
2413
2413
  }
2414
2414
  ],
2415
2415
  "functionName": {
2416
2416
  "name": "iszero",
2417
2417
  "nodeType": "YulIdentifier",
2418
- "src": "2748:6:125"
2418
+ "src": "2748:6:126"
2419
2419
  },
2420
2420
  "nodeType": "YulFunctionCall",
2421
- "src": "2748:12:125"
2421
+ "src": "2748:12:126"
2422
2422
  },
2423
2423
  "nodeType": "YulIf",
2424
- "src": "2745:76:125"
2424
+ "src": "2745:76:126"
2425
2425
  },
2426
2426
  {
2427
2427
  "cases": [
2428
2428
  {
2429
2429
  "body": {
2430
2430
  "nodeType": "YulBlock",
2431
- "src": "2857:52:125",
2431
+ "src": "2857:52:126",
2432
2432
  "statements": [
2433
2433
  {
2434
2434
  "nodeType": "YulAssignment",
2435
- "src": "2871:10:125",
2435
+ "src": "2871:10:126",
2436
2436
  "value": {
2437
2437
  "kind": "number",
2438
2438
  "nodeType": "YulLiteral",
2439
- "src": "2880:1:125",
2439
+ "src": "2880:1:126",
2440
2440
  "type": "",
2441
2441
  "value": "1"
2442
2442
  },
@@ -2444,22 +2444,22 @@
2444
2444
  {
2445
2445
  "name": "power",
2446
2446
  "nodeType": "YulIdentifier",
2447
- "src": "2871:5:125"
2447
+ "src": "2871:5:126"
2448
2448
  }
2449
2449
  ]
2450
2450
  },
2451
2451
  {
2452
2452
  "nodeType": "YulLeave",
2453
- "src": "2894:5:125"
2453
+ "src": "2894:5:126"
2454
2454
  }
2455
2455
  ]
2456
2456
  },
2457
2457
  "nodeType": "YulCase",
2458
- "src": "2850:59:125",
2458
+ "src": "2850:59:126",
2459
2459
  "value": {
2460
2460
  "kind": "number",
2461
2461
  "nodeType": "YulLiteral",
2462
- "src": "2855:1:125",
2462
+ "src": "2855:1:126",
2463
2463
  "type": "",
2464
2464
  "value": "1"
2465
2465
  }
@@ -2467,12 +2467,12 @@
2467
2467
  {
2468
2468
  "body": {
2469
2469
  "nodeType": "YulBlock",
2470
- "src": "2925:123:125",
2470
+ "src": "2925:123:126",
2471
2471
  "statements": [
2472
2472
  {
2473
2473
  "body": {
2474
2474
  "nodeType": "YulBlock",
2475
- "src": "2960:22:125",
2475
+ "src": "2960:22:126",
2476
2476
  "statements": [
2477
2477
  {
2478
2478
  "expression": {
@@ -2480,13 +2480,13 @@
2480
2480
  "functionName": {
2481
2481
  "name": "panic_error_0x11",
2482
2482
  "nodeType": "YulIdentifier",
2483
- "src": "2962:16:125"
2483
+ "src": "2962:16:126"
2484
2484
  },
2485
2485
  "nodeType": "YulFunctionCall",
2486
- "src": "2962:18:125"
2486
+ "src": "2962:18:126"
2487
2487
  },
2488
2488
  "nodeType": "YulExpressionStatement",
2489
- "src": "2962:18:125"
2489
+ "src": "2962:18:126"
2490
2490
  }
2491
2491
  ]
2492
2492
  },
@@ -2495,12 +2495,12 @@
2495
2495
  {
2496
2496
  "name": "exponent",
2497
2497
  "nodeType": "YulIdentifier",
2498
- "src": "2945:8:125"
2498
+ "src": "2945:8:126"
2499
2499
  },
2500
2500
  {
2501
2501
  "kind": "number",
2502
2502
  "nodeType": "YulLiteral",
2503
- "src": "2955:3:125",
2503
+ "src": "2955:3:126",
2504
2504
  "type": "",
2505
2505
  "value": "255"
2506
2506
  }
@@ -2508,28 +2508,28 @@
2508
2508
  "functionName": {
2509
2509
  "name": "gt",
2510
2510
  "nodeType": "YulIdentifier",
2511
- "src": "2942:2:125"
2511
+ "src": "2942:2:126"
2512
2512
  },
2513
2513
  "nodeType": "YulFunctionCall",
2514
- "src": "2942:17:125"
2514
+ "src": "2942:17:126"
2515
2515
  },
2516
2516
  "nodeType": "YulIf",
2517
- "src": "2939:43:125"
2517
+ "src": "2939:43:126"
2518
2518
  },
2519
2519
  {
2520
2520
  "nodeType": "YulAssignment",
2521
- "src": "2995:25:125",
2521
+ "src": "2995:25:126",
2522
2522
  "value": {
2523
2523
  "arguments": [
2524
2524
  {
2525
2525
  "name": "exponent",
2526
2526
  "nodeType": "YulIdentifier",
2527
- "src": "3008:8:125"
2527
+ "src": "3008:8:126"
2528
2528
  },
2529
2529
  {
2530
2530
  "kind": "number",
2531
2531
  "nodeType": "YulLiteral",
2532
- "src": "3018:1:125",
2532
+ "src": "3018:1:126",
2533
2533
  "type": "",
2534
2534
  "value": "1"
2535
2535
  }
@@ -2537,31 +2537,31 @@
2537
2537
  "functionName": {
2538
2538
  "name": "shl",
2539
2539
  "nodeType": "YulIdentifier",
2540
- "src": "3004:3:125"
2540
+ "src": "3004:3:126"
2541
2541
  },
2542
2542
  "nodeType": "YulFunctionCall",
2543
- "src": "3004:16:125"
2543
+ "src": "3004:16:126"
2544
2544
  },
2545
2545
  "variableNames": [
2546
2546
  {
2547
2547
  "name": "power",
2548
2548
  "nodeType": "YulIdentifier",
2549
- "src": "2995:5:125"
2549
+ "src": "2995:5:126"
2550
2550
  }
2551
2551
  ]
2552
2552
  },
2553
2553
  {
2554
2554
  "nodeType": "YulLeave",
2555
- "src": "3033:5:125"
2555
+ "src": "3033:5:126"
2556
2556
  }
2557
2557
  ]
2558
2558
  },
2559
2559
  "nodeType": "YulCase",
2560
- "src": "2918:130:125",
2560
+ "src": "2918:130:126",
2561
2561
  "value": {
2562
2562
  "kind": "number",
2563
2563
  "nodeType": "YulLiteral",
2564
- "src": "2923:1:125",
2564
+ "src": "2923:1:126",
2565
2565
  "type": "",
2566
2566
  "value": "2"
2567
2567
  }
@@ -2570,51 +2570,51 @@
2570
2570
  "expression": {
2571
2571
  "name": "base",
2572
2572
  "nodeType": "YulIdentifier",
2573
- "src": "2837:4:125"
2573
+ "src": "2837:4:126"
2574
2574
  },
2575
2575
  "nodeType": "YulSwitch",
2576
- "src": "2830:218:125"
2576
+ "src": "2830:218:126"
2577
2577
  },
2578
2578
  {
2579
2579
  "body": {
2580
2580
  "nodeType": "YulBlock",
2581
- "src": "3146:70:125",
2581
+ "src": "3146:70:126",
2582
2582
  "statements": [
2583
2583
  {
2584
2584
  "nodeType": "YulAssignment",
2585
- "src": "3160:28:125",
2585
+ "src": "3160:28:126",
2586
2586
  "value": {
2587
2587
  "arguments": [
2588
2588
  {
2589
2589
  "name": "base",
2590
2590
  "nodeType": "YulIdentifier",
2591
- "src": "3173:4:125"
2591
+ "src": "3173:4:126"
2592
2592
  },
2593
2593
  {
2594
2594
  "name": "exponent",
2595
2595
  "nodeType": "YulIdentifier",
2596
- "src": "3179:8:125"
2596
+ "src": "3179:8:126"
2597
2597
  }
2598
2598
  ],
2599
2599
  "functionName": {
2600
2600
  "name": "exp",
2601
2601
  "nodeType": "YulIdentifier",
2602
- "src": "3169:3:125"
2602
+ "src": "3169:3:126"
2603
2603
  },
2604
2604
  "nodeType": "YulFunctionCall",
2605
- "src": "3169:19:125"
2605
+ "src": "3169:19:126"
2606
2606
  },
2607
2607
  "variableNames": [
2608
2608
  {
2609
2609
  "name": "power",
2610
2610
  "nodeType": "YulIdentifier",
2611
- "src": "3160:5:125"
2611
+ "src": "3160:5:126"
2612
2612
  }
2613
2613
  ]
2614
2614
  },
2615
2615
  {
2616
2616
  "nodeType": "YulLeave",
2617
- "src": "3201:5:125"
2617
+ "src": "3201:5:126"
2618
2618
  }
2619
2619
  ]
2620
2620
  },
@@ -2627,12 +2627,12 @@
2627
2627
  {
2628
2628
  "name": "base",
2629
2629
  "nodeType": "YulIdentifier",
2630
- "src": "3070:4:125"
2630
+ "src": "3070:4:126"
2631
2631
  },
2632
2632
  {
2633
2633
  "kind": "number",
2634
2634
  "nodeType": "YulLiteral",
2635
- "src": "3076:2:125",
2635
+ "src": "3076:2:126",
2636
2636
  "type": "",
2637
2637
  "value": "11"
2638
2638
  }
@@ -2640,22 +2640,22 @@
2640
2640
  "functionName": {
2641
2641
  "name": "lt",
2642
2642
  "nodeType": "YulIdentifier",
2643
- "src": "3067:2:125"
2643
+ "src": "3067:2:126"
2644
2644
  },
2645
2645
  "nodeType": "YulFunctionCall",
2646
- "src": "3067:12:125"
2646
+ "src": "3067:12:126"
2647
2647
  },
2648
2648
  {
2649
2649
  "arguments": [
2650
2650
  {
2651
2651
  "name": "exponent",
2652
2652
  "nodeType": "YulIdentifier",
2653
- "src": "3084:8:125"
2653
+ "src": "3084:8:126"
2654
2654
  },
2655
2655
  {
2656
2656
  "kind": "number",
2657
2657
  "nodeType": "YulLiteral",
2658
- "src": "3094:2:125",
2658
+ "src": "3094:2:126",
2659
2659
  "type": "",
2660
2660
  "value": "78"
2661
2661
  }
@@ -2663,19 +2663,19 @@
2663
2663
  "functionName": {
2664
2664
  "name": "lt",
2665
2665
  "nodeType": "YulIdentifier",
2666
- "src": "3081:2:125"
2666
+ "src": "3081:2:126"
2667
2667
  },
2668
2668
  "nodeType": "YulFunctionCall",
2669
- "src": "3081:16:125"
2669
+ "src": "3081:16:126"
2670
2670
  }
2671
2671
  ],
2672
2672
  "functionName": {
2673
2673
  "name": "and",
2674
2674
  "nodeType": "YulIdentifier",
2675
- "src": "3063:3:125"
2675
+ "src": "3063:3:126"
2676
2676
  },
2677
2677
  "nodeType": "YulFunctionCall",
2678
- "src": "3063:35:125"
2678
+ "src": "3063:35:126"
2679
2679
  },
2680
2680
  {
2681
2681
  "arguments": [
@@ -2684,12 +2684,12 @@
2684
2684
  {
2685
2685
  "name": "base",
2686
2686
  "nodeType": "YulIdentifier",
2687
- "src": "3107:4:125"
2687
+ "src": "3107:4:126"
2688
2688
  },
2689
2689
  {
2690
2690
  "kind": "number",
2691
2691
  "nodeType": "YulLiteral",
2692
- "src": "3113:3:125",
2692
+ "src": "3113:3:126",
2693
2693
  "type": "",
2694
2694
  "value": "307"
2695
2695
  }
@@ -2697,22 +2697,22 @@
2697
2697
  "functionName": {
2698
2698
  "name": "lt",
2699
2699
  "nodeType": "YulIdentifier",
2700
- "src": "3104:2:125"
2700
+ "src": "3104:2:126"
2701
2701
  },
2702
2702
  "nodeType": "YulFunctionCall",
2703
- "src": "3104:13:125"
2703
+ "src": "3104:13:126"
2704
2704
  },
2705
2705
  {
2706
2706
  "arguments": [
2707
2707
  {
2708
2708
  "name": "exponent",
2709
2709
  "nodeType": "YulIdentifier",
2710
- "src": "3122:8:125"
2710
+ "src": "3122:8:126"
2711
2711
  },
2712
2712
  {
2713
2713
  "kind": "number",
2714
2714
  "nodeType": "YulLiteral",
2715
- "src": "3132:2:125",
2715
+ "src": "3132:2:126",
2716
2716
  "type": "",
2717
2717
  "value": "32"
2718
2718
  }
@@ -2720,67 +2720,67 @@
2720
2720
  "functionName": {
2721
2721
  "name": "lt",
2722
2722
  "nodeType": "YulIdentifier",
2723
- "src": "3119:2:125"
2723
+ "src": "3119:2:126"
2724
2724
  },
2725
2725
  "nodeType": "YulFunctionCall",
2726
- "src": "3119:16:125"
2726
+ "src": "3119:16:126"
2727
2727
  }
2728
2728
  ],
2729
2729
  "functionName": {
2730
2730
  "name": "and",
2731
2731
  "nodeType": "YulIdentifier",
2732
- "src": "3100:3:125"
2732
+ "src": "3100:3:126"
2733
2733
  },
2734
2734
  "nodeType": "YulFunctionCall",
2735
- "src": "3100:36:125"
2735
+ "src": "3100:36:126"
2736
2736
  }
2737
2737
  ],
2738
2738
  "functionName": {
2739
2739
  "name": "or",
2740
2740
  "nodeType": "YulIdentifier",
2741
- "src": "3060:2:125"
2741
+ "src": "3060:2:126"
2742
2742
  },
2743
2743
  "nodeType": "YulFunctionCall",
2744
- "src": "3060:77:125"
2744
+ "src": "3060:77:126"
2745
2745
  },
2746
2746
  "nodeType": "YulIf",
2747
- "src": "3057:159:125"
2747
+ "src": "3057:159:126"
2748
2748
  },
2749
2749
  {
2750
2750
  "nodeType": "YulVariableDeclaration",
2751
- "src": "3225:57:125",
2751
+ "src": "3225:57:126",
2752
2752
  "value": {
2753
2753
  "arguments": [
2754
2754
  {
2755
2755
  "name": "base",
2756
2756
  "nodeType": "YulIdentifier",
2757
- "src": "3267:4:125"
2757
+ "src": "3267:4:126"
2758
2758
  },
2759
2759
  {
2760
2760
  "name": "exponent",
2761
2761
  "nodeType": "YulIdentifier",
2762
- "src": "3273:8:125"
2762
+ "src": "3273:8:126"
2763
2763
  }
2764
2764
  ],
2765
2765
  "functionName": {
2766
2766
  "name": "checked_exp_helper",
2767
2767
  "nodeType": "YulIdentifier",
2768
- "src": "3248:18:125"
2768
+ "src": "3248:18:126"
2769
2769
  },
2770
2770
  "nodeType": "YulFunctionCall",
2771
- "src": "3248:34:125"
2771
+ "src": "3248:34:126"
2772
2772
  },
2773
2773
  "variables": [
2774
2774
  {
2775
2775
  "name": "power_1",
2776
2776
  "nodeType": "YulTypedName",
2777
- "src": "3229:7:125",
2777
+ "src": "3229:7:126",
2778
2778
  "type": ""
2779
2779
  },
2780
2780
  {
2781
2781
  "name": "base_1",
2782
2782
  "nodeType": "YulTypedName",
2783
- "src": "3238:6:125",
2783
+ "src": "3238:6:126",
2784
2784
  "type": ""
2785
2785
  }
2786
2786
  ]
@@ -2788,7 +2788,7 @@
2788
2788
  {
2789
2789
  "body": {
2790
2790
  "nodeType": "YulBlock",
2791
- "src": "3327:22:125",
2791
+ "src": "3327:22:126",
2792
2792
  "statements": [
2793
2793
  {
2794
2794
  "expression": {
@@ -2796,13 +2796,13 @@
2796
2796
  "functionName": {
2797
2797
  "name": "panic_error_0x11",
2798
2798
  "nodeType": "YulIdentifier",
2799
- "src": "3329:16:125"
2799
+ "src": "3329:16:126"
2800
2800
  },
2801
2801
  "nodeType": "YulFunctionCall",
2802
- "src": "3329:18:125"
2802
+ "src": "3329:18:126"
2803
2803
  },
2804
2804
  "nodeType": "YulExpressionStatement",
2805
- "src": "3329:18:125"
2805
+ "src": "3329:18:126"
2806
2806
  }
2807
2807
  ]
2808
2808
  },
@@ -2811,7 +2811,7 @@
2811
2811
  {
2812
2812
  "name": "power_1",
2813
2813
  "nodeType": "YulIdentifier",
2814
- "src": "3297:7:125"
2814
+ "src": "3297:7:126"
2815
2815
  },
2816
2816
  {
2817
2817
  "arguments": [
@@ -2820,7 +2820,7 @@
2820
2820
  {
2821
2821
  "kind": "number",
2822
2822
  "nodeType": "YulLiteral",
2823
- "src": "3314:1:125",
2823
+ "src": "3314:1:126",
2824
2824
  "type": "",
2825
2825
  "value": "0"
2826
2826
  }
@@ -2828,66 +2828,66 @@
2828
2828
  "functionName": {
2829
2829
  "name": "not",
2830
2830
  "nodeType": "YulIdentifier",
2831
- "src": "3310:3:125"
2831
+ "src": "3310:3:126"
2832
2832
  },
2833
2833
  "nodeType": "YulFunctionCall",
2834
- "src": "3310:6:125"
2834
+ "src": "3310:6:126"
2835
2835
  },
2836
2836
  {
2837
2837
  "name": "base_1",
2838
2838
  "nodeType": "YulIdentifier",
2839
- "src": "3318:6:125"
2839
+ "src": "3318:6:126"
2840
2840
  }
2841
2841
  ],
2842
2842
  "functionName": {
2843
2843
  "name": "div",
2844
2844
  "nodeType": "YulIdentifier",
2845
- "src": "3306:3:125"
2845
+ "src": "3306:3:126"
2846
2846
  },
2847
2847
  "nodeType": "YulFunctionCall",
2848
- "src": "3306:19:125"
2848
+ "src": "3306:19:126"
2849
2849
  }
2850
2850
  ],
2851
2851
  "functionName": {
2852
2852
  "name": "gt",
2853
2853
  "nodeType": "YulIdentifier",
2854
- "src": "3294:2:125"
2854
+ "src": "3294:2:126"
2855
2855
  },
2856
2856
  "nodeType": "YulFunctionCall",
2857
- "src": "3294:32:125"
2857
+ "src": "3294:32:126"
2858
2858
  },
2859
2859
  "nodeType": "YulIf",
2860
- "src": "3291:58:125"
2860
+ "src": "3291:58:126"
2861
2861
  },
2862
2862
  {
2863
2863
  "nodeType": "YulAssignment",
2864
- "src": "3358:29:125",
2864
+ "src": "3358:29:126",
2865
2865
  "value": {
2866
2866
  "arguments": [
2867
2867
  {
2868
2868
  "name": "power_1",
2869
2869
  "nodeType": "YulIdentifier",
2870
- "src": "3371:7:125"
2870
+ "src": "3371:7:126"
2871
2871
  },
2872
2872
  {
2873
2873
  "name": "base_1",
2874
2874
  "nodeType": "YulIdentifier",
2875
- "src": "3380:6:125"
2875
+ "src": "3380:6:126"
2876
2876
  }
2877
2877
  ],
2878
2878
  "functionName": {
2879
2879
  "name": "mul",
2880
2880
  "nodeType": "YulIdentifier",
2881
- "src": "3367:3:125"
2881
+ "src": "3367:3:126"
2882
2882
  },
2883
2883
  "nodeType": "YulFunctionCall",
2884
- "src": "3367:20:125"
2884
+ "src": "3367:20:126"
2885
2885
  },
2886
2886
  "variableNames": [
2887
2887
  {
2888
2888
  "name": "power",
2889
2889
  "nodeType": "YulIdentifier",
2890
- "src": "3358:5:125"
2890
+ "src": "3358:5:126"
2891
2891
  }
2892
2892
  ]
2893
2893
  }
@@ -2899,13 +2899,13 @@
2899
2899
  {
2900
2900
  "name": "base",
2901
2901
  "nodeType": "YulTypedName",
2902
- "src": "2617:4:125",
2902
+ "src": "2617:4:126",
2903
2903
  "type": ""
2904
2904
  },
2905
2905
  {
2906
2906
  "name": "exponent",
2907
2907
  "nodeType": "YulTypedName",
2908
- "src": "2623:8:125",
2908
+ "src": "2623:8:126",
2909
2909
  "type": ""
2910
2910
  }
2911
2911
  ],
@@ -2913,46 +2913,46 @@
2913
2913
  {
2914
2914
  "name": "power",
2915
2915
  "nodeType": "YulTypedName",
2916
- "src": "2636:5:125",
2916
+ "src": "2636:5:126",
2917
2917
  "type": ""
2918
2918
  }
2919
2919
  ],
2920
- "src": "2587:806:125"
2920
+ "src": "2587:806:126"
2921
2921
  },
2922
2922
  {
2923
2923
  "body": {
2924
2924
  "nodeType": "YulBlock",
2925
- "src": "3468:61:125",
2925
+ "src": "3468:61:126",
2926
2926
  "statements": [
2927
2927
  {
2928
2928
  "nodeType": "YulAssignment",
2929
- "src": "3478:45:125",
2929
+ "src": "3478:45:126",
2930
2930
  "value": {
2931
2931
  "arguments": [
2932
2932
  {
2933
2933
  "name": "base",
2934
2934
  "nodeType": "YulIdentifier",
2935
- "src": "3508:4:125"
2935
+ "src": "3508:4:126"
2936
2936
  },
2937
2937
  {
2938
2938
  "name": "exponent",
2939
2939
  "nodeType": "YulIdentifier",
2940
- "src": "3514:8:125"
2940
+ "src": "3514:8:126"
2941
2941
  }
2942
2942
  ],
2943
2943
  "functionName": {
2944
2944
  "name": "checked_exp_unsigned",
2945
2945
  "nodeType": "YulIdentifier",
2946
- "src": "3487:20:125"
2946
+ "src": "3487:20:126"
2947
2947
  },
2948
2948
  "nodeType": "YulFunctionCall",
2949
- "src": "3487:36:125"
2949
+ "src": "3487:36:126"
2950
2950
  },
2951
2951
  "variableNames": [
2952
2952
  {
2953
2953
  "name": "power",
2954
2954
  "nodeType": "YulIdentifier",
2955
- "src": "3478:5:125"
2955
+ "src": "3478:5:126"
2956
2956
  }
2957
2957
  ]
2958
2958
  }
@@ -2964,13 +2964,13 @@
2964
2964
  {
2965
2965
  "name": "base",
2966
2966
  "nodeType": "YulTypedName",
2967
- "src": "3439:4:125",
2967
+ "src": "3439:4:126",
2968
2968
  "type": ""
2969
2969
  },
2970
2970
  {
2971
2971
  "name": "exponent",
2972
2972
  "nodeType": "YulTypedName",
2973
- "src": "3445:8:125",
2973
+ "src": "3445:8:126",
2974
2974
  "type": ""
2975
2975
  }
2976
2976
  ],
@@ -2978,53 +2978,53 @@
2978
2978
  {
2979
2979
  "name": "power",
2980
2980
  "nodeType": "YulTypedName",
2981
- "src": "3458:5:125",
2981
+ "src": "3458:5:126",
2982
2982
  "type": ""
2983
2983
  }
2984
2984
  ],
2985
- "src": "3398:131:125"
2985
+ "src": "3398:131:126"
2986
2986
  },
2987
2987
  {
2988
2988
  "body": {
2989
2989
  "nodeType": "YulBlock",
2990
- "src": "3586:116:125",
2990
+ "src": "3586:116:126",
2991
2991
  "statements": [
2992
2992
  {
2993
2993
  "nodeType": "YulAssignment",
2994
- "src": "3596:20:125",
2994
+ "src": "3596:20:126",
2995
2995
  "value": {
2996
2996
  "arguments": [
2997
2997
  {
2998
2998
  "name": "x",
2999
2999
  "nodeType": "YulIdentifier",
3000
- "src": "3611:1:125"
3000
+ "src": "3611:1:126"
3001
3001
  },
3002
3002
  {
3003
3003
  "name": "y",
3004
3004
  "nodeType": "YulIdentifier",
3005
- "src": "3614:1:125"
3005
+ "src": "3614:1:126"
3006
3006
  }
3007
3007
  ],
3008
3008
  "functionName": {
3009
3009
  "name": "mul",
3010
3010
  "nodeType": "YulIdentifier",
3011
- "src": "3607:3:125"
3011
+ "src": "3607:3:126"
3012
3012
  },
3013
3013
  "nodeType": "YulFunctionCall",
3014
- "src": "3607:9:125"
3014
+ "src": "3607:9:126"
3015
3015
  },
3016
3016
  "variableNames": [
3017
3017
  {
3018
3018
  "name": "product",
3019
3019
  "nodeType": "YulIdentifier",
3020
- "src": "3596:7:125"
3020
+ "src": "3596:7:126"
3021
3021
  }
3022
3022
  ]
3023
3023
  },
3024
3024
  {
3025
3025
  "body": {
3026
3026
  "nodeType": "YulBlock",
3027
- "src": "3674:22:125",
3027
+ "src": "3674:22:126",
3028
3028
  "statements": [
3029
3029
  {
3030
3030
  "expression": {
@@ -3032,13 +3032,13 @@
3032
3032
  "functionName": {
3033
3033
  "name": "panic_error_0x11",
3034
3034
  "nodeType": "YulIdentifier",
3035
- "src": "3676:16:125"
3035
+ "src": "3676:16:126"
3036
3036
  },
3037
3037
  "nodeType": "YulFunctionCall",
3038
- "src": "3676:18:125"
3038
+ "src": "3676:18:126"
3039
3039
  },
3040
3040
  "nodeType": "YulExpressionStatement",
3041
- "src": "3676:18:125"
3041
+ "src": "3676:18:126"
3042
3042
  }
3043
3043
  ]
3044
3044
  },
@@ -3051,74 +3051,74 @@
3051
3051
  {
3052
3052
  "name": "x",
3053
3053
  "nodeType": "YulIdentifier",
3054
- "src": "3645:1:125"
3054
+ "src": "3645:1:126"
3055
3055
  }
3056
3056
  ],
3057
3057
  "functionName": {
3058
3058
  "name": "iszero",
3059
3059
  "nodeType": "YulIdentifier",
3060
- "src": "3638:6:125"
3060
+ "src": "3638:6:126"
3061
3061
  },
3062
3062
  "nodeType": "YulFunctionCall",
3063
- "src": "3638:9:125"
3063
+ "src": "3638:9:126"
3064
3064
  },
3065
3065
  {
3066
3066
  "arguments": [
3067
3067
  {
3068
3068
  "name": "y",
3069
3069
  "nodeType": "YulIdentifier",
3070
- "src": "3652:1:125"
3070
+ "src": "3652:1:126"
3071
3071
  },
3072
3072
  {
3073
3073
  "arguments": [
3074
3074
  {
3075
3075
  "name": "product",
3076
3076
  "nodeType": "YulIdentifier",
3077
- "src": "3659:7:125"
3077
+ "src": "3659:7:126"
3078
3078
  },
3079
3079
  {
3080
3080
  "name": "x",
3081
3081
  "nodeType": "YulIdentifier",
3082
- "src": "3668:1:125"
3082
+ "src": "3668:1:126"
3083
3083
  }
3084
3084
  ],
3085
3085
  "functionName": {
3086
3086
  "name": "div",
3087
3087
  "nodeType": "YulIdentifier",
3088
- "src": "3655:3:125"
3088
+ "src": "3655:3:126"
3089
3089
  },
3090
3090
  "nodeType": "YulFunctionCall",
3091
- "src": "3655:15:125"
3091
+ "src": "3655:15:126"
3092
3092
  }
3093
3093
  ],
3094
3094
  "functionName": {
3095
3095
  "name": "eq",
3096
3096
  "nodeType": "YulIdentifier",
3097
- "src": "3649:2:125"
3097
+ "src": "3649:2:126"
3098
3098
  },
3099
3099
  "nodeType": "YulFunctionCall",
3100
- "src": "3649:22:125"
3100
+ "src": "3649:22:126"
3101
3101
  }
3102
3102
  ],
3103
3103
  "functionName": {
3104
3104
  "name": "or",
3105
3105
  "nodeType": "YulIdentifier",
3106
- "src": "3635:2:125"
3106
+ "src": "3635:2:126"
3107
3107
  },
3108
3108
  "nodeType": "YulFunctionCall",
3109
- "src": "3635:37:125"
3109
+ "src": "3635:37:126"
3110
3110
  }
3111
3111
  ],
3112
3112
  "functionName": {
3113
3113
  "name": "iszero",
3114
3114
  "nodeType": "YulIdentifier",
3115
- "src": "3628:6:125"
3115
+ "src": "3628:6:126"
3116
3116
  },
3117
3117
  "nodeType": "YulFunctionCall",
3118
- "src": "3628:45:125"
3118
+ "src": "3628:45:126"
3119
3119
  },
3120
3120
  "nodeType": "YulIf",
3121
- "src": "3625:71:125"
3121
+ "src": "3625:71:126"
3122
3122
  }
3123
3123
  ]
3124
3124
  },
@@ -3128,13 +3128,13 @@
3128
3128
  {
3129
3129
  "name": "x",
3130
3130
  "nodeType": "YulTypedName",
3131
- "src": "3565:1:125",
3131
+ "src": "3565:1:126",
3132
3132
  "type": ""
3133
3133
  },
3134
3134
  {
3135
3135
  "name": "y",
3136
3136
  "nodeType": "YulTypedName",
3137
- "src": "3568:1:125",
3137
+ "src": "3568:1:126",
3138
3138
  "type": ""
3139
3139
  }
3140
3140
  ],
@@ -3142,21 +3142,21 @@
3142
3142
  {
3143
3143
  "name": "product",
3144
3144
  "nodeType": "YulTypedName",
3145
- "src": "3574:7:125",
3145
+ "src": "3574:7:126",
3146
3146
  "type": ""
3147
3147
  }
3148
3148
  ],
3149
- "src": "3534:168:125"
3149
+ "src": "3534:168:126"
3150
3150
  },
3151
3151
  {
3152
3152
  "body": {
3153
3153
  "nodeType": "YulBlock",
3154
- "src": "3753:228:125",
3154
+ "src": "3753:228:126",
3155
3155
  "statements": [
3156
3156
  {
3157
3157
  "body": {
3158
3158
  "nodeType": "YulBlock",
3159
- "src": "3784:168:125",
3159
+ "src": "3784:168:126",
3160
3160
  "statements": [
3161
3161
  {
3162
3162
  "expression": {
@@ -3164,14 +3164,14 @@
3164
3164
  {
3165
3165
  "kind": "number",
3166
3166
  "nodeType": "YulLiteral",
3167
- "src": "3805:1:125",
3167
+ "src": "3805:1:126",
3168
3168
  "type": "",
3169
3169
  "value": "0"
3170
3170
  },
3171
3171
  {
3172
3172
  "kind": "number",
3173
3173
  "nodeType": "YulLiteral",
3174
- "src": "3808:77:125",
3174
+ "src": "3808:77:126",
3175
3175
  "type": "",
3176
3176
  "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
3177
3177
  }
@@ -3179,13 +3179,13 @@
3179
3179
  "functionName": {
3180
3180
  "name": "mstore",
3181
3181
  "nodeType": "YulIdentifier",
3182
- "src": "3798:6:125"
3182
+ "src": "3798:6:126"
3183
3183
  },
3184
3184
  "nodeType": "YulFunctionCall",
3185
- "src": "3798:88:125"
3185
+ "src": "3798:88:126"
3186
3186
  },
3187
3187
  "nodeType": "YulExpressionStatement",
3188
- "src": "3798:88:125"
3188
+ "src": "3798:88:126"
3189
3189
  },
3190
3190
  {
3191
3191
  "expression": {
@@ -3193,14 +3193,14 @@
3193
3193
  {
3194
3194
  "kind": "number",
3195
3195
  "nodeType": "YulLiteral",
3196
- "src": "3906:1:125",
3196
+ "src": "3906:1:126",
3197
3197
  "type": "",
3198
3198
  "value": "4"
3199
3199
  },
3200
3200
  {
3201
3201
  "kind": "number",
3202
3202
  "nodeType": "YulLiteral",
3203
- "src": "3909:4:125",
3203
+ "src": "3909:4:126",
3204
3204
  "type": "",
3205
3205
  "value": "0x12"
3206
3206
  }
@@ -3208,13 +3208,13 @@
3208
3208
  "functionName": {
3209
3209
  "name": "mstore",
3210
3210
  "nodeType": "YulIdentifier",
3211
- "src": "3899:6:125"
3211
+ "src": "3899:6:126"
3212
3212
  },
3213
3213
  "nodeType": "YulFunctionCall",
3214
- "src": "3899:15:125"
3214
+ "src": "3899:15:126"
3215
3215
  },
3216
3216
  "nodeType": "YulExpressionStatement",
3217
- "src": "3899:15:125"
3217
+ "src": "3899:15:126"
3218
3218
  },
3219
3219
  {
3220
3220
  "expression": {
@@ -3222,14 +3222,14 @@
3222
3222
  {
3223
3223
  "kind": "number",
3224
3224
  "nodeType": "YulLiteral",
3225
- "src": "3934:1:125",
3225
+ "src": "3934:1:126",
3226
3226
  "type": "",
3227
3227
  "value": "0"
3228
3228
  },
3229
3229
  {
3230
3230
  "kind": "number",
3231
3231
  "nodeType": "YulLiteral",
3232
- "src": "3937:4:125",
3232
+ "src": "3937:4:126",
3233
3233
  "type": "",
3234
3234
  "value": "0x24"
3235
3235
  }
@@ -3237,13 +3237,13 @@
3237
3237
  "functionName": {
3238
3238
  "name": "revert",
3239
3239
  "nodeType": "YulIdentifier",
3240
- "src": "3927:6:125"
3240
+ "src": "3927:6:126"
3241
3241
  },
3242
3242
  "nodeType": "YulFunctionCall",
3243
- "src": "3927:15:125"
3243
+ "src": "3927:15:126"
3244
3244
  },
3245
3245
  "nodeType": "YulExpressionStatement",
3246
- "src": "3927:15:125"
3246
+ "src": "3927:15:126"
3247
3247
  }
3248
3248
  ]
3249
3249
  },
@@ -3252,49 +3252,49 @@
3252
3252
  {
3253
3253
  "name": "y",
3254
3254
  "nodeType": "YulIdentifier",
3255
- "src": "3773:1:125"
3255
+ "src": "3773:1:126"
3256
3256
  }
3257
3257
  ],
3258
3258
  "functionName": {
3259
3259
  "name": "iszero",
3260
3260
  "nodeType": "YulIdentifier",
3261
- "src": "3766:6:125"
3261
+ "src": "3766:6:126"
3262
3262
  },
3263
3263
  "nodeType": "YulFunctionCall",
3264
- "src": "3766:9:125"
3264
+ "src": "3766:9:126"
3265
3265
  },
3266
3266
  "nodeType": "YulIf",
3267
- "src": "3763:189:125"
3267
+ "src": "3763:189:126"
3268
3268
  },
3269
3269
  {
3270
3270
  "nodeType": "YulAssignment",
3271
- "src": "3961:14:125",
3271
+ "src": "3961:14:126",
3272
3272
  "value": {
3273
3273
  "arguments": [
3274
3274
  {
3275
3275
  "name": "x",
3276
3276
  "nodeType": "YulIdentifier",
3277
- "src": "3970:1:125"
3277
+ "src": "3970:1:126"
3278
3278
  },
3279
3279
  {
3280
3280
  "name": "y",
3281
3281
  "nodeType": "YulIdentifier",
3282
- "src": "3973:1:125"
3282
+ "src": "3973:1:126"
3283
3283
  }
3284
3284
  ],
3285
3285
  "functionName": {
3286
3286
  "name": "div",
3287
3287
  "nodeType": "YulIdentifier",
3288
- "src": "3966:3:125"
3288
+ "src": "3966:3:126"
3289
3289
  },
3290
3290
  "nodeType": "YulFunctionCall",
3291
- "src": "3966:9:125"
3291
+ "src": "3966:9:126"
3292
3292
  },
3293
3293
  "variableNames": [
3294
3294
  {
3295
3295
  "name": "r",
3296
3296
  "nodeType": "YulIdentifier",
3297
- "src": "3961:1:125"
3297
+ "src": "3961:1:126"
3298
3298
  }
3299
3299
  ]
3300
3300
  }
@@ -3306,13 +3306,13 @@
3306
3306
  {
3307
3307
  "name": "x",
3308
3308
  "nodeType": "YulTypedName",
3309
- "src": "3738:1:125",
3309
+ "src": "3738:1:126",
3310
3310
  "type": ""
3311
3311
  },
3312
3312
  {
3313
3313
  "name": "y",
3314
3314
  "nodeType": "YulTypedName",
3315
- "src": "3741:1:125",
3315
+ "src": "3741:1:126",
3316
3316
  "type": ""
3317
3317
  }
3318
3318
  ],
@@ -3320,16 +3320,16 @@
3320
3320
  {
3321
3321
  "name": "r",
3322
3322
  "nodeType": "YulTypedName",
3323
- "src": "3747:1:125",
3323
+ "src": "3747:1:126",
3324
3324
  "type": ""
3325
3325
  }
3326
3326
  ],
3327
- "src": "3707:274:125"
3327
+ "src": "3707:274:126"
3328
3328
  }
3329
3329
  ]
3330
3330
  },
3331
3331
  "contents": "{\n { }\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := calldataload(headStart)\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_bytes_memory_ptr(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\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 value0 := memPtr\n }\n function panic_error_0x11()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n function checked_add_t_uint256(x, y) -> sum\n {\n sum := add(x, y)\n if gt(x, sum) { panic_error_0x11() }\n }\n function panic_error_0x32()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function checked_sub_t_uint8(x, y) -> diff\n {\n diff := sub(and(x, 0xff), and(y, 0xff))\n if gt(diff, 0xff) { panic_error_0x11() }\n }\n function checked_exp_helper(_base, exponent) -> power, base\n {\n let power_1 := 1\n power := power_1\n base := _base\n for { } gt(exponent, power_1) { }\n {\n if gt(base, div(not(0), base)) { panic_error_0x11() }\n if and(exponent, power_1) { power := mul(power, base) }\n base := mul(base, base)\n exponent := shr(power_1, exponent)\n }\n }\n function checked_exp_unsigned(base, exponent) -> power\n {\n if iszero(exponent)\n {\n power := 1\n leave\n }\n if iszero(base)\n {\n power := 0\n leave\n }\n switch base\n case 1 {\n power := 1\n leave\n }\n case 2 {\n if gt(exponent, 255) { panic_error_0x11() }\n power := shl(exponent, 1)\n leave\n }\n if or(and(lt(base, 11), lt(exponent, 78)), and(lt(base, 307), lt(exponent, 32)))\n {\n power := exp(base, exponent)\n leave\n }\n let power_1, base_1 := checked_exp_helper(base, exponent)\n if gt(power_1, div(not(0), base_1)) { panic_error_0x11() }\n power := mul(power_1, base_1)\n }\n function checked_exp_t_uint256_t_uint256(base, exponent) -> power\n {\n power := checked_exp_unsigned(base, exponent)\n }\n function checked_mul_t_uint256(x, y) -> product\n {\n product := mul(x, y)\n if iszero(or(iszero(x), eq(y, div(product, x)))) { panic_error_0x11() }\n }\n function checked_div_t_uint256(x, y) -> r\n {\n if iszero(y)\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n r := div(x, y)\n }\n}",
3332
- "id": 125,
3332
+ "id": 126,
3333
3333
  "language": "Yul",
3334
3334
  "name": "#utility.yul"
3335
3335
  }
@@ -3337,7 +3337,7 @@
3337
3337
  "immutableReferences": {},
3338
3338
  "linkReferences": {},
3339
3339
  "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x72 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x4308F6DC GT PUSH2 0x50 JUMPI DUP1 PUSH4 0x4308F6DC EQ PUSH2 0xAA JUMPI DUP1 PUSH4 0x7D4046FB EQ PUSH2 0xBD JUMPI DUP1 PUSH4 0xC3DEF248 EQ PUSH2 0xD0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x113764BE EQ PUSH2 0x77 JUMPI DUP1 PUSH4 0x2B97BE24 EQ PUSH2 0x8D JUMPI DUP1 PUSH4 0x3C5E8752 EQ PUSH2 0x95 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 SLOAD JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH1 0x1 SLOAD PUSH2 0x7B JUMP JUMPDEST PUSH2 0xA8 PUSH2 0xA3 CALLDATASIZE PUSH1 0x4 PUSH2 0x218 JUMP JUMPDEST PUSH1 0x1 SSTORE JUMP JUMPDEST STOP JUMPDEST PUSH2 0xA8 PUSH2 0xB8 CALLDATASIZE PUSH1 0x4 PUSH2 0x247 JUMP JUMPDEST PUSH2 0xE3 JUMP JUMPDEST PUSH2 0xA8 PUSH2 0xCB CALLDATASIZE PUSH1 0x4 PUSH2 0x218 JUMP JUMPDEST PUSH1 0x0 SSTORE JUMP JUMPDEST PUSH2 0xA8 PUSH2 0xDE CALLDATASIZE PUSH1 0x4 PUSH2 0x247 JUMP JUMPDEST PUSH2 0xFD JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF6 PUSH2 0xF1 DUP4 PUSH2 0x112 JUMP JUMPDEST PUSH2 0x125 JUMP JUMPDEST PUSH1 0x0 SSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x10B PUSH2 0xF1 DUP4 PUSH2 0x112 JUMP JUMPDEST PUSH1 0x1 SSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11F DUP3 PUSH1 0x0 PUSH2 0x14D JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x11F PUSH28 0xFFFF0000000000000000000000000000000000000000000000000000 DUP4 PUSH2 0x1F6 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x165 PUSH2 0x15E DUP5 PUSH1 0x48 PUSH2 0x30E JUMP JUMPDEST DUP6 SWAP1 PUSH2 0x209 JUMP JUMPDEST PUSH1 0xE8 SHR SWAP1 POP PUSH1 0x0 DUP5 PUSH2 0x178 DUP6 PUSH1 0x4B PUSH2 0x30E JUMP JUMPDEST DUP2 MLOAD DUP2 LT PUSH2 0x188 JUMPI PUSH2 0x188 PUSH2 0x321 JUMP JUMPDEST ADD PUSH1 0x20 ADD MLOAD PUSH1 0xF8 SHR SWAP1 POP PUSH1 0x0 PUSH2 0x1BC DUP4 PUSH1 0x0 PUSH1 0x10 DUP3 PUSH3 0xFFFFFF AND SWAP1 SHR DUP3 PUSH2 0xFF00 AND PUSH1 0x10 DUP5 PUSH3 0xFFFFFF AND SWAP1 SHL OR OR SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH3 0xFFFFFF AND SWAP1 POP PUSH1 0x0 PUSH2 0x1D0 PUSH1 0x3 DUP5 PUSH2 0x337 JUMP JUMPDEST PUSH1 0xFF AND SWAP1 POP PUSH2 0x1E1 DUP2 PUSH2 0x100 PUSH2 0x434 JUMP JUMPDEST PUSH2 0x1EB SWAP1 DUP4 PUSH2 0x440 JUMP JUMPDEST SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x202 DUP3 DUP5 PUSH2 0x457 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x202 DUP4 DUP4 ADD PUSH1 0x20 ADD MLOAD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x22A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x259 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x271 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP5 ADD SWAP2 POP DUP5 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x285 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD DUP2 DUP2 GT ISZERO PUSH2 0x297 JUMPI PUSH2 0x297 PUSH2 0x231 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 0x2BF JUMPI PUSH2 0x2BF PUSH2 0x231 JUMP JUMPDEST DUP2 PUSH1 0x40 MSTORE DUP3 DUP2 MSTORE DUP8 PUSH1 0x20 DUP5 DUP8 ADD ADD GT ISZERO PUSH2 0x2D8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 PUSH1 0x20 DUP7 ADD PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 SWAP3 DUP2 ADD PUSH1 0x20 ADD SWAP3 SWAP1 SWAP3 MSTORE POP SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST DUP1 DUP3 ADD DUP1 DUP3 GT ISZERO PUSH2 0x11F JUMPI PUSH2 0x11F PUSH2 0x2F8 JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0xFF DUP3 DUP2 AND DUP3 DUP3 AND SUB SWAP1 DUP2 GT ISZERO PUSH2 0x11F JUMPI PUSH2 0x11F PUSH2 0x2F8 JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 JUMPDEST DUP1 DUP6 GT ISZERO PUSH2 0x38B JUMPI DUP2 PUSH1 0x0 NOT DIV DUP3 GT ISZERO PUSH2 0x371 JUMPI PUSH2 0x371 PUSH2 0x2F8 JUMP JUMPDEST DUP1 DUP6 AND ISZERO PUSH2 0x37E JUMPI SWAP2 DUP2 MUL SWAP2 JUMPDEST SWAP4 DUP5 SHR SWAP4 SWAP1 DUP1 MUL SWAP1 PUSH2 0x355 JUMP JUMPDEST POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH2 0x3A2 JUMPI POP PUSH1 0x1 PUSH2 0x11F JUMP JUMPDEST DUP2 PUSH2 0x3AF JUMPI POP PUSH1 0x0 PUSH2 0x11F JUMP JUMPDEST DUP2 PUSH1 0x1 DUP2 EQ PUSH2 0x3C5 JUMPI PUSH1 0x2 DUP2 EQ PUSH2 0x3CF JUMPI PUSH2 0x3EB JUMP JUMPDEST PUSH1 0x1 SWAP2 POP POP PUSH2 0x11F JUMP JUMPDEST PUSH1 0xFF DUP5 GT ISZERO PUSH2 0x3E0 JUMPI PUSH2 0x3E0 PUSH2 0x2F8 JUMP JUMPDEST POP POP PUSH1 0x1 DUP3 SHL PUSH2 0x11F JUMP JUMPDEST POP PUSH1 0x20 DUP4 LT PUSH2 0x133 DUP4 LT AND PUSH1 0x4E DUP5 LT PUSH1 0xB DUP5 LT AND OR ISZERO PUSH2 0x40E JUMPI POP DUP2 DUP2 EXP PUSH2 0x11F JUMP JUMPDEST PUSH2 0x418 DUP4 DUP4 PUSH2 0x350 JUMP JUMPDEST DUP1 PUSH1 0x0 NOT DIV DUP3 GT ISZERO PUSH2 0x42C JUMPI PUSH2 0x42C PUSH2 0x2F8 JUMP JUMPDEST MUL SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x202 DUP4 DUP4 PUSH2 0x393 JUMP JUMPDEST DUP1 DUP3 MUL DUP2 ISZERO DUP3 DUP3 DIV DUP5 EQ OR PUSH2 0x11F JUMPI PUSH2 0x11F PUSH2 0x2F8 JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH2 0x474 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x12 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP DIV SWAP1 JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xCA SWAP15 0xD4 0x28 0xD 0x23 DUP15 LOG4 SUB PUSH27 0xD23920EF0F70E9BA8E5B77BAB6C20FE172E196C3031764736F6C63 NUMBER STOP ADDMOD GT STOP CALLER ",
3340
- "sourceMap": "219:1260:115:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1193:160;1294:7;1324:22;1193:160;;;160:25:125;;;148:2;133:18;1193:160:115;;;;;;;1359:118;1451:19;;1359:118;;533:112;;;;;;:::i;:::-;605:19;:33;533:112;;;651:268;;;;;;:::i;:::-;;:::i;409:118::-;;;;;;:::i;:::-;484:22;:36;409:118;925:262;;;;;;:::i;:::-;;:::i;651:268::-;757:23;783:78;:43;:14;:41;:43::i;:::-;:76;:78::i;:::-;872:22;:40;-1:-1:-1;;651:268:115:o;925:262::-;1028:23;1054:78;:43;:14;:41;:43::i;:78::-;1143:19;:37;-1:-1:-1;;925:262:115:o;30774:128:0:-;30842:7;30868:27;30884:7;30893:1;30868:15;:27::i;:::-;30861:34;30774:128;-1:-1:-1;;30774:128:0:o;31938:178::-;32007:7;32084:25;378:58;32101:7;32084:16;:25::i;31226:332::-;31308:7;;31346:23;31361:7;31366:2;31361;:7;:::i;:::-;31346;;:14;:23::i;:::-;31339:31;;;-1:-1:-1;31380:8:0;31397:7;31405;31410:2;31405;:7;:::i;:::-;31397:16;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;31424:17:0;31452;31466:2;6719:8;6782:2;6776;:8;;;;6758:2;6763:8;6758:13;6751:2;6745;:8;;;;6744:28;:41;6739:46;;6662:130;;;;31452:17;31444:26;;;-1:-1:-1;31480:14:0;31497:6;31502:1;31497:2;:6;:::i;:::-;31480:23;;;-1:-1:-1;31534:16:0;31480:23;31534:3;:16;:::i;:::-;31521:30;;:9;:30;:::i;:::-;31514:37;31226:332;-1:-1:-1;;;;;;;31226:332:0:o;1864:301:3:-;1924:7;2151;2156:2;2151;:7;:::i;:::-;2144:14;1864:301;-1:-1:-1;;;1864:301:3:o;13287:136:1:-;13360:6;13392:23;13400:6;13408;12550:28;12566:2;12550:28;12544:35;;12417:178;196:180:125;255:6;308:2;296:9;287:7;283:23;279:32;276:52;;;324:1;321;314:12;276:52;-1:-1:-1;347:23:125;;196:180;-1:-1:-1;196:180:125:o;381:184::-;-1:-1:-1;;;430:1:125;423:88;530:4;527:1;520:15;554:4;551:1;544:15;570:921;638:6;691:2;679:9;670:7;666:23;662:32;659:52;;;707:1;704;697:12;659:52;747:9;734:23;776:18;817:2;809:6;806:14;803:34;;;833:1;830;823:12;803:34;871:6;860:9;856:22;846:32;;916:7;909:4;905:2;901:13;897:27;887:55;;938:1;935;928:12;887:55;974:2;961:16;996:2;992;989:10;986:36;;;1002:18;;:::i;:::-;1077:2;1071:9;1045:2;1131:13;;-1:-1:-1;;1127:22:125;;;1151:2;1123:31;1119:40;1107:53;;;1175:18;;;1195:22;;;1172:46;1169:72;;;1221:18;;:::i;:::-;1261:10;1257:2;1250:22;1296:2;1288:6;1281:18;1336:7;1331:2;1326;1322;1318:11;1314:20;1311:33;1308:53;;;1357:1;1354;1347:12;1308:53;1413:2;1408;1404;1400:11;1395:2;1387:6;1383:15;1370:46;1458:1;1436:15;;;1453:2;1432:24;1425:35;;;;-1:-1:-1;1440:6:125;570:921;-1:-1:-1;;;;;570:921:125:o;1496:184::-;-1:-1:-1;;;1545:1:125;1538:88;1645:4;1642:1;1635:15;1669:4;1666:1;1659:15;1685:125;1750:9;;;1771:10;;;1768:36;;;1784:18;;:::i;1815:184::-;-1:-1:-1;;;1864:1:125;1857:88;1964:4;1961:1;1954:15;1988:4;1985:1;1978:15;2004:151;2094:4;2087:12;;;2073;;;2069:31;;2112:14;;2109:40;;;2129:18;;:::i;2160:422::-;2249:1;2292:5;2249:1;2306:270;2327:7;2317:8;2314:21;2306:270;;;2386:4;2382:1;2378:6;2374:17;2368:4;2365:27;2362:53;;;2395:18;;:::i;:::-;2445:7;2435:8;2431:22;2428:55;;;2465:16;;;;2428:55;2544:22;;;;2504:15;;;;2306:270;;;2310:3;2160:422;;;;;:::o;2587:806::-;2636:5;2666:8;2656:80;;-1:-1:-1;2707:1:125;2721:5;;2656:80;2755:4;2745:76;;-1:-1:-1;2792:1:125;2806:5;;2745:76;2837:4;2855:1;2850:59;;;;2923:1;2918:130;;;;2830:218;;2850:59;2880:1;2871:10;;2894:5;;;2918:130;2955:3;2945:8;2942:17;2939:43;;;2962:18;;:::i;:::-;-1:-1:-1;;3018:1:125;3004:16;;3033:5;;2830:218;;3132:2;3122:8;3119:16;3113:3;3107:4;3104:13;3100:36;3094:2;3084:8;3081:16;3076:2;3070:4;3067:12;3063:35;3060:77;3057:159;;;-1:-1:-1;3169:19:125;;;3201:5;;3057:159;3248:34;3273:8;3267:4;3248:34;:::i;:::-;3318:6;3314:1;3310:6;3306:19;3297:7;3294:32;3291:58;;;3329:18;;:::i;:::-;3367:20;;2587:806;-1:-1:-1;;;2587:806:125:o;3398:131::-;3458:5;3487:36;3514:8;3508:4;3487:36;:::i;3534:168::-;3607:9;;;3638;;3655:15;;;3649:22;;3635:37;3625:71;;3676:18;;:::i;3707:274::-;3747:1;3773;3763:189;;-1:-1:-1;;;3805:1:125;3798:88;3909:4;3906:1;3899:15;3937:4;3934:1;3927:15;3763:189;-1:-1:-1;3966:9:125;;3707:274::o"
3340
+ "sourceMap": "219:1260:116:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1193:160;1294:7;1324:22;1193:160;;;160:25:126;;;148:2;133:18;1193:160:116;;;;;;;1359:118;1451:19;;1359:118;;533:112;;;;;;:::i;:::-;605:19;:33;533:112;;;651:268;;;;;;:::i;:::-;;:::i;409:118::-;;;;;;:::i;:::-;484:22;:36;409:118;925:262;;;;;;:::i;:::-;;:::i;651:268::-;757:23;783:78;:43;:14;:41;:43::i;:::-;:76;:78::i;:::-;872:22;:40;-1:-1:-1;;651:268:116:o;925:262::-;1028:23;1054:78;:43;:14;:41;:43::i;:78::-;1143:19;:37;-1:-1:-1;;925:262:116:o;30774:128:0:-;30842:7;30868:27;30884:7;30893:1;30868:15;:27::i;:::-;30861:34;30774:128;-1:-1:-1;;30774:128:0:o;31938:178::-;32007:7;32084:25;378:58;32101:7;32084:16;:25::i;31226:332::-;31308:7;;31346:23;31361:7;31366:2;31361;:7;:::i;:::-;31346;;:14;:23::i;:::-;31339:31;;;-1:-1:-1;31380:8:0;31397:7;31405;31410:2;31405;:7;:::i;:::-;31397:16;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;31424:17:0;31452;31466:2;6719:8;6782:2;6776;:8;;;;6758:2;6763:8;6758:13;6751:2;6745;:8;;;;6744:28;:41;6739:46;;6662:130;;;;31452:17;31444:26;;;-1:-1:-1;31480:14:0;31497:6;31502:1;31497:2;:6;:::i;:::-;31480:23;;;-1:-1:-1;31534:16:0;31480:23;31534:3;:16;:::i;:::-;31521:30;;:9;:30;:::i;:::-;31514:37;31226:332;-1:-1:-1;;;;;;;31226:332:0:o;1864:301:3:-;1924:7;2151;2156:2;2151;:7;:::i;:::-;2144:14;1864:301;-1:-1:-1;;;1864:301:3:o;13287:136:1:-;13360:6;13392:23;13400:6;13408;12550:28;12566:2;12550:28;12544:35;;12417:178;196:180:126;255:6;308:2;296:9;287:7;283:23;279:32;276:52;;;324:1;321;314:12;276:52;-1:-1:-1;347:23:126;;196:180;-1:-1:-1;196:180:126:o;381:184::-;-1:-1:-1;;;430:1:126;423:88;530:4;527:1;520:15;554:4;551:1;544:15;570:921;638:6;691:2;679:9;670:7;666:23;662:32;659:52;;;707:1;704;697:12;659:52;747:9;734:23;776:18;817:2;809:6;806:14;803:34;;;833:1;830;823:12;803:34;871:6;860:9;856:22;846:32;;916:7;909:4;905:2;901:13;897:27;887:55;;938:1;935;928:12;887:55;974:2;961:16;996:2;992;989:10;986:36;;;1002:18;;:::i;:::-;1077:2;1071:9;1045:2;1131:13;;-1:-1:-1;;1127:22:126;;;1151:2;1123:31;1119:40;1107:53;;;1175:18;;;1195:22;;;1172:46;1169:72;;;1221:18;;:::i;:::-;1261:10;1257:2;1250:22;1296:2;1288:6;1281:18;1336:7;1331:2;1326;1322;1318:11;1314:20;1311:33;1308:53;;;1357:1;1354;1347:12;1308:53;1413:2;1408;1404;1400:11;1395:2;1387:6;1383:15;1370:46;1458:1;1436:15;;;1453:2;1432:24;1425:35;;;;-1:-1:-1;1440:6:126;570:921;-1:-1:-1;;;;;570:921:126:o;1496:184::-;-1:-1:-1;;;1545:1:126;1538:88;1645:4;1642:1;1635:15;1669:4;1666:1;1659:15;1685:125;1750:9;;;1771:10;;;1768:36;;;1784:18;;:::i;1815:184::-;-1:-1:-1;;;1864:1:126;1857:88;1964:4;1961:1;1954:15;1988:4;1985:1;1978:15;2004:151;2094:4;2087:12;;;2073;;;2069:31;;2112:14;;2109:40;;;2129:18;;:::i;2160:422::-;2249:1;2292:5;2249:1;2306:270;2327:7;2317:8;2314:21;2306:270;;;2386:4;2382:1;2378:6;2374:17;2368:4;2365:27;2362:53;;;2395:18;;:::i;:::-;2445:7;2435:8;2431:22;2428:55;;;2465:16;;;;2428:55;2544:22;;;;2504:15;;;;2306:270;;;2310:3;2160:422;;;;;:::o;2587:806::-;2636:5;2666:8;2656:80;;-1:-1:-1;2707:1:126;2721:5;;2656:80;2755:4;2745:76;;-1:-1:-1;2792:1:126;2806:5;;2745:76;2837:4;2855:1;2850:59;;;;2923:1;2918:130;;;;2830:218;;2850:59;2880:1;2871:10;;2894:5;;;2918:130;2955:3;2945:8;2942:17;2939:43;;;2962:18;;:::i;:::-;-1:-1:-1;;3018:1:126;3004:16;;3033:5;;2830:218;;3132:2;3122:8;3119:16;3113:3;3107:4;3104:13;3100:36;3094:2;3084:8;3081:16;3076:2;3070:4;3067:12;3063:35;3060:77;3057:159;;;-1:-1:-1;3169:19:126;;;3201:5;;3057:159;3248:34;3273:8;3267:4;3248:34;:::i;:::-;3318:6;3314:1;3310:6;3306:19;3297:7;3294:32;3291:58;;;3329:18;;:::i;:::-;3367:20;;2587:806;-1:-1:-1;;;2587:806:126:o;3398:131::-;3458:5;3487:36;3514:8;3508:4;3487:36;:::i;3534:168::-;3607:9;;;3638;;3655:15;;;3649:22;;3635:37;3625:71;;3676:18;;:::i;3707:274::-;3747:1;3773;3763:189;;-1:-1:-1;;;3805:1:126;3798:88;3909:4;3906:1;3899:15;3937:4;3934:1;3927:15;3763:189;-1:-1:-1;3966:9:126;;3707:274::o"
3341
3341
  },
3342
3342
  "gasEstimates": {
3343
3343
  "creation": {
@@ -3367,7 +3367,7 @@
3367
3367
  "storageLayout": {
3368
3368
  "storage": [
3369
3369
  {
3370
- "astId": 40961,
3370
+ "astId": 40957,
3371
3371
  "contract": "contracts/test/SystemTestRelay.sol:SystemTestRelay",
3372
3372
  "label": "currentEpochDifficulty",
3373
3373
  "offset": 0,
@@ -3375,7 +3375,7 @@
3375
3375
  "type": "t_uint256"
3376
3376
  },
3377
3377
  {
3378
- "astId": 40963,
3378
+ "astId": 40959,
3379
3379
  "contract": "contracts/test/SystemTestRelay.sol:SystemTestRelay",
3380
3380
  "label": "prevEpochDifficulty",
3381
3381
  "offset": 0,