@keep-network/tbtc-v2 1.0.0-dev.0 → 1.0.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/BLS.json +1 -1
- package/artifacts/Bank.json +3 -3
- package/artifacts/BeaconAuthorization.json +1 -1
- package/artifacts/BeaconDkg.json +1 -1
- package/artifacts/BeaconDkgValidator.json +1 -1
- package/artifacts/BeaconInactivity.json +1 -1
- package/artifacts/BeaconSortitionPool.json +3 -3
- package/artifacts/Bridge.json +5 -5
- package/artifacts/BridgeGovernance.json +2 -2
- package/artifacts/BridgeGovernanceParameters.json +2 -2
- package/artifacts/Deposit.json +2 -2
- package/artifacts/DepositSweep.json +2 -2
- package/artifacts/EcdsaDkgValidator.json +1 -1
- package/artifacts/EcdsaInactivity.json +1 -1
- package/artifacts/EcdsaSortitionPool.json +3 -3
- package/artifacts/Fraud.json +2 -2
- package/artifacts/KeepRegistry.json +1 -1
- package/artifacts/KeepStake.json +2 -2
- package/artifacts/KeepToken.json +2 -2
- package/artifacts/KeepTokenStaking.json +1 -1
- package/artifacts/LightRelay.json +4 -4
- package/artifacts/MaintainerProxy.json +3 -3
- package/artifacts/MovingFunds.json +2 -2
- package/artifacts/NuCypherStakingEscrow.json +1 -1
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeacon.json +2 -2
- package/artifacts/RandomBeaconChaosnet.json +2 -2
- package/artifacts/RandomBeaconGovernance.json +2 -2
- package/artifacts/Redemption.json +2 -2
- package/artifacts/ReimbursementPool.json +2 -2
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +3 -3
- package/artifacts/TBTCToken.json +3 -3
- package/artifacts/TBTCVault.json +23 -23
- package/artifacts/TokenStaking.json +1 -1
- package/artifacts/TokenholderGovernor.json +9 -9
- package/artifacts/TokenholderTimelock.json +8 -8
- package/artifacts/VendingMachine.json +3 -3
- package/artifacts/VendingMachineKeep.json +1 -1
- package/artifacts/VendingMachineNuCypher.json +1 -1
- package/artifacts/WalletRegistry.json +5 -5
- package/artifacts/WalletRegistryGovernance.json +2 -2
- package/artifacts/Wallets.json +2 -2
- package/artifacts/solcInputs/{155bbd01797c525b694dc9f75cefed21.json → 601573cb2697bb9512dba002bb727262.json} +4 -1
- package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
- package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
- package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
- package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
- package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
- package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
- package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
- package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
- package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
- package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
- package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
- package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
- package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
- package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
- package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
- package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
- package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
- package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/LightRelay.json +2 -2
- package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
- package/build/contracts/relay/LightRelay.sol/RelayUtils.json +2 -2
- package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
- package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
- package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
- package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
- package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
- package/contracts/relay/LightRelay.sol +7 -2
- package/deploy/01_deploy_light_relay.ts +16 -4
- package/export/artifacts/@keep-network/bitcoin-spv-sol/contracts/BTCUtils.sol/BTCUtils.json +20 -20
- package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +2025 -2025
- package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +20 -20
- package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +1875 -1875
- package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +545 -545
- package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +506 -506
- package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +23 -23
- package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +2456 -2456
- package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +465 -465
- package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +639 -639
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +603 -603
- package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +1072 -1072
- package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +2078 -2078
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +2534 -2534
- package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +736 -736
- package/export/artifacts/contracts/bank/Bank.sol/Bank.json +1872 -1872
- package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +7050 -7050
- package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +1257 -1257
- package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +2305 -2305
- package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +1870 -1870
- package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +1872 -1872
- package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +8053 -8053
- package/export/artifacts/contracts/test/GoerliLightRelay.sol/GoerliLightRelay.json +11982 -0
- package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +130 -130
- package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +1995 -1995
- package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +354 -354
- package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +2291 -2291
- package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +1899 -1899
- package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +189 -189
- package/export/artifacts/contracts/test/TestRelay.sol/TestRelay.json +568 -568
- package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +2847 -2847
- package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +858 -858
- package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +3387 -3387
- package/export/deploy/01_deploy_light_relay.js +20 -4
- package/export/typechain/GoerliLightRelay.js +2 -0
- package/export/typechain/factories/GoerliLightRelay__factory.js +522 -0
- package/export/typechain/factories/LightRelayStub__factory.js +1 -1
- package/export/typechain/factories/LightRelay__factory.js +1 -1
- package/export/typechain/index.js +3 -1
- package/package.json +1 -1
|
@@ -334,22 +334,22 @@
|
|
|
334
334
|
{
|
|
335
335
|
"ast": {
|
|
336
336
|
"nodeType": "YulBlock",
|
|
337
|
-
"src": "0:6302:
|
|
337
|
+
"src": "0:6302:101",
|
|
338
338
|
"statements": [
|
|
339
339
|
{
|
|
340
340
|
"nodeType": "YulBlock",
|
|
341
|
-
"src": "6:3:
|
|
341
|
+
"src": "6:3:101",
|
|
342
342
|
"statements": []
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
345
|
"body": {
|
|
346
346
|
"nodeType": "YulBlock",
|
|
347
|
-
"src": "67:109:
|
|
347
|
+
"src": "67:109:101",
|
|
348
348
|
"statements": [
|
|
349
349
|
{
|
|
350
350
|
"body": {
|
|
351
351
|
"nodeType": "YulBlock",
|
|
352
|
-
"src": "154:16:
|
|
352
|
+
"src": "154:16:101",
|
|
353
353
|
"statements": [
|
|
354
354
|
{
|
|
355
355
|
"expression": {
|
|
@@ -357,14 +357,14 @@
|
|
|
357
357
|
{
|
|
358
358
|
"kind": "number",
|
|
359
359
|
"nodeType": "YulLiteral",
|
|
360
|
-
"src": "163:1:
|
|
360
|
+
"src": "163:1:101",
|
|
361
361
|
"type": "",
|
|
362
362
|
"value": "0"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"kind": "number",
|
|
366
366
|
"nodeType": "YulLiteral",
|
|
367
|
-
"src": "166:1:
|
|
367
|
+
"src": "166:1:101",
|
|
368
368
|
"type": "",
|
|
369
369
|
"value": "0"
|
|
370
370
|
}
|
|
@@ -372,13 +372,13 @@
|
|
|
372
372
|
"functionName": {
|
|
373
373
|
"name": "revert",
|
|
374
374
|
"nodeType": "YulIdentifier",
|
|
375
|
-
"src": "156:6:
|
|
375
|
+
"src": "156:6:101"
|
|
376
376
|
},
|
|
377
377
|
"nodeType": "YulFunctionCall",
|
|
378
|
-
"src": "156:12:
|
|
378
|
+
"src": "156:12:101"
|
|
379
379
|
},
|
|
380
380
|
"nodeType": "YulExpressionStatement",
|
|
381
|
-
"src": "156:12:
|
|
381
|
+
"src": "156:12:101"
|
|
382
382
|
}
|
|
383
383
|
]
|
|
384
384
|
},
|
|
@@ -389,19 +389,19 @@
|
|
|
389
389
|
{
|
|
390
390
|
"name": "value",
|
|
391
391
|
"nodeType": "YulIdentifier",
|
|
392
|
-
"src": "90:5:
|
|
392
|
+
"src": "90:5:101"
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"arguments": [
|
|
396
396
|
{
|
|
397
397
|
"name": "value",
|
|
398
398
|
"nodeType": "YulIdentifier",
|
|
399
|
-
"src": "101:5:
|
|
399
|
+
"src": "101:5:101"
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
402
|
"kind": "number",
|
|
403
403
|
"nodeType": "YulLiteral",
|
|
404
|
-
"src": "108:42:
|
|
404
|
+
"src": "108:42:101",
|
|
405
405
|
"type": "",
|
|
406
406
|
"value": "0xffffffffffffffffffffffffffffffffffffffff"
|
|
407
407
|
}
|
|
@@ -409,31 +409,31 @@
|
|
|
409
409
|
"functionName": {
|
|
410
410
|
"name": "and",
|
|
411
411
|
"nodeType": "YulIdentifier",
|
|
412
|
-
"src": "97:3:
|
|
412
|
+
"src": "97:3:101"
|
|
413
413
|
},
|
|
414
414
|
"nodeType": "YulFunctionCall",
|
|
415
|
-
"src": "97:54:
|
|
415
|
+
"src": "97:54:101"
|
|
416
416
|
}
|
|
417
417
|
],
|
|
418
418
|
"functionName": {
|
|
419
419
|
"name": "eq",
|
|
420
420
|
"nodeType": "YulIdentifier",
|
|
421
|
-
"src": "87:2:
|
|
421
|
+
"src": "87:2:101"
|
|
422
422
|
},
|
|
423
423
|
"nodeType": "YulFunctionCall",
|
|
424
|
-
"src": "87:65:
|
|
424
|
+
"src": "87:65:101"
|
|
425
425
|
}
|
|
426
426
|
],
|
|
427
427
|
"functionName": {
|
|
428
428
|
"name": "iszero",
|
|
429
429
|
"nodeType": "YulIdentifier",
|
|
430
|
-
"src": "80:6:
|
|
430
|
+
"src": "80:6:101"
|
|
431
431
|
},
|
|
432
432
|
"nodeType": "YulFunctionCall",
|
|
433
|
-
"src": "80:73:
|
|
433
|
+
"src": "80:73:101"
|
|
434
434
|
},
|
|
435
435
|
"nodeType": "YulIf",
|
|
436
|
-
"src": "77:93:
|
|
436
|
+
"src": "77:93:101"
|
|
437
437
|
}
|
|
438
438
|
]
|
|
439
439
|
},
|
|
@@ -443,21 +443,21 @@
|
|
|
443
443
|
{
|
|
444
444
|
"name": "value",
|
|
445
445
|
"nodeType": "YulTypedName",
|
|
446
|
-
"src": "56:5:
|
|
446
|
+
"src": "56:5:101",
|
|
447
447
|
"type": ""
|
|
448
448
|
}
|
|
449
449
|
],
|
|
450
|
-
"src": "14:162:
|
|
450
|
+
"src": "14:162:101"
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
453
|
"body": {
|
|
454
454
|
"nodeType": "YulBlock",
|
|
455
|
-
"src": "301:368:
|
|
455
|
+
"src": "301:368:101",
|
|
456
456
|
"statements": [
|
|
457
457
|
{
|
|
458
458
|
"body": {
|
|
459
459
|
"nodeType": "YulBlock",
|
|
460
|
-
"src": "347:16:
|
|
460
|
+
"src": "347:16:101",
|
|
461
461
|
"statements": [
|
|
462
462
|
{
|
|
463
463
|
"expression": {
|
|
@@ -465,14 +465,14 @@
|
|
|
465
465
|
{
|
|
466
466
|
"kind": "number",
|
|
467
467
|
"nodeType": "YulLiteral",
|
|
468
|
-
"src": "356:1:
|
|
468
|
+
"src": "356:1:101",
|
|
469
469
|
"type": "",
|
|
470
470
|
"value": "0"
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
473
|
"kind": "number",
|
|
474
474
|
"nodeType": "YulLiteral",
|
|
475
|
-
"src": "359:1:
|
|
475
|
+
"src": "359:1:101",
|
|
476
476
|
"type": "",
|
|
477
477
|
"value": "0"
|
|
478
478
|
}
|
|
@@ -480,13 +480,13 @@
|
|
|
480
480
|
"functionName": {
|
|
481
481
|
"name": "revert",
|
|
482
482
|
"nodeType": "YulIdentifier",
|
|
483
|
-
"src": "349:6:
|
|
483
|
+
"src": "349:6:101"
|
|
484
484
|
},
|
|
485
485
|
"nodeType": "YulFunctionCall",
|
|
486
|
-
"src": "349:12:
|
|
486
|
+
"src": "349:12:101"
|
|
487
487
|
},
|
|
488
488
|
"nodeType": "YulExpressionStatement",
|
|
489
|
-
"src": "349:12:
|
|
489
|
+
"src": "349:12:101"
|
|
490
490
|
}
|
|
491
491
|
]
|
|
492
492
|
},
|
|
@@ -497,26 +497,26 @@
|
|
|
497
497
|
{
|
|
498
498
|
"name": "dataEnd",
|
|
499
499
|
"nodeType": "YulIdentifier",
|
|
500
|
-
"src": "322:7:
|
|
500
|
+
"src": "322:7:101"
|
|
501
501
|
},
|
|
502
502
|
{
|
|
503
503
|
"name": "headStart",
|
|
504
504
|
"nodeType": "YulIdentifier",
|
|
505
|
-
"src": "331:9:
|
|
505
|
+
"src": "331:9:101"
|
|
506
506
|
}
|
|
507
507
|
],
|
|
508
508
|
"functionName": {
|
|
509
509
|
"name": "sub",
|
|
510
510
|
"nodeType": "YulIdentifier",
|
|
511
|
-
"src": "318:3:
|
|
511
|
+
"src": "318:3:101"
|
|
512
512
|
},
|
|
513
513
|
"nodeType": "YulFunctionCall",
|
|
514
|
-
"src": "318:23:
|
|
514
|
+
"src": "318:23:101"
|
|
515
515
|
},
|
|
516
516
|
{
|
|
517
517
|
"kind": "number",
|
|
518
518
|
"nodeType": "YulLiteral",
|
|
519
|
-
"src": "343:2:
|
|
519
|
+
"src": "343:2:101",
|
|
520
520
|
"type": "",
|
|
521
521
|
"value": "96"
|
|
522
522
|
}
|
|
@@ -524,38 +524,38 @@
|
|
|
524
524
|
"functionName": {
|
|
525
525
|
"name": "slt",
|
|
526
526
|
"nodeType": "YulIdentifier",
|
|
527
|
-
"src": "314:3:
|
|
527
|
+
"src": "314:3:101"
|
|
528
528
|
},
|
|
529
529
|
"nodeType": "YulFunctionCall",
|
|
530
|
-
"src": "314:32:
|
|
530
|
+
"src": "314:32:101"
|
|
531
531
|
},
|
|
532
532
|
"nodeType": "YulIf",
|
|
533
|
-
"src": "311:52:
|
|
533
|
+
"src": "311:52:101"
|
|
534
534
|
},
|
|
535
535
|
{
|
|
536
536
|
"nodeType": "YulVariableDeclaration",
|
|
537
|
-
"src": "372:36:
|
|
537
|
+
"src": "372:36:101",
|
|
538
538
|
"value": {
|
|
539
539
|
"arguments": [
|
|
540
540
|
{
|
|
541
541
|
"name": "headStart",
|
|
542
542
|
"nodeType": "YulIdentifier",
|
|
543
|
-
"src": "398:9:
|
|
543
|
+
"src": "398:9:101"
|
|
544
544
|
}
|
|
545
545
|
],
|
|
546
546
|
"functionName": {
|
|
547
547
|
"name": "calldataload",
|
|
548
548
|
"nodeType": "YulIdentifier",
|
|
549
|
-
"src": "385:12:
|
|
549
|
+
"src": "385:12:101"
|
|
550
550
|
},
|
|
551
551
|
"nodeType": "YulFunctionCall",
|
|
552
|
-
"src": "385:23:
|
|
552
|
+
"src": "385:23:101"
|
|
553
553
|
},
|
|
554
554
|
"variables": [
|
|
555
555
|
{
|
|
556
556
|
"name": "value",
|
|
557
557
|
"nodeType": "YulTypedName",
|
|
558
|
-
"src": "376:5:
|
|
558
|
+
"src": "376:5:101",
|
|
559
559
|
"type": ""
|
|
560
560
|
}
|
|
561
561
|
]
|
|
@@ -566,39 +566,39 @@
|
|
|
566
566
|
{
|
|
567
567
|
"name": "value",
|
|
568
568
|
"nodeType": "YulIdentifier",
|
|
569
|
-
"src": "450:5:
|
|
569
|
+
"src": "450:5:101"
|
|
570
570
|
}
|
|
571
571
|
],
|
|
572
572
|
"functionName": {
|
|
573
573
|
"name": "validator_revert_contract_IERC20",
|
|
574
574
|
"nodeType": "YulIdentifier",
|
|
575
|
-
"src": "417:32:
|
|
575
|
+
"src": "417:32:101"
|
|
576
576
|
},
|
|
577
577
|
"nodeType": "YulFunctionCall",
|
|
578
|
-
"src": "417:39:
|
|
578
|
+
"src": "417:39:101"
|
|
579
579
|
},
|
|
580
580
|
"nodeType": "YulExpressionStatement",
|
|
581
|
-
"src": "417:39:
|
|
581
|
+
"src": "417:39:101"
|
|
582
582
|
},
|
|
583
583
|
{
|
|
584
584
|
"nodeType": "YulAssignment",
|
|
585
|
-
"src": "465:15:
|
|
585
|
+
"src": "465:15:101",
|
|
586
586
|
"value": {
|
|
587
587
|
"name": "value",
|
|
588
588
|
"nodeType": "YulIdentifier",
|
|
589
|
-
"src": "475:5:
|
|
589
|
+
"src": "475:5:101"
|
|
590
590
|
},
|
|
591
591
|
"variableNames": [
|
|
592
592
|
{
|
|
593
593
|
"name": "value0",
|
|
594
594
|
"nodeType": "YulIdentifier",
|
|
595
|
-
"src": "465:6:
|
|
595
|
+
"src": "465:6:101"
|
|
596
596
|
}
|
|
597
597
|
]
|
|
598
598
|
},
|
|
599
599
|
{
|
|
600
600
|
"nodeType": "YulVariableDeclaration",
|
|
601
|
-
"src": "489:47:
|
|
601
|
+
"src": "489:47:101",
|
|
602
602
|
"value": {
|
|
603
603
|
"arguments": [
|
|
604
604
|
{
|
|
@@ -606,12 +606,12 @@
|
|
|
606
606
|
{
|
|
607
607
|
"name": "headStart",
|
|
608
608
|
"nodeType": "YulIdentifier",
|
|
609
|
-
"src": "521:9:
|
|
609
|
+
"src": "521:9:101"
|
|
610
610
|
},
|
|
611
611
|
{
|
|
612
612
|
"kind": "number",
|
|
613
613
|
"nodeType": "YulLiteral",
|
|
614
|
-
"src": "532:2:
|
|
614
|
+
"src": "532:2:101",
|
|
615
615
|
"type": "",
|
|
616
616
|
"value": "32"
|
|
617
617
|
}
|
|
@@ -619,25 +619,25 @@
|
|
|
619
619
|
"functionName": {
|
|
620
620
|
"name": "add",
|
|
621
621
|
"nodeType": "YulIdentifier",
|
|
622
|
-
"src": "517:3:
|
|
622
|
+
"src": "517:3:101"
|
|
623
623
|
},
|
|
624
624
|
"nodeType": "YulFunctionCall",
|
|
625
|
-
"src": "517:18:
|
|
625
|
+
"src": "517:18:101"
|
|
626
626
|
}
|
|
627
627
|
],
|
|
628
628
|
"functionName": {
|
|
629
629
|
"name": "calldataload",
|
|
630
630
|
"nodeType": "YulIdentifier",
|
|
631
|
-
"src": "504:12:
|
|
631
|
+
"src": "504:12:101"
|
|
632
632
|
},
|
|
633
633
|
"nodeType": "YulFunctionCall",
|
|
634
|
-
"src": "504:32:
|
|
634
|
+
"src": "504:32:101"
|
|
635
635
|
},
|
|
636
636
|
"variables": [
|
|
637
637
|
{
|
|
638
638
|
"name": "value_1",
|
|
639
639
|
"nodeType": "YulTypedName",
|
|
640
|
-
"src": "493:7:
|
|
640
|
+
"src": "493:7:101",
|
|
641
641
|
"type": ""
|
|
642
642
|
}
|
|
643
643
|
]
|
|
@@ -648,39 +648,39 @@
|
|
|
648
648
|
{
|
|
649
649
|
"name": "value_1",
|
|
650
650
|
"nodeType": "YulIdentifier",
|
|
651
|
-
"src": "578:7:
|
|
651
|
+
"src": "578:7:101"
|
|
652
652
|
}
|
|
653
653
|
],
|
|
654
654
|
"functionName": {
|
|
655
655
|
"name": "validator_revert_contract_IERC20",
|
|
656
656
|
"nodeType": "YulIdentifier",
|
|
657
|
-
"src": "545:32:
|
|
657
|
+
"src": "545:32:101"
|
|
658
658
|
},
|
|
659
659
|
"nodeType": "YulFunctionCall",
|
|
660
|
-
"src": "545:41:
|
|
660
|
+
"src": "545:41:101"
|
|
661
661
|
},
|
|
662
662
|
"nodeType": "YulExpressionStatement",
|
|
663
|
-
"src": "545:41:
|
|
663
|
+
"src": "545:41:101"
|
|
664
664
|
},
|
|
665
665
|
{
|
|
666
666
|
"nodeType": "YulAssignment",
|
|
667
|
-
"src": "595:17:
|
|
667
|
+
"src": "595:17:101",
|
|
668
668
|
"value": {
|
|
669
669
|
"name": "value_1",
|
|
670
670
|
"nodeType": "YulIdentifier",
|
|
671
|
-
"src": "605:7:
|
|
671
|
+
"src": "605:7:101"
|
|
672
672
|
},
|
|
673
673
|
"variableNames": [
|
|
674
674
|
{
|
|
675
675
|
"name": "value1",
|
|
676
676
|
"nodeType": "YulIdentifier",
|
|
677
|
-
"src": "595:6:
|
|
677
|
+
"src": "595:6:101"
|
|
678
678
|
}
|
|
679
679
|
]
|
|
680
680
|
},
|
|
681
681
|
{
|
|
682
682
|
"nodeType": "YulAssignment",
|
|
683
|
-
"src": "621:42:
|
|
683
|
+
"src": "621:42:101",
|
|
684
684
|
"value": {
|
|
685
685
|
"arguments": [
|
|
686
686
|
{
|
|
@@ -688,12 +688,12 @@
|
|
|
688
688
|
{
|
|
689
689
|
"name": "headStart",
|
|
690
690
|
"nodeType": "YulIdentifier",
|
|
691
|
-
"src": "648:9:
|
|
691
|
+
"src": "648:9:101"
|
|
692
692
|
},
|
|
693
693
|
{
|
|
694
694
|
"kind": "number",
|
|
695
695
|
"nodeType": "YulLiteral",
|
|
696
|
-
"src": "659:2:
|
|
696
|
+
"src": "659:2:101",
|
|
697
697
|
"type": "",
|
|
698
698
|
"value": "64"
|
|
699
699
|
}
|
|
@@ -701,25 +701,25 @@
|
|
|
701
701
|
"functionName": {
|
|
702
702
|
"name": "add",
|
|
703
703
|
"nodeType": "YulIdentifier",
|
|
704
|
-
"src": "644:3:
|
|
704
|
+
"src": "644:3:101"
|
|
705
705
|
},
|
|
706
706
|
"nodeType": "YulFunctionCall",
|
|
707
|
-
"src": "644:18:
|
|
707
|
+
"src": "644:18:101"
|
|
708
708
|
}
|
|
709
709
|
],
|
|
710
710
|
"functionName": {
|
|
711
711
|
"name": "calldataload",
|
|
712
712
|
"nodeType": "YulIdentifier",
|
|
713
|
-
"src": "631:12:
|
|
713
|
+
"src": "631:12:101"
|
|
714
714
|
},
|
|
715
715
|
"nodeType": "YulFunctionCall",
|
|
716
|
-
"src": "631:32:
|
|
716
|
+
"src": "631:32:101"
|
|
717
717
|
},
|
|
718
718
|
"variableNames": [
|
|
719
719
|
{
|
|
720
720
|
"name": "value2",
|
|
721
721
|
"nodeType": "YulIdentifier",
|
|
722
|
-
"src": "621:6:
|
|
722
|
+
"src": "621:6:101"
|
|
723
723
|
}
|
|
724
724
|
]
|
|
725
725
|
}
|
|
@@ -731,13 +731,13 @@
|
|
|
731
731
|
{
|
|
732
732
|
"name": "headStart",
|
|
733
733
|
"nodeType": "YulTypedName",
|
|
734
|
-
"src": "251:9:
|
|
734
|
+
"src": "251:9:101",
|
|
735
735
|
"type": ""
|
|
736
736
|
},
|
|
737
737
|
{
|
|
738
738
|
"name": "dataEnd",
|
|
739
739
|
"nodeType": "YulTypedName",
|
|
740
|
-
"src": "262:7:
|
|
740
|
+
"src": "262:7:101",
|
|
741
741
|
"type": ""
|
|
742
742
|
}
|
|
743
743
|
],
|
|
@@ -745,43 +745,43 @@
|
|
|
745
745
|
{
|
|
746
746
|
"name": "value0",
|
|
747
747
|
"nodeType": "YulTypedName",
|
|
748
|
-
"src": "274:6:
|
|
748
|
+
"src": "274:6:101",
|
|
749
749
|
"type": ""
|
|
750
750
|
},
|
|
751
751
|
{
|
|
752
752
|
"name": "value1",
|
|
753
753
|
"nodeType": "YulTypedName",
|
|
754
|
-
"src": "282:6:
|
|
754
|
+
"src": "282:6:101",
|
|
755
755
|
"type": ""
|
|
756
756
|
},
|
|
757
757
|
{
|
|
758
758
|
"name": "value2",
|
|
759
759
|
"nodeType": "YulTypedName",
|
|
760
|
-
"src": "290:6:
|
|
760
|
+
"src": "290:6:101",
|
|
761
761
|
"type": ""
|
|
762
762
|
}
|
|
763
763
|
],
|
|
764
|
-
"src": "181:488:
|
|
764
|
+
"src": "181:488:101"
|
|
765
765
|
},
|
|
766
766
|
{
|
|
767
767
|
"body": {
|
|
768
768
|
"nodeType": "YulBlock",
|
|
769
|
-
"src": "775:125:
|
|
769
|
+
"src": "775:125:101",
|
|
770
770
|
"statements": [
|
|
771
771
|
{
|
|
772
772
|
"nodeType": "YulAssignment",
|
|
773
|
-
"src": "785:26:
|
|
773
|
+
"src": "785:26:101",
|
|
774
774
|
"value": {
|
|
775
775
|
"arguments": [
|
|
776
776
|
{
|
|
777
777
|
"name": "headStart",
|
|
778
778
|
"nodeType": "YulIdentifier",
|
|
779
|
-
"src": "797:9:
|
|
779
|
+
"src": "797:9:101"
|
|
780
780
|
},
|
|
781
781
|
{
|
|
782
782
|
"kind": "number",
|
|
783
783
|
"nodeType": "YulLiteral",
|
|
784
|
-
"src": "808:2:
|
|
784
|
+
"src": "808:2:101",
|
|
785
785
|
"type": "",
|
|
786
786
|
"value": "32"
|
|
787
787
|
}
|
|
@@ -789,16 +789,16 @@
|
|
|
789
789
|
"functionName": {
|
|
790
790
|
"name": "add",
|
|
791
791
|
"nodeType": "YulIdentifier",
|
|
792
|
-
"src": "793:3:
|
|
792
|
+
"src": "793:3:101"
|
|
793
793
|
},
|
|
794
794
|
"nodeType": "YulFunctionCall",
|
|
795
|
-
"src": "793:18:
|
|
795
|
+
"src": "793:18:101"
|
|
796
796
|
},
|
|
797
797
|
"variableNames": [
|
|
798
798
|
{
|
|
799
799
|
"name": "tail",
|
|
800
800
|
"nodeType": "YulIdentifier",
|
|
801
|
-
"src": "785:4:
|
|
801
|
+
"src": "785:4:101"
|
|
802
802
|
}
|
|
803
803
|
]
|
|
804
804
|
},
|
|
@@ -808,19 +808,19 @@
|
|
|
808
808
|
{
|
|
809
809
|
"name": "headStart",
|
|
810
810
|
"nodeType": "YulIdentifier",
|
|
811
|
-
"src": "827:9:
|
|
811
|
+
"src": "827:9:101"
|
|
812
812
|
},
|
|
813
813
|
{
|
|
814
814
|
"arguments": [
|
|
815
815
|
{
|
|
816
816
|
"name": "value0",
|
|
817
817
|
"nodeType": "YulIdentifier",
|
|
818
|
-
"src": "842:6:
|
|
818
|
+
"src": "842:6:101"
|
|
819
819
|
},
|
|
820
820
|
{
|
|
821
821
|
"kind": "number",
|
|
822
822
|
"nodeType": "YulLiteral",
|
|
823
|
-
"src": "850:42:
|
|
823
|
+
"src": "850:42:101",
|
|
824
824
|
"type": "",
|
|
825
825
|
"value": "0xffffffffffffffffffffffffffffffffffffffff"
|
|
826
826
|
}
|
|
@@ -828,22 +828,22 @@
|
|
|
828
828
|
"functionName": {
|
|
829
829
|
"name": "and",
|
|
830
830
|
"nodeType": "YulIdentifier",
|
|
831
|
-
"src": "838:3:
|
|
831
|
+
"src": "838:3:101"
|
|
832
832
|
},
|
|
833
833
|
"nodeType": "YulFunctionCall",
|
|
834
|
-
"src": "838:55:
|
|
834
|
+
"src": "838:55:101"
|
|
835
835
|
}
|
|
836
836
|
],
|
|
837
837
|
"functionName": {
|
|
838
838
|
"name": "mstore",
|
|
839
839
|
"nodeType": "YulIdentifier",
|
|
840
|
-
"src": "820:6:
|
|
840
|
+
"src": "820:6:101"
|
|
841
841
|
},
|
|
842
842
|
"nodeType": "YulFunctionCall",
|
|
843
|
-
"src": "820:74:
|
|
843
|
+
"src": "820:74:101"
|
|
844
844
|
},
|
|
845
845
|
"nodeType": "YulExpressionStatement",
|
|
846
|
-
"src": "820:74:
|
|
846
|
+
"src": "820:74:101"
|
|
847
847
|
}
|
|
848
848
|
]
|
|
849
849
|
},
|
|
@@ -853,13 +853,13 @@
|
|
|
853
853
|
{
|
|
854
854
|
"name": "headStart",
|
|
855
855
|
"nodeType": "YulTypedName",
|
|
856
|
-
"src": "744:9:
|
|
856
|
+
"src": "744:9:101",
|
|
857
857
|
"type": ""
|
|
858
858
|
},
|
|
859
859
|
{
|
|
860
860
|
"name": "value0",
|
|
861
861
|
"nodeType": "YulTypedName",
|
|
862
|
-
"src": "755:6:
|
|
862
|
+
"src": "755:6:101",
|
|
863
863
|
"type": ""
|
|
864
864
|
}
|
|
865
865
|
],
|
|
@@ -867,21 +867,21 @@
|
|
|
867
867
|
{
|
|
868
868
|
"name": "tail",
|
|
869
869
|
"nodeType": "YulTypedName",
|
|
870
|
-
"src": "766:4:
|
|
870
|
+
"src": "766:4:101",
|
|
871
871
|
"type": ""
|
|
872
872
|
}
|
|
873
873
|
],
|
|
874
|
-
"src": "674:226:
|
|
874
|
+
"src": "674:226:101"
|
|
875
875
|
},
|
|
876
876
|
{
|
|
877
877
|
"body": {
|
|
878
878
|
"nodeType": "YulBlock",
|
|
879
|
-
"src": "975:185:
|
|
879
|
+
"src": "975:185:101",
|
|
880
880
|
"statements": [
|
|
881
881
|
{
|
|
882
882
|
"body": {
|
|
883
883
|
"nodeType": "YulBlock",
|
|
884
|
-
"src": "1021:16:
|
|
884
|
+
"src": "1021:16:101",
|
|
885
885
|
"statements": [
|
|
886
886
|
{
|
|
887
887
|
"expression": {
|
|
@@ -889,14 +889,14 @@
|
|
|
889
889
|
{
|
|
890
890
|
"kind": "number",
|
|
891
891
|
"nodeType": "YulLiteral",
|
|
892
|
-
"src": "1030:1:
|
|
892
|
+
"src": "1030:1:101",
|
|
893
893
|
"type": "",
|
|
894
894
|
"value": "0"
|
|
895
895
|
},
|
|
896
896
|
{
|
|
897
897
|
"kind": "number",
|
|
898
898
|
"nodeType": "YulLiteral",
|
|
899
|
-
"src": "1033:1:
|
|
899
|
+
"src": "1033:1:101",
|
|
900
900
|
"type": "",
|
|
901
901
|
"value": "0"
|
|
902
902
|
}
|
|
@@ -904,13 +904,13 @@
|
|
|
904
904
|
"functionName": {
|
|
905
905
|
"name": "revert",
|
|
906
906
|
"nodeType": "YulIdentifier",
|
|
907
|
-
"src": "1023:6:
|
|
907
|
+
"src": "1023:6:101"
|
|
908
908
|
},
|
|
909
909
|
"nodeType": "YulFunctionCall",
|
|
910
|
-
"src": "1023:12:
|
|
910
|
+
"src": "1023:12:101"
|
|
911
911
|
},
|
|
912
912
|
"nodeType": "YulExpressionStatement",
|
|
913
|
-
"src": "1023:12:
|
|
913
|
+
"src": "1023:12:101"
|
|
914
914
|
}
|
|
915
915
|
]
|
|
916
916
|
},
|
|
@@ -921,26 +921,26 @@
|
|
|
921
921
|
{
|
|
922
922
|
"name": "dataEnd",
|
|
923
923
|
"nodeType": "YulIdentifier",
|
|
924
|
-
"src": "996:7:
|
|
924
|
+
"src": "996:7:101"
|
|
925
925
|
},
|
|
926
926
|
{
|
|
927
927
|
"name": "headStart",
|
|
928
928
|
"nodeType": "YulIdentifier",
|
|
929
|
-
"src": "1005:9:
|
|
929
|
+
"src": "1005:9:101"
|
|
930
930
|
}
|
|
931
931
|
],
|
|
932
932
|
"functionName": {
|
|
933
933
|
"name": "sub",
|
|
934
934
|
"nodeType": "YulIdentifier",
|
|
935
|
-
"src": "992:3:
|
|
935
|
+
"src": "992:3:101"
|
|
936
936
|
},
|
|
937
937
|
"nodeType": "YulFunctionCall",
|
|
938
|
-
"src": "992:23:
|
|
938
|
+
"src": "992:23:101"
|
|
939
939
|
},
|
|
940
940
|
{
|
|
941
941
|
"kind": "number",
|
|
942
942
|
"nodeType": "YulLiteral",
|
|
943
|
-
"src": "1017:2:
|
|
943
|
+
"src": "1017:2:101",
|
|
944
944
|
"type": "",
|
|
945
945
|
"value": "32"
|
|
946
946
|
}
|
|
@@ -948,38 +948,38 @@
|
|
|
948
948
|
"functionName": {
|
|
949
949
|
"name": "slt",
|
|
950
950
|
"nodeType": "YulIdentifier",
|
|
951
|
-
"src": "988:3:
|
|
951
|
+
"src": "988:3:101"
|
|
952
952
|
},
|
|
953
953
|
"nodeType": "YulFunctionCall",
|
|
954
|
-
"src": "988:32:
|
|
954
|
+
"src": "988:32:101"
|
|
955
955
|
},
|
|
956
956
|
"nodeType": "YulIf",
|
|
957
|
-
"src": "985:52:
|
|
957
|
+
"src": "985:52:101"
|
|
958
958
|
},
|
|
959
959
|
{
|
|
960
960
|
"nodeType": "YulVariableDeclaration",
|
|
961
|
-
"src": "1046:36:
|
|
961
|
+
"src": "1046:36:101",
|
|
962
962
|
"value": {
|
|
963
963
|
"arguments": [
|
|
964
964
|
{
|
|
965
965
|
"name": "headStart",
|
|
966
966
|
"nodeType": "YulIdentifier",
|
|
967
|
-
"src": "1072:9:
|
|
967
|
+
"src": "1072:9:101"
|
|
968
968
|
}
|
|
969
969
|
],
|
|
970
970
|
"functionName": {
|
|
971
971
|
"name": "calldataload",
|
|
972
972
|
"nodeType": "YulIdentifier",
|
|
973
|
-
"src": "1059:12:
|
|
973
|
+
"src": "1059:12:101"
|
|
974
974
|
},
|
|
975
975
|
"nodeType": "YulFunctionCall",
|
|
976
|
-
"src": "1059:23:
|
|
976
|
+
"src": "1059:23:101"
|
|
977
977
|
},
|
|
978
978
|
"variables": [
|
|
979
979
|
{
|
|
980
980
|
"name": "value",
|
|
981
981
|
"nodeType": "YulTypedName",
|
|
982
|
-
"src": "1050:5:
|
|
982
|
+
"src": "1050:5:101",
|
|
983
983
|
"type": ""
|
|
984
984
|
}
|
|
985
985
|
]
|
|
@@ -990,33 +990,33 @@
|
|
|
990
990
|
{
|
|
991
991
|
"name": "value",
|
|
992
992
|
"nodeType": "YulIdentifier",
|
|
993
|
-
"src": "1124:5:
|
|
993
|
+
"src": "1124:5:101"
|
|
994
994
|
}
|
|
995
995
|
],
|
|
996
996
|
"functionName": {
|
|
997
997
|
"name": "validator_revert_contract_IERC20",
|
|
998
998
|
"nodeType": "YulIdentifier",
|
|
999
|
-
"src": "1091:32:
|
|
999
|
+
"src": "1091:32:101"
|
|
1000
1000
|
},
|
|
1001
1001
|
"nodeType": "YulFunctionCall",
|
|
1002
|
-
"src": "1091:39:
|
|
1002
|
+
"src": "1091:39:101"
|
|
1003
1003
|
},
|
|
1004
1004
|
"nodeType": "YulExpressionStatement",
|
|
1005
|
-
"src": "1091:39:
|
|
1005
|
+
"src": "1091:39:101"
|
|
1006
1006
|
},
|
|
1007
1007
|
{
|
|
1008
1008
|
"nodeType": "YulAssignment",
|
|
1009
|
-
"src": "1139:15:
|
|
1009
|
+
"src": "1139:15:101",
|
|
1010
1010
|
"value": {
|
|
1011
1011
|
"name": "value",
|
|
1012
1012
|
"nodeType": "YulIdentifier",
|
|
1013
|
-
"src": "1149:5:
|
|
1013
|
+
"src": "1149:5:101"
|
|
1014
1014
|
},
|
|
1015
1015
|
"variableNames": [
|
|
1016
1016
|
{
|
|
1017
1017
|
"name": "value0",
|
|
1018
1018
|
"nodeType": "YulIdentifier",
|
|
1019
|
-
"src": "1139:6:
|
|
1019
|
+
"src": "1139:6:101"
|
|
1020
1020
|
}
|
|
1021
1021
|
]
|
|
1022
1022
|
}
|
|
@@ -1028,13 +1028,13 @@
|
|
|
1028
1028
|
{
|
|
1029
1029
|
"name": "headStart",
|
|
1030
1030
|
"nodeType": "YulTypedName",
|
|
1031
|
-
"src": "941:9:
|
|
1031
|
+
"src": "941:9:101",
|
|
1032
1032
|
"type": ""
|
|
1033
1033
|
},
|
|
1034
1034
|
{
|
|
1035
1035
|
"name": "dataEnd",
|
|
1036
1036
|
"nodeType": "YulTypedName",
|
|
1037
|
-
"src": "952:7:
|
|
1037
|
+
"src": "952:7:101",
|
|
1038
1038
|
"type": ""
|
|
1039
1039
|
}
|
|
1040
1040
|
],
|
|
@@ -1042,21 +1042,21 @@
|
|
|
1042
1042
|
{
|
|
1043
1043
|
"name": "value0",
|
|
1044
1044
|
"nodeType": "YulTypedName",
|
|
1045
|
-
"src": "964:6:
|
|
1045
|
+
"src": "964:6:101",
|
|
1046
1046
|
"type": ""
|
|
1047
1047
|
}
|
|
1048
1048
|
],
|
|
1049
|
-
"src": "905:255:
|
|
1049
|
+
"src": "905:255:101"
|
|
1050
1050
|
},
|
|
1051
1051
|
{
|
|
1052
1052
|
"body": {
|
|
1053
1053
|
"nodeType": "YulBlock",
|
|
1054
|
-
"src": "1322:812:
|
|
1054
|
+
"src": "1322:812:101",
|
|
1055
1055
|
"statements": [
|
|
1056
1056
|
{
|
|
1057
1057
|
"body": {
|
|
1058
1058
|
"nodeType": "YulBlock",
|
|
1059
|
-
"src": "1369:16:
|
|
1059
|
+
"src": "1369:16:101",
|
|
1060
1060
|
"statements": [
|
|
1061
1061
|
{
|
|
1062
1062
|
"expression": {
|
|
@@ -1064,14 +1064,14 @@
|
|
|
1064
1064
|
{
|
|
1065
1065
|
"kind": "number",
|
|
1066
1066
|
"nodeType": "YulLiteral",
|
|
1067
|
-
"src": "1378:1:
|
|
1067
|
+
"src": "1378:1:101",
|
|
1068
1068
|
"type": "",
|
|
1069
1069
|
"value": "0"
|
|
1070
1070
|
},
|
|
1071
1071
|
{
|
|
1072
1072
|
"kind": "number",
|
|
1073
1073
|
"nodeType": "YulLiteral",
|
|
1074
|
-
"src": "1381:1:
|
|
1074
|
+
"src": "1381:1:101",
|
|
1075
1075
|
"type": "",
|
|
1076
1076
|
"value": "0"
|
|
1077
1077
|
}
|
|
@@ -1079,13 +1079,13 @@
|
|
|
1079
1079
|
"functionName": {
|
|
1080
1080
|
"name": "revert",
|
|
1081
1081
|
"nodeType": "YulIdentifier",
|
|
1082
|
-
"src": "1371:6:
|
|
1082
|
+
"src": "1371:6:101"
|
|
1083
1083
|
},
|
|
1084
1084
|
"nodeType": "YulFunctionCall",
|
|
1085
|
-
"src": "1371:12:
|
|
1085
|
+
"src": "1371:12:101"
|
|
1086
1086
|
},
|
|
1087
1087
|
"nodeType": "YulExpressionStatement",
|
|
1088
|
-
"src": "1371:12:
|
|
1088
|
+
"src": "1371:12:101"
|
|
1089
1089
|
}
|
|
1090
1090
|
]
|
|
1091
1091
|
},
|
|
@@ -1096,26 +1096,26 @@
|
|
|
1096
1096
|
{
|
|
1097
1097
|
"name": "dataEnd",
|
|
1098
1098
|
"nodeType": "YulIdentifier",
|
|
1099
|
-
"src": "1343:7:
|
|
1099
|
+
"src": "1343:7:101"
|
|
1100
1100
|
},
|
|
1101
1101
|
{
|
|
1102
1102
|
"name": "headStart",
|
|
1103
1103
|
"nodeType": "YulIdentifier",
|
|
1104
|
-
"src": "1352:9:
|
|
1104
|
+
"src": "1352:9:101"
|
|
1105
1105
|
}
|
|
1106
1106
|
],
|
|
1107
1107
|
"functionName": {
|
|
1108
1108
|
"name": "sub",
|
|
1109
1109
|
"nodeType": "YulIdentifier",
|
|
1110
|
-
"src": "1339:3:
|
|
1110
|
+
"src": "1339:3:101"
|
|
1111
1111
|
},
|
|
1112
1112
|
"nodeType": "YulFunctionCall",
|
|
1113
|
-
"src": "1339:23:
|
|
1113
|
+
"src": "1339:23:101"
|
|
1114
1114
|
},
|
|
1115
1115
|
{
|
|
1116
1116
|
"kind": "number",
|
|
1117
1117
|
"nodeType": "YulLiteral",
|
|
1118
|
-
"src": "1364:3:
|
|
1118
|
+
"src": "1364:3:101",
|
|
1119
1119
|
"type": "",
|
|
1120
1120
|
"value": "128"
|
|
1121
1121
|
}
|
|
@@ -1123,38 +1123,38 @@
|
|
|
1123
1123
|
"functionName": {
|
|
1124
1124
|
"name": "slt",
|
|
1125
1125
|
"nodeType": "YulIdentifier",
|
|
1126
|
-
"src": "1335:3:
|
|
1126
|
+
"src": "1335:3:101"
|
|
1127
1127
|
},
|
|
1128
1128
|
"nodeType": "YulFunctionCall",
|
|
1129
|
-
"src": "1335:33:
|
|
1129
|
+
"src": "1335:33:101"
|
|
1130
1130
|
},
|
|
1131
1131
|
"nodeType": "YulIf",
|
|
1132
|
-
"src": "1332:53:
|
|
1132
|
+
"src": "1332:53:101"
|
|
1133
1133
|
},
|
|
1134
1134
|
{
|
|
1135
1135
|
"nodeType": "YulVariableDeclaration",
|
|
1136
|
-
"src": "1394:36:
|
|
1136
|
+
"src": "1394:36:101",
|
|
1137
1137
|
"value": {
|
|
1138
1138
|
"arguments": [
|
|
1139
1139
|
{
|
|
1140
1140
|
"name": "headStart",
|
|
1141
1141
|
"nodeType": "YulIdentifier",
|
|
1142
|
-
"src": "1420:9:
|
|
1142
|
+
"src": "1420:9:101"
|
|
1143
1143
|
}
|
|
1144
1144
|
],
|
|
1145
1145
|
"functionName": {
|
|
1146
1146
|
"name": "calldataload",
|
|
1147
1147
|
"nodeType": "YulIdentifier",
|
|
1148
|
-
"src": "1407:12:
|
|
1148
|
+
"src": "1407:12:101"
|
|
1149
1149
|
},
|
|
1150
1150
|
"nodeType": "YulFunctionCall",
|
|
1151
|
-
"src": "1407:23:
|
|
1151
|
+
"src": "1407:23:101"
|
|
1152
1152
|
},
|
|
1153
1153
|
"variables": [
|
|
1154
1154
|
{
|
|
1155
1155
|
"name": "value",
|
|
1156
1156
|
"nodeType": "YulTypedName",
|
|
1157
|
-
"src": "1398:5:
|
|
1157
|
+
"src": "1398:5:101",
|
|
1158
1158
|
"type": ""
|
|
1159
1159
|
}
|
|
1160
1160
|
]
|
|
@@ -1165,39 +1165,39 @@
|
|
|
1165
1165
|
{
|
|
1166
1166
|
"name": "value",
|
|
1167
1167
|
"nodeType": "YulIdentifier",
|
|
1168
|
-
"src": "1472:5:
|
|
1168
|
+
"src": "1472:5:101"
|
|
1169
1169
|
}
|
|
1170
1170
|
],
|
|
1171
1171
|
"functionName": {
|
|
1172
1172
|
"name": "validator_revert_contract_IERC20",
|
|
1173
1173
|
"nodeType": "YulIdentifier",
|
|
1174
|
-
"src": "1439:32:
|
|
1174
|
+
"src": "1439:32:101"
|
|
1175
1175
|
},
|
|
1176
1176
|
"nodeType": "YulFunctionCall",
|
|
1177
|
-
"src": "1439:39:
|
|
1177
|
+
"src": "1439:39:101"
|
|
1178
1178
|
},
|
|
1179
1179
|
"nodeType": "YulExpressionStatement",
|
|
1180
|
-
"src": "1439:39:
|
|
1180
|
+
"src": "1439:39:101"
|
|
1181
1181
|
},
|
|
1182
1182
|
{
|
|
1183
1183
|
"nodeType": "YulAssignment",
|
|
1184
|
-
"src": "1487:15:
|
|
1184
|
+
"src": "1487:15:101",
|
|
1185
1185
|
"value": {
|
|
1186
1186
|
"name": "value",
|
|
1187
1187
|
"nodeType": "YulIdentifier",
|
|
1188
|
-
"src": "1497:5:
|
|
1188
|
+
"src": "1497:5:101"
|
|
1189
1189
|
},
|
|
1190
1190
|
"variableNames": [
|
|
1191
1191
|
{
|
|
1192
1192
|
"name": "value0",
|
|
1193
1193
|
"nodeType": "YulIdentifier",
|
|
1194
|
-
"src": "1487:6:
|
|
1194
|
+
"src": "1487:6:101"
|
|
1195
1195
|
}
|
|
1196
1196
|
]
|
|
1197
1197
|
},
|
|
1198
1198
|
{
|
|
1199
1199
|
"nodeType": "YulVariableDeclaration",
|
|
1200
|
-
"src": "1511:47:
|
|
1200
|
+
"src": "1511:47:101",
|
|
1201
1201
|
"value": {
|
|
1202
1202
|
"arguments": [
|
|
1203
1203
|
{
|
|
@@ -1205,12 +1205,12 @@
|
|
|
1205
1205
|
{
|
|
1206
1206
|
"name": "headStart",
|
|
1207
1207
|
"nodeType": "YulIdentifier",
|
|
1208
|
-
"src": "1543:9:
|
|
1208
|
+
"src": "1543:9:101"
|
|
1209
1209
|
},
|
|
1210
1210
|
{
|
|
1211
1211
|
"kind": "number",
|
|
1212
1212
|
"nodeType": "YulLiteral",
|
|
1213
|
-
"src": "1554:2:
|
|
1213
|
+
"src": "1554:2:101",
|
|
1214
1214
|
"type": "",
|
|
1215
1215
|
"value": "32"
|
|
1216
1216
|
}
|
|
@@ -1218,25 +1218,25 @@
|
|
|
1218
1218
|
"functionName": {
|
|
1219
1219
|
"name": "add",
|
|
1220
1220
|
"nodeType": "YulIdentifier",
|
|
1221
|
-
"src": "1539:3:
|
|
1221
|
+
"src": "1539:3:101"
|
|
1222
1222
|
},
|
|
1223
1223
|
"nodeType": "YulFunctionCall",
|
|
1224
|
-
"src": "1539:18:
|
|
1224
|
+
"src": "1539:18:101"
|
|
1225
1225
|
}
|
|
1226
1226
|
],
|
|
1227
1227
|
"functionName": {
|
|
1228
1228
|
"name": "calldataload",
|
|
1229
1229
|
"nodeType": "YulIdentifier",
|
|
1230
|
-
"src": "1526:12:
|
|
1230
|
+
"src": "1526:12:101"
|
|
1231
1231
|
},
|
|
1232
1232
|
"nodeType": "YulFunctionCall",
|
|
1233
|
-
"src": "1526:32:
|
|
1233
|
+
"src": "1526:32:101"
|
|
1234
1234
|
},
|
|
1235
1235
|
"variables": [
|
|
1236
1236
|
{
|
|
1237
1237
|
"name": "value_1",
|
|
1238
1238
|
"nodeType": "YulTypedName",
|
|
1239
|
-
"src": "1515:7:
|
|
1239
|
+
"src": "1515:7:101",
|
|
1240
1240
|
"type": ""
|
|
1241
1241
|
}
|
|
1242
1242
|
]
|
|
@@ -1247,39 +1247,39 @@
|
|
|
1247
1247
|
{
|
|
1248
1248
|
"name": "value_1",
|
|
1249
1249
|
"nodeType": "YulIdentifier",
|
|
1250
|
-
"src": "1600:7:
|
|
1250
|
+
"src": "1600:7:101"
|
|
1251
1251
|
}
|
|
1252
1252
|
],
|
|
1253
1253
|
"functionName": {
|
|
1254
1254
|
"name": "validator_revert_contract_IERC20",
|
|
1255
1255
|
"nodeType": "YulIdentifier",
|
|
1256
|
-
"src": "1567:32:
|
|
1256
|
+
"src": "1567:32:101"
|
|
1257
1257
|
},
|
|
1258
1258
|
"nodeType": "YulFunctionCall",
|
|
1259
|
-
"src": "1567:41:
|
|
1259
|
+
"src": "1567:41:101"
|
|
1260
1260
|
},
|
|
1261
1261
|
"nodeType": "YulExpressionStatement",
|
|
1262
|
-
"src": "1567:41:
|
|
1262
|
+
"src": "1567:41:101"
|
|
1263
1263
|
},
|
|
1264
1264
|
{
|
|
1265
1265
|
"nodeType": "YulAssignment",
|
|
1266
|
-
"src": "1617:17:
|
|
1266
|
+
"src": "1617:17:101",
|
|
1267
1267
|
"value": {
|
|
1268
1268
|
"name": "value_1",
|
|
1269
1269
|
"nodeType": "YulIdentifier",
|
|
1270
|
-
"src": "1627:7:
|
|
1270
|
+
"src": "1627:7:101"
|
|
1271
1271
|
},
|
|
1272
1272
|
"variableNames": [
|
|
1273
1273
|
{
|
|
1274
1274
|
"name": "value1",
|
|
1275
1275
|
"nodeType": "YulIdentifier",
|
|
1276
|
-
"src": "1617:6:
|
|
1276
|
+
"src": "1617:6:101"
|
|
1277
1277
|
}
|
|
1278
1278
|
]
|
|
1279
1279
|
},
|
|
1280
1280
|
{
|
|
1281
1281
|
"nodeType": "YulAssignment",
|
|
1282
|
-
"src": "1643:42:
|
|
1282
|
+
"src": "1643:42:101",
|
|
1283
1283
|
"value": {
|
|
1284
1284
|
"arguments": [
|
|
1285
1285
|
{
|
|
@@ -1287,12 +1287,12 @@
|
|
|
1287
1287
|
{
|
|
1288
1288
|
"name": "headStart",
|
|
1289
1289
|
"nodeType": "YulIdentifier",
|
|
1290
|
-
"src": "1670:9:
|
|
1290
|
+
"src": "1670:9:101"
|
|
1291
1291
|
},
|
|
1292
1292
|
{
|
|
1293
1293
|
"kind": "number",
|
|
1294
1294
|
"nodeType": "YulLiteral",
|
|
1295
|
-
"src": "1681:2:
|
|
1295
|
+
"src": "1681:2:101",
|
|
1296
1296
|
"type": "",
|
|
1297
1297
|
"value": "64"
|
|
1298
1298
|
}
|
|
@@ -1300,31 +1300,31 @@
|
|
|
1300
1300
|
"functionName": {
|
|
1301
1301
|
"name": "add",
|
|
1302
1302
|
"nodeType": "YulIdentifier",
|
|
1303
|
-
"src": "1666:3:
|
|
1303
|
+
"src": "1666:3:101"
|
|
1304
1304
|
},
|
|
1305
1305
|
"nodeType": "YulFunctionCall",
|
|
1306
|
-
"src": "1666:18:
|
|
1306
|
+
"src": "1666:18:101"
|
|
1307
1307
|
}
|
|
1308
1308
|
],
|
|
1309
1309
|
"functionName": {
|
|
1310
1310
|
"name": "calldataload",
|
|
1311
1311
|
"nodeType": "YulIdentifier",
|
|
1312
|
-
"src": "1653:12:
|
|
1312
|
+
"src": "1653:12:101"
|
|
1313
1313
|
},
|
|
1314
1314
|
"nodeType": "YulFunctionCall",
|
|
1315
|
-
"src": "1653:32:
|
|
1315
|
+
"src": "1653:32:101"
|
|
1316
1316
|
},
|
|
1317
1317
|
"variableNames": [
|
|
1318
1318
|
{
|
|
1319
1319
|
"name": "value2",
|
|
1320
1320
|
"nodeType": "YulIdentifier",
|
|
1321
|
-
"src": "1643:6:
|
|
1321
|
+
"src": "1643:6:101"
|
|
1322
1322
|
}
|
|
1323
1323
|
]
|
|
1324
1324
|
},
|
|
1325
1325
|
{
|
|
1326
1326
|
"nodeType": "YulVariableDeclaration",
|
|
1327
|
-
"src": "1694:46:
|
|
1327
|
+
"src": "1694:46:101",
|
|
1328
1328
|
"value": {
|
|
1329
1329
|
"arguments": [
|
|
1330
1330
|
{
|
|
@@ -1332,12 +1332,12 @@
|
|
|
1332
1332
|
{
|
|
1333
1333
|
"name": "headStart",
|
|
1334
1334
|
"nodeType": "YulIdentifier",
|
|
1335
|
-
"src": "1725:9:
|
|
1335
|
+
"src": "1725:9:101"
|
|
1336
1336
|
},
|
|
1337
1337
|
{
|
|
1338
1338
|
"kind": "number",
|
|
1339
1339
|
"nodeType": "YulLiteral",
|
|
1340
|
-
"src": "1736:2:
|
|
1340
|
+
"src": "1736:2:101",
|
|
1341
1341
|
"type": "",
|
|
1342
1342
|
"value": "96"
|
|
1343
1343
|
}
|
|
@@ -1345,36 +1345,36 @@
|
|
|
1345
1345
|
"functionName": {
|
|
1346
1346
|
"name": "add",
|
|
1347
1347
|
"nodeType": "YulIdentifier",
|
|
1348
|
-
"src": "1721:3:
|
|
1348
|
+
"src": "1721:3:101"
|
|
1349
1349
|
},
|
|
1350
1350
|
"nodeType": "YulFunctionCall",
|
|
1351
|
-
"src": "1721:18:
|
|
1351
|
+
"src": "1721:18:101"
|
|
1352
1352
|
}
|
|
1353
1353
|
],
|
|
1354
1354
|
"functionName": {
|
|
1355
1355
|
"name": "calldataload",
|
|
1356
1356
|
"nodeType": "YulIdentifier",
|
|
1357
|
-
"src": "1708:12:
|
|
1357
|
+
"src": "1708:12:101"
|
|
1358
1358
|
},
|
|
1359
1359
|
"nodeType": "YulFunctionCall",
|
|
1360
|
-
"src": "1708:32:
|
|
1360
|
+
"src": "1708:32:101"
|
|
1361
1361
|
},
|
|
1362
1362
|
"variables": [
|
|
1363
1363
|
{
|
|
1364
1364
|
"name": "offset",
|
|
1365
1365
|
"nodeType": "YulTypedName",
|
|
1366
|
-
"src": "1698:6:
|
|
1366
|
+
"src": "1698:6:101",
|
|
1367
1367
|
"type": ""
|
|
1368
1368
|
}
|
|
1369
1369
|
]
|
|
1370
1370
|
},
|
|
1371
1371
|
{
|
|
1372
1372
|
"nodeType": "YulVariableDeclaration",
|
|
1373
|
-
"src": "1749:28:
|
|
1373
|
+
"src": "1749:28:101",
|
|
1374
1374
|
"value": {
|
|
1375
1375
|
"kind": "number",
|
|
1376
1376
|
"nodeType": "YulLiteral",
|
|
1377
|
-
"src": "1759:18:
|
|
1377
|
+
"src": "1759:18:101",
|
|
1378
1378
|
"type": "",
|
|
1379
1379
|
"value": "0xffffffffffffffff"
|
|
1380
1380
|
},
|
|
@@ -1382,7 +1382,7 @@
|
|
|
1382
1382
|
{
|
|
1383
1383
|
"name": "_1",
|
|
1384
1384
|
"nodeType": "YulTypedName",
|
|
1385
|
-
"src": "1753:2:
|
|
1385
|
+
"src": "1753:2:101",
|
|
1386
1386
|
"type": ""
|
|
1387
1387
|
}
|
|
1388
1388
|
]
|
|
@@ -1390,7 +1390,7 @@
|
|
|
1390
1390
|
{
|
|
1391
1391
|
"body": {
|
|
1392
1392
|
"nodeType": "YulBlock",
|
|
1393
|
-
"src": "1804:16:
|
|
1393
|
+
"src": "1804:16:101",
|
|
1394
1394
|
"statements": [
|
|
1395
1395
|
{
|
|
1396
1396
|
"expression": {
|
|
@@ -1398,14 +1398,14 @@
|
|
|
1398
1398
|
{
|
|
1399
1399
|
"kind": "number",
|
|
1400
1400
|
"nodeType": "YulLiteral",
|
|
1401
|
-
"src": "1813:1:
|
|
1401
|
+
"src": "1813:1:101",
|
|
1402
1402
|
"type": "",
|
|
1403
1403
|
"value": "0"
|
|
1404
1404
|
},
|
|
1405
1405
|
{
|
|
1406
1406
|
"kind": "number",
|
|
1407
1407
|
"nodeType": "YulLiteral",
|
|
1408
|
-
"src": "1816:1:
|
|
1408
|
+
"src": "1816:1:101",
|
|
1409
1409
|
"type": "",
|
|
1410
1410
|
"value": "0"
|
|
1411
1411
|
}
|
|
@@ -1413,13 +1413,13 @@
|
|
|
1413
1413
|
"functionName": {
|
|
1414
1414
|
"name": "revert",
|
|
1415
1415
|
"nodeType": "YulIdentifier",
|
|
1416
|
-
"src": "1806:6:
|
|
1416
|
+
"src": "1806:6:101"
|
|
1417
1417
|
},
|
|
1418
1418
|
"nodeType": "YulFunctionCall",
|
|
1419
|
-
"src": "1806:12:
|
|
1419
|
+
"src": "1806:12:101"
|
|
1420
1420
|
},
|
|
1421
1421
|
"nodeType": "YulExpressionStatement",
|
|
1422
|
-
"src": "1806:12:
|
|
1422
|
+
"src": "1806:12:101"
|
|
1423
1423
|
}
|
|
1424
1424
|
]
|
|
1425
1425
|
},
|
|
@@ -1428,54 +1428,54 @@
|
|
|
1428
1428
|
{
|
|
1429
1429
|
"name": "offset",
|
|
1430
1430
|
"nodeType": "YulIdentifier",
|
|
1431
|
-
"src": "1792:6:
|
|
1431
|
+
"src": "1792:6:101"
|
|
1432
1432
|
},
|
|
1433
1433
|
{
|
|
1434
1434
|
"name": "_1",
|
|
1435
1435
|
"nodeType": "YulIdentifier",
|
|
1436
|
-
"src": "1800:2:
|
|
1436
|
+
"src": "1800:2:101"
|
|
1437
1437
|
}
|
|
1438
1438
|
],
|
|
1439
1439
|
"functionName": {
|
|
1440
1440
|
"name": "gt",
|
|
1441
1441
|
"nodeType": "YulIdentifier",
|
|
1442
|
-
"src": "1789:2:
|
|
1442
|
+
"src": "1789:2:101"
|
|
1443
1443
|
},
|
|
1444
1444
|
"nodeType": "YulFunctionCall",
|
|
1445
|
-
"src": "1789:14:
|
|
1445
|
+
"src": "1789:14:101"
|
|
1446
1446
|
},
|
|
1447
1447
|
"nodeType": "YulIf",
|
|
1448
|
-
"src": "1786:34:
|
|
1448
|
+
"src": "1786:34:101"
|
|
1449
1449
|
},
|
|
1450
1450
|
{
|
|
1451
1451
|
"nodeType": "YulVariableDeclaration",
|
|
1452
|
-
"src": "1829:32:
|
|
1452
|
+
"src": "1829:32:101",
|
|
1453
1453
|
"value": {
|
|
1454
1454
|
"arguments": [
|
|
1455
1455
|
{
|
|
1456
1456
|
"name": "headStart",
|
|
1457
1457
|
"nodeType": "YulIdentifier",
|
|
1458
|
-
"src": "1843:9:
|
|
1458
|
+
"src": "1843:9:101"
|
|
1459
1459
|
},
|
|
1460
1460
|
{
|
|
1461
1461
|
"name": "offset",
|
|
1462
1462
|
"nodeType": "YulIdentifier",
|
|
1463
|
-
"src": "1854:6:
|
|
1463
|
+
"src": "1854:6:101"
|
|
1464
1464
|
}
|
|
1465
1465
|
],
|
|
1466
1466
|
"functionName": {
|
|
1467
1467
|
"name": "add",
|
|
1468
1468
|
"nodeType": "YulIdentifier",
|
|
1469
|
-
"src": "1839:3:
|
|
1469
|
+
"src": "1839:3:101"
|
|
1470
1470
|
},
|
|
1471
1471
|
"nodeType": "YulFunctionCall",
|
|
1472
|
-
"src": "1839:22:
|
|
1472
|
+
"src": "1839:22:101"
|
|
1473
1473
|
},
|
|
1474
1474
|
"variables": [
|
|
1475
1475
|
{
|
|
1476
1476
|
"name": "_2",
|
|
1477
1477
|
"nodeType": "YulTypedName",
|
|
1478
|
-
"src": "1833:2:
|
|
1478
|
+
"src": "1833:2:101",
|
|
1479
1479
|
"type": ""
|
|
1480
1480
|
}
|
|
1481
1481
|
]
|
|
@@ -1483,7 +1483,7 @@
|
|
|
1483
1483
|
{
|
|
1484
1484
|
"body": {
|
|
1485
1485
|
"nodeType": "YulBlock",
|
|
1486
|
-
"src": "1909:16:
|
|
1486
|
+
"src": "1909:16:101",
|
|
1487
1487
|
"statements": [
|
|
1488
1488
|
{
|
|
1489
1489
|
"expression": {
|
|
@@ -1491,14 +1491,14 @@
|
|
|
1491
1491
|
{
|
|
1492
1492
|
"kind": "number",
|
|
1493
1493
|
"nodeType": "YulLiteral",
|
|
1494
|
-
"src": "1918:1:
|
|
1494
|
+
"src": "1918:1:101",
|
|
1495
1495
|
"type": "",
|
|
1496
1496
|
"value": "0"
|
|
1497
1497
|
},
|
|
1498
1498
|
{
|
|
1499
1499
|
"kind": "number",
|
|
1500
1500
|
"nodeType": "YulLiteral",
|
|
1501
|
-
"src": "1921:1:
|
|
1501
|
+
"src": "1921:1:101",
|
|
1502
1502
|
"type": "",
|
|
1503
1503
|
"value": "0"
|
|
1504
1504
|
}
|
|
@@ -1506,13 +1506,13 @@
|
|
|
1506
1506
|
"functionName": {
|
|
1507
1507
|
"name": "revert",
|
|
1508
1508
|
"nodeType": "YulIdentifier",
|
|
1509
|
-
"src": "1911:6:
|
|
1509
|
+
"src": "1911:6:101"
|
|
1510
1510
|
},
|
|
1511
1511
|
"nodeType": "YulFunctionCall",
|
|
1512
|
-
"src": "1911:12:
|
|
1512
|
+
"src": "1911:12:101"
|
|
1513
1513
|
},
|
|
1514
1514
|
"nodeType": "YulExpressionStatement",
|
|
1515
|
-
"src": "1911:12:
|
|
1515
|
+
"src": "1911:12:101"
|
|
1516
1516
|
}
|
|
1517
1517
|
]
|
|
1518
1518
|
},
|
|
@@ -1525,12 +1525,12 @@
|
|
|
1525
1525
|
{
|
|
1526
1526
|
"name": "_2",
|
|
1527
1527
|
"nodeType": "YulIdentifier",
|
|
1528
|
-
"src": "1888:2:
|
|
1528
|
+
"src": "1888:2:101"
|
|
1529
1529
|
},
|
|
1530
1530
|
{
|
|
1531
1531
|
"kind": "number",
|
|
1532
1532
|
"nodeType": "YulLiteral",
|
|
1533
|
-
"src": "1892:4:
|
|
1533
|
+
"src": "1892:4:101",
|
|
1534
1534
|
"type": "",
|
|
1535
1535
|
"value": "0x1f"
|
|
1536
1536
|
}
|
|
@@ -1538,61 +1538,61 @@
|
|
|
1538
1538
|
"functionName": {
|
|
1539
1539
|
"name": "add",
|
|
1540
1540
|
"nodeType": "YulIdentifier",
|
|
1541
|
-
"src": "1884:3:
|
|
1541
|
+
"src": "1884:3:101"
|
|
1542
1542
|
},
|
|
1543
1543
|
"nodeType": "YulFunctionCall",
|
|
1544
|
-
"src": "1884:13:
|
|
1544
|
+
"src": "1884:13:101"
|
|
1545
1545
|
},
|
|
1546
1546
|
{
|
|
1547
1547
|
"name": "dataEnd",
|
|
1548
1548
|
"nodeType": "YulIdentifier",
|
|
1549
|
-
"src": "1899:7:
|
|
1549
|
+
"src": "1899:7:101"
|
|
1550
1550
|
}
|
|
1551
1551
|
],
|
|
1552
1552
|
"functionName": {
|
|
1553
1553
|
"name": "slt",
|
|
1554
1554
|
"nodeType": "YulIdentifier",
|
|
1555
|
-
"src": "1880:3:
|
|
1555
|
+
"src": "1880:3:101"
|
|
1556
1556
|
},
|
|
1557
1557
|
"nodeType": "YulFunctionCall",
|
|
1558
|
-
"src": "1880:27:
|
|
1558
|
+
"src": "1880:27:101"
|
|
1559
1559
|
}
|
|
1560
1560
|
],
|
|
1561
1561
|
"functionName": {
|
|
1562
1562
|
"name": "iszero",
|
|
1563
1563
|
"nodeType": "YulIdentifier",
|
|
1564
|
-
"src": "1873:6:
|
|
1564
|
+
"src": "1873:6:101"
|
|
1565
1565
|
},
|
|
1566
1566
|
"nodeType": "YulFunctionCall",
|
|
1567
|
-
"src": "1873:35:
|
|
1567
|
+
"src": "1873:35:101"
|
|
1568
1568
|
},
|
|
1569
1569
|
"nodeType": "YulIf",
|
|
1570
|
-
"src": "1870:55:
|
|
1570
|
+
"src": "1870:55:101"
|
|
1571
1571
|
},
|
|
1572
1572
|
{
|
|
1573
1573
|
"nodeType": "YulVariableDeclaration",
|
|
1574
|
-
"src": "1934:30:
|
|
1574
|
+
"src": "1934:30:101",
|
|
1575
1575
|
"value": {
|
|
1576
1576
|
"arguments": [
|
|
1577
1577
|
{
|
|
1578
1578
|
"name": "_2",
|
|
1579
1579
|
"nodeType": "YulIdentifier",
|
|
1580
|
-
"src": "1961:2:
|
|
1580
|
+
"src": "1961:2:101"
|
|
1581
1581
|
}
|
|
1582
1582
|
],
|
|
1583
1583
|
"functionName": {
|
|
1584
1584
|
"name": "calldataload",
|
|
1585
1585
|
"nodeType": "YulIdentifier",
|
|
1586
|
-
"src": "1948:12:
|
|
1586
|
+
"src": "1948:12:101"
|
|
1587
1587
|
},
|
|
1588
1588
|
"nodeType": "YulFunctionCall",
|
|
1589
|
-
"src": "1948:16:
|
|
1589
|
+
"src": "1948:16:101"
|
|
1590
1590
|
},
|
|
1591
1591
|
"variables": [
|
|
1592
1592
|
{
|
|
1593
1593
|
"name": "length",
|
|
1594
1594
|
"nodeType": "YulTypedName",
|
|
1595
|
-
"src": "1938:6:
|
|
1595
|
+
"src": "1938:6:101",
|
|
1596
1596
|
"type": ""
|
|
1597
1597
|
}
|
|
1598
1598
|
]
|
|
@@ -1600,7 +1600,7 @@
|
|
|
1600
1600
|
{
|
|
1601
1601
|
"body": {
|
|
1602
1602
|
"nodeType": "YulBlock",
|
|
1603
|
-
"src": "1991:16:
|
|
1603
|
+
"src": "1991:16:101",
|
|
1604
1604
|
"statements": [
|
|
1605
1605
|
{
|
|
1606
1606
|
"expression": {
|
|
@@ -1608,14 +1608,14 @@
|
|
|
1608
1608
|
{
|
|
1609
1609
|
"kind": "number",
|
|
1610
1610
|
"nodeType": "YulLiteral",
|
|
1611
|
-
"src": "2000:1:
|
|
1611
|
+
"src": "2000:1:101",
|
|
1612
1612
|
"type": "",
|
|
1613
1613
|
"value": "0"
|
|
1614
1614
|
},
|
|
1615
1615
|
{
|
|
1616
1616
|
"kind": "number",
|
|
1617
1617
|
"nodeType": "YulLiteral",
|
|
1618
|
-
"src": "2003:1:
|
|
1618
|
+
"src": "2003:1:101",
|
|
1619
1619
|
"type": "",
|
|
1620
1620
|
"value": "0"
|
|
1621
1621
|
}
|
|
@@ -1623,13 +1623,13 @@
|
|
|
1623
1623
|
"functionName": {
|
|
1624
1624
|
"name": "revert",
|
|
1625
1625
|
"nodeType": "YulIdentifier",
|
|
1626
|
-
"src": "1993:6:
|
|
1626
|
+
"src": "1993:6:101"
|
|
1627
1627
|
},
|
|
1628
1628
|
"nodeType": "YulFunctionCall",
|
|
1629
|
-
"src": "1993:12:
|
|
1629
|
+
"src": "1993:12:101"
|
|
1630
1630
|
},
|
|
1631
1631
|
"nodeType": "YulExpressionStatement",
|
|
1632
|
-
"src": "1993:12:
|
|
1632
|
+
"src": "1993:12:101"
|
|
1633
1633
|
}
|
|
1634
1634
|
]
|
|
1635
1635
|
},
|
|
@@ -1638,29 +1638,29 @@
|
|
|
1638
1638
|
{
|
|
1639
1639
|
"name": "length",
|
|
1640
1640
|
"nodeType": "YulIdentifier",
|
|
1641
|
-
"src": "1979:6:
|
|
1641
|
+
"src": "1979:6:101"
|
|
1642
1642
|
},
|
|
1643
1643
|
{
|
|
1644
1644
|
"name": "_1",
|
|
1645
1645
|
"nodeType": "YulIdentifier",
|
|
1646
|
-
"src": "1987:2:
|
|
1646
|
+
"src": "1987:2:101"
|
|
1647
1647
|
}
|
|
1648
1648
|
],
|
|
1649
1649
|
"functionName": {
|
|
1650
1650
|
"name": "gt",
|
|
1651
1651
|
"nodeType": "YulIdentifier",
|
|
1652
|
-
"src": "1976:2:
|
|
1652
|
+
"src": "1976:2:101"
|
|
1653
1653
|
},
|
|
1654
1654
|
"nodeType": "YulFunctionCall",
|
|
1655
|
-
"src": "1976:14:
|
|
1655
|
+
"src": "1976:14:101"
|
|
1656
1656
|
},
|
|
1657
1657
|
"nodeType": "YulIf",
|
|
1658
|
-
"src": "1973:34:
|
|
1658
|
+
"src": "1973:34:101"
|
|
1659
1659
|
},
|
|
1660
1660
|
{
|
|
1661
1661
|
"body": {
|
|
1662
1662
|
"nodeType": "YulBlock",
|
|
1663
|
-
"src": "2057:16:
|
|
1663
|
+
"src": "2057:16:101",
|
|
1664
1664
|
"statements": [
|
|
1665
1665
|
{
|
|
1666
1666
|
"expression": {
|
|
@@ -1668,14 +1668,14 @@
|
|
|
1668
1668
|
{
|
|
1669
1669
|
"kind": "number",
|
|
1670
1670
|
"nodeType": "YulLiteral",
|
|
1671
|
-
"src": "2066:1:
|
|
1671
|
+
"src": "2066:1:101",
|
|
1672
1672
|
"type": "",
|
|
1673
1673
|
"value": "0"
|
|
1674
1674
|
},
|
|
1675
1675
|
{
|
|
1676
1676
|
"kind": "number",
|
|
1677
1677
|
"nodeType": "YulLiteral",
|
|
1678
|
-
"src": "2069:1:
|
|
1678
|
+
"src": "2069:1:101",
|
|
1679
1679
|
"type": "",
|
|
1680
1680
|
"value": "0"
|
|
1681
1681
|
}
|
|
@@ -1683,13 +1683,13 @@
|
|
|
1683
1683
|
"functionName": {
|
|
1684
1684
|
"name": "revert",
|
|
1685
1685
|
"nodeType": "YulIdentifier",
|
|
1686
|
-
"src": "2059:6:
|
|
1686
|
+
"src": "2059:6:101"
|
|
1687
1687
|
},
|
|
1688
1688
|
"nodeType": "YulFunctionCall",
|
|
1689
|
-
"src": "2059:12:
|
|
1689
|
+
"src": "2059:12:101"
|
|
1690
1690
|
},
|
|
1691
1691
|
"nodeType": "YulExpressionStatement",
|
|
1692
|
-
"src": "2059:12:
|
|
1692
|
+
"src": "2059:12:101"
|
|
1693
1693
|
}
|
|
1694
1694
|
]
|
|
1695
1695
|
},
|
|
@@ -1702,26 +1702,26 @@
|
|
|
1702
1702
|
{
|
|
1703
1703
|
"name": "_2",
|
|
1704
1704
|
"nodeType": "YulIdentifier",
|
|
1705
|
-
"src": "2030:2:
|
|
1705
|
+
"src": "2030:2:101"
|
|
1706
1706
|
},
|
|
1707
1707
|
{
|
|
1708
1708
|
"name": "length",
|
|
1709
1709
|
"nodeType": "YulIdentifier",
|
|
1710
|
-
"src": "2034:6:
|
|
1710
|
+
"src": "2034:6:101"
|
|
1711
1711
|
}
|
|
1712
1712
|
],
|
|
1713
1713
|
"functionName": {
|
|
1714
1714
|
"name": "add",
|
|
1715
1715
|
"nodeType": "YulIdentifier",
|
|
1716
|
-
"src": "2026:3:
|
|
1716
|
+
"src": "2026:3:101"
|
|
1717
1717
|
},
|
|
1718
1718
|
"nodeType": "YulFunctionCall",
|
|
1719
|
-
"src": "2026:15:
|
|
1719
|
+
"src": "2026:15:101"
|
|
1720
1720
|
},
|
|
1721
1721
|
{
|
|
1722
1722
|
"kind": "number",
|
|
1723
1723
|
"nodeType": "YulLiteral",
|
|
1724
|
-
"src": "2043:2:
|
|
1724
|
+
"src": "2043:2:101",
|
|
1725
1725
|
"type": "",
|
|
1726
1726
|
"value": "32"
|
|
1727
1727
|
}
|
|
@@ -1729,42 +1729,42 @@
|
|
|
1729
1729
|
"functionName": {
|
|
1730
1730
|
"name": "add",
|
|
1731
1731
|
"nodeType": "YulIdentifier",
|
|
1732
|
-
"src": "2022:3:
|
|
1732
|
+
"src": "2022:3:101"
|
|
1733
1733
|
},
|
|
1734
1734
|
"nodeType": "YulFunctionCall",
|
|
1735
|
-
"src": "2022:24:
|
|
1735
|
+
"src": "2022:24:101"
|
|
1736
1736
|
},
|
|
1737
1737
|
{
|
|
1738
1738
|
"name": "dataEnd",
|
|
1739
1739
|
"nodeType": "YulIdentifier",
|
|
1740
|
-
"src": "2048:7:
|
|
1740
|
+
"src": "2048:7:101"
|
|
1741
1741
|
}
|
|
1742
1742
|
],
|
|
1743
1743
|
"functionName": {
|
|
1744
1744
|
"name": "gt",
|
|
1745
1745
|
"nodeType": "YulIdentifier",
|
|
1746
|
-
"src": "2019:2:
|
|
1746
|
+
"src": "2019:2:101"
|
|
1747
1747
|
},
|
|
1748
1748
|
"nodeType": "YulFunctionCall",
|
|
1749
|
-
"src": "2019:37:
|
|
1749
|
+
"src": "2019:37:101"
|
|
1750
1750
|
},
|
|
1751
1751
|
"nodeType": "YulIf",
|
|
1752
|
-
"src": "2016:57:
|
|
1752
|
+
"src": "2016:57:101"
|
|
1753
1753
|
},
|
|
1754
1754
|
{
|
|
1755
1755
|
"nodeType": "YulAssignment",
|
|
1756
|
-
"src": "2082:21:
|
|
1756
|
+
"src": "2082:21:101",
|
|
1757
1757
|
"value": {
|
|
1758
1758
|
"arguments": [
|
|
1759
1759
|
{
|
|
1760
1760
|
"name": "_2",
|
|
1761
1761
|
"nodeType": "YulIdentifier",
|
|
1762
|
-
"src": "2096:2:
|
|
1762
|
+
"src": "2096:2:101"
|
|
1763
1763
|
},
|
|
1764
1764
|
{
|
|
1765
1765
|
"kind": "number",
|
|
1766
1766
|
"nodeType": "YulLiteral",
|
|
1767
|
-
"src": "2100:2:
|
|
1767
|
+
"src": "2100:2:101",
|
|
1768
1768
|
"type": "",
|
|
1769
1769
|
"value": "32"
|
|
1770
1770
|
}
|
|
@@ -1772,32 +1772,32 @@
|
|
|
1772
1772
|
"functionName": {
|
|
1773
1773
|
"name": "add",
|
|
1774
1774
|
"nodeType": "YulIdentifier",
|
|
1775
|
-
"src": "2092:3:
|
|
1775
|
+
"src": "2092:3:101"
|
|
1776
1776
|
},
|
|
1777
1777
|
"nodeType": "YulFunctionCall",
|
|
1778
|
-
"src": "2092:11:
|
|
1778
|
+
"src": "2092:11:101"
|
|
1779
1779
|
},
|
|
1780
1780
|
"variableNames": [
|
|
1781
1781
|
{
|
|
1782
1782
|
"name": "value3",
|
|
1783
1783
|
"nodeType": "YulIdentifier",
|
|
1784
|
-
"src": "2082:6:
|
|
1784
|
+
"src": "2082:6:101"
|
|
1785
1785
|
}
|
|
1786
1786
|
]
|
|
1787
1787
|
},
|
|
1788
1788
|
{
|
|
1789
1789
|
"nodeType": "YulAssignment",
|
|
1790
|
-
"src": "2112:16:
|
|
1790
|
+
"src": "2112:16:101",
|
|
1791
1791
|
"value": {
|
|
1792
1792
|
"name": "length",
|
|
1793
1793
|
"nodeType": "YulIdentifier",
|
|
1794
|
-
"src": "2122:6:
|
|
1794
|
+
"src": "2122:6:101"
|
|
1795
1795
|
},
|
|
1796
1796
|
"variableNames": [
|
|
1797
1797
|
{
|
|
1798
1798
|
"name": "value4",
|
|
1799
1799
|
"nodeType": "YulIdentifier",
|
|
1800
|
-
"src": "2112:6:
|
|
1800
|
+
"src": "2112:6:101"
|
|
1801
1801
|
}
|
|
1802
1802
|
]
|
|
1803
1803
|
}
|
|
@@ -1809,13 +1809,13 @@
|
|
|
1809
1809
|
{
|
|
1810
1810
|
"name": "headStart",
|
|
1811
1811
|
"nodeType": "YulTypedName",
|
|
1812
|
-
"src": "1256:9:
|
|
1812
|
+
"src": "1256:9:101",
|
|
1813
1813
|
"type": ""
|
|
1814
1814
|
},
|
|
1815
1815
|
{
|
|
1816
1816
|
"name": "dataEnd",
|
|
1817
1817
|
"nodeType": "YulTypedName",
|
|
1818
|
-
"src": "1267:7:
|
|
1818
|
+
"src": "1267:7:101",
|
|
1819
1819
|
"type": ""
|
|
1820
1820
|
}
|
|
1821
1821
|
],
|
|
@@ -1823,40 +1823,40 @@
|
|
|
1823
1823
|
{
|
|
1824
1824
|
"name": "value0",
|
|
1825
1825
|
"nodeType": "YulTypedName",
|
|
1826
|
-
"src": "1279:6:
|
|
1826
|
+
"src": "1279:6:101",
|
|
1827
1827
|
"type": ""
|
|
1828
1828
|
},
|
|
1829
1829
|
{
|
|
1830
1830
|
"name": "value1",
|
|
1831
1831
|
"nodeType": "YulTypedName",
|
|
1832
|
-
"src": "1287:6:
|
|
1832
|
+
"src": "1287:6:101",
|
|
1833
1833
|
"type": ""
|
|
1834
1834
|
},
|
|
1835
1835
|
{
|
|
1836
1836
|
"name": "value2",
|
|
1837
1837
|
"nodeType": "YulTypedName",
|
|
1838
|
-
"src": "1295:6:
|
|
1838
|
+
"src": "1295:6:101",
|
|
1839
1839
|
"type": ""
|
|
1840
1840
|
},
|
|
1841
1841
|
{
|
|
1842
1842
|
"name": "value3",
|
|
1843
1843
|
"nodeType": "YulTypedName",
|
|
1844
|
-
"src": "1303:6:
|
|
1844
|
+
"src": "1303:6:101",
|
|
1845
1845
|
"type": ""
|
|
1846
1846
|
},
|
|
1847
1847
|
{
|
|
1848
1848
|
"name": "value4",
|
|
1849
1849
|
"nodeType": "YulTypedName",
|
|
1850
|
-
"src": "1311:6:
|
|
1850
|
+
"src": "1311:6:101",
|
|
1851
1851
|
"type": ""
|
|
1852
1852
|
}
|
|
1853
1853
|
],
|
|
1854
|
-
"src": "1165:969:
|
|
1854
|
+
"src": "1165:969:101"
|
|
1855
1855
|
},
|
|
1856
1856
|
{
|
|
1857
1857
|
"body": {
|
|
1858
1858
|
"nodeType": "YulBlock",
|
|
1859
|
-
"src": "2313:182:
|
|
1859
|
+
"src": "2313:182:101",
|
|
1860
1860
|
"statements": [
|
|
1861
1861
|
{
|
|
1862
1862
|
"expression": {
|
|
@@ -1864,12 +1864,12 @@
|
|
|
1864
1864
|
{
|
|
1865
1865
|
"name": "headStart",
|
|
1866
1866
|
"nodeType": "YulIdentifier",
|
|
1867
|
-
"src": "2330:9:
|
|
1867
|
+
"src": "2330:9:101"
|
|
1868
1868
|
},
|
|
1869
1869
|
{
|
|
1870
1870
|
"kind": "number",
|
|
1871
1871
|
"nodeType": "YulLiteral",
|
|
1872
|
-
"src": "2341:2:
|
|
1872
|
+
"src": "2341:2:101",
|
|
1873
1873
|
"type": "",
|
|
1874
1874
|
"value": "32"
|
|
1875
1875
|
}
|
|
@@ -1877,13 +1877,13 @@
|
|
|
1877
1877
|
"functionName": {
|
|
1878
1878
|
"name": "mstore",
|
|
1879
1879
|
"nodeType": "YulIdentifier",
|
|
1880
|
-
"src": "2323:6:
|
|
1880
|
+
"src": "2323:6:101"
|
|
1881
1881
|
},
|
|
1882
1882
|
"nodeType": "YulFunctionCall",
|
|
1883
|
-
"src": "2323:21:
|
|
1883
|
+
"src": "2323:21:101"
|
|
1884
1884
|
},
|
|
1885
1885
|
"nodeType": "YulExpressionStatement",
|
|
1886
|
-
"src": "2323:21:
|
|
1886
|
+
"src": "2323:21:101"
|
|
1887
1887
|
},
|
|
1888
1888
|
{
|
|
1889
1889
|
"expression": {
|
|
@@ -1893,12 +1893,12 @@
|
|
|
1893
1893
|
{
|
|
1894
1894
|
"name": "headStart",
|
|
1895
1895
|
"nodeType": "YulIdentifier",
|
|
1896
|
-
"src": "2364:9:
|
|
1896
|
+
"src": "2364:9:101"
|
|
1897
1897
|
},
|
|
1898
1898
|
{
|
|
1899
1899
|
"kind": "number",
|
|
1900
1900
|
"nodeType": "YulLiteral",
|
|
1901
|
-
"src": "2375:2:
|
|
1901
|
+
"src": "2375:2:101",
|
|
1902
1902
|
"type": "",
|
|
1903
1903
|
"value": "32"
|
|
1904
1904
|
}
|
|
@@ -1906,15 +1906,15 @@
|
|
|
1906
1906
|
"functionName": {
|
|
1907
1907
|
"name": "add",
|
|
1908
1908
|
"nodeType": "YulIdentifier",
|
|
1909
|
-
"src": "2360:3:
|
|
1909
|
+
"src": "2360:3:101"
|
|
1910
1910
|
},
|
|
1911
1911
|
"nodeType": "YulFunctionCall",
|
|
1912
|
-
"src": "2360:18:
|
|
1912
|
+
"src": "2360:18:101"
|
|
1913
1913
|
},
|
|
1914
1914
|
{
|
|
1915
1915
|
"kind": "number",
|
|
1916
1916
|
"nodeType": "YulLiteral",
|
|
1917
|
-
"src": "2380:2:
|
|
1917
|
+
"src": "2380:2:101",
|
|
1918
1918
|
"type": "",
|
|
1919
1919
|
"value": "32"
|
|
1920
1920
|
}
|
|
@@ -1922,13 +1922,13 @@
|
|
|
1922
1922
|
"functionName": {
|
|
1923
1923
|
"name": "mstore",
|
|
1924
1924
|
"nodeType": "YulIdentifier",
|
|
1925
|
-
"src": "2353:6:
|
|
1925
|
+
"src": "2353:6:101"
|
|
1926
1926
|
},
|
|
1927
1927
|
"nodeType": "YulFunctionCall",
|
|
1928
|
-
"src": "2353:30:
|
|
1928
|
+
"src": "2353:30:101"
|
|
1929
1929
|
},
|
|
1930
1930
|
"nodeType": "YulExpressionStatement",
|
|
1931
|
-
"src": "2353:30:
|
|
1931
|
+
"src": "2353:30:101"
|
|
1932
1932
|
},
|
|
1933
1933
|
{
|
|
1934
1934
|
"expression": {
|
|
@@ -1938,12 +1938,12 @@
|
|
|
1938
1938
|
{
|
|
1939
1939
|
"name": "headStart",
|
|
1940
1940
|
"nodeType": "YulIdentifier",
|
|
1941
|
-
"src": "2403:9:
|
|
1941
|
+
"src": "2403:9:101"
|
|
1942
1942
|
},
|
|
1943
1943
|
{
|
|
1944
1944
|
"kind": "number",
|
|
1945
1945
|
"nodeType": "YulLiteral",
|
|
1946
|
-
"src": "2414:2:
|
|
1946
|
+
"src": "2414:2:101",
|
|
1947
1947
|
"type": "",
|
|
1948
1948
|
"value": "64"
|
|
1949
1949
|
}
|
|
@@ -1951,16 +1951,16 @@
|
|
|
1951
1951
|
"functionName": {
|
|
1952
1952
|
"name": "add",
|
|
1953
1953
|
"nodeType": "YulIdentifier",
|
|
1954
|
-
"src": "2399:3:
|
|
1954
|
+
"src": "2399:3:101"
|
|
1955
1955
|
},
|
|
1956
1956
|
"nodeType": "YulFunctionCall",
|
|
1957
|
-
"src": "2399:18:
|
|
1957
|
+
"src": "2399:18:101"
|
|
1958
1958
|
},
|
|
1959
1959
|
{
|
|
1960
1960
|
"hexValue": "4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572",
|
|
1961
1961
|
"kind": "string",
|
|
1962
1962
|
"nodeType": "YulLiteral",
|
|
1963
|
-
"src": "2419:34:
|
|
1963
|
+
"src": "2419:34:101",
|
|
1964
1964
|
"type": "",
|
|
1965
1965
|
"value": "Ownable: caller is not the owner"
|
|
1966
1966
|
}
|
|
@@ -1968,28 +1968,28 @@
|
|
|
1968
1968
|
"functionName": {
|
|
1969
1969
|
"name": "mstore",
|
|
1970
1970
|
"nodeType": "YulIdentifier",
|
|
1971
|
-
"src": "2392:6:
|
|
1971
|
+
"src": "2392:6:101"
|
|
1972
1972
|
},
|
|
1973
1973
|
"nodeType": "YulFunctionCall",
|
|
1974
|
-
"src": "2392:62:
|
|
1974
|
+
"src": "2392:62:101"
|
|
1975
1975
|
},
|
|
1976
1976
|
"nodeType": "YulExpressionStatement",
|
|
1977
|
-
"src": "2392:62:
|
|
1977
|
+
"src": "2392:62:101"
|
|
1978
1978
|
},
|
|
1979
1979
|
{
|
|
1980
1980
|
"nodeType": "YulAssignment",
|
|
1981
|
-
"src": "2463:26:
|
|
1981
|
+
"src": "2463:26:101",
|
|
1982
1982
|
"value": {
|
|
1983
1983
|
"arguments": [
|
|
1984
1984
|
{
|
|
1985
1985
|
"name": "headStart",
|
|
1986
1986
|
"nodeType": "YulIdentifier",
|
|
1987
|
-
"src": "2475:9:
|
|
1987
|
+
"src": "2475:9:101"
|
|
1988
1988
|
},
|
|
1989
1989
|
{
|
|
1990
1990
|
"kind": "number",
|
|
1991
1991
|
"nodeType": "YulLiteral",
|
|
1992
|
-
"src": "2486:2:
|
|
1992
|
+
"src": "2486:2:101",
|
|
1993
1993
|
"type": "",
|
|
1994
1994
|
"value": "96"
|
|
1995
1995
|
}
|
|
@@ -1997,16 +1997,16 @@
|
|
|
1997
1997
|
"functionName": {
|
|
1998
1998
|
"name": "add",
|
|
1999
1999
|
"nodeType": "YulIdentifier",
|
|
2000
|
-
"src": "2471:3:
|
|
2000
|
+
"src": "2471:3:101"
|
|
2001
2001
|
},
|
|
2002
2002
|
"nodeType": "YulFunctionCall",
|
|
2003
|
-
"src": "2471:18:
|
|
2003
|
+
"src": "2471:18:101"
|
|
2004
2004
|
},
|
|
2005
2005
|
"variableNames": [
|
|
2006
2006
|
{
|
|
2007
2007
|
"name": "tail",
|
|
2008
2008
|
"nodeType": "YulIdentifier",
|
|
2009
|
-
"src": "2463:4:
|
|
2009
|
+
"src": "2463:4:101"
|
|
2010
2010
|
}
|
|
2011
2011
|
]
|
|
2012
2012
|
}
|
|
@@ -2018,7 +2018,7 @@
|
|
|
2018
2018
|
{
|
|
2019
2019
|
"name": "headStart",
|
|
2020
2020
|
"nodeType": "YulTypedName",
|
|
2021
|
-
"src": "2290:9:
|
|
2021
|
+
"src": "2290:9:101",
|
|
2022
2022
|
"type": ""
|
|
2023
2023
|
}
|
|
2024
2024
|
],
|
|
@@ -2026,16 +2026,16 @@
|
|
|
2026
2026
|
{
|
|
2027
2027
|
"name": "tail",
|
|
2028
2028
|
"nodeType": "YulTypedName",
|
|
2029
|
-
"src": "2304:4:
|
|
2029
|
+
"src": "2304:4:101",
|
|
2030
2030
|
"type": ""
|
|
2031
2031
|
}
|
|
2032
2032
|
],
|
|
2033
|
-
"src": "2139:356:
|
|
2033
|
+
"src": "2139:356:101"
|
|
2034
2034
|
},
|
|
2035
2035
|
{
|
|
2036
2036
|
"body": {
|
|
2037
2037
|
"nodeType": "YulBlock",
|
|
2038
|
-
"src": "2674:228:
|
|
2038
|
+
"src": "2674:228:101",
|
|
2039
2039
|
"statements": [
|
|
2040
2040
|
{
|
|
2041
2041
|
"expression": {
|
|
@@ -2043,12 +2043,12 @@
|
|
|
2043
2043
|
{
|
|
2044
2044
|
"name": "headStart",
|
|
2045
2045
|
"nodeType": "YulIdentifier",
|
|
2046
|
-
"src": "2691:9:
|
|
2046
|
+
"src": "2691:9:101"
|
|
2047
2047
|
},
|
|
2048
2048
|
{
|
|
2049
2049
|
"kind": "number",
|
|
2050
2050
|
"nodeType": "YulLiteral",
|
|
2051
|
-
"src": "2702:2:
|
|
2051
|
+
"src": "2702:2:101",
|
|
2052
2052
|
"type": "",
|
|
2053
2053
|
"value": "32"
|
|
2054
2054
|
}
|
|
@@ -2056,13 +2056,13 @@
|
|
|
2056
2056
|
"functionName": {
|
|
2057
2057
|
"name": "mstore",
|
|
2058
2058
|
"nodeType": "YulIdentifier",
|
|
2059
|
-
"src": "2684:6:
|
|
2059
|
+
"src": "2684:6:101"
|
|
2060
2060
|
},
|
|
2061
2061
|
"nodeType": "YulFunctionCall",
|
|
2062
|
-
"src": "2684:21:
|
|
2062
|
+
"src": "2684:21:101"
|
|
2063
2063
|
},
|
|
2064
2064
|
"nodeType": "YulExpressionStatement",
|
|
2065
|
-
"src": "2684:21:
|
|
2065
|
+
"src": "2684:21:101"
|
|
2066
2066
|
},
|
|
2067
2067
|
{
|
|
2068
2068
|
"expression": {
|
|
@@ -2072,12 +2072,12 @@
|
|
|
2072
2072
|
{
|
|
2073
2073
|
"name": "headStart",
|
|
2074
2074
|
"nodeType": "YulIdentifier",
|
|
2075
|
-
"src": "2725:9:
|
|
2075
|
+
"src": "2725:9:101"
|
|
2076
2076
|
},
|
|
2077
2077
|
{
|
|
2078
2078
|
"kind": "number",
|
|
2079
2079
|
"nodeType": "YulLiteral",
|
|
2080
|
-
"src": "2736:2:
|
|
2080
|
+
"src": "2736:2:101",
|
|
2081
2081
|
"type": "",
|
|
2082
2082
|
"value": "32"
|
|
2083
2083
|
}
|
|
@@ -2085,15 +2085,15 @@
|
|
|
2085
2085
|
"functionName": {
|
|
2086
2086
|
"name": "add",
|
|
2087
2087
|
"nodeType": "YulIdentifier",
|
|
2088
|
-
"src": "2721:3:
|
|
2088
|
+
"src": "2721:3:101"
|
|
2089
2089
|
},
|
|
2090
2090
|
"nodeType": "YulFunctionCall",
|
|
2091
|
-
"src": "2721:18:
|
|
2091
|
+
"src": "2721:18:101"
|
|
2092
2092
|
},
|
|
2093
2093
|
{
|
|
2094
2094
|
"kind": "number",
|
|
2095
2095
|
"nodeType": "YulLiteral",
|
|
2096
|
-
"src": "2741:2:
|
|
2096
|
+
"src": "2741:2:101",
|
|
2097
2097
|
"type": "",
|
|
2098
2098
|
"value": "38"
|
|
2099
2099
|
}
|
|
@@ -2101,13 +2101,13 @@
|
|
|
2101
2101
|
"functionName": {
|
|
2102
2102
|
"name": "mstore",
|
|
2103
2103
|
"nodeType": "YulIdentifier",
|
|
2104
|
-
"src": "2714:6:
|
|
2104
|
+
"src": "2714:6:101"
|
|
2105
2105
|
},
|
|
2106
2106
|
"nodeType": "YulFunctionCall",
|
|
2107
|
-
"src": "2714:30:
|
|
2107
|
+
"src": "2714:30:101"
|
|
2108
2108
|
},
|
|
2109
2109
|
"nodeType": "YulExpressionStatement",
|
|
2110
|
-
"src": "2714:30:
|
|
2110
|
+
"src": "2714:30:101"
|
|
2111
2111
|
},
|
|
2112
2112
|
{
|
|
2113
2113
|
"expression": {
|
|
@@ -2117,12 +2117,12 @@
|
|
|
2117
2117
|
{
|
|
2118
2118
|
"name": "headStart",
|
|
2119
2119
|
"nodeType": "YulIdentifier",
|
|
2120
|
-
"src": "2764:9:
|
|
2120
|
+
"src": "2764:9:101"
|
|
2121
2121
|
},
|
|
2122
2122
|
{
|
|
2123
2123
|
"kind": "number",
|
|
2124
2124
|
"nodeType": "YulLiteral",
|
|
2125
|
-
"src": "2775:2:
|
|
2125
|
+
"src": "2775:2:101",
|
|
2126
2126
|
"type": "",
|
|
2127
2127
|
"value": "64"
|
|
2128
2128
|
}
|
|
@@ -2130,16 +2130,16 @@
|
|
|
2130
2130
|
"functionName": {
|
|
2131
2131
|
"name": "add",
|
|
2132
2132
|
"nodeType": "YulIdentifier",
|
|
2133
|
-
"src": "2760:3:
|
|
2133
|
+
"src": "2760:3:101"
|
|
2134
2134
|
},
|
|
2135
2135
|
"nodeType": "YulFunctionCall",
|
|
2136
|
-
"src": "2760:18:
|
|
2136
|
+
"src": "2760:18:101"
|
|
2137
2137
|
},
|
|
2138
2138
|
{
|
|
2139
2139
|
"hexValue": "4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061",
|
|
2140
2140
|
"kind": "string",
|
|
2141
2141
|
"nodeType": "YulLiteral",
|
|
2142
|
-
"src": "2780:34:
|
|
2142
|
+
"src": "2780:34:101",
|
|
2143
2143
|
"type": "",
|
|
2144
2144
|
"value": "Ownable: new owner is the zero a"
|
|
2145
2145
|
}
|
|
@@ -2147,13 +2147,13 @@
|
|
|
2147
2147
|
"functionName": {
|
|
2148
2148
|
"name": "mstore",
|
|
2149
2149
|
"nodeType": "YulIdentifier",
|
|
2150
|
-
"src": "2753:6:
|
|
2150
|
+
"src": "2753:6:101"
|
|
2151
2151
|
},
|
|
2152
2152
|
"nodeType": "YulFunctionCall",
|
|
2153
|
-
"src": "2753:62:
|
|
2153
|
+
"src": "2753:62:101"
|
|
2154
2154
|
},
|
|
2155
2155
|
"nodeType": "YulExpressionStatement",
|
|
2156
|
-
"src": "2753:62:
|
|
2156
|
+
"src": "2753:62:101"
|
|
2157
2157
|
},
|
|
2158
2158
|
{
|
|
2159
2159
|
"expression": {
|
|
@@ -2163,12 +2163,12 @@
|
|
|
2163
2163
|
{
|
|
2164
2164
|
"name": "headStart",
|
|
2165
2165
|
"nodeType": "YulIdentifier",
|
|
2166
|
-
"src": "2835:9:
|
|
2166
|
+
"src": "2835:9:101"
|
|
2167
2167
|
},
|
|
2168
2168
|
{
|
|
2169
2169
|
"kind": "number",
|
|
2170
2170
|
"nodeType": "YulLiteral",
|
|
2171
|
-
"src": "2846:2:
|
|
2171
|
+
"src": "2846:2:101",
|
|
2172
2172
|
"type": "",
|
|
2173
2173
|
"value": "96"
|
|
2174
2174
|
}
|
|
@@ -2176,16 +2176,16 @@
|
|
|
2176
2176
|
"functionName": {
|
|
2177
2177
|
"name": "add",
|
|
2178
2178
|
"nodeType": "YulIdentifier",
|
|
2179
|
-
"src": "2831:3:
|
|
2179
|
+
"src": "2831:3:101"
|
|
2180
2180
|
},
|
|
2181
2181
|
"nodeType": "YulFunctionCall",
|
|
2182
|
-
"src": "2831:18:
|
|
2182
|
+
"src": "2831:18:101"
|
|
2183
2183
|
},
|
|
2184
2184
|
{
|
|
2185
2185
|
"hexValue": "646472657373",
|
|
2186
2186
|
"kind": "string",
|
|
2187
2187
|
"nodeType": "YulLiteral",
|
|
2188
|
-
"src": "2851:8:
|
|
2188
|
+
"src": "2851:8:101",
|
|
2189
2189
|
"type": "",
|
|
2190
2190
|
"value": "ddress"
|
|
2191
2191
|
}
|
|
@@ -2193,28 +2193,28 @@
|
|
|
2193
2193
|
"functionName": {
|
|
2194
2194
|
"name": "mstore",
|
|
2195
2195
|
"nodeType": "YulIdentifier",
|
|
2196
|
-
"src": "2824:6:
|
|
2196
|
+
"src": "2824:6:101"
|
|
2197
2197
|
},
|
|
2198
2198
|
"nodeType": "YulFunctionCall",
|
|
2199
|
-
"src": "2824:36:
|
|
2199
|
+
"src": "2824:36:101"
|
|
2200
2200
|
},
|
|
2201
2201
|
"nodeType": "YulExpressionStatement",
|
|
2202
|
-
"src": "2824:36:
|
|
2202
|
+
"src": "2824:36:101"
|
|
2203
2203
|
},
|
|
2204
2204
|
{
|
|
2205
2205
|
"nodeType": "YulAssignment",
|
|
2206
|
-
"src": "2869:27:
|
|
2206
|
+
"src": "2869:27:101",
|
|
2207
2207
|
"value": {
|
|
2208
2208
|
"arguments": [
|
|
2209
2209
|
{
|
|
2210
2210
|
"name": "headStart",
|
|
2211
2211
|
"nodeType": "YulIdentifier",
|
|
2212
|
-
"src": "2881:9:
|
|
2212
|
+
"src": "2881:9:101"
|
|
2213
2213
|
},
|
|
2214
2214
|
{
|
|
2215
2215
|
"kind": "number",
|
|
2216
2216
|
"nodeType": "YulLiteral",
|
|
2217
|
-
"src": "2892:3:
|
|
2217
|
+
"src": "2892:3:101",
|
|
2218
2218
|
"type": "",
|
|
2219
2219
|
"value": "128"
|
|
2220
2220
|
}
|
|
@@ -2222,16 +2222,16 @@
|
|
|
2222
2222
|
"functionName": {
|
|
2223
2223
|
"name": "add",
|
|
2224
2224
|
"nodeType": "YulIdentifier",
|
|
2225
|
-
"src": "2877:3:
|
|
2225
|
+
"src": "2877:3:101"
|
|
2226
2226
|
},
|
|
2227
2227
|
"nodeType": "YulFunctionCall",
|
|
2228
|
-
"src": "2877:19:
|
|
2228
|
+
"src": "2877:19:101"
|
|
2229
2229
|
},
|
|
2230
2230
|
"variableNames": [
|
|
2231
2231
|
{
|
|
2232
2232
|
"name": "tail",
|
|
2233
2233
|
"nodeType": "YulIdentifier",
|
|
2234
|
-
"src": "2869:4:
|
|
2234
|
+
"src": "2869:4:101"
|
|
2235
2235
|
}
|
|
2236
2236
|
]
|
|
2237
2237
|
}
|
|
@@ -2243,7 +2243,7 @@
|
|
|
2243
2243
|
{
|
|
2244
2244
|
"name": "headStart",
|
|
2245
2245
|
"nodeType": "YulTypedName",
|
|
2246
|
-
"src": "2651:9:
|
|
2246
|
+
"src": "2651:9:101",
|
|
2247
2247
|
"type": ""
|
|
2248
2248
|
}
|
|
2249
2249
|
],
|
|
@@ -2251,24 +2251,24 @@
|
|
|
2251
2251
|
{
|
|
2252
2252
|
"name": "tail",
|
|
2253
2253
|
"nodeType": "YulTypedName",
|
|
2254
|
-
"src": "2665:4:
|
|
2254
|
+
"src": "2665:4:101",
|
|
2255
2255
|
"type": ""
|
|
2256
2256
|
}
|
|
2257
2257
|
],
|
|
2258
|
-
"src": "2500:402:
|
|
2258
|
+
"src": "2500:402:101"
|
|
2259
2259
|
},
|
|
2260
2260
|
{
|
|
2261
2261
|
"body": {
|
|
2262
2262
|
"nodeType": "YulBlock",
|
|
2263
|
-
"src": "3120:472:
|
|
2263
|
+
"src": "3120:472:101",
|
|
2264
2264
|
"statements": [
|
|
2265
2265
|
{
|
|
2266
2266
|
"nodeType": "YulVariableDeclaration",
|
|
2267
|
-
"src": "3130:52:
|
|
2267
|
+
"src": "3130:52:101",
|
|
2268
2268
|
"value": {
|
|
2269
2269
|
"kind": "number",
|
|
2270
2270
|
"nodeType": "YulLiteral",
|
|
2271
|
-
"src": "3140:42:
|
|
2271
|
+
"src": "3140:42:101",
|
|
2272
2272
|
"type": "",
|
|
2273
2273
|
"value": "0xffffffffffffffffffffffffffffffffffffffff"
|
|
2274
2274
|
},
|
|
@@ -2276,7 +2276,7 @@
|
|
|
2276
2276
|
{
|
|
2277
2277
|
"name": "_1",
|
|
2278
2278
|
"nodeType": "YulTypedName",
|
|
2279
|
-
"src": "3134:2:
|
|
2279
|
+
"src": "3134:2:101",
|
|
2280
2280
|
"type": ""
|
|
2281
2281
|
}
|
|
2282
2282
|
]
|
|
@@ -2287,40 +2287,40 @@
|
|
|
2287
2287
|
{
|
|
2288
2288
|
"name": "headStart",
|
|
2289
2289
|
"nodeType": "YulIdentifier",
|
|
2290
|
-
"src": "3198:9:
|
|
2290
|
+
"src": "3198:9:101"
|
|
2291
2291
|
},
|
|
2292
2292
|
{
|
|
2293
2293
|
"arguments": [
|
|
2294
2294
|
{
|
|
2295
2295
|
"name": "value0",
|
|
2296
2296
|
"nodeType": "YulIdentifier",
|
|
2297
|
-
"src": "3213:6:
|
|
2297
|
+
"src": "3213:6:101"
|
|
2298
2298
|
},
|
|
2299
2299
|
{
|
|
2300
2300
|
"name": "_1",
|
|
2301
2301
|
"nodeType": "YulIdentifier",
|
|
2302
|
-
"src": "3221:2:
|
|
2302
|
+
"src": "3221:2:101"
|
|
2303
2303
|
}
|
|
2304
2304
|
],
|
|
2305
2305
|
"functionName": {
|
|
2306
2306
|
"name": "and",
|
|
2307
2307
|
"nodeType": "YulIdentifier",
|
|
2308
|
-
"src": "3209:3:
|
|
2308
|
+
"src": "3209:3:101"
|
|
2309
2309
|
},
|
|
2310
2310
|
"nodeType": "YulFunctionCall",
|
|
2311
|
-
"src": "3209:15:
|
|
2311
|
+
"src": "3209:15:101"
|
|
2312
2312
|
}
|
|
2313
2313
|
],
|
|
2314
2314
|
"functionName": {
|
|
2315
2315
|
"name": "mstore",
|
|
2316
2316
|
"nodeType": "YulIdentifier",
|
|
2317
|
-
"src": "3191:6:
|
|
2317
|
+
"src": "3191:6:101"
|
|
2318
2318
|
},
|
|
2319
2319
|
"nodeType": "YulFunctionCall",
|
|
2320
|
-
"src": "3191:34:
|
|
2320
|
+
"src": "3191:34:101"
|
|
2321
2321
|
},
|
|
2322
2322
|
"nodeType": "YulExpressionStatement",
|
|
2323
|
-
"src": "3191:34:
|
|
2323
|
+
"src": "3191:34:101"
|
|
2324
2324
|
},
|
|
2325
2325
|
{
|
|
2326
2326
|
"expression": {
|
|
@@ -2330,12 +2330,12 @@
|
|
|
2330
2330
|
{
|
|
2331
2331
|
"name": "headStart",
|
|
2332
2332
|
"nodeType": "YulIdentifier",
|
|
2333
|
-
"src": "3245:9:
|
|
2333
|
+
"src": "3245:9:101"
|
|
2334
2334
|
},
|
|
2335
2335
|
{
|
|
2336
2336
|
"kind": "number",
|
|
2337
2337
|
"nodeType": "YulLiteral",
|
|
2338
|
-
"src": "3256:2:
|
|
2338
|
+
"src": "3256:2:101",
|
|
2339
2339
|
"type": "",
|
|
2340
2340
|
"value": "32"
|
|
2341
2341
|
}
|
|
@@ -2343,43 +2343,43 @@
|
|
|
2343
2343
|
"functionName": {
|
|
2344
2344
|
"name": "add",
|
|
2345
2345
|
"nodeType": "YulIdentifier",
|
|
2346
|
-
"src": "3241:3:
|
|
2346
|
+
"src": "3241:3:101"
|
|
2347
2347
|
},
|
|
2348
2348
|
"nodeType": "YulFunctionCall",
|
|
2349
|
-
"src": "3241:18:
|
|
2349
|
+
"src": "3241:18:101"
|
|
2350
2350
|
},
|
|
2351
2351
|
{
|
|
2352
2352
|
"arguments": [
|
|
2353
2353
|
{
|
|
2354
2354
|
"name": "value1",
|
|
2355
2355
|
"nodeType": "YulIdentifier",
|
|
2356
|
-
"src": "3265:6:
|
|
2356
|
+
"src": "3265:6:101"
|
|
2357
2357
|
},
|
|
2358
2358
|
{
|
|
2359
2359
|
"name": "_1",
|
|
2360
2360
|
"nodeType": "YulIdentifier",
|
|
2361
|
-
"src": "3273:2:
|
|
2361
|
+
"src": "3273:2:101"
|
|
2362
2362
|
}
|
|
2363
2363
|
],
|
|
2364
2364
|
"functionName": {
|
|
2365
2365
|
"name": "and",
|
|
2366
2366
|
"nodeType": "YulIdentifier",
|
|
2367
|
-
"src": "3261:3:
|
|
2367
|
+
"src": "3261:3:101"
|
|
2368
2368
|
},
|
|
2369
2369
|
"nodeType": "YulFunctionCall",
|
|
2370
|
-
"src": "3261:15:
|
|
2370
|
+
"src": "3261:15:101"
|
|
2371
2371
|
}
|
|
2372
2372
|
],
|
|
2373
2373
|
"functionName": {
|
|
2374
2374
|
"name": "mstore",
|
|
2375
2375
|
"nodeType": "YulIdentifier",
|
|
2376
|
-
"src": "3234:6:
|
|
2376
|
+
"src": "3234:6:101"
|
|
2377
2377
|
},
|
|
2378
2378
|
"nodeType": "YulFunctionCall",
|
|
2379
|
-
"src": "3234:43:
|
|
2379
|
+
"src": "3234:43:101"
|
|
2380
2380
|
},
|
|
2381
2381
|
"nodeType": "YulExpressionStatement",
|
|
2382
|
-
"src": "3234:43:
|
|
2382
|
+
"src": "3234:43:101"
|
|
2383
2383
|
},
|
|
2384
2384
|
{
|
|
2385
2385
|
"expression": {
|
|
@@ -2389,12 +2389,12 @@
|
|
|
2389
2389
|
{
|
|
2390
2390
|
"name": "headStart",
|
|
2391
2391
|
"nodeType": "YulIdentifier",
|
|
2392
|
-
"src": "3297:9:
|
|
2392
|
+
"src": "3297:9:101"
|
|
2393
2393
|
},
|
|
2394
2394
|
{
|
|
2395
2395
|
"kind": "number",
|
|
2396
2396
|
"nodeType": "YulLiteral",
|
|
2397
|
-
"src": "3308:2:
|
|
2397
|
+
"src": "3308:2:101",
|
|
2398
2398
|
"type": "",
|
|
2399
2399
|
"value": "64"
|
|
2400
2400
|
}
|
|
@@ -2402,27 +2402,27 @@
|
|
|
2402
2402
|
"functionName": {
|
|
2403
2403
|
"name": "add",
|
|
2404
2404
|
"nodeType": "YulIdentifier",
|
|
2405
|
-
"src": "3293:3:
|
|
2405
|
+
"src": "3293:3:101"
|
|
2406
2406
|
},
|
|
2407
2407
|
"nodeType": "YulFunctionCall",
|
|
2408
|
-
"src": "3293:18:
|
|
2408
|
+
"src": "3293:18:101"
|
|
2409
2409
|
},
|
|
2410
2410
|
{
|
|
2411
2411
|
"name": "value2",
|
|
2412
2412
|
"nodeType": "YulIdentifier",
|
|
2413
|
-
"src": "3313:6:
|
|
2413
|
+
"src": "3313:6:101"
|
|
2414
2414
|
}
|
|
2415
2415
|
],
|
|
2416
2416
|
"functionName": {
|
|
2417
2417
|
"name": "mstore",
|
|
2418
2418
|
"nodeType": "YulIdentifier",
|
|
2419
|
-
"src": "3286:6:
|
|
2419
|
+
"src": "3286:6:101"
|
|
2420
2420
|
},
|
|
2421
2421
|
"nodeType": "YulFunctionCall",
|
|
2422
|
-
"src": "3286:34:
|
|
2422
|
+
"src": "3286:34:101"
|
|
2423
2423
|
},
|
|
2424
2424
|
"nodeType": "YulExpressionStatement",
|
|
2425
|
-
"src": "3286:34:
|
|
2425
|
+
"src": "3286:34:101"
|
|
2426
2426
|
},
|
|
2427
2427
|
{
|
|
2428
2428
|
"expression": {
|
|
@@ -2432,12 +2432,12 @@
|
|
|
2432
2432
|
{
|
|
2433
2433
|
"name": "headStart",
|
|
2434
2434
|
"nodeType": "YulIdentifier",
|
|
2435
|
-
"src": "3340:9:
|
|
2435
|
+
"src": "3340:9:101"
|
|
2436
2436
|
},
|
|
2437
2437
|
{
|
|
2438
2438
|
"kind": "number",
|
|
2439
2439
|
"nodeType": "YulLiteral",
|
|
2440
|
-
"src": "3351:2:
|
|
2440
|
+
"src": "3351:2:101",
|
|
2441
2441
|
"type": "",
|
|
2442
2442
|
"value": "96"
|
|
2443
2443
|
}
|
|
@@ -2445,15 +2445,15 @@
|
|
|
2445
2445
|
"functionName": {
|
|
2446
2446
|
"name": "add",
|
|
2447
2447
|
"nodeType": "YulIdentifier",
|
|
2448
|
-
"src": "3336:3:
|
|
2448
|
+
"src": "3336:3:101"
|
|
2449
2449
|
},
|
|
2450
2450
|
"nodeType": "YulFunctionCall",
|
|
2451
|
-
"src": "3336:18:
|
|
2451
|
+
"src": "3336:18:101"
|
|
2452
2452
|
},
|
|
2453
2453
|
{
|
|
2454
2454
|
"kind": "number",
|
|
2455
2455
|
"nodeType": "YulLiteral",
|
|
2456
|
-
"src": "3356:3:
|
|
2456
|
+
"src": "3356:3:101",
|
|
2457
2457
|
"type": "",
|
|
2458
2458
|
"value": "128"
|
|
2459
2459
|
}
|
|
@@ -2461,13 +2461,13 @@
|
|
|
2461
2461
|
"functionName": {
|
|
2462
2462
|
"name": "mstore",
|
|
2463
2463
|
"nodeType": "YulIdentifier",
|
|
2464
|
-
"src": "3329:6:
|
|
2464
|
+
"src": "3329:6:101"
|
|
2465
2465
|
},
|
|
2466
2466
|
"nodeType": "YulFunctionCall",
|
|
2467
|
-
"src": "3329:31:
|
|
2467
|
+
"src": "3329:31:101"
|
|
2468
2468
|
},
|
|
2469
2469
|
"nodeType": "YulExpressionStatement",
|
|
2470
|
-
"src": "3329:31:
|
|
2470
|
+
"src": "3329:31:101"
|
|
2471
2471
|
},
|
|
2472
2472
|
{
|
|
2473
2473
|
"expression": {
|
|
@@ -2477,12 +2477,12 @@
|
|
|
2477
2477
|
{
|
|
2478
2478
|
"name": "headStart",
|
|
2479
2479
|
"nodeType": "YulIdentifier",
|
|
2480
|
-
"src": "3380:9:
|
|
2480
|
+
"src": "3380:9:101"
|
|
2481
2481
|
},
|
|
2482
2482
|
{
|
|
2483
2483
|
"kind": "number",
|
|
2484
2484
|
"nodeType": "YulLiteral",
|
|
2485
|
-
"src": "3391:3:
|
|
2485
|
+
"src": "3391:3:101",
|
|
2486
2486
|
"type": "",
|
|
2487
2487
|
"value": "128"
|
|
2488
2488
|
}
|
|
@@ -2490,27 +2490,27 @@
|
|
|
2490
2490
|
"functionName": {
|
|
2491
2491
|
"name": "add",
|
|
2492
2492
|
"nodeType": "YulIdentifier",
|
|
2493
|
-
"src": "3376:3:
|
|
2493
|
+
"src": "3376:3:101"
|
|
2494
2494
|
},
|
|
2495
2495
|
"nodeType": "YulFunctionCall",
|
|
2496
|
-
"src": "3376:19:
|
|
2496
|
+
"src": "3376:19:101"
|
|
2497
2497
|
},
|
|
2498
2498
|
{
|
|
2499
2499
|
"name": "value4",
|
|
2500
2500
|
"nodeType": "YulIdentifier",
|
|
2501
|
-
"src": "3397:6:
|
|
2501
|
+
"src": "3397:6:101"
|
|
2502
2502
|
}
|
|
2503
2503
|
],
|
|
2504
2504
|
"functionName": {
|
|
2505
2505
|
"name": "mstore",
|
|
2506
2506
|
"nodeType": "YulIdentifier",
|
|
2507
|
-
"src": "3369:6:
|
|
2507
|
+
"src": "3369:6:101"
|
|
2508
2508
|
},
|
|
2509
2509
|
"nodeType": "YulFunctionCall",
|
|
2510
|
-
"src": "3369:35:
|
|
2510
|
+
"src": "3369:35:101"
|
|
2511
2511
|
},
|
|
2512
2512
|
"nodeType": "YulExpressionStatement",
|
|
2513
|
-
"src": "3369:35:
|
|
2513
|
+
"src": "3369:35:101"
|
|
2514
2514
|
},
|
|
2515
2515
|
{
|
|
2516
2516
|
"expression": {
|
|
@@ -2520,12 +2520,12 @@
|
|
|
2520
2520
|
{
|
|
2521
2521
|
"name": "headStart",
|
|
2522
2522
|
"nodeType": "YulIdentifier",
|
|
2523
|
-
"src": "3430:9:
|
|
2523
|
+
"src": "3430:9:101"
|
|
2524
2524
|
},
|
|
2525
2525
|
{
|
|
2526
2526
|
"kind": "number",
|
|
2527
2527
|
"nodeType": "YulLiteral",
|
|
2528
|
-
"src": "3441:3:
|
|
2528
|
+
"src": "3441:3:101",
|
|
2529
2529
|
"type": "",
|
|
2530
2530
|
"value": "160"
|
|
2531
2531
|
}
|
|
@@ -2533,32 +2533,32 @@
|
|
|
2533
2533
|
"functionName": {
|
|
2534
2534
|
"name": "add",
|
|
2535
2535
|
"nodeType": "YulIdentifier",
|
|
2536
|
-
"src": "3426:3:
|
|
2536
|
+
"src": "3426:3:101"
|
|
2537
2537
|
},
|
|
2538
2538
|
"nodeType": "YulFunctionCall",
|
|
2539
|
-
"src": "3426:19:
|
|
2539
|
+
"src": "3426:19:101"
|
|
2540
2540
|
},
|
|
2541
2541
|
{
|
|
2542
2542
|
"name": "value3",
|
|
2543
2543
|
"nodeType": "YulIdentifier",
|
|
2544
|
-
"src": "3447:6:
|
|
2544
|
+
"src": "3447:6:101"
|
|
2545
2545
|
},
|
|
2546
2546
|
{
|
|
2547
2547
|
"name": "value4",
|
|
2548
2548
|
"nodeType": "YulIdentifier",
|
|
2549
|
-
"src": "3455:6:
|
|
2549
|
+
"src": "3455:6:101"
|
|
2550
2550
|
}
|
|
2551
2551
|
],
|
|
2552
2552
|
"functionName": {
|
|
2553
2553
|
"name": "calldatacopy",
|
|
2554
2554
|
"nodeType": "YulIdentifier",
|
|
2555
|
-
"src": "3413:12:
|
|
2555
|
+
"src": "3413:12:101"
|
|
2556
2556
|
},
|
|
2557
2557
|
"nodeType": "YulFunctionCall",
|
|
2558
|
-
"src": "3413:49:
|
|
2558
|
+
"src": "3413:49:101"
|
|
2559
2559
|
},
|
|
2560
2560
|
"nodeType": "YulExpressionStatement",
|
|
2561
|
-
"src": "3413:49:
|
|
2561
|
+
"src": "3413:49:101"
|
|
2562
2562
|
},
|
|
2563
2563
|
{
|
|
2564
2564
|
"expression": {
|
|
@@ -2570,26 +2570,26 @@
|
|
|
2570
2570
|
{
|
|
2571
2571
|
"name": "headStart",
|
|
2572
2572
|
"nodeType": "YulIdentifier",
|
|
2573
|
-
"src": "3486:9:
|
|
2573
|
+
"src": "3486:9:101"
|
|
2574
2574
|
},
|
|
2575
2575
|
{
|
|
2576
2576
|
"name": "value4",
|
|
2577
2577
|
"nodeType": "YulIdentifier",
|
|
2578
|
-
"src": "3497:6:
|
|
2578
|
+
"src": "3497:6:101"
|
|
2579
2579
|
}
|
|
2580
2580
|
],
|
|
2581
2581
|
"functionName": {
|
|
2582
2582
|
"name": "add",
|
|
2583
2583
|
"nodeType": "YulIdentifier",
|
|
2584
|
-
"src": "3482:3:
|
|
2584
|
+
"src": "3482:3:101"
|
|
2585
2585
|
},
|
|
2586
2586
|
"nodeType": "YulFunctionCall",
|
|
2587
|
-
"src": "3482:22:
|
|
2587
|
+
"src": "3482:22:101"
|
|
2588
2588
|
},
|
|
2589
2589
|
{
|
|
2590
2590
|
"kind": "number",
|
|
2591
2591
|
"nodeType": "YulLiteral",
|
|
2592
|
-
"src": "3506:3:
|
|
2592
|
+
"src": "3506:3:101",
|
|
2593
2593
|
"type": "",
|
|
2594
2594
|
"value": "160"
|
|
2595
2595
|
}
|
|
@@ -2597,15 +2597,15 @@
|
|
|
2597
2597
|
"functionName": {
|
|
2598
2598
|
"name": "add",
|
|
2599
2599
|
"nodeType": "YulIdentifier",
|
|
2600
|
-
"src": "3478:3:
|
|
2600
|
+
"src": "3478:3:101"
|
|
2601
2601
|
},
|
|
2602
2602
|
"nodeType": "YulFunctionCall",
|
|
2603
|
-
"src": "3478:32:
|
|
2603
|
+
"src": "3478:32:101"
|
|
2604
2604
|
},
|
|
2605
2605
|
{
|
|
2606
2606
|
"kind": "number",
|
|
2607
2607
|
"nodeType": "YulLiteral",
|
|
2608
|
-
"src": "3512:1:
|
|
2608
|
+
"src": "3512:1:101",
|
|
2609
2609
|
"type": "",
|
|
2610
2610
|
"value": "0"
|
|
2611
2611
|
}
|
|
@@ -2613,17 +2613,17 @@
|
|
|
2613
2613
|
"functionName": {
|
|
2614
2614
|
"name": "mstore",
|
|
2615
2615
|
"nodeType": "YulIdentifier",
|
|
2616
|
-
"src": "3471:6:
|
|
2616
|
+
"src": "3471:6:101"
|
|
2617
2617
|
},
|
|
2618
2618
|
"nodeType": "YulFunctionCall",
|
|
2619
|
-
"src": "3471:43:
|
|
2619
|
+
"src": "3471:43:101"
|
|
2620
2620
|
},
|
|
2621
2621
|
"nodeType": "YulExpressionStatement",
|
|
2622
|
-
"src": "3471:43:
|
|
2622
|
+
"src": "3471:43:101"
|
|
2623
2623
|
},
|
|
2624
2624
|
{
|
|
2625
2625
|
"nodeType": "YulAssignment",
|
|
2626
|
-
"src": "3523:63:
|
|
2626
|
+
"src": "3523:63:101",
|
|
2627
2627
|
"value": {
|
|
2628
2628
|
"arguments": [
|
|
2629
2629
|
{
|
|
@@ -2631,7 +2631,7 @@
|
|
|
2631
2631
|
{
|
|
2632
2632
|
"name": "headStart",
|
|
2633
2633
|
"nodeType": "YulIdentifier",
|
|
2634
|
-
"src": "3539:9:
|
|
2634
|
+
"src": "3539:9:101"
|
|
2635
2635
|
},
|
|
2636
2636
|
{
|
|
2637
2637
|
"arguments": [
|
|
@@ -2640,12 +2640,12 @@
|
|
|
2640
2640
|
{
|
|
2641
2641
|
"name": "value4",
|
|
2642
2642
|
"nodeType": "YulIdentifier",
|
|
2643
|
-
"src": "3558:6:
|
|
2643
|
+
"src": "3558:6:101"
|
|
2644
2644
|
},
|
|
2645
2645
|
{
|
|
2646
2646
|
"kind": "number",
|
|
2647
2647
|
"nodeType": "YulLiteral",
|
|
2648
|
-
"src": "3566:2:
|
|
2648
|
+
"src": "3566:2:101",
|
|
2649
2649
|
"type": "",
|
|
2650
2650
|
"value": "31"
|
|
2651
2651
|
}
|
|
@@ -2653,17 +2653,17 @@
|
|
|
2653
2653
|
"functionName": {
|
|
2654
2654
|
"name": "add",
|
|
2655
2655
|
"nodeType": "YulIdentifier",
|
|
2656
|
-
"src": "3554:3:
|
|
2656
|
+
"src": "3554:3:101"
|
|
2657
2657
|
},
|
|
2658
2658
|
"nodeType": "YulFunctionCall",
|
|
2659
|
-
"src": "3554:15:
|
|
2659
|
+
"src": "3554:15:101"
|
|
2660
2660
|
},
|
|
2661
2661
|
{
|
|
2662
2662
|
"arguments": [
|
|
2663
2663
|
{
|
|
2664
2664
|
"kind": "number",
|
|
2665
2665
|
"nodeType": "YulLiteral",
|
|
2666
|
-
"src": "3575:2:
|
|
2666
|
+
"src": "3575:2:101",
|
|
2667
2667
|
"type": "",
|
|
2668
2668
|
"value": "31"
|
|
2669
2669
|
}
|
|
@@ -2671,33 +2671,33 @@
|
|
|
2671
2671
|
"functionName": {
|
|
2672
2672
|
"name": "not",
|
|
2673
2673
|
"nodeType": "YulIdentifier",
|
|
2674
|
-
"src": "3571:3:
|
|
2674
|
+
"src": "3571:3:101"
|
|
2675
2675
|
},
|
|
2676
2676
|
"nodeType": "YulFunctionCall",
|
|
2677
|
-
"src": "3571:7:
|
|
2677
|
+
"src": "3571:7:101"
|
|
2678
2678
|
}
|
|
2679
2679
|
],
|
|
2680
2680
|
"functionName": {
|
|
2681
2681
|
"name": "and",
|
|
2682
2682
|
"nodeType": "YulIdentifier",
|
|
2683
|
-
"src": "3550:3:
|
|
2683
|
+
"src": "3550:3:101"
|
|
2684
2684
|
},
|
|
2685
2685
|
"nodeType": "YulFunctionCall",
|
|
2686
|
-
"src": "3550:29:
|
|
2686
|
+
"src": "3550:29:101"
|
|
2687
2687
|
}
|
|
2688
2688
|
],
|
|
2689
2689
|
"functionName": {
|
|
2690
2690
|
"name": "add",
|
|
2691
2691
|
"nodeType": "YulIdentifier",
|
|
2692
|
-
"src": "3535:3:
|
|
2692
|
+
"src": "3535:3:101"
|
|
2693
2693
|
},
|
|
2694
2694
|
"nodeType": "YulFunctionCall",
|
|
2695
|
-
"src": "3535:45:
|
|
2695
|
+
"src": "3535:45:101"
|
|
2696
2696
|
},
|
|
2697
2697
|
{
|
|
2698
2698
|
"kind": "number",
|
|
2699
2699
|
"nodeType": "YulLiteral",
|
|
2700
|
-
"src": "3582:3:
|
|
2700
|
+
"src": "3582:3:101",
|
|
2701
2701
|
"type": "",
|
|
2702
2702
|
"value": "160"
|
|
2703
2703
|
}
|
|
@@ -2705,16 +2705,16 @@
|
|
|
2705
2705
|
"functionName": {
|
|
2706
2706
|
"name": "add",
|
|
2707
2707
|
"nodeType": "YulIdentifier",
|
|
2708
|
-
"src": "3531:3:
|
|
2708
|
+
"src": "3531:3:101"
|
|
2709
2709
|
},
|
|
2710
2710
|
"nodeType": "YulFunctionCall",
|
|
2711
|
-
"src": "3531:55:
|
|
2711
|
+
"src": "3531:55:101"
|
|
2712
2712
|
},
|
|
2713
2713
|
"variableNames": [
|
|
2714
2714
|
{
|
|
2715
2715
|
"name": "tail",
|
|
2716
2716
|
"nodeType": "YulIdentifier",
|
|
2717
|
-
"src": "3523:4:
|
|
2717
|
+
"src": "3523:4:101"
|
|
2718
2718
|
}
|
|
2719
2719
|
]
|
|
2720
2720
|
}
|
|
@@ -2726,37 +2726,37 @@
|
|
|
2726
2726
|
{
|
|
2727
2727
|
"name": "headStart",
|
|
2728
2728
|
"nodeType": "YulTypedName",
|
|
2729
|
-
"src": "3057:9:
|
|
2729
|
+
"src": "3057:9:101",
|
|
2730
2730
|
"type": ""
|
|
2731
2731
|
},
|
|
2732
2732
|
{
|
|
2733
2733
|
"name": "value4",
|
|
2734
2734
|
"nodeType": "YulTypedName",
|
|
2735
|
-
"src": "3068:6:
|
|
2735
|
+
"src": "3068:6:101",
|
|
2736
2736
|
"type": ""
|
|
2737
2737
|
},
|
|
2738
2738
|
{
|
|
2739
2739
|
"name": "value3",
|
|
2740
2740
|
"nodeType": "YulTypedName",
|
|
2741
|
-
"src": "3076:6:
|
|
2741
|
+
"src": "3076:6:101",
|
|
2742
2742
|
"type": ""
|
|
2743
2743
|
},
|
|
2744
2744
|
{
|
|
2745
2745
|
"name": "value2",
|
|
2746
2746
|
"nodeType": "YulTypedName",
|
|
2747
|
-
"src": "3084:6:
|
|
2747
|
+
"src": "3084:6:101",
|
|
2748
2748
|
"type": ""
|
|
2749
2749
|
},
|
|
2750
2750
|
{
|
|
2751
2751
|
"name": "value1",
|
|
2752
2752
|
"nodeType": "YulTypedName",
|
|
2753
|
-
"src": "3092:6:
|
|
2753
|
+
"src": "3092:6:101",
|
|
2754
2754
|
"type": ""
|
|
2755
2755
|
},
|
|
2756
2756
|
{
|
|
2757
2757
|
"name": "value0",
|
|
2758
2758
|
"nodeType": "YulTypedName",
|
|
2759
|
-
"src": "3100:6:
|
|
2759
|
+
"src": "3100:6:101",
|
|
2760
2760
|
"type": ""
|
|
2761
2761
|
}
|
|
2762
2762
|
],
|
|
@@ -2764,31 +2764,31 @@
|
|
|
2764
2764
|
{
|
|
2765
2765
|
"name": "tail",
|
|
2766
2766
|
"nodeType": "YulTypedName",
|
|
2767
|
-
"src": "3111:4:
|
|
2767
|
+
"src": "3111:4:101",
|
|
2768
2768
|
"type": ""
|
|
2769
2769
|
}
|
|
2770
2770
|
],
|
|
2771
|
-
"src": "2907:685:
|
|
2771
|
+
"src": "2907:685:101"
|
|
2772
2772
|
},
|
|
2773
2773
|
{
|
|
2774
2774
|
"body": {
|
|
2775
2775
|
"nodeType": "YulBlock",
|
|
2776
|
-
"src": "3726:168:
|
|
2776
|
+
"src": "3726:168:101",
|
|
2777
2777
|
"statements": [
|
|
2778
2778
|
{
|
|
2779
2779
|
"nodeType": "YulAssignment",
|
|
2780
|
-
"src": "3736:26:
|
|
2780
|
+
"src": "3736:26:101",
|
|
2781
2781
|
"value": {
|
|
2782
2782
|
"arguments": [
|
|
2783
2783
|
{
|
|
2784
2784
|
"name": "headStart",
|
|
2785
2785
|
"nodeType": "YulIdentifier",
|
|
2786
|
-
"src": "3748:9:
|
|
2786
|
+
"src": "3748:9:101"
|
|
2787
2787
|
},
|
|
2788
2788
|
{
|
|
2789
2789
|
"kind": "number",
|
|
2790
2790
|
"nodeType": "YulLiteral",
|
|
2791
|
-
"src": "3759:2:
|
|
2791
|
+
"src": "3759:2:101",
|
|
2792
2792
|
"type": "",
|
|
2793
2793
|
"value": "64"
|
|
2794
2794
|
}
|
|
@@ -2796,16 +2796,16 @@
|
|
|
2796
2796
|
"functionName": {
|
|
2797
2797
|
"name": "add",
|
|
2798
2798
|
"nodeType": "YulIdentifier",
|
|
2799
|
-
"src": "3744:3:
|
|
2799
|
+
"src": "3744:3:101"
|
|
2800
2800
|
},
|
|
2801
2801
|
"nodeType": "YulFunctionCall",
|
|
2802
|
-
"src": "3744:18:
|
|
2802
|
+
"src": "3744:18:101"
|
|
2803
2803
|
},
|
|
2804
2804
|
"variableNames": [
|
|
2805
2805
|
{
|
|
2806
2806
|
"name": "tail",
|
|
2807
2807
|
"nodeType": "YulIdentifier",
|
|
2808
|
-
"src": "3736:4:
|
|
2808
|
+
"src": "3736:4:101"
|
|
2809
2809
|
}
|
|
2810
2810
|
]
|
|
2811
2811
|
},
|
|
@@ -2815,19 +2815,19 @@
|
|
|
2815
2815
|
{
|
|
2816
2816
|
"name": "headStart",
|
|
2817
2817
|
"nodeType": "YulIdentifier",
|
|
2818
|
-
"src": "3778:9:
|
|
2818
|
+
"src": "3778:9:101"
|
|
2819
2819
|
},
|
|
2820
2820
|
{
|
|
2821
2821
|
"arguments": [
|
|
2822
2822
|
{
|
|
2823
2823
|
"name": "value0",
|
|
2824
2824
|
"nodeType": "YulIdentifier",
|
|
2825
|
-
"src": "3793:6:
|
|
2825
|
+
"src": "3793:6:101"
|
|
2826
2826
|
},
|
|
2827
2827
|
{
|
|
2828
2828
|
"kind": "number",
|
|
2829
2829
|
"nodeType": "YulLiteral",
|
|
2830
|
-
"src": "3801:42:
|
|
2830
|
+
"src": "3801:42:101",
|
|
2831
2831
|
"type": "",
|
|
2832
2832
|
"value": "0xffffffffffffffffffffffffffffffffffffffff"
|
|
2833
2833
|
}
|
|
@@ -2835,22 +2835,22 @@
|
|
|
2835
2835
|
"functionName": {
|
|
2836
2836
|
"name": "and",
|
|
2837
2837
|
"nodeType": "YulIdentifier",
|
|
2838
|
-
"src": "3789:3:
|
|
2838
|
+
"src": "3789:3:101"
|
|
2839
2839
|
},
|
|
2840
2840
|
"nodeType": "YulFunctionCall",
|
|
2841
|
-
"src": "3789:55:
|
|
2841
|
+
"src": "3789:55:101"
|
|
2842
2842
|
}
|
|
2843
2843
|
],
|
|
2844
2844
|
"functionName": {
|
|
2845
2845
|
"name": "mstore",
|
|
2846
2846
|
"nodeType": "YulIdentifier",
|
|
2847
|
-
"src": "3771:6:
|
|
2847
|
+
"src": "3771:6:101"
|
|
2848
2848
|
},
|
|
2849
2849
|
"nodeType": "YulFunctionCall",
|
|
2850
|
-
"src": "3771:74:
|
|
2850
|
+
"src": "3771:74:101"
|
|
2851
2851
|
},
|
|
2852
2852
|
"nodeType": "YulExpressionStatement",
|
|
2853
|
-
"src": "3771:74:
|
|
2853
|
+
"src": "3771:74:101"
|
|
2854
2854
|
},
|
|
2855
2855
|
{
|
|
2856
2856
|
"expression": {
|
|
@@ -2860,12 +2860,12 @@
|
|
|
2860
2860
|
{
|
|
2861
2861
|
"name": "headStart",
|
|
2862
2862
|
"nodeType": "YulIdentifier",
|
|
2863
|
-
"src": "3865:9:
|
|
2863
|
+
"src": "3865:9:101"
|
|
2864
2864
|
},
|
|
2865
2865
|
{
|
|
2866
2866
|
"kind": "number",
|
|
2867
2867
|
"nodeType": "YulLiteral",
|
|
2868
|
-
"src": "3876:2:
|
|
2868
|
+
"src": "3876:2:101",
|
|
2869
2869
|
"type": "",
|
|
2870
2870
|
"value": "32"
|
|
2871
2871
|
}
|
|
@@ -2873,27 +2873,27 @@
|
|
|
2873
2873
|
"functionName": {
|
|
2874
2874
|
"name": "add",
|
|
2875
2875
|
"nodeType": "YulIdentifier",
|
|
2876
|
-
"src": "3861:3:
|
|
2876
|
+
"src": "3861:3:101"
|
|
2877
2877
|
},
|
|
2878
2878
|
"nodeType": "YulFunctionCall",
|
|
2879
|
-
"src": "3861:18:
|
|
2879
|
+
"src": "3861:18:101"
|
|
2880
2880
|
},
|
|
2881
2881
|
{
|
|
2882
2882
|
"name": "value1",
|
|
2883
2883
|
"nodeType": "YulIdentifier",
|
|
2884
|
-
"src": "3881:6:
|
|
2884
|
+
"src": "3881:6:101"
|
|
2885
2885
|
}
|
|
2886
2886
|
],
|
|
2887
2887
|
"functionName": {
|
|
2888
2888
|
"name": "mstore",
|
|
2889
2889
|
"nodeType": "YulIdentifier",
|
|
2890
|
-
"src": "3854:6:
|
|
2890
|
+
"src": "3854:6:101"
|
|
2891
2891
|
},
|
|
2892
2892
|
"nodeType": "YulFunctionCall",
|
|
2893
|
-
"src": "3854:34:
|
|
2893
|
+
"src": "3854:34:101"
|
|
2894
2894
|
},
|
|
2895
2895
|
"nodeType": "YulExpressionStatement",
|
|
2896
|
-
"src": "3854:34:
|
|
2896
|
+
"src": "3854:34:101"
|
|
2897
2897
|
}
|
|
2898
2898
|
]
|
|
2899
2899
|
},
|
|
@@ -2903,19 +2903,19 @@
|
|
|
2903
2903
|
{
|
|
2904
2904
|
"name": "headStart",
|
|
2905
2905
|
"nodeType": "YulTypedName",
|
|
2906
|
-
"src": "3687:9:
|
|
2906
|
+
"src": "3687:9:101",
|
|
2907
2907
|
"type": ""
|
|
2908
2908
|
},
|
|
2909
2909
|
{
|
|
2910
2910
|
"name": "value1",
|
|
2911
2911
|
"nodeType": "YulTypedName",
|
|
2912
|
-
"src": "3698:6:
|
|
2912
|
+
"src": "3698:6:101",
|
|
2913
2913
|
"type": ""
|
|
2914
2914
|
},
|
|
2915
2915
|
{
|
|
2916
2916
|
"name": "value0",
|
|
2917
2917
|
"nodeType": "YulTypedName",
|
|
2918
|
-
"src": "3706:6:
|
|
2918
|
+
"src": "3706:6:101",
|
|
2919
2919
|
"type": ""
|
|
2920
2920
|
}
|
|
2921
2921
|
],
|
|
@@ -2923,21 +2923,21 @@
|
|
|
2923
2923
|
{
|
|
2924
2924
|
"name": "tail",
|
|
2925
2925
|
"nodeType": "YulTypedName",
|
|
2926
|
-
"src": "3717:4:
|
|
2926
|
+
"src": "3717:4:101",
|
|
2927
2927
|
"type": ""
|
|
2928
2928
|
}
|
|
2929
2929
|
],
|
|
2930
|
-
"src": "3597:297:
|
|
2930
|
+
"src": "3597:297:101"
|
|
2931
2931
|
},
|
|
2932
2932
|
{
|
|
2933
2933
|
"body": {
|
|
2934
2934
|
"nodeType": "YulBlock",
|
|
2935
|
-
"src": "3977:199:
|
|
2935
|
+
"src": "3977:199:101",
|
|
2936
2936
|
"statements": [
|
|
2937
2937
|
{
|
|
2938
2938
|
"body": {
|
|
2939
2939
|
"nodeType": "YulBlock",
|
|
2940
|
-
"src": "4023:16:
|
|
2940
|
+
"src": "4023:16:101",
|
|
2941
2941
|
"statements": [
|
|
2942
2942
|
{
|
|
2943
2943
|
"expression": {
|
|
@@ -2945,14 +2945,14 @@
|
|
|
2945
2945
|
{
|
|
2946
2946
|
"kind": "number",
|
|
2947
2947
|
"nodeType": "YulLiteral",
|
|
2948
|
-
"src": "4032:1:
|
|
2948
|
+
"src": "4032:1:101",
|
|
2949
2949
|
"type": "",
|
|
2950
2950
|
"value": "0"
|
|
2951
2951
|
},
|
|
2952
2952
|
{
|
|
2953
2953
|
"kind": "number",
|
|
2954
2954
|
"nodeType": "YulLiteral",
|
|
2955
|
-
"src": "4035:1:
|
|
2955
|
+
"src": "4035:1:101",
|
|
2956
2956
|
"type": "",
|
|
2957
2957
|
"value": "0"
|
|
2958
2958
|
}
|
|
@@ -2960,13 +2960,13 @@
|
|
|
2960
2960
|
"functionName": {
|
|
2961
2961
|
"name": "revert",
|
|
2962
2962
|
"nodeType": "YulIdentifier",
|
|
2963
|
-
"src": "4025:6:
|
|
2963
|
+
"src": "4025:6:101"
|
|
2964
2964
|
},
|
|
2965
2965
|
"nodeType": "YulFunctionCall",
|
|
2966
|
-
"src": "4025:12:
|
|
2966
|
+
"src": "4025:12:101"
|
|
2967
2967
|
},
|
|
2968
2968
|
"nodeType": "YulExpressionStatement",
|
|
2969
|
-
"src": "4025:12:
|
|
2969
|
+
"src": "4025:12:101"
|
|
2970
2970
|
}
|
|
2971
2971
|
]
|
|
2972
2972
|
},
|
|
@@ -2977,26 +2977,26 @@
|
|
|
2977
2977
|
{
|
|
2978
2978
|
"name": "dataEnd",
|
|
2979
2979
|
"nodeType": "YulIdentifier",
|
|
2980
|
-
"src": "3998:7:
|
|
2980
|
+
"src": "3998:7:101"
|
|
2981
2981
|
},
|
|
2982
2982
|
{
|
|
2983
2983
|
"name": "headStart",
|
|
2984
2984
|
"nodeType": "YulIdentifier",
|
|
2985
|
-
"src": "4007:9:
|
|
2985
|
+
"src": "4007:9:101"
|
|
2986
2986
|
}
|
|
2987
2987
|
],
|
|
2988
2988
|
"functionName": {
|
|
2989
2989
|
"name": "sub",
|
|
2990
2990
|
"nodeType": "YulIdentifier",
|
|
2991
|
-
"src": "3994:3:
|
|
2991
|
+
"src": "3994:3:101"
|
|
2992
2992
|
},
|
|
2993
2993
|
"nodeType": "YulFunctionCall",
|
|
2994
|
-
"src": "3994:23:
|
|
2994
|
+
"src": "3994:23:101"
|
|
2995
2995
|
},
|
|
2996
2996
|
{
|
|
2997
2997
|
"kind": "number",
|
|
2998
2998
|
"nodeType": "YulLiteral",
|
|
2999
|
-
"src": "4019:2:
|
|
2999
|
+
"src": "4019:2:101",
|
|
3000
3000
|
"type": "",
|
|
3001
3001
|
"value": "32"
|
|
3002
3002
|
}
|
|
@@ -3004,38 +3004,38 @@
|
|
|
3004
3004
|
"functionName": {
|
|
3005
3005
|
"name": "slt",
|
|
3006
3006
|
"nodeType": "YulIdentifier",
|
|
3007
|
-
"src": "3990:3:
|
|
3007
|
+
"src": "3990:3:101"
|
|
3008
3008
|
},
|
|
3009
3009
|
"nodeType": "YulFunctionCall",
|
|
3010
|
-
"src": "3990:32:
|
|
3010
|
+
"src": "3990:32:101"
|
|
3011
3011
|
},
|
|
3012
3012
|
"nodeType": "YulIf",
|
|
3013
|
-
"src": "3987:52:
|
|
3013
|
+
"src": "3987:52:101"
|
|
3014
3014
|
},
|
|
3015
3015
|
{
|
|
3016
3016
|
"nodeType": "YulVariableDeclaration",
|
|
3017
|
-
"src": "4048:29:
|
|
3017
|
+
"src": "4048:29:101",
|
|
3018
3018
|
"value": {
|
|
3019
3019
|
"arguments": [
|
|
3020
3020
|
{
|
|
3021
3021
|
"name": "headStart",
|
|
3022
3022
|
"nodeType": "YulIdentifier",
|
|
3023
|
-
"src": "4067:9:
|
|
3023
|
+
"src": "4067:9:101"
|
|
3024
3024
|
}
|
|
3025
3025
|
],
|
|
3026
3026
|
"functionName": {
|
|
3027
3027
|
"name": "mload",
|
|
3028
3028
|
"nodeType": "YulIdentifier",
|
|
3029
|
-
"src": "4061:5:
|
|
3029
|
+
"src": "4061:5:101"
|
|
3030
3030
|
},
|
|
3031
3031
|
"nodeType": "YulFunctionCall",
|
|
3032
|
-
"src": "4061:16:
|
|
3032
|
+
"src": "4061:16:101"
|
|
3033
3033
|
},
|
|
3034
3034
|
"variables": [
|
|
3035
3035
|
{
|
|
3036
3036
|
"name": "value",
|
|
3037
3037
|
"nodeType": "YulTypedName",
|
|
3038
|
-
"src": "4052:5:
|
|
3038
|
+
"src": "4052:5:101",
|
|
3039
3039
|
"type": ""
|
|
3040
3040
|
}
|
|
3041
3041
|
]
|
|
@@ -3043,7 +3043,7 @@
|
|
|
3043
3043
|
{
|
|
3044
3044
|
"body": {
|
|
3045
3045
|
"nodeType": "YulBlock",
|
|
3046
|
-
"src": "4130:16:
|
|
3046
|
+
"src": "4130:16:101",
|
|
3047
3047
|
"statements": [
|
|
3048
3048
|
{
|
|
3049
3049
|
"expression": {
|
|
@@ -3051,14 +3051,14 @@
|
|
|
3051
3051
|
{
|
|
3052
3052
|
"kind": "number",
|
|
3053
3053
|
"nodeType": "YulLiteral",
|
|
3054
|
-
"src": "4139:1:
|
|
3054
|
+
"src": "4139:1:101",
|
|
3055
3055
|
"type": "",
|
|
3056
3056
|
"value": "0"
|
|
3057
3057
|
},
|
|
3058
3058
|
{
|
|
3059
3059
|
"kind": "number",
|
|
3060
3060
|
"nodeType": "YulLiteral",
|
|
3061
|
-
"src": "4142:1:
|
|
3061
|
+
"src": "4142:1:101",
|
|
3062
3062
|
"type": "",
|
|
3063
3063
|
"value": "0"
|
|
3064
3064
|
}
|
|
@@ -3066,13 +3066,13 @@
|
|
|
3066
3066
|
"functionName": {
|
|
3067
3067
|
"name": "revert",
|
|
3068
3068
|
"nodeType": "YulIdentifier",
|
|
3069
|
-
"src": "4132:6:
|
|
3069
|
+
"src": "4132:6:101"
|
|
3070
3070
|
},
|
|
3071
3071
|
"nodeType": "YulFunctionCall",
|
|
3072
|
-
"src": "4132:12:
|
|
3072
|
+
"src": "4132:12:101"
|
|
3073
3073
|
},
|
|
3074
3074
|
"nodeType": "YulExpressionStatement",
|
|
3075
|
-
"src": "4132:12:
|
|
3075
|
+
"src": "4132:12:101"
|
|
3076
3076
|
}
|
|
3077
3077
|
]
|
|
3078
3078
|
},
|
|
@@ -3083,7 +3083,7 @@
|
|
|
3083
3083
|
{
|
|
3084
3084
|
"name": "value",
|
|
3085
3085
|
"nodeType": "YulIdentifier",
|
|
3086
|
-
"src": "4099:5:
|
|
3086
|
+
"src": "4099:5:101"
|
|
3087
3087
|
},
|
|
3088
3088
|
{
|
|
3089
3089
|
"arguments": [
|
|
@@ -3092,60 +3092,60 @@
|
|
|
3092
3092
|
{
|
|
3093
3093
|
"name": "value",
|
|
3094
3094
|
"nodeType": "YulIdentifier",
|
|
3095
|
-
"src": "4120:5:
|
|
3095
|
+
"src": "4120:5:101"
|
|
3096
3096
|
}
|
|
3097
3097
|
],
|
|
3098
3098
|
"functionName": {
|
|
3099
3099
|
"name": "iszero",
|
|
3100
3100
|
"nodeType": "YulIdentifier",
|
|
3101
|
-
"src": "4113:6:
|
|
3101
|
+
"src": "4113:6:101"
|
|
3102
3102
|
},
|
|
3103
3103
|
"nodeType": "YulFunctionCall",
|
|
3104
|
-
"src": "4113:13:
|
|
3104
|
+
"src": "4113:13:101"
|
|
3105
3105
|
}
|
|
3106
3106
|
],
|
|
3107
3107
|
"functionName": {
|
|
3108
3108
|
"name": "iszero",
|
|
3109
3109
|
"nodeType": "YulIdentifier",
|
|
3110
|
-
"src": "4106:6:
|
|
3110
|
+
"src": "4106:6:101"
|
|
3111
3111
|
},
|
|
3112
3112
|
"nodeType": "YulFunctionCall",
|
|
3113
|
-
"src": "4106:21:
|
|
3113
|
+
"src": "4106:21:101"
|
|
3114
3114
|
}
|
|
3115
3115
|
],
|
|
3116
3116
|
"functionName": {
|
|
3117
3117
|
"name": "eq",
|
|
3118
3118
|
"nodeType": "YulIdentifier",
|
|
3119
|
-
"src": "4096:2:
|
|
3119
|
+
"src": "4096:2:101"
|
|
3120
3120
|
},
|
|
3121
3121
|
"nodeType": "YulFunctionCall",
|
|
3122
|
-
"src": "4096:32:
|
|
3122
|
+
"src": "4096:32:101"
|
|
3123
3123
|
}
|
|
3124
3124
|
],
|
|
3125
3125
|
"functionName": {
|
|
3126
3126
|
"name": "iszero",
|
|
3127
3127
|
"nodeType": "YulIdentifier",
|
|
3128
|
-
"src": "4089:6:
|
|
3128
|
+
"src": "4089:6:101"
|
|
3129
3129
|
},
|
|
3130
3130
|
"nodeType": "YulFunctionCall",
|
|
3131
|
-
"src": "4089:40:
|
|
3131
|
+
"src": "4089:40:101"
|
|
3132
3132
|
},
|
|
3133
3133
|
"nodeType": "YulIf",
|
|
3134
|
-
"src": "4086:60:
|
|
3134
|
+
"src": "4086:60:101"
|
|
3135
3135
|
},
|
|
3136
3136
|
{
|
|
3137
3137
|
"nodeType": "YulAssignment",
|
|
3138
|
-
"src": "4155:15:
|
|
3138
|
+
"src": "4155:15:101",
|
|
3139
3139
|
"value": {
|
|
3140
3140
|
"name": "value",
|
|
3141
3141
|
"nodeType": "YulIdentifier",
|
|
3142
|
-
"src": "4165:5:
|
|
3142
|
+
"src": "4165:5:101"
|
|
3143
3143
|
},
|
|
3144
3144
|
"variableNames": [
|
|
3145
3145
|
{
|
|
3146
3146
|
"name": "value0",
|
|
3147
3147
|
"nodeType": "YulIdentifier",
|
|
3148
|
-
"src": "4155:6:
|
|
3148
|
+
"src": "4155:6:101"
|
|
3149
3149
|
}
|
|
3150
3150
|
]
|
|
3151
3151
|
}
|
|
@@ -3157,13 +3157,13 @@
|
|
|
3157
3157
|
{
|
|
3158
3158
|
"name": "headStart",
|
|
3159
3159
|
"nodeType": "YulTypedName",
|
|
3160
|
-
"src": "3943:9:
|
|
3160
|
+
"src": "3943:9:101",
|
|
3161
3161
|
"type": ""
|
|
3162
3162
|
},
|
|
3163
3163
|
{
|
|
3164
3164
|
"name": "dataEnd",
|
|
3165
3165
|
"nodeType": "YulTypedName",
|
|
3166
|
-
"src": "3954:7:
|
|
3166
|
+
"src": "3954:7:101",
|
|
3167
3167
|
"type": ""
|
|
3168
3168
|
}
|
|
3169
3169
|
],
|
|
@@ -3171,16 +3171,16 @@
|
|
|
3171
3171
|
{
|
|
3172
3172
|
"name": "value0",
|
|
3173
3173
|
"nodeType": "YulTypedName",
|
|
3174
|
-
"src": "3966:6:
|
|
3174
|
+
"src": "3966:6:101",
|
|
3175
3175
|
"type": ""
|
|
3176
3176
|
}
|
|
3177
3177
|
],
|
|
3178
|
-
"src": "3899:277:
|
|
3178
|
+
"src": "3899:277:101"
|
|
3179
3179
|
},
|
|
3180
3180
|
{
|
|
3181
3181
|
"body": {
|
|
3182
3182
|
"nodeType": "YulBlock",
|
|
3183
|
-
"src": "4355:232:
|
|
3183
|
+
"src": "4355:232:101",
|
|
3184
3184
|
"statements": [
|
|
3185
3185
|
{
|
|
3186
3186
|
"expression": {
|
|
@@ -3188,12 +3188,12 @@
|
|
|
3188
3188
|
{
|
|
3189
3189
|
"name": "headStart",
|
|
3190
3190
|
"nodeType": "YulIdentifier",
|
|
3191
|
-
"src": "4372:9:
|
|
3191
|
+
"src": "4372:9:101"
|
|
3192
3192
|
},
|
|
3193
3193
|
{
|
|
3194
3194
|
"kind": "number",
|
|
3195
3195
|
"nodeType": "YulLiteral",
|
|
3196
|
-
"src": "4383:2:
|
|
3196
|
+
"src": "4383:2:101",
|
|
3197
3197
|
"type": "",
|
|
3198
3198
|
"value": "32"
|
|
3199
3199
|
}
|
|
@@ -3201,13 +3201,13 @@
|
|
|
3201
3201
|
"functionName": {
|
|
3202
3202
|
"name": "mstore",
|
|
3203
3203
|
"nodeType": "YulIdentifier",
|
|
3204
|
-
"src": "4365:6:
|
|
3204
|
+
"src": "4365:6:101"
|
|
3205
3205
|
},
|
|
3206
3206
|
"nodeType": "YulFunctionCall",
|
|
3207
|
-
"src": "4365:21:
|
|
3207
|
+
"src": "4365:21:101"
|
|
3208
3208
|
},
|
|
3209
3209
|
"nodeType": "YulExpressionStatement",
|
|
3210
|
-
"src": "4365:21:
|
|
3210
|
+
"src": "4365:21:101"
|
|
3211
3211
|
},
|
|
3212
3212
|
{
|
|
3213
3213
|
"expression": {
|
|
@@ -3217,12 +3217,12 @@
|
|
|
3217
3217
|
{
|
|
3218
3218
|
"name": "headStart",
|
|
3219
3219
|
"nodeType": "YulIdentifier",
|
|
3220
|
-
"src": "4406:9:
|
|
3220
|
+
"src": "4406:9:101"
|
|
3221
3221
|
},
|
|
3222
3222
|
{
|
|
3223
3223
|
"kind": "number",
|
|
3224
3224
|
"nodeType": "YulLiteral",
|
|
3225
|
-
"src": "4417:2:
|
|
3225
|
+
"src": "4417:2:101",
|
|
3226
3226
|
"type": "",
|
|
3227
3227
|
"value": "32"
|
|
3228
3228
|
}
|
|
@@ -3230,15 +3230,15 @@
|
|
|
3230
3230
|
"functionName": {
|
|
3231
3231
|
"name": "add",
|
|
3232
3232
|
"nodeType": "YulIdentifier",
|
|
3233
|
-
"src": "4402:3:
|
|
3233
|
+
"src": "4402:3:101"
|
|
3234
3234
|
},
|
|
3235
3235
|
"nodeType": "YulFunctionCall",
|
|
3236
|
-
"src": "4402:18:
|
|
3236
|
+
"src": "4402:18:101"
|
|
3237
3237
|
},
|
|
3238
3238
|
{
|
|
3239
3239
|
"kind": "number",
|
|
3240
3240
|
"nodeType": "YulLiteral",
|
|
3241
|
-
"src": "4422:2:
|
|
3241
|
+
"src": "4422:2:101",
|
|
3242
3242
|
"type": "",
|
|
3243
3243
|
"value": "42"
|
|
3244
3244
|
}
|
|
@@ -3246,13 +3246,13 @@
|
|
|
3246
3246
|
"functionName": {
|
|
3247
3247
|
"name": "mstore",
|
|
3248
3248
|
"nodeType": "YulIdentifier",
|
|
3249
|
-
"src": "4395:6:
|
|
3249
|
+
"src": "4395:6:101"
|
|
3250
3250
|
},
|
|
3251
3251
|
"nodeType": "YulFunctionCall",
|
|
3252
|
-
"src": "4395:30:
|
|
3252
|
+
"src": "4395:30:101"
|
|
3253
3253
|
},
|
|
3254
3254
|
"nodeType": "YulExpressionStatement",
|
|
3255
|
-
"src": "4395:30:
|
|
3255
|
+
"src": "4395:30:101"
|
|
3256
3256
|
},
|
|
3257
3257
|
{
|
|
3258
3258
|
"expression": {
|
|
@@ -3262,12 +3262,12 @@
|
|
|
3262
3262
|
{
|
|
3263
3263
|
"name": "headStart",
|
|
3264
3264
|
"nodeType": "YulIdentifier",
|
|
3265
|
-
"src": "4445:9:
|
|
3265
|
+
"src": "4445:9:101"
|
|
3266
3266
|
},
|
|
3267
3267
|
{
|
|
3268
3268
|
"kind": "number",
|
|
3269
3269
|
"nodeType": "YulLiteral",
|
|
3270
|
-
"src": "4456:2:
|
|
3270
|
+
"src": "4456:2:101",
|
|
3271
3271
|
"type": "",
|
|
3272
3272
|
"value": "64"
|
|
3273
3273
|
}
|
|
@@ -3275,16 +3275,16 @@
|
|
|
3275
3275
|
"functionName": {
|
|
3276
3276
|
"name": "add",
|
|
3277
3277
|
"nodeType": "YulIdentifier",
|
|
3278
|
-
"src": "4441:3:
|
|
3278
|
+
"src": "4441:3:101"
|
|
3279
3279
|
},
|
|
3280
3280
|
"nodeType": "YulFunctionCall",
|
|
3281
|
-
"src": "4441:18:
|
|
3281
|
+
"src": "4441:18:101"
|
|
3282
3282
|
},
|
|
3283
3283
|
{
|
|
3284
3284
|
"hexValue": "5361666545524332303a204552433230206f7065726174696f6e20646964206e",
|
|
3285
3285
|
"kind": "string",
|
|
3286
3286
|
"nodeType": "YulLiteral",
|
|
3287
|
-
"src": "4461:34:
|
|
3287
|
+
"src": "4461:34:101",
|
|
3288
3288
|
"type": "",
|
|
3289
3289
|
"value": "SafeERC20: ERC20 operation did n"
|
|
3290
3290
|
}
|
|
@@ -3292,13 +3292,13 @@
|
|
|
3292
3292
|
"functionName": {
|
|
3293
3293
|
"name": "mstore",
|
|
3294
3294
|
"nodeType": "YulIdentifier",
|
|
3295
|
-
"src": "4434:6:
|
|
3295
|
+
"src": "4434:6:101"
|
|
3296
3296
|
},
|
|
3297
3297
|
"nodeType": "YulFunctionCall",
|
|
3298
|
-
"src": "4434:62:
|
|
3298
|
+
"src": "4434:62:101"
|
|
3299
3299
|
},
|
|
3300
3300
|
"nodeType": "YulExpressionStatement",
|
|
3301
|
-
"src": "4434:62:
|
|
3301
|
+
"src": "4434:62:101"
|
|
3302
3302
|
},
|
|
3303
3303
|
{
|
|
3304
3304
|
"expression": {
|
|
@@ -3308,12 +3308,12 @@
|
|
|
3308
3308
|
{
|
|
3309
3309
|
"name": "headStart",
|
|
3310
3310
|
"nodeType": "YulIdentifier",
|
|
3311
|
-
"src": "4516:9:
|
|
3311
|
+
"src": "4516:9:101"
|
|
3312
3312
|
},
|
|
3313
3313
|
{
|
|
3314
3314
|
"kind": "number",
|
|
3315
3315
|
"nodeType": "YulLiteral",
|
|
3316
|
-
"src": "4527:2:
|
|
3316
|
+
"src": "4527:2:101",
|
|
3317
3317
|
"type": "",
|
|
3318
3318
|
"value": "96"
|
|
3319
3319
|
}
|
|
@@ -3321,16 +3321,16 @@
|
|
|
3321
3321
|
"functionName": {
|
|
3322
3322
|
"name": "add",
|
|
3323
3323
|
"nodeType": "YulIdentifier",
|
|
3324
|
-
"src": "4512:3:
|
|
3324
|
+
"src": "4512:3:101"
|
|
3325
3325
|
},
|
|
3326
3326
|
"nodeType": "YulFunctionCall",
|
|
3327
|
-
"src": "4512:18:
|
|
3327
|
+
"src": "4512:18:101"
|
|
3328
3328
|
},
|
|
3329
3329
|
{
|
|
3330
3330
|
"hexValue": "6f742073756363656564",
|
|
3331
3331
|
"kind": "string",
|
|
3332
3332
|
"nodeType": "YulLiteral",
|
|
3333
|
-
"src": "4532:12:
|
|
3333
|
+
"src": "4532:12:101",
|
|
3334
3334
|
"type": "",
|
|
3335
3335
|
"value": "ot succeed"
|
|
3336
3336
|
}
|
|
@@ -3338,28 +3338,28 @@
|
|
|
3338
3338
|
"functionName": {
|
|
3339
3339
|
"name": "mstore",
|
|
3340
3340
|
"nodeType": "YulIdentifier",
|
|
3341
|
-
"src": "4505:6:
|
|
3341
|
+
"src": "4505:6:101"
|
|
3342
3342
|
},
|
|
3343
3343
|
"nodeType": "YulFunctionCall",
|
|
3344
|
-
"src": "4505:40:
|
|
3344
|
+
"src": "4505:40:101"
|
|
3345
3345
|
},
|
|
3346
3346
|
"nodeType": "YulExpressionStatement",
|
|
3347
|
-
"src": "4505:40:
|
|
3347
|
+
"src": "4505:40:101"
|
|
3348
3348
|
},
|
|
3349
3349
|
{
|
|
3350
3350
|
"nodeType": "YulAssignment",
|
|
3351
|
-
"src": "4554:27:
|
|
3351
|
+
"src": "4554:27:101",
|
|
3352
3352
|
"value": {
|
|
3353
3353
|
"arguments": [
|
|
3354
3354
|
{
|
|
3355
3355
|
"name": "headStart",
|
|
3356
3356
|
"nodeType": "YulIdentifier",
|
|
3357
|
-
"src": "4566:9:
|
|
3357
|
+
"src": "4566:9:101"
|
|
3358
3358
|
},
|
|
3359
3359
|
{
|
|
3360
3360
|
"kind": "number",
|
|
3361
3361
|
"nodeType": "YulLiteral",
|
|
3362
|
-
"src": "4577:3:
|
|
3362
|
+
"src": "4577:3:101",
|
|
3363
3363
|
"type": "",
|
|
3364
3364
|
"value": "128"
|
|
3365
3365
|
}
|
|
@@ -3367,16 +3367,16 @@
|
|
|
3367
3367
|
"functionName": {
|
|
3368
3368
|
"name": "add",
|
|
3369
3369
|
"nodeType": "YulIdentifier",
|
|
3370
|
-
"src": "4562:3:
|
|
3370
|
+
"src": "4562:3:101"
|
|
3371
3371
|
},
|
|
3372
3372
|
"nodeType": "YulFunctionCall",
|
|
3373
|
-
"src": "4562:19:
|
|
3373
|
+
"src": "4562:19:101"
|
|
3374
3374
|
},
|
|
3375
3375
|
"variableNames": [
|
|
3376
3376
|
{
|
|
3377
3377
|
"name": "tail",
|
|
3378
3378
|
"nodeType": "YulIdentifier",
|
|
3379
|
-
"src": "4554:4:
|
|
3379
|
+
"src": "4554:4:101"
|
|
3380
3380
|
}
|
|
3381
3381
|
]
|
|
3382
3382
|
}
|
|
@@ -3388,7 +3388,7 @@
|
|
|
3388
3388
|
{
|
|
3389
3389
|
"name": "headStart",
|
|
3390
3390
|
"nodeType": "YulTypedName",
|
|
3391
|
-
"src": "4332:9:
|
|
3391
|
+
"src": "4332:9:101",
|
|
3392
3392
|
"type": ""
|
|
3393
3393
|
}
|
|
3394
3394
|
],
|
|
@@ -3396,16 +3396,16 @@
|
|
|
3396
3396
|
{
|
|
3397
3397
|
"name": "tail",
|
|
3398
3398
|
"nodeType": "YulTypedName",
|
|
3399
|
-
"src": "4346:4:
|
|
3399
|
+
"src": "4346:4:101",
|
|
3400
3400
|
"type": ""
|
|
3401
3401
|
}
|
|
3402
3402
|
],
|
|
3403
|
-
"src": "4181:406:
|
|
3403
|
+
"src": "4181:406:101"
|
|
3404
3404
|
},
|
|
3405
3405
|
{
|
|
3406
3406
|
"body": {
|
|
3407
3407
|
"nodeType": "YulBlock",
|
|
3408
|
-
"src": "4766:228:
|
|
3408
|
+
"src": "4766:228:101",
|
|
3409
3409
|
"statements": [
|
|
3410
3410
|
{
|
|
3411
3411
|
"expression": {
|
|
@@ -3413,12 +3413,12 @@
|
|
|
3413
3413
|
{
|
|
3414
3414
|
"name": "headStart",
|
|
3415
3415
|
"nodeType": "YulIdentifier",
|
|
3416
|
-
"src": "4783:9:
|
|
3416
|
+
"src": "4783:9:101"
|
|
3417
3417
|
},
|
|
3418
3418
|
{
|
|
3419
3419
|
"kind": "number",
|
|
3420
3420
|
"nodeType": "YulLiteral",
|
|
3421
|
-
"src": "4794:2:
|
|
3421
|
+
"src": "4794:2:101",
|
|
3422
3422
|
"type": "",
|
|
3423
3423
|
"value": "32"
|
|
3424
3424
|
}
|
|
@@ -3426,13 +3426,13 @@
|
|
|
3426
3426
|
"functionName": {
|
|
3427
3427
|
"name": "mstore",
|
|
3428
3428
|
"nodeType": "YulIdentifier",
|
|
3429
|
-
"src": "4776:6:
|
|
3429
|
+
"src": "4776:6:101"
|
|
3430
3430
|
},
|
|
3431
3431
|
"nodeType": "YulFunctionCall",
|
|
3432
|
-
"src": "4776:21:
|
|
3432
|
+
"src": "4776:21:101"
|
|
3433
3433
|
},
|
|
3434
3434
|
"nodeType": "YulExpressionStatement",
|
|
3435
|
-
"src": "4776:21:
|
|
3435
|
+
"src": "4776:21:101"
|
|
3436
3436
|
},
|
|
3437
3437
|
{
|
|
3438
3438
|
"expression": {
|
|
@@ -3442,12 +3442,12 @@
|
|
|
3442
3442
|
{
|
|
3443
3443
|
"name": "headStart",
|
|
3444
3444
|
"nodeType": "YulIdentifier",
|
|
3445
|
-
"src": "4817:9:
|
|
3445
|
+
"src": "4817:9:101"
|
|
3446
3446
|
},
|
|
3447
3447
|
{
|
|
3448
3448
|
"kind": "number",
|
|
3449
3449
|
"nodeType": "YulLiteral",
|
|
3450
|
-
"src": "4828:2:
|
|
3450
|
+
"src": "4828:2:101",
|
|
3451
3451
|
"type": "",
|
|
3452
3452
|
"value": "32"
|
|
3453
3453
|
}
|
|
@@ -3455,15 +3455,15 @@
|
|
|
3455
3455
|
"functionName": {
|
|
3456
3456
|
"name": "add",
|
|
3457
3457
|
"nodeType": "YulIdentifier",
|
|
3458
|
-
"src": "4813:3:
|
|
3458
|
+
"src": "4813:3:101"
|
|
3459
3459
|
},
|
|
3460
3460
|
"nodeType": "YulFunctionCall",
|
|
3461
|
-
"src": "4813:18:
|
|
3461
|
+
"src": "4813:18:101"
|
|
3462
3462
|
},
|
|
3463
3463
|
{
|
|
3464
3464
|
"kind": "number",
|
|
3465
3465
|
"nodeType": "YulLiteral",
|
|
3466
|
-
"src": "4833:2:
|
|
3466
|
+
"src": "4833:2:101",
|
|
3467
3467
|
"type": "",
|
|
3468
3468
|
"value": "38"
|
|
3469
3469
|
}
|
|
@@ -3471,13 +3471,13 @@
|
|
|
3471
3471
|
"functionName": {
|
|
3472
3472
|
"name": "mstore",
|
|
3473
3473
|
"nodeType": "YulIdentifier",
|
|
3474
|
-
"src": "4806:6:
|
|
3474
|
+
"src": "4806:6:101"
|
|
3475
3475
|
},
|
|
3476
3476
|
"nodeType": "YulFunctionCall",
|
|
3477
|
-
"src": "4806:30:
|
|
3477
|
+
"src": "4806:30:101"
|
|
3478
3478
|
},
|
|
3479
3479
|
"nodeType": "YulExpressionStatement",
|
|
3480
|
-
"src": "4806:30:
|
|
3480
|
+
"src": "4806:30:101"
|
|
3481
3481
|
},
|
|
3482
3482
|
{
|
|
3483
3483
|
"expression": {
|
|
@@ -3487,12 +3487,12 @@
|
|
|
3487
3487
|
{
|
|
3488
3488
|
"name": "headStart",
|
|
3489
3489
|
"nodeType": "YulIdentifier",
|
|
3490
|
-
"src": "4856:9:
|
|
3490
|
+
"src": "4856:9:101"
|
|
3491
3491
|
},
|
|
3492
3492
|
{
|
|
3493
3493
|
"kind": "number",
|
|
3494
3494
|
"nodeType": "YulLiteral",
|
|
3495
|
-
"src": "4867:2:
|
|
3495
|
+
"src": "4867:2:101",
|
|
3496
3496
|
"type": "",
|
|
3497
3497
|
"value": "64"
|
|
3498
3498
|
}
|
|
@@ -3500,16 +3500,16 @@
|
|
|
3500
3500
|
"functionName": {
|
|
3501
3501
|
"name": "add",
|
|
3502
3502
|
"nodeType": "YulIdentifier",
|
|
3503
|
-
"src": "4852:3:
|
|
3503
|
+
"src": "4852:3:101"
|
|
3504
3504
|
},
|
|
3505
3505
|
"nodeType": "YulFunctionCall",
|
|
3506
|
-
"src": "4852:18:
|
|
3506
|
+
"src": "4852:18:101"
|
|
3507
3507
|
},
|
|
3508
3508
|
{
|
|
3509
3509
|
"hexValue": "416464726573733a20696e73756666696369656e742062616c616e636520666f",
|
|
3510
3510
|
"kind": "string",
|
|
3511
3511
|
"nodeType": "YulLiteral",
|
|
3512
|
-
"src": "4872:34:
|
|
3512
|
+
"src": "4872:34:101",
|
|
3513
3513
|
"type": "",
|
|
3514
3514
|
"value": "Address: insufficient balance fo"
|
|
3515
3515
|
}
|
|
@@ -3517,13 +3517,13 @@
|
|
|
3517
3517
|
"functionName": {
|
|
3518
3518
|
"name": "mstore",
|
|
3519
3519
|
"nodeType": "YulIdentifier",
|
|
3520
|
-
"src": "4845:6:
|
|
3520
|
+
"src": "4845:6:101"
|
|
3521
3521
|
},
|
|
3522
3522
|
"nodeType": "YulFunctionCall",
|
|
3523
|
-
"src": "4845:62:
|
|
3523
|
+
"src": "4845:62:101"
|
|
3524
3524
|
},
|
|
3525
3525
|
"nodeType": "YulExpressionStatement",
|
|
3526
|
-
"src": "4845:62:
|
|
3526
|
+
"src": "4845:62:101"
|
|
3527
3527
|
},
|
|
3528
3528
|
{
|
|
3529
3529
|
"expression": {
|
|
@@ -3533,12 +3533,12 @@
|
|
|
3533
3533
|
{
|
|
3534
3534
|
"name": "headStart",
|
|
3535
3535
|
"nodeType": "YulIdentifier",
|
|
3536
|
-
"src": "4927:9:
|
|
3536
|
+
"src": "4927:9:101"
|
|
3537
3537
|
},
|
|
3538
3538
|
{
|
|
3539
3539
|
"kind": "number",
|
|
3540
3540
|
"nodeType": "YulLiteral",
|
|
3541
|
-
"src": "4938:2:
|
|
3541
|
+
"src": "4938:2:101",
|
|
3542
3542
|
"type": "",
|
|
3543
3543
|
"value": "96"
|
|
3544
3544
|
}
|
|
@@ -3546,16 +3546,16 @@
|
|
|
3546
3546
|
"functionName": {
|
|
3547
3547
|
"name": "add",
|
|
3548
3548
|
"nodeType": "YulIdentifier",
|
|
3549
|
-
"src": "4923:3:
|
|
3549
|
+
"src": "4923:3:101"
|
|
3550
3550
|
},
|
|
3551
3551
|
"nodeType": "YulFunctionCall",
|
|
3552
|
-
"src": "4923:18:
|
|
3552
|
+
"src": "4923:18:101"
|
|
3553
3553
|
},
|
|
3554
3554
|
{
|
|
3555
3555
|
"hexValue": "722063616c6c",
|
|
3556
3556
|
"kind": "string",
|
|
3557
3557
|
"nodeType": "YulLiteral",
|
|
3558
|
-
"src": "4943:8:
|
|
3558
|
+
"src": "4943:8:101",
|
|
3559
3559
|
"type": "",
|
|
3560
3560
|
"value": "r call"
|
|
3561
3561
|
}
|
|
@@ -3563,28 +3563,28 @@
|
|
|
3563
3563
|
"functionName": {
|
|
3564
3564
|
"name": "mstore",
|
|
3565
3565
|
"nodeType": "YulIdentifier",
|
|
3566
|
-
"src": "4916:6:
|
|
3566
|
+
"src": "4916:6:101"
|
|
3567
3567
|
},
|
|
3568
3568
|
"nodeType": "YulFunctionCall",
|
|
3569
|
-
"src": "4916:36:
|
|
3569
|
+
"src": "4916:36:101"
|
|
3570
3570
|
},
|
|
3571
3571
|
"nodeType": "YulExpressionStatement",
|
|
3572
|
-
"src": "4916:36:
|
|
3572
|
+
"src": "4916:36:101"
|
|
3573
3573
|
},
|
|
3574
3574
|
{
|
|
3575
3575
|
"nodeType": "YulAssignment",
|
|
3576
|
-
"src": "4961:27:
|
|
3576
|
+
"src": "4961:27:101",
|
|
3577
3577
|
"value": {
|
|
3578
3578
|
"arguments": [
|
|
3579
3579
|
{
|
|
3580
3580
|
"name": "headStart",
|
|
3581
3581
|
"nodeType": "YulIdentifier",
|
|
3582
|
-
"src": "4973:9:
|
|
3582
|
+
"src": "4973:9:101"
|
|
3583
3583
|
},
|
|
3584
3584
|
{
|
|
3585
3585
|
"kind": "number",
|
|
3586
3586
|
"nodeType": "YulLiteral",
|
|
3587
|
-
"src": "4984:3:
|
|
3587
|
+
"src": "4984:3:101",
|
|
3588
3588
|
"type": "",
|
|
3589
3589
|
"value": "128"
|
|
3590
3590
|
}
|
|
@@ -3592,16 +3592,16 @@
|
|
|
3592
3592
|
"functionName": {
|
|
3593
3593
|
"name": "add",
|
|
3594
3594
|
"nodeType": "YulIdentifier",
|
|
3595
|
-
"src": "4969:3:
|
|
3595
|
+
"src": "4969:3:101"
|
|
3596
3596
|
},
|
|
3597
3597
|
"nodeType": "YulFunctionCall",
|
|
3598
|
-
"src": "4969:19:
|
|
3598
|
+
"src": "4969:19:101"
|
|
3599
3599
|
},
|
|
3600
3600
|
"variableNames": [
|
|
3601
3601
|
{
|
|
3602
3602
|
"name": "tail",
|
|
3603
3603
|
"nodeType": "YulIdentifier",
|
|
3604
|
-
"src": "4961:4:
|
|
3604
|
+
"src": "4961:4:101"
|
|
3605
3605
|
}
|
|
3606
3606
|
]
|
|
3607
3607
|
}
|
|
@@ -3613,7 +3613,7 @@
|
|
|
3613
3613
|
{
|
|
3614
3614
|
"name": "headStart",
|
|
3615
3615
|
"nodeType": "YulTypedName",
|
|
3616
|
-
"src": "4743:9:
|
|
3616
|
+
"src": "4743:9:101",
|
|
3617
3617
|
"type": ""
|
|
3618
3618
|
}
|
|
3619
3619
|
],
|
|
@@ -3621,16 +3621,16 @@
|
|
|
3621
3621
|
{
|
|
3622
3622
|
"name": "tail",
|
|
3623
3623
|
"nodeType": "YulTypedName",
|
|
3624
|
-
"src": "4757:4:
|
|
3624
|
+
"src": "4757:4:101",
|
|
3625
3625
|
"type": ""
|
|
3626
3626
|
}
|
|
3627
3627
|
],
|
|
3628
|
-
"src": "4592:402:
|
|
3628
|
+
"src": "4592:402:101"
|
|
3629
3629
|
},
|
|
3630
3630
|
{
|
|
3631
3631
|
"body": {
|
|
3632
3632
|
"nodeType": "YulBlock",
|
|
3633
|
-
"src": "5173:179:
|
|
3633
|
+
"src": "5173:179:101",
|
|
3634
3634
|
"statements": [
|
|
3635
3635
|
{
|
|
3636
3636
|
"expression": {
|
|
@@ -3638,12 +3638,12 @@
|
|
|
3638
3638
|
{
|
|
3639
3639
|
"name": "headStart",
|
|
3640
3640
|
"nodeType": "YulIdentifier",
|
|
3641
|
-
"src": "5190:9:
|
|
3641
|
+
"src": "5190:9:101"
|
|
3642
3642
|
},
|
|
3643
3643
|
{
|
|
3644
3644
|
"kind": "number",
|
|
3645
3645
|
"nodeType": "YulLiteral",
|
|
3646
|
-
"src": "5201:2:
|
|
3646
|
+
"src": "5201:2:101",
|
|
3647
3647
|
"type": "",
|
|
3648
3648
|
"value": "32"
|
|
3649
3649
|
}
|
|
@@ -3651,13 +3651,13 @@
|
|
|
3651
3651
|
"functionName": {
|
|
3652
3652
|
"name": "mstore",
|
|
3653
3653
|
"nodeType": "YulIdentifier",
|
|
3654
|
-
"src": "5183:6:
|
|
3654
|
+
"src": "5183:6:101"
|
|
3655
3655
|
},
|
|
3656
3656
|
"nodeType": "YulFunctionCall",
|
|
3657
|
-
"src": "5183:21:
|
|
3657
|
+
"src": "5183:21:101"
|
|
3658
3658
|
},
|
|
3659
3659
|
"nodeType": "YulExpressionStatement",
|
|
3660
|
-
"src": "5183:21:
|
|
3660
|
+
"src": "5183:21:101"
|
|
3661
3661
|
},
|
|
3662
3662
|
{
|
|
3663
3663
|
"expression": {
|
|
@@ -3667,12 +3667,12 @@
|
|
|
3667
3667
|
{
|
|
3668
3668
|
"name": "headStart",
|
|
3669
3669
|
"nodeType": "YulIdentifier",
|
|
3670
|
-
"src": "5224:9:
|
|
3670
|
+
"src": "5224:9:101"
|
|
3671
3671
|
},
|
|
3672
3672
|
{
|
|
3673
3673
|
"kind": "number",
|
|
3674
3674
|
"nodeType": "YulLiteral",
|
|
3675
|
-
"src": "5235:2:
|
|
3675
|
+
"src": "5235:2:101",
|
|
3676
3676
|
"type": "",
|
|
3677
3677
|
"value": "32"
|
|
3678
3678
|
}
|
|
@@ -3680,15 +3680,15 @@
|
|
|
3680
3680
|
"functionName": {
|
|
3681
3681
|
"name": "add",
|
|
3682
3682
|
"nodeType": "YulIdentifier",
|
|
3683
|
-
"src": "5220:3:
|
|
3683
|
+
"src": "5220:3:101"
|
|
3684
3684
|
},
|
|
3685
3685
|
"nodeType": "YulFunctionCall",
|
|
3686
|
-
"src": "5220:18:
|
|
3686
|
+
"src": "5220:18:101"
|
|
3687
3687
|
},
|
|
3688
3688
|
{
|
|
3689
3689
|
"kind": "number",
|
|
3690
3690
|
"nodeType": "YulLiteral",
|
|
3691
|
-
"src": "5240:2:
|
|
3691
|
+
"src": "5240:2:101",
|
|
3692
3692
|
"type": "",
|
|
3693
3693
|
"value": "29"
|
|
3694
3694
|
}
|
|
@@ -3696,13 +3696,13 @@
|
|
|
3696
3696
|
"functionName": {
|
|
3697
3697
|
"name": "mstore",
|
|
3698
3698
|
"nodeType": "YulIdentifier",
|
|
3699
|
-
"src": "5213:6:
|
|
3699
|
+
"src": "5213:6:101"
|
|
3700
3700
|
},
|
|
3701
3701
|
"nodeType": "YulFunctionCall",
|
|
3702
|
-
"src": "5213:30:
|
|
3702
|
+
"src": "5213:30:101"
|
|
3703
3703
|
},
|
|
3704
3704
|
"nodeType": "YulExpressionStatement",
|
|
3705
|
-
"src": "5213:30:
|
|
3705
|
+
"src": "5213:30:101"
|
|
3706
3706
|
},
|
|
3707
3707
|
{
|
|
3708
3708
|
"expression": {
|
|
@@ -3712,12 +3712,12 @@
|
|
|
3712
3712
|
{
|
|
3713
3713
|
"name": "headStart",
|
|
3714
3714
|
"nodeType": "YulIdentifier",
|
|
3715
|
-
"src": "5263:9:
|
|
3715
|
+
"src": "5263:9:101"
|
|
3716
3716
|
},
|
|
3717
3717
|
{
|
|
3718
3718
|
"kind": "number",
|
|
3719
3719
|
"nodeType": "YulLiteral",
|
|
3720
|
-
"src": "5274:2:
|
|
3720
|
+
"src": "5274:2:101",
|
|
3721
3721
|
"type": "",
|
|
3722
3722
|
"value": "64"
|
|
3723
3723
|
}
|
|
@@ -3725,16 +3725,16 @@
|
|
|
3725
3725
|
"functionName": {
|
|
3726
3726
|
"name": "add",
|
|
3727
3727
|
"nodeType": "YulIdentifier",
|
|
3728
|
-
"src": "5259:3:
|
|
3728
|
+
"src": "5259:3:101"
|
|
3729
3729
|
},
|
|
3730
3730
|
"nodeType": "YulFunctionCall",
|
|
3731
|
-
"src": "5259:18:
|
|
3731
|
+
"src": "5259:18:101"
|
|
3732
3732
|
},
|
|
3733
3733
|
{
|
|
3734
3734
|
"hexValue": "416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374",
|
|
3735
3735
|
"kind": "string",
|
|
3736
3736
|
"nodeType": "YulLiteral",
|
|
3737
|
-
"src": "5279:31:
|
|
3737
|
+
"src": "5279:31:101",
|
|
3738
3738
|
"type": "",
|
|
3739
3739
|
"value": "Address: call to non-contract"
|
|
3740
3740
|
}
|
|
@@ -3742,28 +3742,28 @@
|
|
|
3742
3742
|
"functionName": {
|
|
3743
3743
|
"name": "mstore",
|
|
3744
3744
|
"nodeType": "YulIdentifier",
|
|
3745
|
-
"src": "5252:6:
|
|
3745
|
+
"src": "5252:6:101"
|
|
3746
3746
|
},
|
|
3747
3747
|
"nodeType": "YulFunctionCall",
|
|
3748
|
-
"src": "5252:59:
|
|
3748
|
+
"src": "5252:59:101"
|
|
3749
3749
|
},
|
|
3750
3750
|
"nodeType": "YulExpressionStatement",
|
|
3751
|
-
"src": "5252:59:
|
|
3751
|
+
"src": "5252:59:101"
|
|
3752
3752
|
},
|
|
3753
3753
|
{
|
|
3754
3754
|
"nodeType": "YulAssignment",
|
|
3755
|
-
"src": "5320:26:
|
|
3755
|
+
"src": "5320:26:101",
|
|
3756
3756
|
"value": {
|
|
3757
3757
|
"arguments": [
|
|
3758
3758
|
{
|
|
3759
3759
|
"name": "headStart",
|
|
3760
3760
|
"nodeType": "YulIdentifier",
|
|
3761
|
-
"src": "5332:9:
|
|
3761
|
+
"src": "5332:9:101"
|
|
3762
3762
|
},
|
|
3763
3763
|
{
|
|
3764
3764
|
"kind": "number",
|
|
3765
3765
|
"nodeType": "YulLiteral",
|
|
3766
|
-
"src": "5343:2:
|
|
3766
|
+
"src": "5343:2:101",
|
|
3767
3767
|
"type": "",
|
|
3768
3768
|
"value": "96"
|
|
3769
3769
|
}
|
|
@@ -3771,16 +3771,16 @@
|
|
|
3771
3771
|
"functionName": {
|
|
3772
3772
|
"name": "add",
|
|
3773
3773
|
"nodeType": "YulIdentifier",
|
|
3774
|
-
"src": "5328:3:
|
|
3774
|
+
"src": "5328:3:101"
|
|
3775
3775
|
},
|
|
3776
3776
|
"nodeType": "YulFunctionCall",
|
|
3777
|
-
"src": "5328:18:
|
|
3777
|
+
"src": "5328:18:101"
|
|
3778
3778
|
},
|
|
3779
3779
|
"variableNames": [
|
|
3780
3780
|
{
|
|
3781
3781
|
"name": "tail",
|
|
3782
3782
|
"nodeType": "YulIdentifier",
|
|
3783
|
-
"src": "5320:4:
|
|
3783
|
+
"src": "5320:4:101"
|
|
3784
3784
|
}
|
|
3785
3785
|
]
|
|
3786
3786
|
}
|
|
@@ -3792,7 +3792,7 @@
|
|
|
3792
3792
|
{
|
|
3793
3793
|
"name": "headStart",
|
|
3794
3794
|
"nodeType": "YulTypedName",
|
|
3795
|
-
"src": "5150:9:
|
|
3795
|
+
"src": "5150:9:101",
|
|
3796
3796
|
"type": ""
|
|
3797
3797
|
}
|
|
3798
3798
|
],
|
|
@@ -3800,24 +3800,24 @@
|
|
|
3800
3800
|
{
|
|
3801
3801
|
"name": "tail",
|
|
3802
3802
|
"nodeType": "YulTypedName",
|
|
3803
|
-
"src": "5164:4:
|
|
3803
|
+
"src": "5164:4:101",
|
|
3804
3804
|
"type": ""
|
|
3805
3805
|
}
|
|
3806
3806
|
],
|
|
3807
|
-
"src": "4999:353:
|
|
3807
|
+
"src": "4999:353:101"
|
|
3808
3808
|
},
|
|
3809
3809
|
{
|
|
3810
3810
|
"body": {
|
|
3811
3811
|
"nodeType": "YulBlock",
|
|
3812
|
-
"src": "5423:184:
|
|
3812
|
+
"src": "5423:184:101",
|
|
3813
3813
|
"statements": [
|
|
3814
3814
|
{
|
|
3815
3815
|
"nodeType": "YulVariableDeclaration",
|
|
3816
|
-
"src": "5433:10:
|
|
3816
|
+
"src": "5433:10:101",
|
|
3817
3817
|
"value": {
|
|
3818
3818
|
"kind": "number",
|
|
3819
3819
|
"nodeType": "YulLiteral",
|
|
3820
|
-
"src": "5442:1:
|
|
3820
|
+
"src": "5442:1:101",
|
|
3821
3821
|
"type": "",
|
|
3822
3822
|
"value": "0"
|
|
3823
3823
|
},
|
|
@@ -3825,7 +3825,7 @@
|
|
|
3825
3825
|
{
|
|
3826
3826
|
"name": "i",
|
|
3827
3827
|
"nodeType": "YulTypedName",
|
|
3828
|
-
"src": "5437:1:
|
|
3828
|
+
"src": "5437:1:101",
|
|
3829
3829
|
"type": ""
|
|
3830
3830
|
}
|
|
3831
3831
|
]
|
|
@@ -3833,7 +3833,7 @@
|
|
|
3833
3833
|
{
|
|
3834
3834
|
"body": {
|
|
3835
3835
|
"nodeType": "YulBlock",
|
|
3836
|
-
"src": "5502:63:
|
|
3836
|
+
"src": "5502:63:101",
|
|
3837
3837
|
"statements": [
|
|
3838
3838
|
{
|
|
3839
3839
|
"expression": {
|
|
@@ -3843,21 +3843,21 @@
|
|
|
3843
3843
|
{
|
|
3844
3844
|
"name": "dst",
|
|
3845
3845
|
"nodeType": "YulIdentifier",
|
|
3846
|
-
"src": "5527:3:
|
|
3846
|
+
"src": "5527:3:101"
|
|
3847
3847
|
},
|
|
3848
3848
|
{
|
|
3849
3849
|
"name": "i",
|
|
3850
3850
|
"nodeType": "YulIdentifier",
|
|
3851
|
-
"src": "5532:1:
|
|
3851
|
+
"src": "5532:1:101"
|
|
3852
3852
|
}
|
|
3853
3853
|
],
|
|
3854
3854
|
"functionName": {
|
|
3855
3855
|
"name": "add",
|
|
3856
3856
|
"nodeType": "YulIdentifier",
|
|
3857
|
-
"src": "5523:3:
|
|
3857
|
+
"src": "5523:3:101"
|
|
3858
3858
|
},
|
|
3859
3859
|
"nodeType": "YulFunctionCall",
|
|
3860
|
-
"src": "5523:11:
|
|
3860
|
+
"src": "5523:11:101"
|
|
3861
3861
|
},
|
|
3862
3862
|
{
|
|
3863
3863
|
"arguments": [
|
|
@@ -3866,42 +3866,42 @@
|
|
|
3866
3866
|
{
|
|
3867
3867
|
"name": "src",
|
|
3868
3868
|
"nodeType": "YulIdentifier",
|
|
3869
|
-
"src": "5546:3:
|
|
3869
|
+
"src": "5546:3:101"
|
|
3870
3870
|
},
|
|
3871
3871
|
{
|
|
3872
3872
|
"name": "i",
|
|
3873
3873
|
"nodeType": "YulIdentifier",
|
|
3874
|
-
"src": "5551:1:
|
|
3874
|
+
"src": "5551:1:101"
|
|
3875
3875
|
}
|
|
3876
3876
|
],
|
|
3877
3877
|
"functionName": {
|
|
3878
3878
|
"name": "add",
|
|
3879
3879
|
"nodeType": "YulIdentifier",
|
|
3880
|
-
"src": "5542:3:
|
|
3880
|
+
"src": "5542:3:101"
|
|
3881
3881
|
},
|
|
3882
3882
|
"nodeType": "YulFunctionCall",
|
|
3883
|
-
"src": "5542:11:
|
|
3883
|
+
"src": "5542:11:101"
|
|
3884
3884
|
}
|
|
3885
3885
|
],
|
|
3886
3886
|
"functionName": {
|
|
3887
3887
|
"name": "mload",
|
|
3888
3888
|
"nodeType": "YulIdentifier",
|
|
3889
|
-
"src": "5536:5:
|
|
3889
|
+
"src": "5536:5:101"
|
|
3890
3890
|
},
|
|
3891
3891
|
"nodeType": "YulFunctionCall",
|
|
3892
|
-
"src": "5536:18:
|
|
3892
|
+
"src": "5536:18:101"
|
|
3893
3893
|
}
|
|
3894
3894
|
],
|
|
3895
3895
|
"functionName": {
|
|
3896
3896
|
"name": "mstore",
|
|
3897
3897
|
"nodeType": "YulIdentifier",
|
|
3898
|
-
"src": "5516:6:
|
|
3898
|
+
"src": "5516:6:101"
|
|
3899
3899
|
},
|
|
3900
3900
|
"nodeType": "YulFunctionCall",
|
|
3901
|
-
"src": "5516:39:
|
|
3901
|
+
"src": "5516:39:101"
|
|
3902
3902
|
},
|
|
3903
3903
|
"nodeType": "YulExpressionStatement",
|
|
3904
|
-
"src": "5516:39:
|
|
3904
|
+
"src": "5516:39:101"
|
|
3905
3905
|
}
|
|
3906
3906
|
]
|
|
3907
3907
|
},
|
|
@@ -3910,41 +3910,41 @@
|
|
|
3910
3910
|
{
|
|
3911
3911
|
"name": "i",
|
|
3912
3912
|
"nodeType": "YulIdentifier",
|
|
3913
|
-
"src": "5463:1:
|
|
3913
|
+
"src": "5463:1:101"
|
|
3914
3914
|
},
|
|
3915
3915
|
{
|
|
3916
3916
|
"name": "length",
|
|
3917
3917
|
"nodeType": "YulIdentifier",
|
|
3918
|
-
"src": "5466:6:
|
|
3918
|
+
"src": "5466:6:101"
|
|
3919
3919
|
}
|
|
3920
3920
|
],
|
|
3921
3921
|
"functionName": {
|
|
3922
3922
|
"name": "lt",
|
|
3923
3923
|
"nodeType": "YulIdentifier",
|
|
3924
|
-
"src": "5460:2:
|
|
3924
|
+
"src": "5460:2:101"
|
|
3925
3925
|
},
|
|
3926
3926
|
"nodeType": "YulFunctionCall",
|
|
3927
|
-
"src": "5460:13:
|
|
3927
|
+
"src": "5460:13:101"
|
|
3928
3928
|
},
|
|
3929
3929
|
"nodeType": "YulForLoop",
|
|
3930
3930
|
"post": {
|
|
3931
3931
|
"nodeType": "YulBlock",
|
|
3932
|
-
"src": "5474:19:
|
|
3932
|
+
"src": "5474:19:101",
|
|
3933
3933
|
"statements": [
|
|
3934
3934
|
{
|
|
3935
3935
|
"nodeType": "YulAssignment",
|
|
3936
|
-
"src": "5476:15:
|
|
3936
|
+
"src": "5476:15:101",
|
|
3937
3937
|
"value": {
|
|
3938
3938
|
"arguments": [
|
|
3939
3939
|
{
|
|
3940
3940
|
"name": "i",
|
|
3941
3941
|
"nodeType": "YulIdentifier",
|
|
3942
|
-
"src": "5485:1:
|
|
3942
|
+
"src": "5485:1:101"
|
|
3943
3943
|
},
|
|
3944
3944
|
{
|
|
3945
3945
|
"kind": "number",
|
|
3946
3946
|
"nodeType": "YulLiteral",
|
|
3947
|
-
"src": "5488:2:
|
|
3947
|
+
"src": "5488:2:101",
|
|
3948
3948
|
"type": "",
|
|
3949
3949
|
"value": "32"
|
|
3950
3950
|
}
|
|
@@ -3952,16 +3952,16 @@
|
|
|
3952
3952
|
"functionName": {
|
|
3953
3953
|
"name": "add",
|
|
3954
3954
|
"nodeType": "YulIdentifier",
|
|
3955
|
-
"src": "5481:3:
|
|
3955
|
+
"src": "5481:3:101"
|
|
3956
3956
|
},
|
|
3957
3957
|
"nodeType": "YulFunctionCall",
|
|
3958
|
-
"src": "5481:10:
|
|
3958
|
+
"src": "5481:10:101"
|
|
3959
3959
|
},
|
|
3960
3960
|
"variableNames": [
|
|
3961
3961
|
{
|
|
3962
3962
|
"name": "i",
|
|
3963
3963
|
"nodeType": "YulIdentifier",
|
|
3964
|
-
"src": "5476:1:
|
|
3964
|
+
"src": "5476:1:101"
|
|
3965
3965
|
}
|
|
3966
3966
|
]
|
|
3967
3967
|
}
|
|
@@ -3969,10 +3969,10 @@
|
|
|
3969
3969
|
},
|
|
3970
3970
|
"pre": {
|
|
3971
3971
|
"nodeType": "YulBlock",
|
|
3972
|
-
"src": "5456:3:
|
|
3972
|
+
"src": "5456:3:101",
|
|
3973
3973
|
"statements": []
|
|
3974
3974
|
},
|
|
3975
|
-
"src": "5452:113:
|
|
3975
|
+
"src": "5452:113:101"
|
|
3976
3976
|
},
|
|
3977
3977
|
{
|
|
3978
3978
|
"expression": {
|
|
@@ -3982,26 +3982,26 @@
|
|
|
3982
3982
|
{
|
|
3983
3983
|
"name": "dst",
|
|
3984
3984
|
"nodeType": "YulIdentifier",
|
|
3985
|
-
"src": "5585:3:
|
|
3985
|
+
"src": "5585:3:101"
|
|
3986
3986
|
},
|
|
3987
3987
|
{
|
|
3988
3988
|
"name": "length",
|
|
3989
3989
|
"nodeType": "YulIdentifier",
|
|
3990
|
-
"src": "5590:6:
|
|
3990
|
+
"src": "5590:6:101"
|
|
3991
3991
|
}
|
|
3992
3992
|
],
|
|
3993
3993
|
"functionName": {
|
|
3994
3994
|
"name": "add",
|
|
3995
3995
|
"nodeType": "YulIdentifier",
|
|
3996
|
-
"src": "5581:3:
|
|
3996
|
+
"src": "5581:3:101"
|
|
3997
3997
|
},
|
|
3998
3998
|
"nodeType": "YulFunctionCall",
|
|
3999
|
-
"src": "5581:16:
|
|
3999
|
+
"src": "5581:16:101"
|
|
4000
4000
|
},
|
|
4001
4001
|
{
|
|
4002
4002
|
"kind": "number",
|
|
4003
4003
|
"nodeType": "YulLiteral",
|
|
4004
|
-
"src": "5599:1:
|
|
4004
|
+
"src": "5599:1:101",
|
|
4005
4005
|
"type": "",
|
|
4006
4006
|
"value": "0"
|
|
4007
4007
|
}
|
|
@@ -4009,13 +4009,13 @@
|
|
|
4009
4009
|
"functionName": {
|
|
4010
4010
|
"name": "mstore",
|
|
4011
4011
|
"nodeType": "YulIdentifier",
|
|
4012
|
-
"src": "5574:6:
|
|
4012
|
+
"src": "5574:6:101"
|
|
4013
4013
|
},
|
|
4014
4014
|
"nodeType": "YulFunctionCall",
|
|
4015
|
-
"src": "5574:27:
|
|
4015
|
+
"src": "5574:27:101"
|
|
4016
4016
|
},
|
|
4017
4017
|
"nodeType": "YulExpressionStatement",
|
|
4018
|
-
"src": "5574:27:
|
|
4018
|
+
"src": "5574:27:101"
|
|
4019
4019
|
}
|
|
4020
4020
|
]
|
|
4021
4021
|
},
|
|
@@ -4025,53 +4025,53 @@
|
|
|
4025
4025
|
{
|
|
4026
4026
|
"name": "src",
|
|
4027
4027
|
"nodeType": "YulTypedName",
|
|
4028
|
-
"src": "5401:3:
|
|
4028
|
+
"src": "5401:3:101",
|
|
4029
4029
|
"type": ""
|
|
4030
4030
|
},
|
|
4031
4031
|
{
|
|
4032
4032
|
"name": "dst",
|
|
4033
4033
|
"nodeType": "YulTypedName",
|
|
4034
|
-
"src": "5406:3:
|
|
4034
|
+
"src": "5406:3:101",
|
|
4035
4035
|
"type": ""
|
|
4036
4036
|
},
|
|
4037
4037
|
{
|
|
4038
4038
|
"name": "length",
|
|
4039
4039
|
"nodeType": "YulTypedName",
|
|
4040
|
-
"src": "5411:6:
|
|
4040
|
+
"src": "5411:6:101",
|
|
4041
4041
|
"type": ""
|
|
4042
4042
|
}
|
|
4043
4043
|
],
|
|
4044
|
-
"src": "5357:250:
|
|
4044
|
+
"src": "5357:250:101"
|
|
4045
4045
|
},
|
|
4046
4046
|
{
|
|
4047
4047
|
"body": {
|
|
4048
4048
|
"nodeType": "YulBlock",
|
|
4049
|
-
"src": "5749:150:
|
|
4049
|
+
"src": "5749:150:101",
|
|
4050
4050
|
"statements": [
|
|
4051
4051
|
{
|
|
4052
4052
|
"nodeType": "YulVariableDeclaration",
|
|
4053
|
-
"src": "5759:27:
|
|
4053
|
+
"src": "5759:27:101",
|
|
4054
4054
|
"value": {
|
|
4055
4055
|
"arguments": [
|
|
4056
4056
|
{
|
|
4057
4057
|
"name": "value0",
|
|
4058
4058
|
"nodeType": "YulIdentifier",
|
|
4059
|
-
"src": "5779:6:
|
|
4059
|
+
"src": "5779:6:101"
|
|
4060
4060
|
}
|
|
4061
4061
|
],
|
|
4062
4062
|
"functionName": {
|
|
4063
4063
|
"name": "mload",
|
|
4064
4064
|
"nodeType": "YulIdentifier",
|
|
4065
|
-
"src": "5773:5:
|
|
4065
|
+
"src": "5773:5:101"
|
|
4066
4066
|
},
|
|
4067
4067
|
"nodeType": "YulFunctionCall",
|
|
4068
|
-
"src": "5773:13:
|
|
4068
|
+
"src": "5773:13:101"
|
|
4069
4069
|
},
|
|
4070
4070
|
"variables": [
|
|
4071
4071
|
{
|
|
4072
4072
|
"name": "length",
|
|
4073
4073
|
"nodeType": "YulTypedName",
|
|
4074
|
-
"src": "5763:6:
|
|
4074
|
+
"src": "5763:6:101",
|
|
4075
4075
|
"type": ""
|
|
4076
4076
|
}
|
|
4077
4077
|
]
|
|
@@ -4084,12 +4084,12 @@
|
|
|
4084
4084
|
{
|
|
4085
4085
|
"name": "value0",
|
|
4086
4086
|
"nodeType": "YulIdentifier",
|
|
4087
|
-
"src": "5834:6:
|
|
4087
|
+
"src": "5834:6:101"
|
|
4088
4088
|
},
|
|
4089
4089
|
{
|
|
4090
4090
|
"kind": "number",
|
|
4091
4091
|
"nodeType": "YulLiteral",
|
|
4092
|
-
"src": "5842:4:
|
|
4092
|
+
"src": "5842:4:101",
|
|
4093
4093
|
"type": "",
|
|
4094
4094
|
"value": "0x20"
|
|
4095
4095
|
}
|
|
@@ -4097,62 +4097,62 @@
|
|
|
4097
4097
|
"functionName": {
|
|
4098
4098
|
"name": "add",
|
|
4099
4099
|
"nodeType": "YulIdentifier",
|
|
4100
|
-
"src": "5830:3:
|
|
4100
|
+
"src": "5830:3:101"
|
|
4101
4101
|
},
|
|
4102
4102
|
"nodeType": "YulFunctionCall",
|
|
4103
|
-
"src": "5830:17:
|
|
4103
|
+
"src": "5830:17:101"
|
|
4104
4104
|
},
|
|
4105
4105
|
{
|
|
4106
4106
|
"name": "pos",
|
|
4107
4107
|
"nodeType": "YulIdentifier",
|
|
4108
|
-
"src": "5849:3:
|
|
4108
|
+
"src": "5849:3:101"
|
|
4109
4109
|
},
|
|
4110
4110
|
{
|
|
4111
4111
|
"name": "length",
|
|
4112
4112
|
"nodeType": "YulIdentifier",
|
|
4113
|
-
"src": "5854:6:
|
|
4113
|
+
"src": "5854:6:101"
|
|
4114
4114
|
}
|
|
4115
4115
|
],
|
|
4116
4116
|
"functionName": {
|
|
4117
4117
|
"name": "copy_memory_to_memory_with_cleanup",
|
|
4118
4118
|
"nodeType": "YulIdentifier",
|
|
4119
|
-
"src": "5795:34:
|
|
4119
|
+
"src": "5795:34:101"
|
|
4120
4120
|
},
|
|
4121
4121
|
"nodeType": "YulFunctionCall",
|
|
4122
|
-
"src": "5795:66:
|
|
4122
|
+
"src": "5795:66:101"
|
|
4123
4123
|
},
|
|
4124
4124
|
"nodeType": "YulExpressionStatement",
|
|
4125
|
-
"src": "5795:66:
|
|
4125
|
+
"src": "5795:66:101"
|
|
4126
4126
|
},
|
|
4127
4127
|
{
|
|
4128
4128
|
"nodeType": "YulAssignment",
|
|
4129
|
-
"src": "5870:23:
|
|
4129
|
+
"src": "5870:23:101",
|
|
4130
4130
|
"value": {
|
|
4131
4131
|
"arguments": [
|
|
4132
4132
|
{
|
|
4133
4133
|
"name": "pos",
|
|
4134
4134
|
"nodeType": "YulIdentifier",
|
|
4135
|
-
"src": "5881:3:
|
|
4135
|
+
"src": "5881:3:101"
|
|
4136
4136
|
},
|
|
4137
4137
|
{
|
|
4138
4138
|
"name": "length",
|
|
4139
4139
|
"nodeType": "YulIdentifier",
|
|
4140
|
-
"src": "5886:6:
|
|
4140
|
+
"src": "5886:6:101"
|
|
4141
4141
|
}
|
|
4142
4142
|
],
|
|
4143
4143
|
"functionName": {
|
|
4144
4144
|
"name": "add",
|
|
4145
4145
|
"nodeType": "YulIdentifier",
|
|
4146
|
-
"src": "5877:3:
|
|
4146
|
+
"src": "5877:3:101"
|
|
4147
4147
|
},
|
|
4148
4148
|
"nodeType": "YulFunctionCall",
|
|
4149
|
-
"src": "5877:16:
|
|
4149
|
+
"src": "5877:16:101"
|
|
4150
4150
|
},
|
|
4151
4151
|
"variableNames": [
|
|
4152
4152
|
{
|
|
4153
4153
|
"name": "end",
|
|
4154
4154
|
"nodeType": "YulIdentifier",
|
|
4155
|
-
"src": "5870:3:
|
|
4155
|
+
"src": "5870:3:101"
|
|
4156
4156
|
}
|
|
4157
4157
|
]
|
|
4158
4158
|
}
|
|
@@ -4164,13 +4164,13 @@
|
|
|
4164
4164
|
{
|
|
4165
4165
|
"name": "pos",
|
|
4166
4166
|
"nodeType": "YulTypedName",
|
|
4167
|
-
"src": "5725:3:
|
|
4167
|
+
"src": "5725:3:101",
|
|
4168
4168
|
"type": ""
|
|
4169
4169
|
},
|
|
4170
4170
|
{
|
|
4171
4171
|
"name": "value0",
|
|
4172
4172
|
"nodeType": "YulTypedName",
|
|
4173
|
-
"src": "5730:6:
|
|
4173
|
+
"src": "5730:6:101",
|
|
4174
4174
|
"type": ""
|
|
4175
4175
|
}
|
|
4176
4176
|
],
|
|
@@ -4178,16 +4178,16 @@
|
|
|
4178
4178
|
{
|
|
4179
4179
|
"name": "end",
|
|
4180
4180
|
"nodeType": "YulTypedName",
|
|
4181
|
-
"src": "5741:3:
|
|
4181
|
+
"src": "5741:3:101",
|
|
4182
4182
|
"type": ""
|
|
4183
4183
|
}
|
|
4184
4184
|
],
|
|
4185
|
-
"src": "5612:287:
|
|
4185
|
+
"src": "5612:287:101"
|
|
4186
4186
|
},
|
|
4187
4187
|
{
|
|
4188
4188
|
"body": {
|
|
4189
4189
|
"nodeType": "YulBlock",
|
|
4190
|
-
"src": "6025:275:
|
|
4190
|
+
"src": "6025:275:101",
|
|
4191
4191
|
"statements": [
|
|
4192
4192
|
{
|
|
4193
4193
|
"expression": {
|
|
@@ -4195,12 +4195,12 @@
|
|
|
4195
4195
|
{
|
|
4196
4196
|
"name": "headStart",
|
|
4197
4197
|
"nodeType": "YulIdentifier",
|
|
4198
|
-
"src": "6042:9:
|
|
4198
|
+
"src": "6042:9:101"
|
|
4199
4199
|
},
|
|
4200
4200
|
{
|
|
4201
4201
|
"kind": "number",
|
|
4202
4202
|
"nodeType": "YulLiteral",
|
|
4203
|
-
"src": "6053:2:
|
|
4203
|
+
"src": "6053:2:101",
|
|
4204
4204
|
"type": "",
|
|
4205
4205
|
"value": "32"
|
|
4206
4206
|
}
|
|
@@ -4208,38 +4208,38 @@
|
|
|
4208
4208
|
"functionName": {
|
|
4209
4209
|
"name": "mstore",
|
|
4210
4210
|
"nodeType": "YulIdentifier",
|
|
4211
|
-
"src": "6035:6:
|
|
4211
|
+
"src": "6035:6:101"
|
|
4212
4212
|
},
|
|
4213
4213
|
"nodeType": "YulFunctionCall",
|
|
4214
|
-
"src": "6035:21:
|
|
4214
|
+
"src": "6035:21:101"
|
|
4215
4215
|
},
|
|
4216
4216
|
"nodeType": "YulExpressionStatement",
|
|
4217
|
-
"src": "6035:21:
|
|
4217
|
+
"src": "6035:21:101"
|
|
4218
4218
|
},
|
|
4219
4219
|
{
|
|
4220
4220
|
"nodeType": "YulVariableDeclaration",
|
|
4221
|
-
"src": "6065:27:
|
|
4221
|
+
"src": "6065:27:101",
|
|
4222
4222
|
"value": {
|
|
4223
4223
|
"arguments": [
|
|
4224
4224
|
{
|
|
4225
4225
|
"name": "value0",
|
|
4226
4226
|
"nodeType": "YulIdentifier",
|
|
4227
|
-
"src": "6085:6:
|
|
4227
|
+
"src": "6085:6:101"
|
|
4228
4228
|
}
|
|
4229
4229
|
],
|
|
4230
4230
|
"functionName": {
|
|
4231
4231
|
"name": "mload",
|
|
4232
4232
|
"nodeType": "YulIdentifier",
|
|
4233
|
-
"src": "6079:5:
|
|
4233
|
+
"src": "6079:5:101"
|
|
4234
4234
|
},
|
|
4235
4235
|
"nodeType": "YulFunctionCall",
|
|
4236
|
-
"src": "6079:13:
|
|
4236
|
+
"src": "6079:13:101"
|
|
4237
4237
|
},
|
|
4238
4238
|
"variables": [
|
|
4239
4239
|
{
|
|
4240
4240
|
"name": "length",
|
|
4241
4241
|
"nodeType": "YulTypedName",
|
|
4242
|
-
"src": "6069:6:
|
|
4242
|
+
"src": "6069:6:101",
|
|
4243
4243
|
"type": ""
|
|
4244
4244
|
}
|
|
4245
4245
|
]
|
|
@@ -4252,12 +4252,12 @@
|
|
|
4252
4252
|
{
|
|
4253
4253
|
"name": "headStart",
|
|
4254
4254
|
"nodeType": "YulIdentifier",
|
|
4255
|
-
"src": "6112:9:
|
|
4255
|
+
"src": "6112:9:101"
|
|
4256
4256
|
},
|
|
4257
4257
|
{
|
|
4258
4258
|
"kind": "number",
|
|
4259
4259
|
"nodeType": "YulLiteral",
|
|
4260
|
-
"src": "6123:2:
|
|
4260
|
+
"src": "6123:2:101",
|
|
4261
4261
|
"type": "",
|
|
4262
4262
|
"value": "32"
|
|
4263
4263
|
}
|
|
@@ -4265,27 +4265,27 @@
|
|
|
4265
4265
|
"functionName": {
|
|
4266
4266
|
"name": "add",
|
|
4267
4267
|
"nodeType": "YulIdentifier",
|
|
4268
|
-
"src": "6108:3:
|
|
4268
|
+
"src": "6108:3:101"
|
|
4269
4269
|
},
|
|
4270
4270
|
"nodeType": "YulFunctionCall",
|
|
4271
|
-
"src": "6108:18:
|
|
4271
|
+
"src": "6108:18:101"
|
|
4272
4272
|
},
|
|
4273
4273
|
{
|
|
4274
4274
|
"name": "length",
|
|
4275
4275
|
"nodeType": "YulIdentifier",
|
|
4276
|
-
"src": "6128:6:
|
|
4276
|
+
"src": "6128:6:101"
|
|
4277
4277
|
}
|
|
4278
4278
|
],
|
|
4279
4279
|
"functionName": {
|
|
4280
4280
|
"name": "mstore",
|
|
4281
4281
|
"nodeType": "YulIdentifier",
|
|
4282
|
-
"src": "6101:6:
|
|
4282
|
+
"src": "6101:6:101"
|
|
4283
4283
|
},
|
|
4284
4284
|
"nodeType": "YulFunctionCall",
|
|
4285
|
-
"src": "6101:34:
|
|
4285
|
+
"src": "6101:34:101"
|
|
4286
4286
|
},
|
|
4287
4287
|
"nodeType": "YulExpressionStatement",
|
|
4288
|
-
"src": "6101:34:
|
|
4288
|
+
"src": "6101:34:101"
|
|
4289
4289
|
},
|
|
4290
4290
|
{
|
|
4291
4291
|
"expression": {
|
|
@@ -4295,12 +4295,12 @@
|
|
|
4295
4295
|
{
|
|
4296
4296
|
"name": "value0",
|
|
4297
4297
|
"nodeType": "YulIdentifier",
|
|
4298
|
-
"src": "6183:6:
|
|
4298
|
+
"src": "6183:6:101"
|
|
4299
4299
|
},
|
|
4300
4300
|
{
|
|
4301
4301
|
"kind": "number",
|
|
4302
4302
|
"nodeType": "YulLiteral",
|
|
4303
|
-
"src": "6191:2:
|
|
4303
|
+
"src": "6191:2:101",
|
|
4304
4304
|
"type": "",
|
|
4305
4305
|
"value": "32"
|
|
4306
4306
|
}
|
|
@@ -4308,22 +4308,22 @@
|
|
|
4308
4308
|
"functionName": {
|
|
4309
4309
|
"name": "add",
|
|
4310
4310
|
"nodeType": "YulIdentifier",
|
|
4311
|
-
"src": "6179:3:
|
|
4311
|
+
"src": "6179:3:101"
|
|
4312
4312
|
},
|
|
4313
4313
|
"nodeType": "YulFunctionCall",
|
|
4314
|
-
"src": "6179:15:
|
|
4314
|
+
"src": "6179:15:101"
|
|
4315
4315
|
},
|
|
4316
4316
|
{
|
|
4317
4317
|
"arguments": [
|
|
4318
4318
|
{
|
|
4319
4319
|
"name": "headStart",
|
|
4320
4320
|
"nodeType": "YulIdentifier",
|
|
4321
|
-
"src": "6200:9:
|
|
4321
|
+
"src": "6200:9:101"
|
|
4322
4322
|
},
|
|
4323
4323
|
{
|
|
4324
4324
|
"kind": "number",
|
|
4325
4325
|
"nodeType": "YulLiteral",
|
|
4326
|
-
"src": "6211:2:
|
|
4326
|
+
"src": "6211:2:101",
|
|
4327
4327
|
"type": "",
|
|
4328
4328
|
"value": "64"
|
|
4329
4329
|
}
|
|
@@ -4331,31 +4331,31 @@
|
|
|
4331
4331
|
"functionName": {
|
|
4332
4332
|
"name": "add",
|
|
4333
4333
|
"nodeType": "YulIdentifier",
|
|
4334
|
-
"src": "6196:3:
|
|
4334
|
+
"src": "6196:3:101"
|
|
4335
4335
|
},
|
|
4336
4336
|
"nodeType": "YulFunctionCall",
|
|
4337
|
-
"src": "6196:18:
|
|
4337
|
+
"src": "6196:18:101"
|
|
4338
4338
|
},
|
|
4339
4339
|
{
|
|
4340
4340
|
"name": "length",
|
|
4341
4341
|
"nodeType": "YulIdentifier",
|
|
4342
|
-
"src": "6216:6:
|
|
4342
|
+
"src": "6216:6:101"
|
|
4343
4343
|
}
|
|
4344
4344
|
],
|
|
4345
4345
|
"functionName": {
|
|
4346
4346
|
"name": "copy_memory_to_memory_with_cleanup",
|
|
4347
4347
|
"nodeType": "YulIdentifier",
|
|
4348
|
-
"src": "6144:34:
|
|
4348
|
+
"src": "6144:34:101"
|
|
4349
4349
|
},
|
|
4350
4350
|
"nodeType": "YulFunctionCall",
|
|
4351
|
-
"src": "6144:79:
|
|
4351
|
+
"src": "6144:79:101"
|
|
4352
4352
|
},
|
|
4353
4353
|
"nodeType": "YulExpressionStatement",
|
|
4354
|
-
"src": "6144:79:
|
|
4354
|
+
"src": "6144:79:101"
|
|
4355
4355
|
},
|
|
4356
4356
|
{
|
|
4357
4357
|
"nodeType": "YulAssignment",
|
|
4358
|
-
"src": "6232:62:
|
|
4358
|
+
"src": "6232:62:101",
|
|
4359
4359
|
"value": {
|
|
4360
4360
|
"arguments": [
|
|
4361
4361
|
{
|
|
@@ -4363,7 +4363,7 @@
|
|
|
4363
4363
|
{
|
|
4364
4364
|
"name": "headStart",
|
|
4365
4365
|
"nodeType": "YulIdentifier",
|
|
4366
|
-
"src": "6248:9:
|
|
4366
|
+
"src": "6248:9:101"
|
|
4367
4367
|
},
|
|
4368
4368
|
{
|
|
4369
4369
|
"arguments": [
|
|
@@ -4372,12 +4372,12 @@
|
|
|
4372
4372
|
{
|
|
4373
4373
|
"name": "length",
|
|
4374
4374
|
"nodeType": "YulIdentifier",
|
|
4375
|
-
"src": "6267:6:
|
|
4375
|
+
"src": "6267:6:101"
|
|
4376
4376
|
},
|
|
4377
4377
|
{
|
|
4378
4378
|
"kind": "number",
|
|
4379
4379
|
"nodeType": "YulLiteral",
|
|
4380
|
-
"src": "6275:2:
|
|
4380
|
+
"src": "6275:2:101",
|
|
4381
4381
|
"type": "",
|
|
4382
4382
|
"value": "31"
|
|
4383
4383
|
}
|
|
@@ -4385,17 +4385,17 @@
|
|
|
4385
4385
|
"functionName": {
|
|
4386
4386
|
"name": "add",
|
|
4387
4387
|
"nodeType": "YulIdentifier",
|
|
4388
|
-
"src": "6263:3:
|
|
4388
|
+
"src": "6263:3:101"
|
|
4389
4389
|
},
|
|
4390
4390
|
"nodeType": "YulFunctionCall",
|
|
4391
|
-
"src": "6263:15:
|
|
4391
|
+
"src": "6263:15:101"
|
|
4392
4392
|
},
|
|
4393
4393
|
{
|
|
4394
4394
|
"arguments": [
|
|
4395
4395
|
{
|
|
4396
4396
|
"kind": "number",
|
|
4397
4397
|
"nodeType": "YulLiteral",
|
|
4398
|
-
"src": "6284:2:
|
|
4398
|
+
"src": "6284:2:101",
|
|
4399
4399
|
"type": "",
|
|
4400
4400
|
"value": "31"
|
|
4401
4401
|
}
|
|
@@ -4403,33 +4403,33 @@
|
|
|
4403
4403
|
"functionName": {
|
|
4404
4404
|
"name": "not",
|
|
4405
4405
|
"nodeType": "YulIdentifier",
|
|
4406
|
-
"src": "6280:3:
|
|
4406
|
+
"src": "6280:3:101"
|
|
4407
4407
|
},
|
|
4408
4408
|
"nodeType": "YulFunctionCall",
|
|
4409
|
-
"src": "6280:7:
|
|
4409
|
+
"src": "6280:7:101"
|
|
4410
4410
|
}
|
|
4411
4411
|
],
|
|
4412
4412
|
"functionName": {
|
|
4413
4413
|
"name": "and",
|
|
4414
4414
|
"nodeType": "YulIdentifier",
|
|
4415
|
-
"src": "6259:3:
|
|
4415
|
+
"src": "6259:3:101"
|
|
4416
4416
|
},
|
|
4417
4417
|
"nodeType": "YulFunctionCall",
|
|
4418
|
-
"src": "6259:29:
|
|
4418
|
+
"src": "6259:29:101"
|
|
4419
4419
|
}
|
|
4420
4420
|
],
|
|
4421
4421
|
"functionName": {
|
|
4422
4422
|
"name": "add",
|
|
4423
4423
|
"nodeType": "YulIdentifier",
|
|
4424
|
-
"src": "6244:3:
|
|
4424
|
+
"src": "6244:3:101"
|
|
4425
4425
|
},
|
|
4426
4426
|
"nodeType": "YulFunctionCall",
|
|
4427
|
-
"src": "6244:45:
|
|
4427
|
+
"src": "6244:45:101"
|
|
4428
4428
|
},
|
|
4429
4429
|
{
|
|
4430
4430
|
"kind": "number",
|
|
4431
4431
|
"nodeType": "YulLiteral",
|
|
4432
|
-
"src": "6291:2:
|
|
4432
|
+
"src": "6291:2:101",
|
|
4433
4433
|
"type": "",
|
|
4434
4434
|
"value": "64"
|
|
4435
4435
|
}
|
|
@@ -4437,16 +4437,16 @@
|
|
|
4437
4437
|
"functionName": {
|
|
4438
4438
|
"name": "add",
|
|
4439
4439
|
"nodeType": "YulIdentifier",
|
|
4440
|
-
"src": "6240:3:
|
|
4440
|
+
"src": "6240:3:101"
|
|
4441
4441
|
},
|
|
4442
4442
|
"nodeType": "YulFunctionCall",
|
|
4443
|
-
"src": "6240:54:
|
|
4443
|
+
"src": "6240:54:101"
|
|
4444
4444
|
},
|
|
4445
4445
|
"variableNames": [
|
|
4446
4446
|
{
|
|
4447
4447
|
"name": "tail",
|
|
4448
4448
|
"nodeType": "YulIdentifier",
|
|
4449
|
-
"src": "6232:4:
|
|
4449
|
+
"src": "6232:4:101"
|
|
4450
4450
|
}
|
|
4451
4451
|
]
|
|
4452
4452
|
}
|
|
@@ -4458,13 +4458,13 @@
|
|
|
4458
4458
|
{
|
|
4459
4459
|
"name": "headStart",
|
|
4460
4460
|
"nodeType": "YulTypedName",
|
|
4461
|
-
"src": "5994:9:
|
|
4461
|
+
"src": "5994:9:101",
|
|
4462
4462
|
"type": ""
|
|
4463
4463
|
},
|
|
4464
4464
|
{
|
|
4465
4465
|
"name": "value0",
|
|
4466
4466
|
"nodeType": "YulTypedName",
|
|
4467
|
-
"src": "6005:6:
|
|
4467
|
+
"src": "6005:6:101",
|
|
4468
4468
|
"type": ""
|
|
4469
4469
|
}
|
|
4470
4470
|
],
|
|
@@ -4472,16 +4472,16 @@
|
|
|
4472
4472
|
{
|
|
4473
4473
|
"name": "tail",
|
|
4474
4474
|
"nodeType": "YulTypedName",
|
|
4475
|
-
"src": "6016:4:
|
|
4475
|
+
"src": "6016:4:101",
|
|
4476
4476
|
"type": ""
|
|
4477
4477
|
}
|
|
4478
4478
|
],
|
|
4479
|
-
"src": "5904:396:
|
|
4479
|
+
"src": "5904:396:101"
|
|
4480
4480
|
}
|
|
4481
4481
|
]
|
|
4482
4482
|
},
|
|
4483
4483
|
"contents": "{\n { }\n function validator_revert_contract_IERC20(value)\n {\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_IERC20_$14209t_addresst_uint256(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_IERC20(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_IERC20(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_IERC20(value)\n value0 := value\n }\n function abi_decode_tuple_t_contract$_IERC721_$15440t_addresst_uint256t_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_IERC20(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_IERC20(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n let offset := calldataload(add(headStart, 96))\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 length := calldataload(_2)\n if gt(length, _1) { revert(0, 0) }\n if gt(add(add(_2, length), 32), dataEnd) { revert(0, 0) }\n value3 := add(_2, 32)\n value4 := length\n }\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"Ownable: caller is not the owner\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 38)\n mstore(add(headStart, 64), \"Ownable: new owner is the zero a\")\n mstore(add(headStart, 96), \"ddress\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_address_t_address_t_uint256_t_bytes_calldata_ptr__to_t_address_t_address_t_uint256_t_bytes_memory_ptr__fromStack_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n {\n let _1 := 0xffffffffffffffffffffffffffffffffffffffff\n mstore(headStart, and(value0, _1))\n mstore(add(headStart, 32), and(value1, _1))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), 128)\n mstore(add(headStart, 128), value4)\n calldatacopy(add(headStart, 160), value3, value4)\n mstore(add(add(headStart, value4), 160), 0)\n tail := add(add(headStart, and(add(value4, 31), not(31))), 160)\n }\n function abi_encode_tuple_t_address_t_uint256__to_t_address_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 32), value1)\n }\n function abi_decode_tuple_t_bool_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, iszero(iszero(value)))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_e11ad79d1e4a7f2e5f376964cb99e8e8f7904e3fc16a109f7a7ecb9aa7956dcd__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 42)\n mstore(add(headStart, 64), \"SafeERC20: ERC20 operation did n\")\n mstore(add(headStart, 96), \"ot succeed\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_stringliteral_565f1a77334fc4792800921178c71e4521acffab18ff9e7885b49377ee80ab4c__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 38)\n mstore(add(headStart, 64), \"Address: insufficient balance fo\")\n mstore(add(headStart, 96), \"r call\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_stringliteral_cc2e4e38850b7c0a3e942cfed89b71c77302df25bcb2ec297a0c4ff9ff6b90ad__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 29)\n mstore(add(headStart, 64), \"Address: call to non-contract\")\n tail := add(headStart, 96)\n }\n function copy_memory_to_memory_with_cleanup(src, dst, length)\n {\n let i := 0\n for { } lt(i, length) { i := add(i, 32) }\n {\n mstore(add(dst, i), mload(add(src, i)))\n }\n mstore(add(dst, length), 0)\n }\n function abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value0) -> end\n {\n let length := mload(value0)\n copy_memory_to_memory_with_cleanup(add(value0, 0x20), pos, length)\n end := add(pos, length)\n }\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n let length := mload(value0)\n mstore(add(headStart, 32), length)\n copy_memory_to_memory_with_cleanup(add(value0, 32), add(headStart, 64), length)\n tail := add(add(headStart, and(add(length, 31), not(31))), 64)\n }\n}",
|
|
4484
|
-
"id":
|
|
4484
|
+
"id": 101,
|
|
4485
4485
|
"language": "Yul",
|
|
4486
4486
|
"name": "#utility.yul"
|
|
4487
4487
|
}
|
|
@@ -4489,7 +4489,7 @@
|
|
|
4489
4489
|
"immutableReferences": {},
|
|
4490
4490
|
"linkReferences": {},
|
|
4491
4491
|
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x67 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x8DA5CB5B GT PUSH2 0x50 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x89 JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0xA8 JUMPI DUP1 PUSH4 0xFC4E51F6 EQ PUSH2 0xBB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x1171BDA9 EQ PUSH2 0x6C JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x81 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x7F PUSH2 0x7A CALLDATASIZE PUSH1 0x4 PUSH2 0x6EA JUMP JUMPDEST PUSH2 0xCE JUMP JUMPDEST STOP JUMPDEST PUSH2 0x7F PUSH2 0x146 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP3 AND DUP3 MSTORE MLOAD SWAP1 DUP2 SWAP1 SUB PUSH1 0x20 ADD SWAP1 RETURN JUMPDEST PUSH2 0x7F PUSH2 0xB6 CALLDATASIZE PUSH1 0x4 PUSH2 0x72B JUMP JUMPDEST PUSH2 0x1AC JUMP JUMPDEST PUSH2 0x7F PUSH2 0xC9 CALLDATASIZE PUSH1 0x4 PUSH2 0x748 JUMP JUMPDEST PUSH2 0x28E JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x12D JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x141 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND DUP4 DUP4 PUSH2 0x36E JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x1A0 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x124 JUMP JUMPDEST PUSH2 0x1AA PUSH1 0x0 PUSH2 0x3EE JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x206 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x124 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x282 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x26 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F776E61626C653A206E6577206F776E657220697320746865207A65726F2061 PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x6464726573730000000000000000000000000000000000000000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x124 JUMP JUMPDEST PUSH2 0x28B DUP2 PUSH2 0x3EE JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x2E8 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F776E61626C653A2063616C6C6572206973206E6F7420746865206F776E6572 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x124 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xB88D4FDE00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SWAP1 PUSH4 0xB88D4FDE SWAP1 PUSH2 0x335 SWAP1 ADDRESS SWAP1 DUP9 SWAP1 DUP9 SWAP1 DUP9 SWAP1 DUP9 SWAP1 PUSH1 0x4 ADD PUSH2 0x7E7 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x34F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x363 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x24 DUP3 ADD MSTORE PUSH1 0x44 DUP1 DUP3 ADD DUP5 SWAP1 MSTORE DUP3 MLOAD DUP1 DUP4 SUB SWAP1 SWAP2 ADD DUP2 MSTORE PUSH1 0x64 SWAP1 SWAP2 ADD SWAP1 SWAP2 MSTORE PUSH1 0x20 DUP2 ADD DUP1 MLOAD PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xA9059CBB00000000000000000000000000000000000000000000000000000000 OR SWAP1 MSTORE PUSH2 0x141 SWAP1 DUP5 SWAP1 PUSH2 0x456 JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 DUP2 AND PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 DUP4 AND DUP2 OR DUP5 SSTORE PUSH1 0x40 MLOAD SWAP2 SWAP1 SWAP3 AND SWAP3 DUP4 SWAP2 PUSH32 0x8BE0079C531659141344CD1FD0A4F28419497F9722A3DAAFE3B4186F6B6457E0 SWAP2 SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x4AB DUP3 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x20 DUP2 MSTORE PUSH1 0x20 ADD PUSH32 0x5361666545524332303A206C6F772D6C6576656C2063616C6C206661696C6564 DUP2 MSTORE POP DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x53B SWAP1 SWAP3 SWAP2 SWAP1 PUSH4 0xFFFFFFFF AND JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP ISZERO PUSH2 0x141 JUMPI DUP1 DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0x4C9 SWAP2 SWAP1 PUSH2 0x83B JUMP JUMPDEST PUSH2 0x141 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x2A PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x5361666545524332303A204552433230206F7065726174696F6E20646964206E PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x6F74207375636365656400000000000000000000000000000000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x124 JUMP JUMPDEST PUSH1 0x60 PUSH2 0x54A DUP5 DUP5 PUSH1 0x0 DUP6 PUSH2 0x554 JUMP JUMPDEST SWAP1 POP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x60 DUP3 SELFBALANCE LT ISZERO PUSH2 0x5CC JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x26 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x416464726573733A20696E73756666696369656E742062616C616E636520666F PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x722063616C6C0000000000000000000000000000000000000000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x124 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND EXTCODESIZE PUSH2 0x623 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x416464726573733A2063616C6C20746F206E6F6E2D636F6E7472616374000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x124 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP6 DUP8 PUSH1 0x40 MLOAD PUSH2 0x63F SWAP2 SWAP1 PUSH2 0x881 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP8 GAS CALL SWAP3 POP POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x67C JUMPI PUSH1 0x40 MLOAD SWAP2 POP PUSH1 0x1F NOT PUSH1 0x3F RETURNDATASIZE ADD AND DUP3 ADD PUSH1 0x40 MSTORE RETURNDATASIZE DUP3 MSTORE RETURNDATASIZE PUSH1 0x0 PUSH1 0x20 DUP5 ADD RETURNDATACOPY PUSH2 0x681 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x691 DUP3 DUP3 DUP7 PUSH2 0x69C JUMP JUMPDEST SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x60 DUP4 ISZERO PUSH2 0x6AB JUMPI POP DUP2 PUSH2 0x54D JUMP JUMPDEST DUP3 MLOAD ISZERO PUSH2 0x6BB JUMPI DUP3 MLOAD DUP1 DUP5 PUSH1 0x20 ADD REVERT JUMPDEST DUP2 PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x124 SWAP2 SWAP1 PUSH2 0x89D JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x28B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x6FF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x70A DUP2 PUSH2 0x6D5 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x71A DUP2 PUSH2 0x6D5 JUMP JUMPDEST SWAP3 SWAP6 SWAP3 SWAP5 POP POP POP PUSH1 0x40 SWAP2 SWAP1 SWAP2 ADD CALLDATALOAD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x73D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x54D DUP2 PUSH2 0x6D5 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x80 DUP7 DUP9 SUB SLT ISZERO PUSH2 0x760 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 CALLDATALOAD PUSH2 0x76B DUP2 PUSH2 0x6D5 JUMP JUMPDEST SWAP5 POP PUSH1 0x20 DUP7 ADD CALLDATALOAD PUSH2 0x77B DUP2 PUSH2 0x6D5 JUMP JUMPDEST SWAP4 POP PUSH1 0x40 DUP7 ADD CALLDATALOAD SWAP3 POP PUSH1 0x60 DUP7 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP1 DUP3 GT ISZERO PUSH2 0x79F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 DUP9 ADD SWAP2 POP DUP9 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x7B3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD DUP2 DUP2 GT ISZERO PUSH2 0x7C2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP10 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x7D4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP7 SWAP10 SWAP6 SWAP9 POP SWAP4 SWAP7 POP PUSH1 0x20 ADD SWAP5 SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP9 AND DUP4 MSTORE DUP1 DUP8 AND PUSH1 0x20 DUP5 ADD MSTORE POP DUP5 PUSH1 0x40 DUP4 ADD MSTORE PUSH1 0x80 PUSH1 0x60 DUP4 ADD MSTORE DUP3 PUSH1 0x80 DUP4 ADD MSTORE DUP3 DUP5 PUSH1 0xA0 DUP5 ADD CALLDATACOPY PUSH1 0x0 PUSH1 0xA0 DUP5 DUP5 ADD ADD MSTORE PUSH1 0xA0 PUSH1 0x1F NOT PUSH1 0x1F DUP6 ADD AND DUP4 ADD ADD SWAP1 POP SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x84D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x54D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x878 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x860 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x893 DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x85D JUMP JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 DUP3 MLOAD DUP1 PUSH1 0x20 DUP5 ADD MSTORE PUSH2 0x8BC DUP2 PUSH1 0x40 DUP6 ADD PUSH1 0x20 DUP8 ADD PUSH2 0x85D JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP2 SWAP1 SWAP2 ADD PUSH1 0x40 ADD SWAP3 SWAP2 POP POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xC3 DIFFICULTY PUSH14 0xAAFFF72F0D5AE77657C56D0AA1B6 DUP11 PUSH25 0x13091C843A681324717F19F0B964736F6C6343000811003300 ",
|
|
4492
|
-
"sourceMap": "502:489:61:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;577:174;;;;;;:::i;:::-;;:::i;:::-;;1668:101:33;;;:::i;1036:85::-;1082:7;1108:6;1036:85;;;-1:-1:-1;;;;;1108:6:33;;;820:74:
|
|
4492
|
+
"sourceMap": "502:489:61:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;577:174;;;;;;:::i;:::-;;:::i;:::-;;1668:101:33;;;:::i;1036:85::-;1082:7;1108:6;1036:85;;;-1:-1:-1;;;;;1108:6:33;;;820:74:101;;1036:85:33;;;;;808:2:101;1036:85:33;;;1918:198;;;;;;:::i;:::-;;:::i;757:232:61:-;;;;;;:::i;:::-;;:::i;577:174::-;1082:7:33;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;2341:2:101;1240:68:33;;;2323:21:101;;;2360:18;;;2353:30;2419:34;2399:18;;;2392:62;2471:18;;1240:68:33;;;;;;;;;707:37:61::1;-1:-1:-1::0;;;;;707:18:61;::::1;726:9:::0;737:6;707:18:::1;:37::i;:::-;577:174:::0;;;:::o;1668:101:33:-;1082:7;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;2341:2:101;1240:68:33;;;2323:21:101;;;2360:18;;;2353:30;2419:34;2399:18;;;2392:62;2471:18;;1240:68:33;2139:356:101;1240:68:33;1732:30:::1;1759:1;1732:18;:30::i;:::-;1668:101::o:0;1918:198::-;1082:7;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;2341:2:101;1240:68:33;;;2323:21:101;;;2360:18;;;2353:30;2419:34;2399:18;;;2392:62;2471:18;;1240:68:33;2139:356:101;1240:68:33;-1:-1:-1;;;;;2006:22:33;::::1;1998:73;;;::::0;-1:-1:-1;;;1998:73:33;;2702:2:101;1998:73:33::1;::::0;::::1;2684:21:101::0;2741:2;2721:18;;;2714:30;2780:34;2760:18;;;2753:62;2851:8;2831:18;;;2824:36;2877:19;;1998:73:33::1;2500:402:101::0;1998:73:33::1;2081:28;2100:8;2081:18;:28::i;:::-;1918:198:::0;:::o;757:232:61:-;1082:7:33;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;2341:2:101;1240:68:33;;;2323:21:101;;;2360:18;;;2353:30;2419:34;2399:18;;;2392:62;2471:18;;1240:68:33;2139:356:101;1240:68:33;919:63:61::1;::::0;;;;-1:-1:-1;;;;;919:22:61;::::1;::::0;::::1;::::0;:63:::1;::::0;950:4:::1;::::0;957:9;;968:7;;977:4;;;;919:63:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;757:232:::0;;;;;:::o;701:205:44:-;840:58;;;-1:-1:-1;;;;;3789:55:101;;840:58:44;;;3771:74:101;3861:18;;;;3854:34;;;840:58:44;;;;;;;;;;3744:18:101;;;;840:58:44;;;;;;;;;;863:23;840:58;;;813:86;;833:5;;813:19;:86::i;2270:187:33:-;2343:16;2362:6;;-1:-1:-1;;;;;2378:17:33;;;;;;;;;;2410:40;;2362:6;;;;;;;2410:40;;2343:16;2410:40;2333:124;2270:187;:::o;3207:706:44:-;3626:23;3652:69;3680:4;3652:69;;;;;;;;;;;;;;;;;3660:5;-1:-1:-1;;;;;3652:27:44;;;:69;;;;;:::i;:::-;3735:17;;3626:95;;-1:-1:-1;3735:21:44;3731:176;;3830:10;3819:30;;;;;;;;;;;;:::i;:::-;3811:85;;;;-1:-1:-1;;;3811:85:44;;4383:2:101;3811:85:44;;;4365:21:101;4422:2;4402:18;;;4395:30;4461:34;4441:18;;;4434:62;4532:12;4512:18;;;4505:40;4562:19;;3811:85:44;4181:406:101;3861:223:49;3994:12;4025:52;4047:6;4055:4;4061:1;4064:12;4025:21;:52::i;:::-;4018:59;;3861:223;;;;;;:::o;4948:499::-;5113:12;5170:5;5145:21;:30;;5137:81;;;;-1:-1:-1;;;5137:81:49;;4794:2:101;5137:81:49;;;4776:21:101;4833:2;4813:18;;;4806:30;4872:34;4852:18;;;4845:62;4943:8;4923:18;;;4916:36;4969:19;;5137:81:49;4592:402:101;5137:81:49;-1:-1:-1;;;;;1465:19:49;;;5228:60;;;;-1:-1:-1;;;5228:60:49;;5201:2:101;5228:60:49;;;5183:21:101;5240:2;5220:18;;;5213:30;5279:31;5259:18;;;5252:59;5328:18;;5228:60:49;4999:353:101;5228:60:49;5300:12;5314:23;5341:6;-1:-1:-1;;;;;5341:11:49;5360:5;5367:4;5341:31;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5299:73;;;;5389:51;5406:7;5415:10;5427:12;5389:16;:51::i;:::-;5382:58;4948:499;-1:-1:-1;;;;;;;4948:499:49:o;7561:692::-;7707:12;7735:7;7731:516;;;-1:-1:-1;7765:10:49;7758:17;;7731:516;7876:17;;:21;7872:365;;8070:10;8064:17;8130:15;8117:10;8113:2;8109:19;8102:44;7872:365;8209:12;8202:20;;-1:-1:-1;;;8202:20:49;;;;;;;;:::i;14:162:101:-;-1:-1:-1;;;;;101:5:101;97:54;90:5;87:65;77:93;;166:1;163;156:12;181:488;274:6;282;290;343:2;331:9;322:7;318:23;314:32;311:52;;;359:1;356;349:12;311:52;398:9;385:23;417:39;450:5;417:39;:::i;:::-;475:5;-1:-1:-1;532:2:101;517:18;;504:32;545:41;504:32;545:41;:::i;:::-;181:488;;605:7;;-1:-1:-1;;;659:2:101;644:18;;;;631:32;;181:488::o;905:255::-;964:6;1017:2;1005:9;996:7;992:23;988:32;985:52;;;1033:1;1030;1023:12;985:52;1072:9;1059:23;1091:39;1124:5;1091:39;:::i;1165:969::-;1279:6;1287;1295;1303;1311;1364:3;1352:9;1343:7;1339:23;1335:33;1332:53;;;1381:1;1378;1371:12;1332:53;1420:9;1407:23;1439:39;1472:5;1439:39;:::i;:::-;1497:5;-1:-1:-1;1554:2:101;1539:18;;1526:32;1567:41;1526:32;1567:41;:::i;:::-;1627:7;-1:-1:-1;1681:2:101;1666:18;;1653:32;;-1:-1:-1;1736:2:101;1721:18;;1708:32;1759:18;1789:14;;;1786:34;;;1816:1;1813;1806:12;1786:34;1854:6;1843:9;1839:22;1829:32;;1899:7;1892:4;1888:2;1884:13;1880:27;1870:55;;1921:1;1918;1911:12;1870:55;1961:2;1948:16;1987:2;1979:6;1976:14;1973:34;;;2003:1;2000;1993:12;1973:34;2048:7;2043:2;2034:6;2030:2;2026:15;2022:24;2019:37;2016:57;;;2069:1;2066;2059:12;2016:57;1165:969;;;;-1:-1:-1;1165:969:101;;-1:-1:-1;2100:2:101;2092:11;;2122:6;1165:969;-1:-1:-1;;;1165:969:101:o;2907:685::-;3111:4;-1:-1:-1;;;;;3221:2:101;3213:6;3209:15;3198:9;3191:34;3273:2;3265:6;3261:15;3256:2;3245:9;3241:18;3234:43;;3313:6;3308:2;3297:9;3293:18;3286:34;3356:3;3351:2;3340:9;3336:18;3329:31;3397:6;3391:3;3380:9;3376:19;3369:35;3455:6;3447;3441:3;3430:9;3426:19;3413:49;3512:1;3506:3;3497:6;3486:9;3482:22;3478:32;3471:43;3582:3;3575:2;3571:7;3566:2;3558:6;3554:15;3550:29;3539:9;3535:45;3531:55;3523:63;;2907:685;;;;;;;;:::o;3899:277::-;3966:6;4019:2;4007:9;3998:7;3994:23;3990:32;3987:52;;;4035:1;4032;4025:12;3987:52;4067:9;4061:16;4120:5;4113:13;4106:21;4099:5;4096:32;4086:60;;4142:1;4139;4132:12;5357:250;5442:1;5452:113;5466:6;5463:1;5460:13;5452:113;;;5542:11;;;5536:18;5523:11;;;5516:39;5488:2;5481:10;5452:113;;;-1:-1:-1;;5599:1:101;5581:16;;5574:27;5357:250::o;5612:287::-;5741:3;5779:6;5773:13;5795:66;5854:6;5849:3;5842:4;5834:6;5830:17;5795:66;:::i;:::-;5877:16;;;;;5612:287;-1:-1:-1;;5612:287:101:o;5904:396::-;6053:2;6042:9;6035:21;6016:4;6085:6;6079:13;6128:6;6123:2;6112:9;6108:18;6101:34;6144:79;6216:6;6211:2;6200:9;6196:18;6191:2;6183:6;6179:15;6144:79;:::i;:::-;6284:2;6263:15;-1:-1:-1;;6259:29:101;6244:45;;;;6291:2;6240:54;;5904:396;-1:-1:-1;;5904:396:101:o"
|
|
4493
4493
|
},
|
|
4494
4494
|
"gasEstimates": {
|
|
4495
4495
|
"creation": {
|