@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
|
@@ -412,22 +412,22 @@
|
|
|
412
412
|
{
|
|
413
413
|
"ast": {
|
|
414
414
|
"nodeType": "YulBlock",
|
|
415
|
-
"src": "0:261:
|
|
415
|
+
"src": "0:261:101",
|
|
416
416
|
"statements": [
|
|
417
417
|
{
|
|
418
418
|
"nodeType": "YulBlock",
|
|
419
|
-
"src": "6:3:
|
|
419
|
+
"src": "6:3:101",
|
|
420
420
|
"statements": []
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
423
|
"body": {
|
|
424
424
|
"nodeType": "YulBlock",
|
|
425
|
-
"src": "112:147:
|
|
425
|
+
"src": "112:147:101",
|
|
426
426
|
"statements": [
|
|
427
427
|
{
|
|
428
428
|
"body": {
|
|
429
429
|
"nodeType": "YulBlock",
|
|
430
|
-
"src": "158:16:
|
|
430
|
+
"src": "158:16:101",
|
|
431
431
|
"statements": [
|
|
432
432
|
{
|
|
433
433
|
"expression": {
|
|
@@ -435,14 +435,14 @@
|
|
|
435
435
|
{
|
|
436
436
|
"kind": "number",
|
|
437
437
|
"nodeType": "YulLiteral",
|
|
438
|
-
"src": "167:1:
|
|
438
|
+
"src": "167:1:101",
|
|
439
439
|
"type": "",
|
|
440
440
|
"value": "0"
|
|
441
441
|
},
|
|
442
442
|
{
|
|
443
443
|
"kind": "number",
|
|
444
444
|
"nodeType": "YulLiteral",
|
|
445
|
-
"src": "170:1:
|
|
445
|
+
"src": "170:1:101",
|
|
446
446
|
"type": "",
|
|
447
447
|
"value": "0"
|
|
448
448
|
}
|
|
@@ -450,13 +450,13 @@
|
|
|
450
450
|
"functionName": {
|
|
451
451
|
"name": "revert",
|
|
452
452
|
"nodeType": "YulIdentifier",
|
|
453
|
-
"src": "160:6:
|
|
453
|
+
"src": "160:6:101"
|
|
454
454
|
},
|
|
455
455
|
"nodeType": "YulFunctionCall",
|
|
456
|
-
"src": "160:12:
|
|
456
|
+
"src": "160:12:101"
|
|
457
457
|
},
|
|
458
458
|
"nodeType": "YulExpressionStatement",
|
|
459
|
-
"src": "160:12:
|
|
459
|
+
"src": "160:12:101"
|
|
460
460
|
}
|
|
461
461
|
]
|
|
462
462
|
},
|
|
@@ -467,26 +467,26 @@
|
|
|
467
467
|
{
|
|
468
468
|
"name": "dataEnd",
|
|
469
469
|
"nodeType": "YulIdentifier",
|
|
470
|
-
"src": "133:7:
|
|
470
|
+
"src": "133:7:101"
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
473
|
"name": "headStart",
|
|
474
474
|
"nodeType": "YulIdentifier",
|
|
475
|
-
"src": "142:9:
|
|
475
|
+
"src": "142:9:101"
|
|
476
476
|
}
|
|
477
477
|
],
|
|
478
478
|
"functionName": {
|
|
479
479
|
"name": "sub",
|
|
480
480
|
"nodeType": "YulIdentifier",
|
|
481
|
-
"src": "129:3:
|
|
481
|
+
"src": "129:3:101"
|
|
482
482
|
},
|
|
483
483
|
"nodeType": "YulFunctionCall",
|
|
484
|
-
"src": "129:23:
|
|
484
|
+
"src": "129:23:101"
|
|
485
485
|
},
|
|
486
486
|
{
|
|
487
487
|
"kind": "number",
|
|
488
488
|
"nodeType": "YulLiteral",
|
|
489
|
-
"src": "154:2:
|
|
489
|
+
"src": "154:2:101",
|
|
490
490
|
"type": "",
|
|
491
491
|
"value": "64"
|
|
492
492
|
}
|
|
@@ -494,44 +494,44 @@
|
|
|
494
494
|
"functionName": {
|
|
495
495
|
"name": "slt",
|
|
496
496
|
"nodeType": "YulIdentifier",
|
|
497
|
-
"src": "125:3:
|
|
497
|
+
"src": "125:3:101"
|
|
498
498
|
},
|
|
499
499
|
"nodeType": "YulFunctionCall",
|
|
500
|
-
"src": "125:32:
|
|
500
|
+
"src": "125:32:101"
|
|
501
501
|
},
|
|
502
502
|
"nodeType": "YulIf",
|
|
503
|
-
"src": "122:52:
|
|
503
|
+
"src": "122:52:101"
|
|
504
504
|
},
|
|
505
505
|
{
|
|
506
506
|
"nodeType": "YulAssignment",
|
|
507
|
-
"src": "183:26:
|
|
507
|
+
"src": "183:26:101",
|
|
508
508
|
"value": {
|
|
509
509
|
"arguments": [
|
|
510
510
|
{
|
|
511
511
|
"name": "headStart",
|
|
512
512
|
"nodeType": "YulIdentifier",
|
|
513
|
-
"src": "199:9:
|
|
513
|
+
"src": "199:9:101"
|
|
514
514
|
}
|
|
515
515
|
],
|
|
516
516
|
"functionName": {
|
|
517
517
|
"name": "mload",
|
|
518
518
|
"nodeType": "YulIdentifier",
|
|
519
|
-
"src": "193:5:
|
|
519
|
+
"src": "193:5:101"
|
|
520
520
|
},
|
|
521
521
|
"nodeType": "YulFunctionCall",
|
|
522
|
-
"src": "193:16:
|
|
522
|
+
"src": "193:16:101"
|
|
523
523
|
},
|
|
524
524
|
"variableNames": [
|
|
525
525
|
{
|
|
526
526
|
"name": "value0",
|
|
527
527
|
"nodeType": "YulIdentifier",
|
|
528
|
-
"src": "183:6:
|
|
528
|
+
"src": "183:6:101"
|
|
529
529
|
}
|
|
530
530
|
]
|
|
531
531
|
},
|
|
532
532
|
{
|
|
533
533
|
"nodeType": "YulAssignment",
|
|
534
|
-
"src": "218:35:
|
|
534
|
+
"src": "218:35:101",
|
|
535
535
|
"value": {
|
|
536
536
|
"arguments": [
|
|
537
537
|
{
|
|
@@ -539,12 +539,12 @@
|
|
|
539
539
|
{
|
|
540
540
|
"name": "headStart",
|
|
541
541
|
"nodeType": "YulIdentifier",
|
|
542
|
-
"src": "238:9:
|
|
542
|
+
"src": "238:9:101"
|
|
543
543
|
},
|
|
544
544
|
{
|
|
545
545
|
"kind": "number",
|
|
546
546
|
"nodeType": "YulLiteral",
|
|
547
|
-
"src": "249:2:
|
|
547
|
+
"src": "249:2:101",
|
|
548
548
|
"type": "",
|
|
549
549
|
"value": "32"
|
|
550
550
|
}
|
|
@@ -552,25 +552,25 @@
|
|
|
552
552
|
"functionName": {
|
|
553
553
|
"name": "add",
|
|
554
554
|
"nodeType": "YulIdentifier",
|
|
555
|
-
"src": "234:3:
|
|
555
|
+
"src": "234:3:101"
|
|
556
556
|
},
|
|
557
557
|
"nodeType": "YulFunctionCall",
|
|
558
|
-
"src": "234:18:
|
|
558
|
+
"src": "234:18:101"
|
|
559
559
|
}
|
|
560
560
|
],
|
|
561
561
|
"functionName": {
|
|
562
562
|
"name": "mload",
|
|
563
563
|
"nodeType": "YulIdentifier",
|
|
564
|
-
"src": "228:5:
|
|
564
|
+
"src": "228:5:101"
|
|
565
565
|
},
|
|
566
566
|
"nodeType": "YulFunctionCall",
|
|
567
|
-
"src": "228:25:
|
|
567
|
+
"src": "228:25:101"
|
|
568
568
|
},
|
|
569
569
|
"variableNames": [
|
|
570
570
|
{
|
|
571
571
|
"name": "value1",
|
|
572
572
|
"nodeType": "YulIdentifier",
|
|
573
|
-
"src": "218:6:
|
|
573
|
+
"src": "218:6:101"
|
|
574
574
|
}
|
|
575
575
|
]
|
|
576
576
|
}
|
|
@@ -582,13 +582,13 @@
|
|
|
582
582
|
{
|
|
583
583
|
"name": "headStart",
|
|
584
584
|
"nodeType": "YulTypedName",
|
|
585
|
-
"src": "70:9:
|
|
585
|
+
"src": "70:9:101",
|
|
586
586
|
"type": ""
|
|
587
587
|
},
|
|
588
588
|
{
|
|
589
589
|
"name": "dataEnd",
|
|
590
590
|
"nodeType": "YulTypedName",
|
|
591
|
-
"src": "81:7:
|
|
591
|
+
"src": "81:7:101",
|
|
592
592
|
"type": ""
|
|
593
593
|
}
|
|
594
594
|
],
|
|
@@ -596,29 +596,29 @@
|
|
|
596
596
|
{
|
|
597
597
|
"name": "value0",
|
|
598
598
|
"nodeType": "YulTypedName",
|
|
599
|
-
"src": "93:6:
|
|
599
|
+
"src": "93:6:101",
|
|
600
600
|
"type": ""
|
|
601
601
|
},
|
|
602
602
|
{
|
|
603
603
|
"name": "value1",
|
|
604
604
|
"nodeType": "YulTypedName",
|
|
605
|
-
"src": "101:6:
|
|
605
|
+
"src": "101:6:101",
|
|
606
606
|
"type": ""
|
|
607
607
|
}
|
|
608
608
|
],
|
|
609
|
-
"src": "14:245:
|
|
609
|
+
"src": "14:245:101"
|
|
610
610
|
}
|
|
611
611
|
]
|
|
612
612
|
},
|
|
613
613
|
"contents": "{\n { }\n function abi_decode_tuple_t_uint256t_uint256_fromMemory(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := mload(headStart)\n value1 := mload(add(headStart, 32))\n }\n}",
|
|
614
|
-
"id":
|
|
614
|
+
"id": 101,
|
|
615
615
|
"language": "Yul",
|
|
616
616
|
"name": "#utility.yul"
|
|
617
617
|
}
|
|
618
618
|
],
|
|
619
619
|
"linkReferences": {},
|
|
620
620
|
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0xD29 CODESIZE SUB DUP1 PUSH2 0xD29 DUP4 CODECOPY DUP2 ADD PUSH1 0x40 DUP2 SWAP1 MSTORE PUSH2 0x2F SWAP2 PUSH2 0x9A JUMP JUMPDEST PUSH2 0x38 CALLER PUSH2 0x4A JUMP JUMPDEST PUSH1 0x1 DUP1 SSTORE PUSH1 0x3 SWAP2 SWAP1 SWAP2 SSTORE PUSH1 0x4 SSTORE PUSH2 0xBE JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 DUP2 AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT 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 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xAD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP POP DUP1 MLOAD PUSH1 0x20 SWAP1 SWAP2 ADD MLOAD SWAP1 SWAP3 SWAP1 SWAP2 POP JUMP JUMPDEST PUSH2 0xC5C DUP1 PUSH2 0xCD PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0xD5 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xB6A5D7DE GT PUSH2 0x7F JUMPI DUP1 PUSH4 0xF0B37C04 GT PUSH2 0x59 JUMPI DUP1 PUSH4 0xF0B37C04 EQ PUSH2 0x1FF JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x21F JUMPI DUP1 PUSH4 0xFA09E630 EQ PUSH2 0x23F JUMPI DUP1 PUSH4 0xFE9FBB80 EQ PUSH2 0x25F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB6A5D7DE EQ PUSH2 0x1A9 JUMPI DUP1 PUSH4 0xD2FA635E EQ PUSH2 0x1C9 JUMPI DUP1 PUSH4 0xE25B5345 EQ PUSH2 0x1E9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x715018A6 GT PUSH2 0xB0 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x14C JUMPI DUP1 PUSH4 0x7AD226DC EQ PUSH2 0x161 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x181 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH3 0xF714CE EQ PUSH2 0xE1 JUMPI DUP1 PUSH4 0x3DE39C11 EQ PUSH2 0x103 JUMPI DUP1 PUSH4 0x3E217404 EQ PUSH2 0x12C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST CALLDATASIZE PUSH2 0xDC JUMPI STOP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xED JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0xFC CALLDATASIZE PUSH1 0x4 PUSH2 0xB60 JUMP JUMPDEST PUSH2 0x29F JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x10F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x119 PUSH1 0x4 SLOAD DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x138 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x147 CALLDATASIZE PUSH1 0x4 PUSH2 0xB8C JUMP JUMPDEST PUSH2 0x497 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x158 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x52D JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x16D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x17C CALLDATASIZE PUSH1 0x4 PUSH2 0xB60 JUMP JUMPDEST PUSH2 0x593 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x18D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x0 SLOAD PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x123 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x1C4 CALLDATASIZE PUSH1 0x4 PUSH2 0xBA5 JUMP JUMPDEST PUSH2 0x7AE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1D5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x1E4 CALLDATASIZE PUSH1 0x4 PUSH2 0xB8C JUMP JUMPDEST PUSH2 0x85C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1F5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x119 PUSH1 0x3 SLOAD DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x20B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x21A CALLDATASIZE PUSH1 0x4 PUSH2 0xBA5 JUMP JUMPDEST PUSH2 0x8EB JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x22B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x23A CALLDATASIZE PUSH1 0x4 PUSH2 0xBA5 JUMP JUMPDEST PUSH2 0x996 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x24B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x25A CALLDATASIZE PUSH1 0x4 PUSH2 0xBA5 JUMP JUMPDEST PUSH2 0xA78 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x26B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28F PUSH2 0x27A CALLDATASIZE PUSH1 0x4 PUSH2 0xBA5 JUMP JUMPDEST PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x123 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x2FE 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 DUP2 SELFBALANCE LT ISZERO PUSH2 0x34E 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 0x496E73756666696369656E7420636F6E74726163742062616C616E6365000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2F5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x3AE JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x21 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x5265636569766572277320616464726573732063616E6E6F74206265207A6572 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x6F PUSH1 0xF8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x2F5 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP4 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH32 0x6141B54B56B8A52A8C6F5CD2A857F6117B18FFBF4D46BD3106F300A839CBF5EA SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP4 PUSH1 0x40 MLOAD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP8 GAS CALL SWAP3 POP POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x43C 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 0x441 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP POP SWAP1 POP DUP1 PUSH2 0x492 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x14 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4661696C656420746F2073656E64204574686572000000000000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2F5 JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x4F1 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 0x2F5 JUMP JUMPDEST PUSH1 0x3 DUP2 SWAP1 SSTORE PUSH1 0x40 MLOAD DUP2 DUP2 MSTORE PUSH32 0xA86B6E9A406DF021F05F513A796A1D5BEA0BD3E18FE1D3F6082A3CCCFC898D14 SWAP1 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x587 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 0x2F5 JUMP JUMPDEST PUSH2 0x591 PUSH1 0x0 PUSH2 0xADC JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x2 PUSH1 0x1 SLOAD SUB PUSH2 0x5E5 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1F PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x5265656E7472616E637947756172643A207265656E7472616E742063616C6C00 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2F5 JUMP JUMPDEST PUSH1 0x2 PUSH1 0x1 DUP2 SWAP1 SSTORE CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x20 SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0x672 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x27 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x436F6E7472616374206973206E6F7420617574686F72697A656420666F722061 PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x20726566756E6400000000000000000000000000000000000000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x2F5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x6D2 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x21 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x5265636569766572277320616464726573732063616E6E6F74206265207A6572 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x6F PUSH1 0xF8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x2F5 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x4 SLOAD GASPRICE LT PUSH2 0x6E5 JUMPI PUSH1 0x4 SLOAD PUSH2 0x6E7 JUMP JUMPDEST GASPRICE JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x3 SLOAD DUP6 PUSH2 0x6FA SWAP2 SWAP1 PUSH2 0xBF6 JUMP JUMPDEST PUSH2 0x704 SWAP2 SWAP1 PUSH2 0xC0F JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP3 PUSH1 0x40 MLOAD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP8 GAS CALL SWAP3 POP POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x753 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 0x758 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP POP SWAP1 POP DUP1 PUSH2 0x7A3 JUMPI PUSH1 0x40 DUP1 MLOAD DUP4 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH32 0xD955712C3AE4C3C40451DB84EA0C4531C61CC0EA75C13FE9168AE0E07D71E050 SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP POP PUSH1 0x1 DUP1 SSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x808 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 0x2F5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND PUSH1 0x1 OR SWAP1 SSTORE SWAP1 MLOAD SWAP2 DUP3 MSTORE PUSH32 0x2C74592FDDAD593C2C4403101CE9B30930711AB87571268DDD1E1989EE1D7917 SWAP2 ADD PUSH2 0x522 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x8B6 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 0x2F5 JUMP JUMPDEST PUSH1 0x4 DUP2 SWAP1 SSTORE PUSH1 0x40 MLOAD DUP2 DUP2 MSTORE PUSH32 0xA7A07F821DFDFCA8E4BAA9CCC4BBE7B782BAAC5946918BD19F1C9C761DB41410 SWAP1 PUSH1 0x20 ADD PUSH2 0x522 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x945 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 0x2F5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE SWAP1 MLOAD SWAP2 DUP3 MSTORE PUSH32 0xE195AA139C7C69BA98F719C94AECD784E12FABC0789EF81335150078BC087317 SWAP2 ADD PUSH2 0x522 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x9F0 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 0x2F5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0xA6C 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 0x2F5 JUMP JUMPDEST PUSH2 0xA75 DUP2 PUSH2 0xADC JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0xAD2 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 0x2F5 JUMP JUMPDEST PUSH2 0xA75 SELFBALANCE DUP3 PUSH2 0x29F 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 DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0xB5B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xB73 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH2 0xB83 PUSH1 0x20 DUP5 ADD PUSH2 0xB44 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xB9E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xBB7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xBC0 DUP3 PUSH2 0xB44 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST DUP1 DUP3 ADD DUP1 DUP3 GT ISZERO PUSH2 0xC09 JUMPI PUSH2 0xC09 PUSH2 0xBC7 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST DUP1 DUP3 MUL DUP2 ISZERO DUP3 DUP3 DIV DUP5 EQ OR PUSH2 0xC09 JUMPI PUSH2 0xC09 PUSH2 0xBC7 JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xDF 0xEF SWAP14 PUSH13 0x9DAF27F97BDF2B595CFF311395 0xD0 0xAE JUMPI STATICCALL CODESIZE 0xAC NOT PUSH6 0xF20A6B7AD5E3 SWAP12 PUSH5 0x736F6C6343 STOP ADDMOD GT STOP CALLER ",
|
|
621
|
-
"sourceMap": "2045:5295:15:-:0;;;2998:129;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;921:32:33;719:10:50;921:18:33;:32::i;:::-;1701:1:41;1806:22;;3062:9:15;:22;;;;3094:11;:26;2045:5295;;2270:187:33;2343:16;2362:6;;-1:-1:-1;;;;;2378:17:33;;;-1:-1:-1;;;;;;2378:17:33;;;;;;2410:40;;2362:6;;;;;;;2410:40;;2343:16;2410:40;2333:124;2270:187;:::o;14:245:
|
|
621
|
+
"sourceMap": "2045:5295:15:-:0;;;2998:129;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;921:32:33;719:10:50;921:18:33;:32::i;:::-;1701:1:41;1806:22;;3062:9:15;:22;;;;3094:11;:26;2045:5295;;2270:187:33;2343:16;2362:6;;-1:-1:-1;;;;;2378:17:33;;;-1:-1:-1;;;;;;2378:17:33;;;;;;2410:40;;2362:6;;;;;;;2410:40;;2343:16;2410:40;2333:124;2270:187;:::o;14:245:101:-;93:6;101;154:2;142:9;133:7;129:23;125:32;122:52;;;170:1;167;160:12;122:52;-1:-1:-1;;193:16:101;;249:2;234:18;;;228:25;193:16;;228:25;;-1:-1:-1;14:245:101:o;:::-;2045:5295:15;;;;;;"
|
|
622
622
|
},
|
|
623
623
|
"deployedBytecode": {
|
|
624
624
|
"functionDebugData": {
|
|
@@ -837,49 +837,49 @@
|
|
|
837
837
|
{
|
|
838
838
|
"ast": {
|
|
839
839
|
"nodeType": "YulBlock",
|
|
840
|
-
"src": "0:5101:
|
|
840
|
+
"src": "0:5101:101",
|
|
841
841
|
"statements": [
|
|
842
842
|
{
|
|
843
843
|
"nodeType": "YulBlock",
|
|
844
|
-
"src": "6:3:
|
|
844
|
+
"src": "6:3:101",
|
|
845
845
|
"statements": []
|
|
846
846
|
},
|
|
847
847
|
{
|
|
848
848
|
"body": {
|
|
849
849
|
"nodeType": "YulBlock",
|
|
850
|
-
"src": "63:147:
|
|
850
|
+
"src": "63:147:101",
|
|
851
851
|
"statements": [
|
|
852
852
|
{
|
|
853
853
|
"nodeType": "YulAssignment",
|
|
854
|
-
"src": "73:29:
|
|
854
|
+
"src": "73:29:101",
|
|
855
855
|
"value": {
|
|
856
856
|
"arguments": [
|
|
857
857
|
{
|
|
858
858
|
"name": "offset",
|
|
859
859
|
"nodeType": "YulIdentifier",
|
|
860
|
-
"src": "95:6:
|
|
860
|
+
"src": "95:6:101"
|
|
861
861
|
}
|
|
862
862
|
],
|
|
863
863
|
"functionName": {
|
|
864
864
|
"name": "calldataload",
|
|
865
865
|
"nodeType": "YulIdentifier",
|
|
866
|
-
"src": "82:12:
|
|
866
|
+
"src": "82:12:101"
|
|
867
867
|
},
|
|
868
868
|
"nodeType": "YulFunctionCall",
|
|
869
|
-
"src": "82:20:
|
|
869
|
+
"src": "82:20:101"
|
|
870
870
|
},
|
|
871
871
|
"variableNames": [
|
|
872
872
|
{
|
|
873
873
|
"name": "value",
|
|
874
874
|
"nodeType": "YulIdentifier",
|
|
875
|
-
"src": "73:5:
|
|
875
|
+
"src": "73:5:101"
|
|
876
876
|
}
|
|
877
877
|
]
|
|
878
878
|
},
|
|
879
879
|
{
|
|
880
880
|
"body": {
|
|
881
881
|
"nodeType": "YulBlock",
|
|
882
|
-
"src": "188:16:
|
|
882
|
+
"src": "188:16:101",
|
|
883
883
|
"statements": [
|
|
884
884
|
{
|
|
885
885
|
"expression": {
|
|
@@ -887,14 +887,14 @@
|
|
|
887
887
|
{
|
|
888
888
|
"kind": "number",
|
|
889
889
|
"nodeType": "YulLiteral",
|
|
890
|
-
"src": "197:1:
|
|
890
|
+
"src": "197:1:101",
|
|
891
891
|
"type": "",
|
|
892
892
|
"value": "0"
|
|
893
893
|
},
|
|
894
894
|
{
|
|
895
895
|
"kind": "number",
|
|
896
896
|
"nodeType": "YulLiteral",
|
|
897
|
-
"src": "200:1:
|
|
897
|
+
"src": "200:1:101",
|
|
898
898
|
"type": "",
|
|
899
899
|
"value": "0"
|
|
900
900
|
}
|
|
@@ -902,13 +902,13 @@
|
|
|
902
902
|
"functionName": {
|
|
903
903
|
"name": "revert",
|
|
904
904
|
"nodeType": "YulIdentifier",
|
|
905
|
-
"src": "190:6:
|
|
905
|
+
"src": "190:6:101"
|
|
906
906
|
},
|
|
907
907
|
"nodeType": "YulFunctionCall",
|
|
908
|
-
"src": "190:12:
|
|
908
|
+
"src": "190:12:101"
|
|
909
909
|
},
|
|
910
910
|
"nodeType": "YulExpressionStatement",
|
|
911
|
-
"src": "190:12:
|
|
911
|
+
"src": "190:12:101"
|
|
912
912
|
}
|
|
913
913
|
]
|
|
914
914
|
},
|
|
@@ -919,19 +919,19 @@
|
|
|
919
919
|
{
|
|
920
920
|
"name": "value",
|
|
921
921
|
"nodeType": "YulIdentifier",
|
|
922
|
-
"src": "124:5:
|
|
922
|
+
"src": "124:5:101"
|
|
923
923
|
},
|
|
924
924
|
{
|
|
925
925
|
"arguments": [
|
|
926
926
|
{
|
|
927
927
|
"name": "value",
|
|
928
928
|
"nodeType": "YulIdentifier",
|
|
929
|
-
"src": "135:5:
|
|
929
|
+
"src": "135:5:101"
|
|
930
930
|
},
|
|
931
931
|
{
|
|
932
932
|
"kind": "number",
|
|
933
933
|
"nodeType": "YulLiteral",
|
|
934
|
-
"src": "142:42:
|
|
934
|
+
"src": "142:42:101",
|
|
935
935
|
"type": "",
|
|
936
936
|
"value": "0xffffffffffffffffffffffffffffffffffffffff"
|
|
937
937
|
}
|
|
@@ -939,31 +939,31 @@
|
|
|
939
939
|
"functionName": {
|
|
940
940
|
"name": "and",
|
|
941
941
|
"nodeType": "YulIdentifier",
|
|
942
|
-
"src": "131:3:
|
|
942
|
+
"src": "131:3:101"
|
|
943
943
|
},
|
|
944
944
|
"nodeType": "YulFunctionCall",
|
|
945
|
-
"src": "131:54:
|
|
945
|
+
"src": "131:54:101"
|
|
946
946
|
}
|
|
947
947
|
],
|
|
948
948
|
"functionName": {
|
|
949
949
|
"name": "eq",
|
|
950
950
|
"nodeType": "YulIdentifier",
|
|
951
|
-
"src": "121:2:
|
|
951
|
+
"src": "121:2:101"
|
|
952
952
|
},
|
|
953
953
|
"nodeType": "YulFunctionCall",
|
|
954
|
-
"src": "121:65:
|
|
954
|
+
"src": "121:65:101"
|
|
955
955
|
}
|
|
956
956
|
],
|
|
957
957
|
"functionName": {
|
|
958
958
|
"name": "iszero",
|
|
959
959
|
"nodeType": "YulIdentifier",
|
|
960
|
-
"src": "114:6:
|
|
960
|
+
"src": "114:6:101"
|
|
961
961
|
},
|
|
962
962
|
"nodeType": "YulFunctionCall",
|
|
963
|
-
"src": "114:73:
|
|
963
|
+
"src": "114:73:101"
|
|
964
964
|
},
|
|
965
965
|
"nodeType": "YulIf",
|
|
966
|
-
"src": "111:93:
|
|
966
|
+
"src": "111:93:101"
|
|
967
967
|
}
|
|
968
968
|
]
|
|
969
969
|
},
|
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
{
|
|
974
974
|
"name": "offset",
|
|
975
975
|
"nodeType": "YulTypedName",
|
|
976
|
-
"src": "42:6:
|
|
976
|
+
"src": "42:6:101",
|
|
977
977
|
"type": ""
|
|
978
978
|
}
|
|
979
979
|
],
|
|
@@ -981,21 +981,21 @@
|
|
|
981
981
|
{
|
|
982
982
|
"name": "value",
|
|
983
983
|
"nodeType": "YulTypedName",
|
|
984
|
-
"src": "53:5:
|
|
984
|
+
"src": "53:5:101",
|
|
985
985
|
"type": ""
|
|
986
986
|
}
|
|
987
987
|
],
|
|
988
|
-
"src": "14:196:
|
|
988
|
+
"src": "14:196:101"
|
|
989
989
|
},
|
|
990
990
|
{
|
|
991
991
|
"body": {
|
|
992
992
|
"nodeType": "YulBlock",
|
|
993
|
-
"src": "302:167:
|
|
993
|
+
"src": "302:167:101",
|
|
994
994
|
"statements": [
|
|
995
995
|
{
|
|
996
996
|
"body": {
|
|
997
997
|
"nodeType": "YulBlock",
|
|
998
|
-
"src": "348:16:
|
|
998
|
+
"src": "348:16:101",
|
|
999
999
|
"statements": [
|
|
1000
1000
|
{
|
|
1001
1001
|
"expression": {
|
|
@@ -1003,14 +1003,14 @@
|
|
|
1003
1003
|
{
|
|
1004
1004
|
"kind": "number",
|
|
1005
1005
|
"nodeType": "YulLiteral",
|
|
1006
|
-
"src": "357:1:
|
|
1006
|
+
"src": "357:1:101",
|
|
1007
1007
|
"type": "",
|
|
1008
1008
|
"value": "0"
|
|
1009
1009
|
},
|
|
1010
1010
|
{
|
|
1011
1011
|
"kind": "number",
|
|
1012
1012
|
"nodeType": "YulLiteral",
|
|
1013
|
-
"src": "360:1:
|
|
1013
|
+
"src": "360:1:101",
|
|
1014
1014
|
"type": "",
|
|
1015
1015
|
"value": "0"
|
|
1016
1016
|
}
|
|
@@ -1018,13 +1018,13 @@
|
|
|
1018
1018
|
"functionName": {
|
|
1019
1019
|
"name": "revert",
|
|
1020
1020
|
"nodeType": "YulIdentifier",
|
|
1021
|
-
"src": "350:6:
|
|
1021
|
+
"src": "350:6:101"
|
|
1022
1022
|
},
|
|
1023
1023
|
"nodeType": "YulFunctionCall",
|
|
1024
|
-
"src": "350:12:
|
|
1024
|
+
"src": "350:12:101"
|
|
1025
1025
|
},
|
|
1026
1026
|
"nodeType": "YulExpressionStatement",
|
|
1027
|
-
"src": "350:12:
|
|
1027
|
+
"src": "350:12:101"
|
|
1028
1028
|
}
|
|
1029
1029
|
]
|
|
1030
1030
|
},
|
|
@@ -1035,26 +1035,26 @@
|
|
|
1035
1035
|
{
|
|
1036
1036
|
"name": "dataEnd",
|
|
1037
1037
|
"nodeType": "YulIdentifier",
|
|
1038
|
-
"src": "323:7:
|
|
1038
|
+
"src": "323:7:101"
|
|
1039
1039
|
},
|
|
1040
1040
|
{
|
|
1041
1041
|
"name": "headStart",
|
|
1042
1042
|
"nodeType": "YulIdentifier",
|
|
1043
|
-
"src": "332:9:
|
|
1043
|
+
"src": "332:9:101"
|
|
1044
1044
|
}
|
|
1045
1045
|
],
|
|
1046
1046
|
"functionName": {
|
|
1047
1047
|
"name": "sub",
|
|
1048
1048
|
"nodeType": "YulIdentifier",
|
|
1049
|
-
"src": "319:3:
|
|
1049
|
+
"src": "319:3:101"
|
|
1050
1050
|
},
|
|
1051
1051
|
"nodeType": "YulFunctionCall",
|
|
1052
|
-
"src": "319:23:
|
|
1052
|
+
"src": "319:23:101"
|
|
1053
1053
|
},
|
|
1054
1054
|
{
|
|
1055
1055
|
"kind": "number",
|
|
1056
1056
|
"nodeType": "YulLiteral",
|
|
1057
|
-
"src": "344:2:
|
|
1057
|
+
"src": "344:2:101",
|
|
1058
1058
|
"type": "",
|
|
1059
1059
|
"value": "64"
|
|
1060
1060
|
}
|
|
@@ -1062,44 +1062,44 @@
|
|
|
1062
1062
|
"functionName": {
|
|
1063
1063
|
"name": "slt",
|
|
1064
1064
|
"nodeType": "YulIdentifier",
|
|
1065
|
-
"src": "315:3:
|
|
1065
|
+
"src": "315:3:101"
|
|
1066
1066
|
},
|
|
1067
1067
|
"nodeType": "YulFunctionCall",
|
|
1068
|
-
"src": "315:32:
|
|
1068
|
+
"src": "315:32:101"
|
|
1069
1069
|
},
|
|
1070
1070
|
"nodeType": "YulIf",
|
|
1071
|
-
"src": "312:52:
|
|
1071
|
+
"src": "312:52:101"
|
|
1072
1072
|
},
|
|
1073
1073
|
{
|
|
1074
1074
|
"nodeType": "YulAssignment",
|
|
1075
|
-
"src": "373:33:
|
|
1075
|
+
"src": "373:33:101",
|
|
1076
1076
|
"value": {
|
|
1077
1077
|
"arguments": [
|
|
1078
1078
|
{
|
|
1079
1079
|
"name": "headStart",
|
|
1080
1080
|
"nodeType": "YulIdentifier",
|
|
1081
|
-
"src": "396:9:
|
|
1081
|
+
"src": "396:9:101"
|
|
1082
1082
|
}
|
|
1083
1083
|
],
|
|
1084
1084
|
"functionName": {
|
|
1085
1085
|
"name": "calldataload",
|
|
1086
1086
|
"nodeType": "YulIdentifier",
|
|
1087
|
-
"src": "383:12:
|
|
1087
|
+
"src": "383:12:101"
|
|
1088
1088
|
},
|
|
1089
1089
|
"nodeType": "YulFunctionCall",
|
|
1090
|
-
"src": "383:23:
|
|
1090
|
+
"src": "383:23:101"
|
|
1091
1091
|
},
|
|
1092
1092
|
"variableNames": [
|
|
1093
1093
|
{
|
|
1094
1094
|
"name": "value0",
|
|
1095
1095
|
"nodeType": "YulIdentifier",
|
|
1096
|
-
"src": "373:6:
|
|
1096
|
+
"src": "373:6:101"
|
|
1097
1097
|
}
|
|
1098
1098
|
]
|
|
1099
1099
|
},
|
|
1100
1100
|
{
|
|
1101
1101
|
"nodeType": "YulAssignment",
|
|
1102
|
-
"src": "415:48:
|
|
1102
|
+
"src": "415:48:101",
|
|
1103
1103
|
"value": {
|
|
1104
1104
|
"arguments": [
|
|
1105
1105
|
{
|
|
@@ -1107,12 +1107,12 @@
|
|
|
1107
1107
|
{
|
|
1108
1108
|
"name": "headStart",
|
|
1109
1109
|
"nodeType": "YulIdentifier",
|
|
1110
|
-
"src": "448:9:
|
|
1110
|
+
"src": "448:9:101"
|
|
1111
1111
|
},
|
|
1112
1112
|
{
|
|
1113
1113
|
"kind": "number",
|
|
1114
1114
|
"nodeType": "YulLiteral",
|
|
1115
|
-
"src": "459:2:
|
|
1115
|
+
"src": "459:2:101",
|
|
1116
1116
|
"type": "",
|
|
1117
1117
|
"value": "32"
|
|
1118
1118
|
}
|
|
@@ -1120,25 +1120,25 @@
|
|
|
1120
1120
|
"functionName": {
|
|
1121
1121
|
"name": "add",
|
|
1122
1122
|
"nodeType": "YulIdentifier",
|
|
1123
|
-
"src": "444:3:
|
|
1123
|
+
"src": "444:3:101"
|
|
1124
1124
|
},
|
|
1125
1125
|
"nodeType": "YulFunctionCall",
|
|
1126
|
-
"src": "444:18:
|
|
1126
|
+
"src": "444:18:101"
|
|
1127
1127
|
}
|
|
1128
1128
|
],
|
|
1129
1129
|
"functionName": {
|
|
1130
1130
|
"name": "abi_decode_address",
|
|
1131
1131
|
"nodeType": "YulIdentifier",
|
|
1132
|
-
"src": "425:18:
|
|
1132
|
+
"src": "425:18:101"
|
|
1133
1133
|
},
|
|
1134
1134
|
"nodeType": "YulFunctionCall",
|
|
1135
|
-
"src": "425:38:
|
|
1135
|
+
"src": "425:38:101"
|
|
1136
1136
|
},
|
|
1137
1137
|
"variableNames": [
|
|
1138
1138
|
{
|
|
1139
1139
|
"name": "value1",
|
|
1140
1140
|
"nodeType": "YulIdentifier",
|
|
1141
|
-
"src": "415:6:
|
|
1141
|
+
"src": "415:6:101"
|
|
1142
1142
|
}
|
|
1143
1143
|
]
|
|
1144
1144
|
}
|
|
@@ -1150,13 +1150,13 @@
|
|
|
1150
1150
|
{
|
|
1151
1151
|
"name": "headStart",
|
|
1152
1152
|
"nodeType": "YulTypedName",
|
|
1153
|
-
"src": "260:9:
|
|
1153
|
+
"src": "260:9:101",
|
|
1154
1154
|
"type": ""
|
|
1155
1155
|
},
|
|
1156
1156
|
{
|
|
1157
1157
|
"name": "dataEnd",
|
|
1158
1158
|
"nodeType": "YulTypedName",
|
|
1159
|
-
"src": "271:7:
|
|
1159
|
+
"src": "271:7:101",
|
|
1160
1160
|
"type": ""
|
|
1161
1161
|
}
|
|
1162
1162
|
],
|
|
@@ -1164,37 +1164,37 @@
|
|
|
1164
1164
|
{
|
|
1165
1165
|
"name": "value0",
|
|
1166
1166
|
"nodeType": "YulTypedName",
|
|
1167
|
-
"src": "283:6:
|
|
1167
|
+
"src": "283:6:101",
|
|
1168
1168
|
"type": ""
|
|
1169
1169
|
},
|
|
1170
1170
|
{
|
|
1171
1171
|
"name": "value1",
|
|
1172
1172
|
"nodeType": "YulTypedName",
|
|
1173
|
-
"src": "291:6:
|
|
1173
|
+
"src": "291:6:101",
|
|
1174
1174
|
"type": ""
|
|
1175
1175
|
}
|
|
1176
1176
|
],
|
|
1177
|
-
"src": "215:254:
|
|
1177
|
+
"src": "215:254:101"
|
|
1178
1178
|
},
|
|
1179
1179
|
{
|
|
1180
1180
|
"body": {
|
|
1181
1181
|
"nodeType": "YulBlock",
|
|
1182
|
-
"src": "575:76:
|
|
1182
|
+
"src": "575:76:101",
|
|
1183
1183
|
"statements": [
|
|
1184
1184
|
{
|
|
1185
1185
|
"nodeType": "YulAssignment",
|
|
1186
|
-
"src": "585:26:
|
|
1186
|
+
"src": "585:26:101",
|
|
1187
1187
|
"value": {
|
|
1188
1188
|
"arguments": [
|
|
1189
1189
|
{
|
|
1190
1190
|
"name": "headStart",
|
|
1191
1191
|
"nodeType": "YulIdentifier",
|
|
1192
|
-
"src": "597:9:
|
|
1192
|
+
"src": "597:9:101"
|
|
1193
1193
|
},
|
|
1194
1194
|
{
|
|
1195
1195
|
"kind": "number",
|
|
1196
1196
|
"nodeType": "YulLiteral",
|
|
1197
|
-
"src": "608:2:
|
|
1197
|
+
"src": "608:2:101",
|
|
1198
1198
|
"type": "",
|
|
1199
1199
|
"value": "32"
|
|
1200
1200
|
}
|
|
@@ -1202,16 +1202,16 @@
|
|
|
1202
1202
|
"functionName": {
|
|
1203
1203
|
"name": "add",
|
|
1204
1204
|
"nodeType": "YulIdentifier",
|
|
1205
|
-
"src": "593:3:
|
|
1205
|
+
"src": "593:3:101"
|
|
1206
1206
|
},
|
|
1207
1207
|
"nodeType": "YulFunctionCall",
|
|
1208
|
-
"src": "593:18:
|
|
1208
|
+
"src": "593:18:101"
|
|
1209
1209
|
},
|
|
1210
1210
|
"variableNames": [
|
|
1211
1211
|
{
|
|
1212
1212
|
"name": "tail",
|
|
1213
1213
|
"nodeType": "YulIdentifier",
|
|
1214
|
-
"src": "585:4:
|
|
1214
|
+
"src": "585:4:101"
|
|
1215
1215
|
}
|
|
1216
1216
|
]
|
|
1217
1217
|
},
|
|
@@ -1221,24 +1221,24 @@
|
|
|
1221
1221
|
{
|
|
1222
1222
|
"name": "headStart",
|
|
1223
1223
|
"nodeType": "YulIdentifier",
|
|
1224
|
-
"src": "627:9:
|
|
1224
|
+
"src": "627:9:101"
|
|
1225
1225
|
},
|
|
1226
1226
|
{
|
|
1227
1227
|
"name": "value0",
|
|
1228
1228
|
"nodeType": "YulIdentifier",
|
|
1229
|
-
"src": "638:6:
|
|
1229
|
+
"src": "638:6:101"
|
|
1230
1230
|
}
|
|
1231
1231
|
],
|
|
1232
1232
|
"functionName": {
|
|
1233
1233
|
"name": "mstore",
|
|
1234
1234
|
"nodeType": "YulIdentifier",
|
|
1235
|
-
"src": "620:6:
|
|
1235
|
+
"src": "620:6:101"
|
|
1236
1236
|
},
|
|
1237
1237
|
"nodeType": "YulFunctionCall",
|
|
1238
|
-
"src": "620:25:
|
|
1238
|
+
"src": "620:25:101"
|
|
1239
1239
|
},
|
|
1240
1240
|
"nodeType": "YulExpressionStatement",
|
|
1241
|
-
"src": "620:25:
|
|
1241
|
+
"src": "620:25:101"
|
|
1242
1242
|
}
|
|
1243
1243
|
]
|
|
1244
1244
|
},
|
|
@@ -1248,13 +1248,13 @@
|
|
|
1248
1248
|
{
|
|
1249
1249
|
"name": "headStart",
|
|
1250
1250
|
"nodeType": "YulTypedName",
|
|
1251
|
-
"src": "544:9:
|
|
1251
|
+
"src": "544:9:101",
|
|
1252
1252
|
"type": ""
|
|
1253
1253
|
},
|
|
1254
1254
|
{
|
|
1255
1255
|
"name": "value0",
|
|
1256
1256
|
"nodeType": "YulTypedName",
|
|
1257
|
-
"src": "555:6:
|
|
1257
|
+
"src": "555:6:101",
|
|
1258
1258
|
"type": ""
|
|
1259
1259
|
}
|
|
1260
1260
|
],
|
|
@@ -1262,21 +1262,21 @@
|
|
|
1262
1262
|
{
|
|
1263
1263
|
"name": "tail",
|
|
1264
1264
|
"nodeType": "YulTypedName",
|
|
1265
|
-
"src": "566:4:
|
|
1265
|
+
"src": "566:4:101",
|
|
1266
1266
|
"type": ""
|
|
1267
1267
|
}
|
|
1268
1268
|
],
|
|
1269
|
-
"src": "474:177:
|
|
1269
|
+
"src": "474:177:101"
|
|
1270
1270
|
},
|
|
1271
1271
|
{
|
|
1272
1272
|
"body": {
|
|
1273
1273
|
"nodeType": "YulBlock",
|
|
1274
|
-
"src": "726:110:
|
|
1274
|
+
"src": "726:110:101",
|
|
1275
1275
|
"statements": [
|
|
1276
1276
|
{
|
|
1277
1277
|
"body": {
|
|
1278
1278
|
"nodeType": "YulBlock",
|
|
1279
|
-
"src": "772:16:
|
|
1279
|
+
"src": "772:16:101",
|
|
1280
1280
|
"statements": [
|
|
1281
1281
|
{
|
|
1282
1282
|
"expression": {
|
|
@@ -1284,14 +1284,14 @@
|
|
|
1284
1284
|
{
|
|
1285
1285
|
"kind": "number",
|
|
1286
1286
|
"nodeType": "YulLiteral",
|
|
1287
|
-
"src": "781:1:
|
|
1287
|
+
"src": "781:1:101",
|
|
1288
1288
|
"type": "",
|
|
1289
1289
|
"value": "0"
|
|
1290
1290
|
},
|
|
1291
1291
|
{
|
|
1292
1292
|
"kind": "number",
|
|
1293
1293
|
"nodeType": "YulLiteral",
|
|
1294
|
-
"src": "784:1:
|
|
1294
|
+
"src": "784:1:101",
|
|
1295
1295
|
"type": "",
|
|
1296
1296
|
"value": "0"
|
|
1297
1297
|
}
|
|
@@ -1299,13 +1299,13 @@
|
|
|
1299
1299
|
"functionName": {
|
|
1300
1300
|
"name": "revert",
|
|
1301
1301
|
"nodeType": "YulIdentifier",
|
|
1302
|
-
"src": "774:6:
|
|
1302
|
+
"src": "774:6:101"
|
|
1303
1303
|
},
|
|
1304
1304
|
"nodeType": "YulFunctionCall",
|
|
1305
|
-
"src": "774:12:
|
|
1305
|
+
"src": "774:12:101"
|
|
1306
1306
|
},
|
|
1307
1307
|
"nodeType": "YulExpressionStatement",
|
|
1308
|
-
"src": "774:12:
|
|
1308
|
+
"src": "774:12:101"
|
|
1309
1309
|
}
|
|
1310
1310
|
]
|
|
1311
1311
|
},
|
|
@@ -1316,26 +1316,26 @@
|
|
|
1316
1316
|
{
|
|
1317
1317
|
"name": "dataEnd",
|
|
1318
1318
|
"nodeType": "YulIdentifier",
|
|
1319
|
-
"src": "747:7:
|
|
1319
|
+
"src": "747:7:101"
|
|
1320
1320
|
},
|
|
1321
1321
|
{
|
|
1322
1322
|
"name": "headStart",
|
|
1323
1323
|
"nodeType": "YulIdentifier",
|
|
1324
|
-
"src": "756:9:
|
|
1324
|
+
"src": "756:9:101"
|
|
1325
1325
|
}
|
|
1326
1326
|
],
|
|
1327
1327
|
"functionName": {
|
|
1328
1328
|
"name": "sub",
|
|
1329
1329
|
"nodeType": "YulIdentifier",
|
|
1330
|
-
"src": "743:3:
|
|
1330
|
+
"src": "743:3:101"
|
|
1331
1331
|
},
|
|
1332
1332
|
"nodeType": "YulFunctionCall",
|
|
1333
|
-
"src": "743:23:
|
|
1333
|
+
"src": "743:23:101"
|
|
1334
1334
|
},
|
|
1335
1335
|
{
|
|
1336
1336
|
"kind": "number",
|
|
1337
1337
|
"nodeType": "YulLiteral",
|
|
1338
|
-
"src": "768:2:
|
|
1338
|
+
"src": "768:2:101",
|
|
1339
1339
|
"type": "",
|
|
1340
1340
|
"value": "32"
|
|
1341
1341
|
}
|
|
@@ -1343,38 +1343,38 @@
|
|
|
1343
1343
|
"functionName": {
|
|
1344
1344
|
"name": "slt",
|
|
1345
1345
|
"nodeType": "YulIdentifier",
|
|
1346
|
-
"src": "739:3:
|
|
1346
|
+
"src": "739:3:101"
|
|
1347
1347
|
},
|
|
1348
1348
|
"nodeType": "YulFunctionCall",
|
|
1349
|
-
"src": "739:32:
|
|
1349
|
+
"src": "739:32:101"
|
|
1350
1350
|
},
|
|
1351
1351
|
"nodeType": "YulIf",
|
|
1352
|
-
"src": "736:52:
|
|
1352
|
+
"src": "736:52:101"
|
|
1353
1353
|
},
|
|
1354
1354
|
{
|
|
1355
1355
|
"nodeType": "YulAssignment",
|
|
1356
|
-
"src": "797:33:
|
|
1356
|
+
"src": "797:33:101",
|
|
1357
1357
|
"value": {
|
|
1358
1358
|
"arguments": [
|
|
1359
1359
|
{
|
|
1360
1360
|
"name": "headStart",
|
|
1361
1361
|
"nodeType": "YulIdentifier",
|
|
1362
|
-
"src": "820:9:
|
|
1362
|
+
"src": "820:9:101"
|
|
1363
1363
|
}
|
|
1364
1364
|
],
|
|
1365
1365
|
"functionName": {
|
|
1366
1366
|
"name": "calldataload",
|
|
1367
1367
|
"nodeType": "YulIdentifier",
|
|
1368
|
-
"src": "807:12:
|
|
1368
|
+
"src": "807:12:101"
|
|
1369
1369
|
},
|
|
1370
1370
|
"nodeType": "YulFunctionCall",
|
|
1371
|
-
"src": "807:23:
|
|
1371
|
+
"src": "807:23:101"
|
|
1372
1372
|
},
|
|
1373
1373
|
"variableNames": [
|
|
1374
1374
|
{
|
|
1375
1375
|
"name": "value0",
|
|
1376
1376
|
"nodeType": "YulIdentifier",
|
|
1377
|
-
"src": "797:6:
|
|
1377
|
+
"src": "797:6:101"
|
|
1378
1378
|
}
|
|
1379
1379
|
]
|
|
1380
1380
|
}
|
|
@@ -1386,13 +1386,13 @@
|
|
|
1386
1386
|
{
|
|
1387
1387
|
"name": "headStart",
|
|
1388
1388
|
"nodeType": "YulTypedName",
|
|
1389
|
-
"src": "692:9:
|
|
1389
|
+
"src": "692:9:101",
|
|
1390
1390
|
"type": ""
|
|
1391
1391
|
},
|
|
1392
1392
|
{
|
|
1393
1393
|
"name": "dataEnd",
|
|
1394
1394
|
"nodeType": "YulTypedName",
|
|
1395
|
-
"src": "703:7:
|
|
1395
|
+
"src": "703:7:101",
|
|
1396
1396
|
"type": ""
|
|
1397
1397
|
}
|
|
1398
1398
|
],
|
|
@@ -1400,31 +1400,31 @@
|
|
|
1400
1400
|
{
|
|
1401
1401
|
"name": "value0",
|
|
1402
1402
|
"nodeType": "YulTypedName",
|
|
1403
|
-
"src": "715:6:
|
|
1403
|
+
"src": "715:6:101",
|
|
1404
1404
|
"type": ""
|
|
1405
1405
|
}
|
|
1406
1406
|
],
|
|
1407
|
-
"src": "656:180:
|
|
1407
|
+
"src": "656:180:101"
|
|
1408
1408
|
},
|
|
1409
1409
|
{
|
|
1410
1410
|
"body": {
|
|
1411
1411
|
"nodeType": "YulBlock",
|
|
1412
|
-
"src": "942:125:
|
|
1412
|
+
"src": "942:125:101",
|
|
1413
1413
|
"statements": [
|
|
1414
1414
|
{
|
|
1415
1415
|
"nodeType": "YulAssignment",
|
|
1416
|
-
"src": "952:26:
|
|
1416
|
+
"src": "952:26:101",
|
|
1417
1417
|
"value": {
|
|
1418
1418
|
"arguments": [
|
|
1419
1419
|
{
|
|
1420
1420
|
"name": "headStart",
|
|
1421
1421
|
"nodeType": "YulIdentifier",
|
|
1422
|
-
"src": "964:9:
|
|
1422
|
+
"src": "964:9:101"
|
|
1423
1423
|
},
|
|
1424
1424
|
{
|
|
1425
1425
|
"kind": "number",
|
|
1426
1426
|
"nodeType": "YulLiteral",
|
|
1427
|
-
"src": "975:2:
|
|
1427
|
+
"src": "975:2:101",
|
|
1428
1428
|
"type": "",
|
|
1429
1429
|
"value": "32"
|
|
1430
1430
|
}
|
|
@@ -1432,16 +1432,16 @@
|
|
|
1432
1432
|
"functionName": {
|
|
1433
1433
|
"name": "add",
|
|
1434
1434
|
"nodeType": "YulIdentifier",
|
|
1435
|
-
"src": "960:3:
|
|
1435
|
+
"src": "960:3:101"
|
|
1436
1436
|
},
|
|
1437
1437
|
"nodeType": "YulFunctionCall",
|
|
1438
|
-
"src": "960:18:
|
|
1438
|
+
"src": "960:18:101"
|
|
1439
1439
|
},
|
|
1440
1440
|
"variableNames": [
|
|
1441
1441
|
{
|
|
1442
1442
|
"name": "tail",
|
|
1443
1443
|
"nodeType": "YulIdentifier",
|
|
1444
|
-
"src": "952:4:
|
|
1444
|
+
"src": "952:4:101"
|
|
1445
1445
|
}
|
|
1446
1446
|
]
|
|
1447
1447
|
},
|
|
@@ -1451,19 +1451,19 @@
|
|
|
1451
1451
|
{
|
|
1452
1452
|
"name": "headStart",
|
|
1453
1453
|
"nodeType": "YulIdentifier",
|
|
1454
|
-
"src": "994:9:
|
|
1454
|
+
"src": "994:9:101"
|
|
1455
1455
|
},
|
|
1456
1456
|
{
|
|
1457
1457
|
"arguments": [
|
|
1458
1458
|
{
|
|
1459
1459
|
"name": "value0",
|
|
1460
1460
|
"nodeType": "YulIdentifier",
|
|
1461
|
-
"src": "1009:6:
|
|
1461
|
+
"src": "1009:6:101"
|
|
1462
1462
|
},
|
|
1463
1463
|
{
|
|
1464
1464
|
"kind": "number",
|
|
1465
1465
|
"nodeType": "YulLiteral",
|
|
1466
|
-
"src": "1017:42:
|
|
1466
|
+
"src": "1017:42:101",
|
|
1467
1467
|
"type": "",
|
|
1468
1468
|
"value": "0xffffffffffffffffffffffffffffffffffffffff"
|
|
1469
1469
|
}
|
|
@@ -1471,22 +1471,22 @@
|
|
|
1471
1471
|
"functionName": {
|
|
1472
1472
|
"name": "and",
|
|
1473
1473
|
"nodeType": "YulIdentifier",
|
|
1474
|
-
"src": "1005:3:
|
|
1474
|
+
"src": "1005:3:101"
|
|
1475
1475
|
},
|
|
1476
1476
|
"nodeType": "YulFunctionCall",
|
|
1477
|
-
"src": "1005:55:
|
|
1477
|
+
"src": "1005:55:101"
|
|
1478
1478
|
}
|
|
1479
1479
|
],
|
|
1480
1480
|
"functionName": {
|
|
1481
1481
|
"name": "mstore",
|
|
1482
1482
|
"nodeType": "YulIdentifier",
|
|
1483
|
-
"src": "987:6:
|
|
1483
|
+
"src": "987:6:101"
|
|
1484
1484
|
},
|
|
1485
1485
|
"nodeType": "YulFunctionCall",
|
|
1486
|
-
"src": "987:74:
|
|
1486
|
+
"src": "987:74:101"
|
|
1487
1487
|
},
|
|
1488
1488
|
"nodeType": "YulExpressionStatement",
|
|
1489
|
-
"src": "987:74:
|
|
1489
|
+
"src": "987:74:101"
|
|
1490
1490
|
}
|
|
1491
1491
|
]
|
|
1492
1492
|
},
|
|
@@ -1496,13 +1496,13 @@
|
|
|
1496
1496
|
{
|
|
1497
1497
|
"name": "headStart",
|
|
1498
1498
|
"nodeType": "YulTypedName",
|
|
1499
|
-
"src": "911:9:
|
|
1499
|
+
"src": "911:9:101",
|
|
1500
1500
|
"type": ""
|
|
1501
1501
|
},
|
|
1502
1502
|
{
|
|
1503
1503
|
"name": "value0",
|
|
1504
1504
|
"nodeType": "YulTypedName",
|
|
1505
|
-
"src": "922:6:
|
|
1505
|
+
"src": "922:6:101",
|
|
1506
1506
|
"type": ""
|
|
1507
1507
|
}
|
|
1508
1508
|
],
|
|
@@ -1510,21 +1510,21 @@
|
|
|
1510
1510
|
{
|
|
1511
1511
|
"name": "tail",
|
|
1512
1512
|
"nodeType": "YulTypedName",
|
|
1513
|
-
"src": "933:4:
|
|
1513
|
+
"src": "933:4:101",
|
|
1514
1514
|
"type": ""
|
|
1515
1515
|
}
|
|
1516
1516
|
],
|
|
1517
|
-
"src": "841:226:
|
|
1517
|
+
"src": "841:226:101"
|
|
1518
1518
|
},
|
|
1519
1519
|
{
|
|
1520
1520
|
"body": {
|
|
1521
1521
|
"nodeType": "YulBlock",
|
|
1522
|
-
"src": "1142:116:
|
|
1522
|
+
"src": "1142:116:101",
|
|
1523
1523
|
"statements": [
|
|
1524
1524
|
{
|
|
1525
1525
|
"body": {
|
|
1526
1526
|
"nodeType": "YulBlock",
|
|
1527
|
-
"src": "1188:16:
|
|
1527
|
+
"src": "1188:16:101",
|
|
1528
1528
|
"statements": [
|
|
1529
1529
|
{
|
|
1530
1530
|
"expression": {
|
|
@@ -1532,14 +1532,14 @@
|
|
|
1532
1532
|
{
|
|
1533
1533
|
"kind": "number",
|
|
1534
1534
|
"nodeType": "YulLiteral",
|
|
1535
|
-
"src": "1197:1:
|
|
1535
|
+
"src": "1197:1:101",
|
|
1536
1536
|
"type": "",
|
|
1537
1537
|
"value": "0"
|
|
1538
1538
|
},
|
|
1539
1539
|
{
|
|
1540
1540
|
"kind": "number",
|
|
1541
1541
|
"nodeType": "YulLiteral",
|
|
1542
|
-
"src": "1200:1:
|
|
1542
|
+
"src": "1200:1:101",
|
|
1543
1543
|
"type": "",
|
|
1544
1544
|
"value": "0"
|
|
1545
1545
|
}
|
|
@@ -1547,13 +1547,13 @@
|
|
|
1547
1547
|
"functionName": {
|
|
1548
1548
|
"name": "revert",
|
|
1549
1549
|
"nodeType": "YulIdentifier",
|
|
1550
|
-
"src": "1190:6:
|
|
1550
|
+
"src": "1190:6:101"
|
|
1551
1551
|
},
|
|
1552
1552
|
"nodeType": "YulFunctionCall",
|
|
1553
|
-
"src": "1190:12:
|
|
1553
|
+
"src": "1190:12:101"
|
|
1554
1554
|
},
|
|
1555
1555
|
"nodeType": "YulExpressionStatement",
|
|
1556
|
-
"src": "1190:12:
|
|
1556
|
+
"src": "1190:12:101"
|
|
1557
1557
|
}
|
|
1558
1558
|
]
|
|
1559
1559
|
},
|
|
@@ -1564,26 +1564,26 @@
|
|
|
1564
1564
|
{
|
|
1565
1565
|
"name": "dataEnd",
|
|
1566
1566
|
"nodeType": "YulIdentifier",
|
|
1567
|
-
"src": "1163:7:
|
|
1567
|
+
"src": "1163:7:101"
|
|
1568
1568
|
},
|
|
1569
1569
|
{
|
|
1570
1570
|
"name": "headStart",
|
|
1571
1571
|
"nodeType": "YulIdentifier",
|
|
1572
|
-
"src": "1172:9:
|
|
1572
|
+
"src": "1172:9:101"
|
|
1573
1573
|
}
|
|
1574
1574
|
],
|
|
1575
1575
|
"functionName": {
|
|
1576
1576
|
"name": "sub",
|
|
1577
1577
|
"nodeType": "YulIdentifier",
|
|
1578
|
-
"src": "1159:3:
|
|
1578
|
+
"src": "1159:3:101"
|
|
1579
1579
|
},
|
|
1580
1580
|
"nodeType": "YulFunctionCall",
|
|
1581
|
-
"src": "1159:23:
|
|
1581
|
+
"src": "1159:23:101"
|
|
1582
1582
|
},
|
|
1583
1583
|
{
|
|
1584
1584
|
"kind": "number",
|
|
1585
1585
|
"nodeType": "YulLiteral",
|
|
1586
|
-
"src": "1184:2:
|
|
1586
|
+
"src": "1184:2:101",
|
|
1587
1587
|
"type": "",
|
|
1588
1588
|
"value": "32"
|
|
1589
1589
|
}
|
|
@@ -1591,38 +1591,38 @@
|
|
|
1591
1591
|
"functionName": {
|
|
1592
1592
|
"name": "slt",
|
|
1593
1593
|
"nodeType": "YulIdentifier",
|
|
1594
|
-
"src": "1155:3:
|
|
1594
|
+
"src": "1155:3:101"
|
|
1595
1595
|
},
|
|
1596
1596
|
"nodeType": "YulFunctionCall",
|
|
1597
|
-
"src": "1155:32:
|
|
1597
|
+
"src": "1155:32:101"
|
|
1598
1598
|
},
|
|
1599
1599
|
"nodeType": "YulIf",
|
|
1600
|
-
"src": "1152:52:
|
|
1600
|
+
"src": "1152:52:101"
|
|
1601
1601
|
},
|
|
1602
1602
|
{
|
|
1603
1603
|
"nodeType": "YulAssignment",
|
|
1604
|
-
"src": "1213:39:
|
|
1604
|
+
"src": "1213:39:101",
|
|
1605
1605
|
"value": {
|
|
1606
1606
|
"arguments": [
|
|
1607
1607
|
{
|
|
1608
1608
|
"name": "headStart",
|
|
1609
1609
|
"nodeType": "YulIdentifier",
|
|
1610
|
-
"src": "1242:9:
|
|
1610
|
+
"src": "1242:9:101"
|
|
1611
1611
|
}
|
|
1612
1612
|
],
|
|
1613
1613
|
"functionName": {
|
|
1614
1614
|
"name": "abi_decode_address",
|
|
1615
1615
|
"nodeType": "YulIdentifier",
|
|
1616
|
-
"src": "1223:18:
|
|
1616
|
+
"src": "1223:18:101"
|
|
1617
1617
|
},
|
|
1618
1618
|
"nodeType": "YulFunctionCall",
|
|
1619
|
-
"src": "1223:29:
|
|
1619
|
+
"src": "1223:29:101"
|
|
1620
1620
|
},
|
|
1621
1621
|
"variableNames": [
|
|
1622
1622
|
{
|
|
1623
1623
|
"name": "value0",
|
|
1624
1624
|
"nodeType": "YulIdentifier",
|
|
1625
|
-
"src": "1213:6:
|
|
1625
|
+
"src": "1213:6:101"
|
|
1626
1626
|
}
|
|
1627
1627
|
]
|
|
1628
1628
|
}
|
|
@@ -1634,13 +1634,13 @@
|
|
|
1634
1634
|
{
|
|
1635
1635
|
"name": "headStart",
|
|
1636
1636
|
"nodeType": "YulTypedName",
|
|
1637
|
-
"src": "1108:9:
|
|
1637
|
+
"src": "1108:9:101",
|
|
1638
1638
|
"type": ""
|
|
1639
1639
|
},
|
|
1640
1640
|
{
|
|
1641
1641
|
"name": "dataEnd",
|
|
1642
1642
|
"nodeType": "YulTypedName",
|
|
1643
|
-
"src": "1119:7:
|
|
1643
|
+
"src": "1119:7:101",
|
|
1644
1644
|
"type": ""
|
|
1645
1645
|
}
|
|
1646
1646
|
],
|
|
@@ -1648,31 +1648,31 @@
|
|
|
1648
1648
|
{
|
|
1649
1649
|
"name": "value0",
|
|
1650
1650
|
"nodeType": "YulTypedName",
|
|
1651
|
-
"src": "1131:6:
|
|
1651
|
+
"src": "1131:6:101",
|
|
1652
1652
|
"type": ""
|
|
1653
1653
|
}
|
|
1654
1654
|
],
|
|
1655
|
-
"src": "1072:186:
|
|
1655
|
+
"src": "1072:186:101"
|
|
1656
1656
|
},
|
|
1657
1657
|
{
|
|
1658
1658
|
"body": {
|
|
1659
1659
|
"nodeType": "YulBlock",
|
|
1660
|
-
"src": "1358:92:
|
|
1660
|
+
"src": "1358:92:101",
|
|
1661
1661
|
"statements": [
|
|
1662
1662
|
{
|
|
1663
1663
|
"nodeType": "YulAssignment",
|
|
1664
|
-
"src": "1368:26:
|
|
1664
|
+
"src": "1368:26:101",
|
|
1665
1665
|
"value": {
|
|
1666
1666
|
"arguments": [
|
|
1667
1667
|
{
|
|
1668
1668
|
"name": "headStart",
|
|
1669
1669
|
"nodeType": "YulIdentifier",
|
|
1670
|
-
"src": "1380:9:
|
|
1670
|
+
"src": "1380:9:101"
|
|
1671
1671
|
},
|
|
1672
1672
|
{
|
|
1673
1673
|
"kind": "number",
|
|
1674
1674
|
"nodeType": "YulLiteral",
|
|
1675
|
-
"src": "1391:2:
|
|
1675
|
+
"src": "1391:2:101",
|
|
1676
1676
|
"type": "",
|
|
1677
1677
|
"value": "32"
|
|
1678
1678
|
}
|
|
@@ -1680,16 +1680,16 @@
|
|
|
1680
1680
|
"functionName": {
|
|
1681
1681
|
"name": "add",
|
|
1682
1682
|
"nodeType": "YulIdentifier",
|
|
1683
|
-
"src": "1376:3:
|
|
1683
|
+
"src": "1376:3:101"
|
|
1684
1684
|
},
|
|
1685
1685
|
"nodeType": "YulFunctionCall",
|
|
1686
|
-
"src": "1376:18:
|
|
1686
|
+
"src": "1376:18:101"
|
|
1687
1687
|
},
|
|
1688
1688
|
"variableNames": [
|
|
1689
1689
|
{
|
|
1690
1690
|
"name": "tail",
|
|
1691
1691
|
"nodeType": "YulIdentifier",
|
|
1692
|
-
"src": "1368:4:
|
|
1692
|
+
"src": "1368:4:101"
|
|
1693
1693
|
}
|
|
1694
1694
|
]
|
|
1695
1695
|
},
|
|
@@ -1699,7 +1699,7 @@
|
|
|
1699
1699
|
{
|
|
1700
1700
|
"name": "headStart",
|
|
1701
1701
|
"nodeType": "YulIdentifier",
|
|
1702
|
-
"src": "1410:9:
|
|
1702
|
+
"src": "1410:9:101"
|
|
1703
1703
|
},
|
|
1704
1704
|
{
|
|
1705
1705
|
"arguments": [
|
|
@@ -1708,37 +1708,37 @@
|
|
|
1708
1708
|
{
|
|
1709
1709
|
"name": "value0",
|
|
1710
1710
|
"nodeType": "YulIdentifier",
|
|
1711
|
-
"src": "1435:6:
|
|
1711
|
+
"src": "1435:6:101"
|
|
1712
1712
|
}
|
|
1713
1713
|
],
|
|
1714
1714
|
"functionName": {
|
|
1715
1715
|
"name": "iszero",
|
|
1716
1716
|
"nodeType": "YulIdentifier",
|
|
1717
|
-
"src": "1428:6:
|
|
1717
|
+
"src": "1428:6:101"
|
|
1718
1718
|
},
|
|
1719
1719
|
"nodeType": "YulFunctionCall",
|
|
1720
|
-
"src": "1428:14:
|
|
1720
|
+
"src": "1428:14:101"
|
|
1721
1721
|
}
|
|
1722
1722
|
],
|
|
1723
1723
|
"functionName": {
|
|
1724
1724
|
"name": "iszero",
|
|
1725
1725
|
"nodeType": "YulIdentifier",
|
|
1726
|
-
"src": "1421:6:
|
|
1726
|
+
"src": "1421:6:101"
|
|
1727
1727
|
},
|
|
1728
1728
|
"nodeType": "YulFunctionCall",
|
|
1729
|
-
"src": "1421:22:
|
|
1729
|
+
"src": "1421:22:101"
|
|
1730
1730
|
}
|
|
1731
1731
|
],
|
|
1732
1732
|
"functionName": {
|
|
1733
1733
|
"name": "mstore",
|
|
1734
1734
|
"nodeType": "YulIdentifier",
|
|
1735
|
-
"src": "1403:6:
|
|
1735
|
+
"src": "1403:6:101"
|
|
1736
1736
|
},
|
|
1737
1737
|
"nodeType": "YulFunctionCall",
|
|
1738
|
-
"src": "1403:41:
|
|
1738
|
+
"src": "1403:41:101"
|
|
1739
1739
|
},
|
|
1740
1740
|
"nodeType": "YulExpressionStatement",
|
|
1741
|
-
"src": "1403:41:
|
|
1741
|
+
"src": "1403:41:101"
|
|
1742
1742
|
}
|
|
1743
1743
|
]
|
|
1744
1744
|
},
|
|
@@ -1748,13 +1748,13 @@
|
|
|
1748
1748
|
{
|
|
1749
1749
|
"name": "headStart",
|
|
1750
1750
|
"nodeType": "YulTypedName",
|
|
1751
|
-
"src": "1327:9:
|
|
1751
|
+
"src": "1327:9:101",
|
|
1752
1752
|
"type": ""
|
|
1753
1753
|
},
|
|
1754
1754
|
{
|
|
1755
1755
|
"name": "value0",
|
|
1756
1756
|
"nodeType": "YulTypedName",
|
|
1757
|
-
"src": "1338:6:
|
|
1757
|
+
"src": "1338:6:101",
|
|
1758
1758
|
"type": ""
|
|
1759
1759
|
}
|
|
1760
1760
|
],
|
|
@@ -1762,16 +1762,16 @@
|
|
|
1762
1762
|
{
|
|
1763
1763
|
"name": "tail",
|
|
1764
1764
|
"nodeType": "YulTypedName",
|
|
1765
|
-
"src": "1349:4:
|
|
1765
|
+
"src": "1349:4:101",
|
|
1766
1766
|
"type": ""
|
|
1767
1767
|
}
|
|
1768
1768
|
],
|
|
1769
|
-
"src": "1263:187:
|
|
1769
|
+
"src": "1263:187:101"
|
|
1770
1770
|
},
|
|
1771
1771
|
{
|
|
1772
1772
|
"body": {
|
|
1773
1773
|
"nodeType": "YulBlock",
|
|
1774
|
-
"src": "1629:182:
|
|
1774
|
+
"src": "1629:182:101",
|
|
1775
1775
|
"statements": [
|
|
1776
1776
|
{
|
|
1777
1777
|
"expression": {
|
|
@@ -1779,12 +1779,12 @@
|
|
|
1779
1779
|
{
|
|
1780
1780
|
"name": "headStart",
|
|
1781
1781
|
"nodeType": "YulIdentifier",
|
|
1782
|
-
"src": "1646:9:
|
|
1782
|
+
"src": "1646:9:101"
|
|
1783
1783
|
},
|
|
1784
1784
|
{
|
|
1785
1785
|
"kind": "number",
|
|
1786
1786
|
"nodeType": "YulLiteral",
|
|
1787
|
-
"src": "1657:2:
|
|
1787
|
+
"src": "1657:2:101",
|
|
1788
1788
|
"type": "",
|
|
1789
1789
|
"value": "32"
|
|
1790
1790
|
}
|
|
@@ -1792,13 +1792,13 @@
|
|
|
1792
1792
|
"functionName": {
|
|
1793
1793
|
"name": "mstore",
|
|
1794
1794
|
"nodeType": "YulIdentifier",
|
|
1795
|
-
"src": "1639:6:
|
|
1795
|
+
"src": "1639:6:101"
|
|
1796
1796
|
},
|
|
1797
1797
|
"nodeType": "YulFunctionCall",
|
|
1798
|
-
"src": "1639:21:
|
|
1798
|
+
"src": "1639:21:101"
|
|
1799
1799
|
},
|
|
1800
1800
|
"nodeType": "YulExpressionStatement",
|
|
1801
|
-
"src": "1639:21:
|
|
1801
|
+
"src": "1639:21:101"
|
|
1802
1802
|
},
|
|
1803
1803
|
{
|
|
1804
1804
|
"expression": {
|
|
@@ -1808,12 +1808,12 @@
|
|
|
1808
1808
|
{
|
|
1809
1809
|
"name": "headStart",
|
|
1810
1810
|
"nodeType": "YulIdentifier",
|
|
1811
|
-
"src": "1680:9:
|
|
1811
|
+
"src": "1680:9:101"
|
|
1812
1812
|
},
|
|
1813
1813
|
{
|
|
1814
1814
|
"kind": "number",
|
|
1815
1815
|
"nodeType": "YulLiteral",
|
|
1816
|
-
"src": "1691:2:
|
|
1816
|
+
"src": "1691:2:101",
|
|
1817
1817
|
"type": "",
|
|
1818
1818
|
"value": "32"
|
|
1819
1819
|
}
|
|
@@ -1821,15 +1821,15 @@
|
|
|
1821
1821
|
"functionName": {
|
|
1822
1822
|
"name": "add",
|
|
1823
1823
|
"nodeType": "YulIdentifier",
|
|
1824
|
-
"src": "1676:3:
|
|
1824
|
+
"src": "1676:3:101"
|
|
1825
1825
|
},
|
|
1826
1826
|
"nodeType": "YulFunctionCall",
|
|
1827
|
-
"src": "1676:18:
|
|
1827
|
+
"src": "1676:18:101"
|
|
1828
1828
|
},
|
|
1829
1829
|
{
|
|
1830
1830
|
"kind": "number",
|
|
1831
1831
|
"nodeType": "YulLiteral",
|
|
1832
|
-
"src": "1696:2:
|
|
1832
|
+
"src": "1696:2:101",
|
|
1833
1833
|
"type": "",
|
|
1834
1834
|
"value": "32"
|
|
1835
1835
|
}
|
|
@@ -1837,13 +1837,13 @@
|
|
|
1837
1837
|
"functionName": {
|
|
1838
1838
|
"name": "mstore",
|
|
1839
1839
|
"nodeType": "YulIdentifier",
|
|
1840
|
-
"src": "1669:6:
|
|
1840
|
+
"src": "1669:6:101"
|
|
1841
1841
|
},
|
|
1842
1842
|
"nodeType": "YulFunctionCall",
|
|
1843
|
-
"src": "1669:30:
|
|
1843
|
+
"src": "1669:30:101"
|
|
1844
1844
|
},
|
|
1845
1845
|
"nodeType": "YulExpressionStatement",
|
|
1846
|
-
"src": "1669:30:
|
|
1846
|
+
"src": "1669:30:101"
|
|
1847
1847
|
},
|
|
1848
1848
|
{
|
|
1849
1849
|
"expression": {
|
|
@@ -1853,12 +1853,12 @@
|
|
|
1853
1853
|
{
|
|
1854
1854
|
"name": "headStart",
|
|
1855
1855
|
"nodeType": "YulIdentifier",
|
|
1856
|
-
"src": "1719:9:
|
|
1856
|
+
"src": "1719:9:101"
|
|
1857
1857
|
},
|
|
1858
1858
|
{
|
|
1859
1859
|
"kind": "number",
|
|
1860
1860
|
"nodeType": "YulLiteral",
|
|
1861
|
-
"src": "1730:2:
|
|
1861
|
+
"src": "1730:2:101",
|
|
1862
1862
|
"type": "",
|
|
1863
1863
|
"value": "64"
|
|
1864
1864
|
}
|
|
@@ -1866,16 +1866,16 @@
|
|
|
1866
1866
|
"functionName": {
|
|
1867
1867
|
"name": "add",
|
|
1868
1868
|
"nodeType": "YulIdentifier",
|
|
1869
|
-
"src": "1715:3:
|
|
1869
|
+
"src": "1715:3:101"
|
|
1870
1870
|
},
|
|
1871
1871
|
"nodeType": "YulFunctionCall",
|
|
1872
|
-
"src": "1715:18:
|
|
1872
|
+
"src": "1715:18:101"
|
|
1873
1873
|
},
|
|
1874
1874
|
{
|
|
1875
1875
|
"hexValue": "4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572",
|
|
1876
1876
|
"kind": "string",
|
|
1877
1877
|
"nodeType": "YulLiteral",
|
|
1878
|
-
"src": "1735:34:
|
|
1878
|
+
"src": "1735:34:101",
|
|
1879
1879
|
"type": "",
|
|
1880
1880
|
"value": "Ownable: caller is not the owner"
|
|
1881
1881
|
}
|
|
@@ -1883,28 +1883,28 @@
|
|
|
1883
1883
|
"functionName": {
|
|
1884
1884
|
"name": "mstore",
|
|
1885
1885
|
"nodeType": "YulIdentifier",
|
|
1886
|
-
"src": "1708:6:
|
|
1886
|
+
"src": "1708:6:101"
|
|
1887
1887
|
},
|
|
1888
1888
|
"nodeType": "YulFunctionCall",
|
|
1889
|
-
"src": "1708:62:
|
|
1889
|
+
"src": "1708:62:101"
|
|
1890
1890
|
},
|
|
1891
1891
|
"nodeType": "YulExpressionStatement",
|
|
1892
|
-
"src": "1708:62:
|
|
1892
|
+
"src": "1708:62:101"
|
|
1893
1893
|
},
|
|
1894
1894
|
{
|
|
1895
1895
|
"nodeType": "YulAssignment",
|
|
1896
|
-
"src": "1779:26:
|
|
1896
|
+
"src": "1779:26:101",
|
|
1897
1897
|
"value": {
|
|
1898
1898
|
"arguments": [
|
|
1899
1899
|
{
|
|
1900
1900
|
"name": "headStart",
|
|
1901
1901
|
"nodeType": "YulIdentifier",
|
|
1902
|
-
"src": "1791:9:
|
|
1902
|
+
"src": "1791:9:101"
|
|
1903
1903
|
},
|
|
1904
1904
|
{
|
|
1905
1905
|
"kind": "number",
|
|
1906
1906
|
"nodeType": "YulLiteral",
|
|
1907
|
-
"src": "1802:2:
|
|
1907
|
+
"src": "1802:2:101",
|
|
1908
1908
|
"type": "",
|
|
1909
1909
|
"value": "96"
|
|
1910
1910
|
}
|
|
@@ -1912,16 +1912,16 @@
|
|
|
1912
1912
|
"functionName": {
|
|
1913
1913
|
"name": "add",
|
|
1914
1914
|
"nodeType": "YulIdentifier",
|
|
1915
|
-
"src": "1787:3:
|
|
1915
|
+
"src": "1787:3:101"
|
|
1916
1916
|
},
|
|
1917
1917
|
"nodeType": "YulFunctionCall",
|
|
1918
|
-
"src": "1787:18:
|
|
1918
|
+
"src": "1787:18:101"
|
|
1919
1919
|
},
|
|
1920
1920
|
"variableNames": [
|
|
1921
1921
|
{
|
|
1922
1922
|
"name": "tail",
|
|
1923
1923
|
"nodeType": "YulIdentifier",
|
|
1924
|
-
"src": "1779:4:
|
|
1924
|
+
"src": "1779:4:101"
|
|
1925
1925
|
}
|
|
1926
1926
|
]
|
|
1927
1927
|
}
|
|
@@ -1933,7 +1933,7 @@
|
|
|
1933
1933
|
{
|
|
1934
1934
|
"name": "headStart",
|
|
1935
1935
|
"nodeType": "YulTypedName",
|
|
1936
|
-
"src": "1606:9:
|
|
1936
|
+
"src": "1606:9:101",
|
|
1937
1937
|
"type": ""
|
|
1938
1938
|
}
|
|
1939
1939
|
],
|
|
@@ -1941,16 +1941,16 @@
|
|
|
1941
1941
|
{
|
|
1942
1942
|
"name": "tail",
|
|
1943
1943
|
"nodeType": "YulTypedName",
|
|
1944
|
-
"src": "1620:4:
|
|
1944
|
+
"src": "1620:4:101",
|
|
1945
1945
|
"type": ""
|
|
1946
1946
|
}
|
|
1947
1947
|
],
|
|
1948
|
-
"src": "1455:356:
|
|
1948
|
+
"src": "1455:356:101"
|
|
1949
1949
|
},
|
|
1950
1950
|
{
|
|
1951
1951
|
"body": {
|
|
1952
1952
|
"nodeType": "YulBlock",
|
|
1953
|
-
"src": "1990:179:
|
|
1953
|
+
"src": "1990:179:101",
|
|
1954
1954
|
"statements": [
|
|
1955
1955
|
{
|
|
1956
1956
|
"expression": {
|
|
@@ -1958,12 +1958,12 @@
|
|
|
1958
1958
|
{
|
|
1959
1959
|
"name": "headStart",
|
|
1960
1960
|
"nodeType": "YulIdentifier",
|
|
1961
|
-
"src": "2007:9:
|
|
1961
|
+
"src": "2007:9:101"
|
|
1962
1962
|
},
|
|
1963
1963
|
{
|
|
1964
1964
|
"kind": "number",
|
|
1965
1965
|
"nodeType": "YulLiteral",
|
|
1966
|
-
"src": "2018:2:
|
|
1966
|
+
"src": "2018:2:101",
|
|
1967
1967
|
"type": "",
|
|
1968
1968
|
"value": "32"
|
|
1969
1969
|
}
|
|
@@ -1971,13 +1971,13 @@
|
|
|
1971
1971
|
"functionName": {
|
|
1972
1972
|
"name": "mstore",
|
|
1973
1973
|
"nodeType": "YulIdentifier",
|
|
1974
|
-
"src": "2000:6:
|
|
1974
|
+
"src": "2000:6:101"
|
|
1975
1975
|
},
|
|
1976
1976
|
"nodeType": "YulFunctionCall",
|
|
1977
|
-
"src": "2000:21:
|
|
1977
|
+
"src": "2000:21:101"
|
|
1978
1978
|
},
|
|
1979
1979
|
"nodeType": "YulExpressionStatement",
|
|
1980
|
-
"src": "2000:21:
|
|
1980
|
+
"src": "2000:21:101"
|
|
1981
1981
|
},
|
|
1982
1982
|
{
|
|
1983
1983
|
"expression": {
|
|
@@ -1987,12 +1987,12 @@
|
|
|
1987
1987
|
{
|
|
1988
1988
|
"name": "headStart",
|
|
1989
1989
|
"nodeType": "YulIdentifier",
|
|
1990
|
-
"src": "2041:9:
|
|
1990
|
+
"src": "2041:9:101"
|
|
1991
1991
|
},
|
|
1992
1992
|
{
|
|
1993
1993
|
"kind": "number",
|
|
1994
1994
|
"nodeType": "YulLiteral",
|
|
1995
|
-
"src": "2052:2:
|
|
1995
|
+
"src": "2052:2:101",
|
|
1996
1996
|
"type": "",
|
|
1997
1997
|
"value": "32"
|
|
1998
1998
|
}
|
|
@@ -2000,15 +2000,15 @@
|
|
|
2000
2000
|
"functionName": {
|
|
2001
2001
|
"name": "add",
|
|
2002
2002
|
"nodeType": "YulIdentifier",
|
|
2003
|
-
"src": "2037:3:
|
|
2003
|
+
"src": "2037:3:101"
|
|
2004
2004
|
},
|
|
2005
2005
|
"nodeType": "YulFunctionCall",
|
|
2006
|
-
"src": "2037:18:
|
|
2006
|
+
"src": "2037:18:101"
|
|
2007
2007
|
},
|
|
2008
2008
|
{
|
|
2009
2009
|
"kind": "number",
|
|
2010
2010
|
"nodeType": "YulLiteral",
|
|
2011
|
-
"src": "2057:2:
|
|
2011
|
+
"src": "2057:2:101",
|
|
2012
2012
|
"type": "",
|
|
2013
2013
|
"value": "29"
|
|
2014
2014
|
}
|
|
@@ -2016,13 +2016,13 @@
|
|
|
2016
2016
|
"functionName": {
|
|
2017
2017
|
"name": "mstore",
|
|
2018
2018
|
"nodeType": "YulIdentifier",
|
|
2019
|
-
"src": "2030:6:
|
|
2019
|
+
"src": "2030:6:101"
|
|
2020
2020
|
},
|
|
2021
2021
|
"nodeType": "YulFunctionCall",
|
|
2022
|
-
"src": "2030:30:
|
|
2022
|
+
"src": "2030:30:101"
|
|
2023
2023
|
},
|
|
2024
2024
|
"nodeType": "YulExpressionStatement",
|
|
2025
|
-
"src": "2030:30:
|
|
2025
|
+
"src": "2030:30:101"
|
|
2026
2026
|
},
|
|
2027
2027
|
{
|
|
2028
2028
|
"expression": {
|
|
@@ -2032,12 +2032,12 @@
|
|
|
2032
2032
|
{
|
|
2033
2033
|
"name": "headStart",
|
|
2034
2034
|
"nodeType": "YulIdentifier",
|
|
2035
|
-
"src": "2080:9:
|
|
2035
|
+
"src": "2080:9:101"
|
|
2036
2036
|
},
|
|
2037
2037
|
{
|
|
2038
2038
|
"kind": "number",
|
|
2039
2039
|
"nodeType": "YulLiteral",
|
|
2040
|
-
"src": "2091:2:
|
|
2040
|
+
"src": "2091:2:101",
|
|
2041
2041
|
"type": "",
|
|
2042
2042
|
"value": "64"
|
|
2043
2043
|
}
|
|
@@ -2045,16 +2045,16 @@
|
|
|
2045
2045
|
"functionName": {
|
|
2046
2046
|
"name": "add",
|
|
2047
2047
|
"nodeType": "YulIdentifier",
|
|
2048
|
-
"src": "2076:3:
|
|
2048
|
+
"src": "2076:3:101"
|
|
2049
2049
|
},
|
|
2050
2050
|
"nodeType": "YulFunctionCall",
|
|
2051
|
-
"src": "2076:18:
|
|
2051
|
+
"src": "2076:18:101"
|
|
2052
2052
|
},
|
|
2053
2053
|
{
|
|
2054
2054
|
"hexValue": "496e73756666696369656e7420636f6e74726163742062616c616e6365",
|
|
2055
2055
|
"kind": "string",
|
|
2056
2056
|
"nodeType": "YulLiteral",
|
|
2057
|
-
"src": "2096:31:
|
|
2057
|
+
"src": "2096:31:101",
|
|
2058
2058
|
"type": "",
|
|
2059
2059
|
"value": "Insufficient contract balance"
|
|
2060
2060
|
}
|
|
@@ -2062,28 +2062,28 @@
|
|
|
2062
2062
|
"functionName": {
|
|
2063
2063
|
"name": "mstore",
|
|
2064
2064
|
"nodeType": "YulIdentifier",
|
|
2065
|
-
"src": "2069:6:
|
|
2065
|
+
"src": "2069:6:101"
|
|
2066
2066
|
},
|
|
2067
2067
|
"nodeType": "YulFunctionCall",
|
|
2068
|
-
"src": "2069:59:
|
|
2068
|
+
"src": "2069:59:101"
|
|
2069
2069
|
},
|
|
2070
2070
|
"nodeType": "YulExpressionStatement",
|
|
2071
|
-
"src": "2069:59:
|
|
2071
|
+
"src": "2069:59:101"
|
|
2072
2072
|
},
|
|
2073
2073
|
{
|
|
2074
2074
|
"nodeType": "YulAssignment",
|
|
2075
|
-
"src": "2137:26:
|
|
2075
|
+
"src": "2137:26:101",
|
|
2076
2076
|
"value": {
|
|
2077
2077
|
"arguments": [
|
|
2078
2078
|
{
|
|
2079
2079
|
"name": "headStart",
|
|
2080
2080
|
"nodeType": "YulIdentifier",
|
|
2081
|
-
"src": "2149:9:
|
|
2081
|
+
"src": "2149:9:101"
|
|
2082
2082
|
},
|
|
2083
2083
|
{
|
|
2084
2084
|
"kind": "number",
|
|
2085
2085
|
"nodeType": "YulLiteral",
|
|
2086
|
-
"src": "2160:2:
|
|
2086
|
+
"src": "2160:2:101",
|
|
2087
2087
|
"type": "",
|
|
2088
2088
|
"value": "96"
|
|
2089
2089
|
}
|
|
@@ -2091,16 +2091,16 @@
|
|
|
2091
2091
|
"functionName": {
|
|
2092
2092
|
"name": "add",
|
|
2093
2093
|
"nodeType": "YulIdentifier",
|
|
2094
|
-
"src": "2145:3:
|
|
2094
|
+
"src": "2145:3:101"
|
|
2095
2095
|
},
|
|
2096
2096
|
"nodeType": "YulFunctionCall",
|
|
2097
|
-
"src": "2145:18:
|
|
2097
|
+
"src": "2145:18:101"
|
|
2098
2098
|
},
|
|
2099
2099
|
"variableNames": [
|
|
2100
2100
|
{
|
|
2101
2101
|
"name": "tail",
|
|
2102
2102
|
"nodeType": "YulIdentifier",
|
|
2103
|
-
"src": "2137:4:
|
|
2103
|
+
"src": "2137:4:101"
|
|
2104
2104
|
}
|
|
2105
2105
|
]
|
|
2106
2106
|
}
|
|
@@ -2112,7 +2112,7 @@
|
|
|
2112
2112
|
{
|
|
2113
2113
|
"name": "headStart",
|
|
2114
2114
|
"nodeType": "YulTypedName",
|
|
2115
|
-
"src": "1967:9:
|
|
2115
|
+
"src": "1967:9:101",
|
|
2116
2116
|
"type": ""
|
|
2117
2117
|
}
|
|
2118
2118
|
],
|
|
@@ -2120,16 +2120,16 @@
|
|
|
2120
2120
|
{
|
|
2121
2121
|
"name": "tail",
|
|
2122
2122
|
"nodeType": "YulTypedName",
|
|
2123
|
-
"src": "1981:4:
|
|
2123
|
+
"src": "1981:4:101",
|
|
2124
2124
|
"type": ""
|
|
2125
2125
|
}
|
|
2126
2126
|
],
|
|
2127
|
-
"src": "1816:353:
|
|
2127
|
+
"src": "1816:353:101"
|
|
2128
2128
|
},
|
|
2129
2129
|
{
|
|
2130
2130
|
"body": {
|
|
2131
2131
|
"nodeType": "YulBlock",
|
|
2132
|
-
"src": "2348:223:
|
|
2132
|
+
"src": "2348:223:101",
|
|
2133
2133
|
"statements": [
|
|
2134
2134
|
{
|
|
2135
2135
|
"expression": {
|
|
@@ -2137,12 +2137,12 @@
|
|
|
2137
2137
|
{
|
|
2138
2138
|
"name": "headStart",
|
|
2139
2139
|
"nodeType": "YulIdentifier",
|
|
2140
|
-
"src": "2365:9:
|
|
2140
|
+
"src": "2365:9:101"
|
|
2141
2141
|
},
|
|
2142
2142
|
{
|
|
2143
2143
|
"kind": "number",
|
|
2144
2144
|
"nodeType": "YulLiteral",
|
|
2145
|
-
"src": "2376:2:
|
|
2145
|
+
"src": "2376:2:101",
|
|
2146
2146
|
"type": "",
|
|
2147
2147
|
"value": "32"
|
|
2148
2148
|
}
|
|
@@ -2150,13 +2150,13 @@
|
|
|
2150
2150
|
"functionName": {
|
|
2151
2151
|
"name": "mstore",
|
|
2152
2152
|
"nodeType": "YulIdentifier",
|
|
2153
|
-
"src": "2358:6:
|
|
2153
|
+
"src": "2358:6:101"
|
|
2154
2154
|
},
|
|
2155
2155
|
"nodeType": "YulFunctionCall",
|
|
2156
|
-
"src": "2358:21:
|
|
2156
|
+
"src": "2358:21:101"
|
|
2157
2157
|
},
|
|
2158
2158
|
"nodeType": "YulExpressionStatement",
|
|
2159
|
-
"src": "2358:21:
|
|
2159
|
+
"src": "2358:21:101"
|
|
2160
2160
|
},
|
|
2161
2161
|
{
|
|
2162
2162
|
"expression": {
|
|
@@ -2166,12 +2166,12 @@
|
|
|
2166
2166
|
{
|
|
2167
2167
|
"name": "headStart",
|
|
2168
2168
|
"nodeType": "YulIdentifier",
|
|
2169
|
-
"src": "2399:9:
|
|
2169
|
+
"src": "2399:9:101"
|
|
2170
2170
|
},
|
|
2171
2171
|
{
|
|
2172
2172
|
"kind": "number",
|
|
2173
2173
|
"nodeType": "YulLiteral",
|
|
2174
|
-
"src": "2410:2:
|
|
2174
|
+
"src": "2410:2:101",
|
|
2175
2175
|
"type": "",
|
|
2176
2176
|
"value": "32"
|
|
2177
2177
|
}
|
|
@@ -2179,15 +2179,15 @@
|
|
|
2179
2179
|
"functionName": {
|
|
2180
2180
|
"name": "add",
|
|
2181
2181
|
"nodeType": "YulIdentifier",
|
|
2182
|
-
"src": "2395:3:
|
|
2182
|
+
"src": "2395:3:101"
|
|
2183
2183
|
},
|
|
2184
2184
|
"nodeType": "YulFunctionCall",
|
|
2185
|
-
"src": "2395:18:
|
|
2185
|
+
"src": "2395:18:101"
|
|
2186
2186
|
},
|
|
2187
2187
|
{
|
|
2188
2188
|
"kind": "number",
|
|
2189
2189
|
"nodeType": "YulLiteral",
|
|
2190
|
-
"src": "2415:2:
|
|
2190
|
+
"src": "2415:2:101",
|
|
2191
2191
|
"type": "",
|
|
2192
2192
|
"value": "33"
|
|
2193
2193
|
}
|
|
@@ -2195,13 +2195,13 @@
|
|
|
2195
2195
|
"functionName": {
|
|
2196
2196
|
"name": "mstore",
|
|
2197
2197
|
"nodeType": "YulIdentifier",
|
|
2198
|
-
"src": "2388:6:
|
|
2198
|
+
"src": "2388:6:101"
|
|
2199
2199
|
},
|
|
2200
2200
|
"nodeType": "YulFunctionCall",
|
|
2201
|
-
"src": "2388:30:
|
|
2201
|
+
"src": "2388:30:101"
|
|
2202
2202
|
},
|
|
2203
2203
|
"nodeType": "YulExpressionStatement",
|
|
2204
|
-
"src": "2388:30:
|
|
2204
|
+
"src": "2388:30:101"
|
|
2205
2205
|
},
|
|
2206
2206
|
{
|
|
2207
2207
|
"expression": {
|
|
@@ -2211,12 +2211,12 @@
|
|
|
2211
2211
|
{
|
|
2212
2212
|
"name": "headStart",
|
|
2213
2213
|
"nodeType": "YulIdentifier",
|
|
2214
|
-
"src": "2438:9:
|
|
2214
|
+
"src": "2438:9:101"
|
|
2215
2215
|
},
|
|
2216
2216
|
{
|
|
2217
2217
|
"kind": "number",
|
|
2218
2218
|
"nodeType": "YulLiteral",
|
|
2219
|
-
"src": "2449:2:
|
|
2219
|
+
"src": "2449:2:101",
|
|
2220
2220
|
"type": "",
|
|
2221
2221
|
"value": "64"
|
|
2222
2222
|
}
|
|
@@ -2224,16 +2224,16 @@
|
|
|
2224
2224
|
"functionName": {
|
|
2225
2225
|
"name": "add",
|
|
2226
2226
|
"nodeType": "YulIdentifier",
|
|
2227
|
-
"src": "2434:3:
|
|
2227
|
+
"src": "2434:3:101"
|
|
2228
2228
|
},
|
|
2229
2229
|
"nodeType": "YulFunctionCall",
|
|
2230
|
-
"src": "2434:18:
|
|
2230
|
+
"src": "2434:18:101"
|
|
2231
2231
|
},
|
|
2232
2232
|
{
|
|
2233
2233
|
"hexValue": "5265636569766572277320616464726573732063616e6e6f74206265207a6572",
|
|
2234
2234
|
"kind": "string",
|
|
2235
2235
|
"nodeType": "YulLiteral",
|
|
2236
|
-
"src": "2454:34:
|
|
2236
|
+
"src": "2454:34:101",
|
|
2237
2237
|
"type": "",
|
|
2238
2238
|
"value": "Receiver's address cannot be zer"
|
|
2239
2239
|
}
|
|
@@ -2241,13 +2241,13 @@
|
|
|
2241
2241
|
"functionName": {
|
|
2242
2242
|
"name": "mstore",
|
|
2243
2243
|
"nodeType": "YulIdentifier",
|
|
2244
|
-
"src": "2427:6:
|
|
2244
|
+
"src": "2427:6:101"
|
|
2245
2245
|
},
|
|
2246
2246
|
"nodeType": "YulFunctionCall",
|
|
2247
|
-
"src": "2427:62:
|
|
2247
|
+
"src": "2427:62:101"
|
|
2248
2248
|
},
|
|
2249
2249
|
"nodeType": "YulExpressionStatement",
|
|
2250
|
-
"src": "2427:62:
|
|
2250
|
+
"src": "2427:62:101"
|
|
2251
2251
|
},
|
|
2252
2252
|
{
|
|
2253
2253
|
"expression": {
|
|
@@ -2257,12 +2257,12 @@
|
|
|
2257
2257
|
{
|
|
2258
2258
|
"name": "headStart",
|
|
2259
2259
|
"nodeType": "YulIdentifier",
|
|
2260
|
-
"src": "2509:9:
|
|
2260
|
+
"src": "2509:9:101"
|
|
2261
2261
|
},
|
|
2262
2262
|
{
|
|
2263
2263
|
"kind": "number",
|
|
2264
2264
|
"nodeType": "YulLiteral",
|
|
2265
|
-
"src": "2520:2:
|
|
2265
|
+
"src": "2520:2:101",
|
|
2266
2266
|
"type": "",
|
|
2267
2267
|
"value": "96"
|
|
2268
2268
|
}
|
|
@@ -2270,16 +2270,16 @@
|
|
|
2270
2270
|
"functionName": {
|
|
2271
2271
|
"name": "add",
|
|
2272
2272
|
"nodeType": "YulIdentifier",
|
|
2273
|
-
"src": "2505:3:
|
|
2273
|
+
"src": "2505:3:101"
|
|
2274
2274
|
},
|
|
2275
2275
|
"nodeType": "YulFunctionCall",
|
|
2276
|
-
"src": "2505:18:
|
|
2276
|
+
"src": "2505:18:101"
|
|
2277
2277
|
},
|
|
2278
2278
|
{
|
|
2279
2279
|
"hexValue": "6f",
|
|
2280
2280
|
"kind": "string",
|
|
2281
2281
|
"nodeType": "YulLiteral",
|
|
2282
|
-
"src": "2525:3:
|
|
2282
|
+
"src": "2525:3:101",
|
|
2283
2283
|
"type": "",
|
|
2284
2284
|
"value": "o"
|
|
2285
2285
|
}
|
|
@@ -2287,28 +2287,28 @@
|
|
|
2287
2287
|
"functionName": {
|
|
2288
2288
|
"name": "mstore",
|
|
2289
2289
|
"nodeType": "YulIdentifier",
|
|
2290
|
-
"src": "2498:6:
|
|
2290
|
+
"src": "2498:6:101"
|
|
2291
2291
|
},
|
|
2292
2292
|
"nodeType": "YulFunctionCall",
|
|
2293
|
-
"src": "2498:31:
|
|
2293
|
+
"src": "2498:31:101"
|
|
2294
2294
|
},
|
|
2295
2295
|
"nodeType": "YulExpressionStatement",
|
|
2296
|
-
"src": "2498:31:
|
|
2296
|
+
"src": "2498:31:101"
|
|
2297
2297
|
},
|
|
2298
2298
|
{
|
|
2299
2299
|
"nodeType": "YulAssignment",
|
|
2300
|
-
"src": "2538:27:
|
|
2300
|
+
"src": "2538:27:101",
|
|
2301
2301
|
"value": {
|
|
2302
2302
|
"arguments": [
|
|
2303
2303
|
{
|
|
2304
2304
|
"name": "headStart",
|
|
2305
2305
|
"nodeType": "YulIdentifier",
|
|
2306
|
-
"src": "2550:9:
|
|
2306
|
+
"src": "2550:9:101"
|
|
2307
2307
|
},
|
|
2308
2308
|
{
|
|
2309
2309
|
"kind": "number",
|
|
2310
2310
|
"nodeType": "YulLiteral",
|
|
2311
|
-
"src": "2561:3:
|
|
2311
|
+
"src": "2561:3:101",
|
|
2312
2312
|
"type": "",
|
|
2313
2313
|
"value": "128"
|
|
2314
2314
|
}
|
|
@@ -2316,16 +2316,16 @@
|
|
|
2316
2316
|
"functionName": {
|
|
2317
2317
|
"name": "add",
|
|
2318
2318
|
"nodeType": "YulIdentifier",
|
|
2319
|
-
"src": "2546:3:
|
|
2319
|
+
"src": "2546:3:101"
|
|
2320
2320
|
},
|
|
2321
2321
|
"nodeType": "YulFunctionCall",
|
|
2322
|
-
"src": "2546:19:
|
|
2322
|
+
"src": "2546:19:101"
|
|
2323
2323
|
},
|
|
2324
2324
|
"variableNames": [
|
|
2325
2325
|
{
|
|
2326
2326
|
"name": "tail",
|
|
2327
2327
|
"nodeType": "YulIdentifier",
|
|
2328
|
-
"src": "2538:4:
|
|
2328
|
+
"src": "2538:4:101"
|
|
2329
2329
|
}
|
|
2330
2330
|
]
|
|
2331
2331
|
}
|
|
@@ -2337,7 +2337,7 @@
|
|
|
2337
2337
|
{
|
|
2338
2338
|
"name": "headStart",
|
|
2339
2339
|
"nodeType": "YulTypedName",
|
|
2340
|
-
"src": "2325:9:
|
|
2340
|
+
"src": "2325:9:101",
|
|
2341
2341
|
"type": ""
|
|
2342
2342
|
}
|
|
2343
2343
|
],
|
|
@@ -2345,31 +2345,31 @@
|
|
|
2345
2345
|
{
|
|
2346
2346
|
"name": "tail",
|
|
2347
2347
|
"nodeType": "YulTypedName",
|
|
2348
|
-
"src": "2339:4:
|
|
2348
|
+
"src": "2339:4:101",
|
|
2349
2349
|
"type": ""
|
|
2350
2350
|
}
|
|
2351
2351
|
],
|
|
2352
|
-
"src": "2174:397:
|
|
2352
|
+
"src": "2174:397:101"
|
|
2353
2353
|
},
|
|
2354
2354
|
{
|
|
2355
2355
|
"body": {
|
|
2356
2356
|
"nodeType": "YulBlock",
|
|
2357
|
-
"src": "2705:168:
|
|
2357
|
+
"src": "2705:168:101",
|
|
2358
2358
|
"statements": [
|
|
2359
2359
|
{
|
|
2360
2360
|
"nodeType": "YulAssignment",
|
|
2361
|
-
"src": "2715:26:
|
|
2361
|
+
"src": "2715:26:101",
|
|
2362
2362
|
"value": {
|
|
2363
2363
|
"arguments": [
|
|
2364
2364
|
{
|
|
2365
2365
|
"name": "headStart",
|
|
2366
2366
|
"nodeType": "YulIdentifier",
|
|
2367
|
-
"src": "2727:9:
|
|
2367
|
+
"src": "2727:9:101"
|
|
2368
2368
|
},
|
|
2369
2369
|
{
|
|
2370
2370
|
"kind": "number",
|
|
2371
2371
|
"nodeType": "YulLiteral",
|
|
2372
|
-
"src": "2738:2:
|
|
2372
|
+
"src": "2738:2:101",
|
|
2373
2373
|
"type": "",
|
|
2374
2374
|
"value": "64"
|
|
2375
2375
|
}
|
|
@@ -2377,16 +2377,16 @@
|
|
|
2377
2377
|
"functionName": {
|
|
2378
2378
|
"name": "add",
|
|
2379
2379
|
"nodeType": "YulIdentifier",
|
|
2380
|
-
"src": "2723:3:
|
|
2380
|
+
"src": "2723:3:101"
|
|
2381
2381
|
},
|
|
2382
2382
|
"nodeType": "YulFunctionCall",
|
|
2383
|
-
"src": "2723:18:
|
|
2383
|
+
"src": "2723:18:101"
|
|
2384
2384
|
},
|
|
2385
2385
|
"variableNames": [
|
|
2386
2386
|
{
|
|
2387
2387
|
"name": "tail",
|
|
2388
2388
|
"nodeType": "YulIdentifier",
|
|
2389
|
-
"src": "2715:4:
|
|
2389
|
+
"src": "2715:4:101"
|
|
2390
2390
|
}
|
|
2391
2391
|
]
|
|
2392
2392
|
},
|
|
@@ -2396,24 +2396,24 @@
|
|
|
2396
2396
|
{
|
|
2397
2397
|
"name": "headStart",
|
|
2398
2398
|
"nodeType": "YulIdentifier",
|
|
2399
|
-
"src": "2757:9:
|
|
2399
|
+
"src": "2757:9:101"
|
|
2400
2400
|
},
|
|
2401
2401
|
{
|
|
2402
2402
|
"name": "value0",
|
|
2403
2403
|
"nodeType": "YulIdentifier",
|
|
2404
|
-
"src": "2768:6:
|
|
2404
|
+
"src": "2768:6:101"
|
|
2405
2405
|
}
|
|
2406
2406
|
],
|
|
2407
2407
|
"functionName": {
|
|
2408
2408
|
"name": "mstore",
|
|
2409
2409
|
"nodeType": "YulIdentifier",
|
|
2410
|
-
"src": "2750:6:
|
|
2410
|
+
"src": "2750:6:101"
|
|
2411
2411
|
},
|
|
2412
2412
|
"nodeType": "YulFunctionCall",
|
|
2413
|
-
"src": "2750:25:
|
|
2413
|
+
"src": "2750:25:101"
|
|
2414
2414
|
},
|
|
2415
2415
|
"nodeType": "YulExpressionStatement",
|
|
2416
|
-
"src": "2750:25:
|
|
2416
|
+
"src": "2750:25:101"
|
|
2417
2417
|
},
|
|
2418
2418
|
{
|
|
2419
2419
|
"expression": {
|
|
@@ -2423,12 +2423,12 @@
|
|
|
2423
2423
|
{
|
|
2424
2424
|
"name": "headStart",
|
|
2425
2425
|
"nodeType": "YulIdentifier",
|
|
2426
|
-
"src": "2795:9:
|
|
2426
|
+
"src": "2795:9:101"
|
|
2427
2427
|
},
|
|
2428
2428
|
{
|
|
2429
2429
|
"kind": "number",
|
|
2430
2430
|
"nodeType": "YulLiteral",
|
|
2431
|
-
"src": "2806:2:
|
|
2431
|
+
"src": "2806:2:101",
|
|
2432
2432
|
"type": "",
|
|
2433
2433
|
"value": "32"
|
|
2434
2434
|
}
|
|
@@ -2436,22 +2436,22 @@
|
|
|
2436
2436
|
"functionName": {
|
|
2437
2437
|
"name": "add",
|
|
2438
2438
|
"nodeType": "YulIdentifier",
|
|
2439
|
-
"src": "2791:3:
|
|
2439
|
+
"src": "2791:3:101"
|
|
2440
2440
|
},
|
|
2441
2441
|
"nodeType": "YulFunctionCall",
|
|
2442
|
-
"src": "2791:18:
|
|
2442
|
+
"src": "2791:18:101"
|
|
2443
2443
|
},
|
|
2444
2444
|
{
|
|
2445
2445
|
"arguments": [
|
|
2446
2446
|
{
|
|
2447
2447
|
"name": "value1",
|
|
2448
2448
|
"nodeType": "YulIdentifier",
|
|
2449
|
-
"src": "2815:6:
|
|
2449
|
+
"src": "2815:6:101"
|
|
2450
2450
|
},
|
|
2451
2451
|
{
|
|
2452
2452
|
"kind": "number",
|
|
2453
2453
|
"nodeType": "YulLiteral",
|
|
2454
|
-
"src": "2823:42:
|
|
2454
|
+
"src": "2823:42:101",
|
|
2455
2455
|
"type": "",
|
|
2456
2456
|
"value": "0xffffffffffffffffffffffffffffffffffffffff"
|
|
2457
2457
|
}
|
|
@@ -2459,22 +2459,22 @@
|
|
|
2459
2459
|
"functionName": {
|
|
2460
2460
|
"name": "and",
|
|
2461
2461
|
"nodeType": "YulIdentifier",
|
|
2462
|
-
"src": "2811:3:
|
|
2462
|
+
"src": "2811:3:101"
|
|
2463
2463
|
},
|
|
2464
2464
|
"nodeType": "YulFunctionCall",
|
|
2465
|
-
"src": "2811:55:
|
|
2465
|
+
"src": "2811:55:101"
|
|
2466
2466
|
}
|
|
2467
2467
|
],
|
|
2468
2468
|
"functionName": {
|
|
2469
2469
|
"name": "mstore",
|
|
2470
2470
|
"nodeType": "YulIdentifier",
|
|
2471
|
-
"src": "2784:6:
|
|
2471
|
+
"src": "2784:6:101"
|
|
2472
2472
|
},
|
|
2473
2473
|
"nodeType": "YulFunctionCall",
|
|
2474
|
-
"src": "2784:83:
|
|
2474
|
+
"src": "2784:83:101"
|
|
2475
2475
|
},
|
|
2476
2476
|
"nodeType": "YulExpressionStatement",
|
|
2477
|
-
"src": "2784:83:
|
|
2477
|
+
"src": "2784:83:101"
|
|
2478
2478
|
}
|
|
2479
2479
|
]
|
|
2480
2480
|
},
|
|
@@ -2484,19 +2484,19 @@
|
|
|
2484
2484
|
{
|
|
2485
2485
|
"name": "headStart",
|
|
2486
2486
|
"nodeType": "YulTypedName",
|
|
2487
|
-
"src": "2666:9:
|
|
2487
|
+
"src": "2666:9:101",
|
|
2488
2488
|
"type": ""
|
|
2489
2489
|
},
|
|
2490
2490
|
{
|
|
2491
2491
|
"name": "value1",
|
|
2492
2492
|
"nodeType": "YulTypedName",
|
|
2493
|
-
"src": "2677:6:
|
|
2493
|
+
"src": "2677:6:101",
|
|
2494
2494
|
"type": ""
|
|
2495
2495
|
},
|
|
2496
2496
|
{
|
|
2497
2497
|
"name": "value0",
|
|
2498
2498
|
"nodeType": "YulTypedName",
|
|
2499
|
-
"src": "2685:6:
|
|
2499
|
+
"src": "2685:6:101",
|
|
2500
2500
|
"type": ""
|
|
2501
2501
|
}
|
|
2502
2502
|
],
|
|
@@ -2504,30 +2504,30 @@
|
|
|
2504
2504
|
{
|
|
2505
2505
|
"name": "tail",
|
|
2506
2506
|
"nodeType": "YulTypedName",
|
|
2507
|
-
"src": "2696:4:
|
|
2507
|
+
"src": "2696:4:101",
|
|
2508
2508
|
"type": ""
|
|
2509
2509
|
}
|
|
2510
2510
|
],
|
|
2511
|
-
"src": "2576:297:
|
|
2511
|
+
"src": "2576:297:101"
|
|
2512
2512
|
},
|
|
2513
2513
|
{
|
|
2514
2514
|
"body": {
|
|
2515
2515
|
"nodeType": "YulBlock",
|
|
2516
|
-
"src": "3069:14:
|
|
2516
|
+
"src": "3069:14:101",
|
|
2517
2517
|
"statements": [
|
|
2518
2518
|
{
|
|
2519
2519
|
"nodeType": "YulAssignment",
|
|
2520
|
-
"src": "3071:10:
|
|
2520
|
+
"src": "3071:10:101",
|
|
2521
2521
|
"value": {
|
|
2522
2522
|
"name": "pos",
|
|
2523
2523
|
"nodeType": "YulIdentifier",
|
|
2524
|
-
"src": "3078:3:
|
|
2524
|
+
"src": "3078:3:101"
|
|
2525
2525
|
},
|
|
2526
2526
|
"variableNames": [
|
|
2527
2527
|
{
|
|
2528
2528
|
"name": "end",
|
|
2529
2529
|
"nodeType": "YulIdentifier",
|
|
2530
|
-
"src": "3071:3:
|
|
2530
|
+
"src": "3071:3:101"
|
|
2531
2531
|
}
|
|
2532
2532
|
]
|
|
2533
2533
|
}
|
|
@@ -2539,7 +2539,7 @@
|
|
|
2539
2539
|
{
|
|
2540
2540
|
"name": "pos",
|
|
2541
2541
|
"nodeType": "YulTypedName",
|
|
2542
|
-
"src": "3053:3:
|
|
2542
|
+
"src": "3053:3:101",
|
|
2543
2543
|
"type": ""
|
|
2544
2544
|
}
|
|
2545
2545
|
],
|
|
@@ -2547,16 +2547,16 @@
|
|
|
2547
2547
|
{
|
|
2548
2548
|
"name": "end",
|
|
2549
2549
|
"nodeType": "YulTypedName",
|
|
2550
|
-
"src": "3061:3:
|
|
2550
|
+
"src": "3061:3:101",
|
|
2551
2551
|
"type": ""
|
|
2552
2552
|
}
|
|
2553
2553
|
],
|
|
2554
|
-
"src": "2878:205:
|
|
2554
|
+
"src": "2878:205:101"
|
|
2555
2555
|
},
|
|
2556
2556
|
{
|
|
2557
2557
|
"body": {
|
|
2558
2558
|
"nodeType": "YulBlock",
|
|
2559
|
-
"src": "3262:170:
|
|
2559
|
+
"src": "3262:170:101",
|
|
2560
2560
|
"statements": [
|
|
2561
2561
|
{
|
|
2562
2562
|
"expression": {
|
|
@@ -2564,12 +2564,12 @@
|
|
|
2564
2564
|
{
|
|
2565
2565
|
"name": "headStart",
|
|
2566
2566
|
"nodeType": "YulIdentifier",
|
|
2567
|
-
"src": "3279:9:
|
|
2567
|
+
"src": "3279:9:101"
|
|
2568
2568
|
},
|
|
2569
2569
|
{
|
|
2570
2570
|
"kind": "number",
|
|
2571
2571
|
"nodeType": "YulLiteral",
|
|
2572
|
-
"src": "3290:2:
|
|
2572
|
+
"src": "3290:2:101",
|
|
2573
2573
|
"type": "",
|
|
2574
2574
|
"value": "32"
|
|
2575
2575
|
}
|
|
@@ -2577,13 +2577,13 @@
|
|
|
2577
2577
|
"functionName": {
|
|
2578
2578
|
"name": "mstore",
|
|
2579
2579
|
"nodeType": "YulIdentifier",
|
|
2580
|
-
"src": "3272:6:
|
|
2580
|
+
"src": "3272:6:101"
|
|
2581
2581
|
},
|
|
2582
2582
|
"nodeType": "YulFunctionCall",
|
|
2583
|
-
"src": "3272:21:
|
|
2583
|
+
"src": "3272:21:101"
|
|
2584
2584
|
},
|
|
2585
2585
|
"nodeType": "YulExpressionStatement",
|
|
2586
|
-
"src": "3272:21:
|
|
2586
|
+
"src": "3272:21:101"
|
|
2587
2587
|
},
|
|
2588
2588
|
{
|
|
2589
2589
|
"expression": {
|
|
@@ -2593,12 +2593,12 @@
|
|
|
2593
2593
|
{
|
|
2594
2594
|
"name": "headStart",
|
|
2595
2595
|
"nodeType": "YulIdentifier",
|
|
2596
|
-
"src": "3313:9:
|
|
2596
|
+
"src": "3313:9:101"
|
|
2597
2597
|
},
|
|
2598
2598
|
{
|
|
2599
2599
|
"kind": "number",
|
|
2600
2600
|
"nodeType": "YulLiteral",
|
|
2601
|
-
"src": "3324:2:
|
|
2601
|
+
"src": "3324:2:101",
|
|
2602
2602
|
"type": "",
|
|
2603
2603
|
"value": "32"
|
|
2604
2604
|
}
|
|
@@ -2606,15 +2606,15 @@
|
|
|
2606
2606
|
"functionName": {
|
|
2607
2607
|
"name": "add",
|
|
2608
2608
|
"nodeType": "YulIdentifier",
|
|
2609
|
-
"src": "3309:3:
|
|
2609
|
+
"src": "3309:3:101"
|
|
2610
2610
|
},
|
|
2611
2611
|
"nodeType": "YulFunctionCall",
|
|
2612
|
-
"src": "3309:18:
|
|
2612
|
+
"src": "3309:18:101"
|
|
2613
2613
|
},
|
|
2614
2614
|
{
|
|
2615
2615
|
"kind": "number",
|
|
2616
2616
|
"nodeType": "YulLiteral",
|
|
2617
|
-
"src": "3329:2:
|
|
2617
|
+
"src": "3329:2:101",
|
|
2618
2618
|
"type": "",
|
|
2619
2619
|
"value": "20"
|
|
2620
2620
|
}
|
|
@@ -2622,13 +2622,13 @@
|
|
|
2622
2622
|
"functionName": {
|
|
2623
2623
|
"name": "mstore",
|
|
2624
2624
|
"nodeType": "YulIdentifier",
|
|
2625
|
-
"src": "3302:6:
|
|
2625
|
+
"src": "3302:6:101"
|
|
2626
2626
|
},
|
|
2627
2627
|
"nodeType": "YulFunctionCall",
|
|
2628
|
-
"src": "3302:30:
|
|
2628
|
+
"src": "3302:30:101"
|
|
2629
2629
|
},
|
|
2630
2630
|
"nodeType": "YulExpressionStatement",
|
|
2631
|
-
"src": "3302:30:
|
|
2631
|
+
"src": "3302:30:101"
|
|
2632
2632
|
},
|
|
2633
2633
|
{
|
|
2634
2634
|
"expression": {
|
|
@@ -2638,12 +2638,12 @@
|
|
|
2638
2638
|
{
|
|
2639
2639
|
"name": "headStart",
|
|
2640
2640
|
"nodeType": "YulIdentifier",
|
|
2641
|
-
"src": "3352:9:
|
|
2641
|
+
"src": "3352:9:101"
|
|
2642
2642
|
},
|
|
2643
2643
|
{
|
|
2644
2644
|
"kind": "number",
|
|
2645
2645
|
"nodeType": "YulLiteral",
|
|
2646
|
-
"src": "3363:2:
|
|
2646
|
+
"src": "3363:2:101",
|
|
2647
2647
|
"type": "",
|
|
2648
2648
|
"value": "64"
|
|
2649
2649
|
}
|
|
@@ -2651,16 +2651,16 @@
|
|
|
2651
2651
|
"functionName": {
|
|
2652
2652
|
"name": "add",
|
|
2653
2653
|
"nodeType": "YulIdentifier",
|
|
2654
|
-
"src": "3348:3:
|
|
2654
|
+
"src": "3348:3:101"
|
|
2655
2655
|
},
|
|
2656
2656
|
"nodeType": "YulFunctionCall",
|
|
2657
|
-
"src": "3348:18:
|
|
2657
|
+
"src": "3348:18:101"
|
|
2658
2658
|
},
|
|
2659
2659
|
{
|
|
2660
2660
|
"hexValue": "4661696c656420746f2073656e64204574686572",
|
|
2661
2661
|
"kind": "string",
|
|
2662
2662
|
"nodeType": "YulLiteral",
|
|
2663
|
-
"src": "3368:22:
|
|
2663
|
+
"src": "3368:22:101",
|
|
2664
2664
|
"type": "",
|
|
2665
2665
|
"value": "Failed to send Ether"
|
|
2666
2666
|
}
|
|
@@ -2668,28 +2668,28 @@
|
|
|
2668
2668
|
"functionName": {
|
|
2669
2669
|
"name": "mstore",
|
|
2670
2670
|
"nodeType": "YulIdentifier",
|
|
2671
|
-
"src": "3341:6:
|
|
2671
|
+
"src": "3341:6:101"
|
|
2672
2672
|
},
|
|
2673
2673
|
"nodeType": "YulFunctionCall",
|
|
2674
|
-
"src": "3341:50:
|
|
2674
|
+
"src": "3341:50:101"
|
|
2675
2675
|
},
|
|
2676
2676
|
"nodeType": "YulExpressionStatement",
|
|
2677
|
-
"src": "3341:50:
|
|
2677
|
+
"src": "3341:50:101"
|
|
2678
2678
|
},
|
|
2679
2679
|
{
|
|
2680
2680
|
"nodeType": "YulAssignment",
|
|
2681
|
-
"src": "3400:26:
|
|
2681
|
+
"src": "3400:26:101",
|
|
2682
2682
|
"value": {
|
|
2683
2683
|
"arguments": [
|
|
2684
2684
|
{
|
|
2685
2685
|
"name": "headStart",
|
|
2686
2686
|
"nodeType": "YulIdentifier",
|
|
2687
|
-
"src": "3412:9:
|
|
2687
|
+
"src": "3412:9:101"
|
|
2688
2688
|
},
|
|
2689
2689
|
{
|
|
2690
2690
|
"kind": "number",
|
|
2691
2691
|
"nodeType": "YulLiteral",
|
|
2692
|
-
"src": "3423:2:
|
|
2692
|
+
"src": "3423:2:101",
|
|
2693
2693
|
"type": "",
|
|
2694
2694
|
"value": "96"
|
|
2695
2695
|
}
|
|
@@ -2697,16 +2697,16 @@
|
|
|
2697
2697
|
"functionName": {
|
|
2698
2698
|
"name": "add",
|
|
2699
2699
|
"nodeType": "YulIdentifier",
|
|
2700
|
-
"src": "3408:3:
|
|
2700
|
+
"src": "3408:3:101"
|
|
2701
2701
|
},
|
|
2702
2702
|
"nodeType": "YulFunctionCall",
|
|
2703
|
-
"src": "3408:18:
|
|
2703
|
+
"src": "3408:18:101"
|
|
2704
2704
|
},
|
|
2705
2705
|
"variableNames": [
|
|
2706
2706
|
{
|
|
2707
2707
|
"name": "tail",
|
|
2708
2708
|
"nodeType": "YulIdentifier",
|
|
2709
|
-
"src": "3400:4:
|
|
2709
|
+
"src": "3400:4:101"
|
|
2710
2710
|
}
|
|
2711
2711
|
]
|
|
2712
2712
|
}
|
|
@@ -2718,7 +2718,7 @@
|
|
|
2718
2718
|
{
|
|
2719
2719
|
"name": "headStart",
|
|
2720
2720
|
"nodeType": "YulTypedName",
|
|
2721
|
-
"src": "3239:9:
|
|
2721
|
+
"src": "3239:9:101",
|
|
2722
2722
|
"type": ""
|
|
2723
2723
|
}
|
|
2724
2724
|
],
|
|
@@ -2726,16 +2726,16 @@
|
|
|
2726
2726
|
{
|
|
2727
2727
|
"name": "tail",
|
|
2728
2728
|
"nodeType": "YulTypedName",
|
|
2729
|
-
"src": "3253:4:
|
|
2729
|
+
"src": "3253:4:101",
|
|
2730
2730
|
"type": ""
|
|
2731
2731
|
}
|
|
2732
2732
|
],
|
|
2733
|
-
"src": "3088:344:
|
|
2733
|
+
"src": "3088:344:101"
|
|
2734
2734
|
},
|
|
2735
2735
|
{
|
|
2736
2736
|
"body": {
|
|
2737
2737
|
"nodeType": "YulBlock",
|
|
2738
|
-
"src": "3611:181:
|
|
2738
|
+
"src": "3611:181:101",
|
|
2739
2739
|
"statements": [
|
|
2740
2740
|
{
|
|
2741
2741
|
"expression": {
|
|
@@ -2743,12 +2743,12 @@
|
|
|
2743
2743
|
{
|
|
2744
2744
|
"name": "headStart",
|
|
2745
2745
|
"nodeType": "YulIdentifier",
|
|
2746
|
-
"src": "3628:9:
|
|
2746
|
+
"src": "3628:9:101"
|
|
2747
2747
|
},
|
|
2748
2748
|
{
|
|
2749
2749
|
"kind": "number",
|
|
2750
2750
|
"nodeType": "YulLiteral",
|
|
2751
|
-
"src": "3639:2:
|
|
2751
|
+
"src": "3639:2:101",
|
|
2752
2752
|
"type": "",
|
|
2753
2753
|
"value": "32"
|
|
2754
2754
|
}
|
|
@@ -2756,13 +2756,13 @@
|
|
|
2756
2756
|
"functionName": {
|
|
2757
2757
|
"name": "mstore",
|
|
2758
2758
|
"nodeType": "YulIdentifier",
|
|
2759
|
-
"src": "3621:6:
|
|
2759
|
+
"src": "3621:6:101"
|
|
2760
2760
|
},
|
|
2761
2761
|
"nodeType": "YulFunctionCall",
|
|
2762
|
-
"src": "3621:21:
|
|
2762
|
+
"src": "3621:21:101"
|
|
2763
2763
|
},
|
|
2764
2764
|
"nodeType": "YulExpressionStatement",
|
|
2765
|
-
"src": "3621:21:
|
|
2765
|
+
"src": "3621:21:101"
|
|
2766
2766
|
},
|
|
2767
2767
|
{
|
|
2768
2768
|
"expression": {
|
|
@@ -2772,12 +2772,12 @@
|
|
|
2772
2772
|
{
|
|
2773
2773
|
"name": "headStart",
|
|
2774
2774
|
"nodeType": "YulIdentifier",
|
|
2775
|
-
"src": "3662:9:
|
|
2775
|
+
"src": "3662:9:101"
|
|
2776
2776
|
},
|
|
2777
2777
|
{
|
|
2778
2778
|
"kind": "number",
|
|
2779
2779
|
"nodeType": "YulLiteral",
|
|
2780
|
-
"src": "3673:2:
|
|
2780
|
+
"src": "3673:2:101",
|
|
2781
2781
|
"type": "",
|
|
2782
2782
|
"value": "32"
|
|
2783
2783
|
}
|
|
@@ -2785,15 +2785,15 @@
|
|
|
2785
2785
|
"functionName": {
|
|
2786
2786
|
"name": "add",
|
|
2787
2787
|
"nodeType": "YulIdentifier",
|
|
2788
|
-
"src": "3658:3:
|
|
2788
|
+
"src": "3658:3:101"
|
|
2789
2789
|
},
|
|
2790
2790
|
"nodeType": "YulFunctionCall",
|
|
2791
|
-
"src": "3658:18:
|
|
2791
|
+
"src": "3658:18:101"
|
|
2792
2792
|
},
|
|
2793
2793
|
{
|
|
2794
2794
|
"kind": "number",
|
|
2795
2795
|
"nodeType": "YulLiteral",
|
|
2796
|
-
"src": "3678:2:
|
|
2796
|
+
"src": "3678:2:101",
|
|
2797
2797
|
"type": "",
|
|
2798
2798
|
"value": "31"
|
|
2799
2799
|
}
|
|
@@ -2801,13 +2801,13 @@
|
|
|
2801
2801
|
"functionName": {
|
|
2802
2802
|
"name": "mstore",
|
|
2803
2803
|
"nodeType": "YulIdentifier",
|
|
2804
|
-
"src": "3651:6:
|
|
2804
|
+
"src": "3651:6:101"
|
|
2805
2805
|
},
|
|
2806
2806
|
"nodeType": "YulFunctionCall",
|
|
2807
|
-
"src": "3651:30:
|
|
2807
|
+
"src": "3651:30:101"
|
|
2808
2808
|
},
|
|
2809
2809
|
"nodeType": "YulExpressionStatement",
|
|
2810
|
-
"src": "3651:30:
|
|
2810
|
+
"src": "3651:30:101"
|
|
2811
2811
|
},
|
|
2812
2812
|
{
|
|
2813
2813
|
"expression": {
|
|
@@ -2817,12 +2817,12 @@
|
|
|
2817
2817
|
{
|
|
2818
2818
|
"name": "headStart",
|
|
2819
2819
|
"nodeType": "YulIdentifier",
|
|
2820
|
-
"src": "3701:9:
|
|
2820
|
+
"src": "3701:9:101"
|
|
2821
2821
|
},
|
|
2822
2822
|
{
|
|
2823
2823
|
"kind": "number",
|
|
2824
2824
|
"nodeType": "YulLiteral",
|
|
2825
|
-
"src": "3712:2:
|
|
2825
|
+
"src": "3712:2:101",
|
|
2826
2826
|
"type": "",
|
|
2827
2827
|
"value": "64"
|
|
2828
2828
|
}
|
|
@@ -2830,16 +2830,16 @@
|
|
|
2830
2830
|
"functionName": {
|
|
2831
2831
|
"name": "add",
|
|
2832
2832
|
"nodeType": "YulIdentifier",
|
|
2833
|
-
"src": "3697:3:
|
|
2833
|
+
"src": "3697:3:101"
|
|
2834
2834
|
},
|
|
2835
2835
|
"nodeType": "YulFunctionCall",
|
|
2836
|
-
"src": "3697:18:
|
|
2836
|
+
"src": "3697:18:101"
|
|
2837
2837
|
},
|
|
2838
2838
|
{
|
|
2839
2839
|
"hexValue": "5265656e7472616e637947756172643a207265656e7472616e742063616c6c",
|
|
2840
2840
|
"kind": "string",
|
|
2841
2841
|
"nodeType": "YulLiteral",
|
|
2842
|
-
"src": "3717:33:
|
|
2842
|
+
"src": "3717:33:101",
|
|
2843
2843
|
"type": "",
|
|
2844
2844
|
"value": "ReentrancyGuard: reentrant call"
|
|
2845
2845
|
}
|
|
@@ -2847,28 +2847,28 @@
|
|
|
2847
2847
|
"functionName": {
|
|
2848
2848
|
"name": "mstore",
|
|
2849
2849
|
"nodeType": "YulIdentifier",
|
|
2850
|
-
"src": "3690:6:
|
|
2850
|
+
"src": "3690:6:101"
|
|
2851
2851
|
},
|
|
2852
2852
|
"nodeType": "YulFunctionCall",
|
|
2853
|
-
"src": "3690:61:
|
|
2853
|
+
"src": "3690:61:101"
|
|
2854
2854
|
},
|
|
2855
2855
|
"nodeType": "YulExpressionStatement",
|
|
2856
|
-
"src": "3690:61:
|
|
2856
|
+
"src": "3690:61:101"
|
|
2857
2857
|
},
|
|
2858
2858
|
{
|
|
2859
2859
|
"nodeType": "YulAssignment",
|
|
2860
|
-
"src": "3760:26:
|
|
2860
|
+
"src": "3760:26:101",
|
|
2861
2861
|
"value": {
|
|
2862
2862
|
"arguments": [
|
|
2863
2863
|
{
|
|
2864
2864
|
"name": "headStart",
|
|
2865
2865
|
"nodeType": "YulIdentifier",
|
|
2866
|
-
"src": "3772:9:
|
|
2866
|
+
"src": "3772:9:101"
|
|
2867
2867
|
},
|
|
2868
2868
|
{
|
|
2869
2869
|
"kind": "number",
|
|
2870
2870
|
"nodeType": "YulLiteral",
|
|
2871
|
-
"src": "3783:2:
|
|
2871
|
+
"src": "3783:2:101",
|
|
2872
2872
|
"type": "",
|
|
2873
2873
|
"value": "96"
|
|
2874
2874
|
}
|
|
@@ -2876,16 +2876,16 @@
|
|
|
2876
2876
|
"functionName": {
|
|
2877
2877
|
"name": "add",
|
|
2878
2878
|
"nodeType": "YulIdentifier",
|
|
2879
|
-
"src": "3768:3:
|
|
2879
|
+
"src": "3768:3:101"
|
|
2880
2880
|
},
|
|
2881
2881
|
"nodeType": "YulFunctionCall",
|
|
2882
|
-
"src": "3768:18:
|
|
2882
|
+
"src": "3768:18:101"
|
|
2883
2883
|
},
|
|
2884
2884
|
"variableNames": [
|
|
2885
2885
|
{
|
|
2886
2886
|
"name": "tail",
|
|
2887
2887
|
"nodeType": "YulIdentifier",
|
|
2888
|
-
"src": "3760:4:
|
|
2888
|
+
"src": "3760:4:101"
|
|
2889
2889
|
}
|
|
2890
2890
|
]
|
|
2891
2891
|
}
|
|
@@ -2897,7 +2897,7 @@
|
|
|
2897
2897
|
{
|
|
2898
2898
|
"name": "headStart",
|
|
2899
2899
|
"nodeType": "YulTypedName",
|
|
2900
|
-
"src": "3588:9:
|
|
2900
|
+
"src": "3588:9:101",
|
|
2901
2901
|
"type": ""
|
|
2902
2902
|
}
|
|
2903
2903
|
],
|
|
@@ -2905,16 +2905,16 @@
|
|
|
2905
2905
|
{
|
|
2906
2906
|
"name": "tail",
|
|
2907
2907
|
"nodeType": "YulTypedName",
|
|
2908
|
-
"src": "3602:4:
|
|
2908
|
+
"src": "3602:4:101",
|
|
2909
2909
|
"type": ""
|
|
2910
2910
|
}
|
|
2911
2911
|
],
|
|
2912
|
-
"src": "3437:355:
|
|
2912
|
+
"src": "3437:355:101"
|
|
2913
2913
|
},
|
|
2914
2914
|
{
|
|
2915
2915
|
"body": {
|
|
2916
2916
|
"nodeType": "YulBlock",
|
|
2917
|
-
"src": "3971:229:
|
|
2917
|
+
"src": "3971:229:101",
|
|
2918
2918
|
"statements": [
|
|
2919
2919
|
{
|
|
2920
2920
|
"expression": {
|
|
@@ -2922,12 +2922,12 @@
|
|
|
2922
2922
|
{
|
|
2923
2923
|
"name": "headStart",
|
|
2924
2924
|
"nodeType": "YulIdentifier",
|
|
2925
|
-
"src": "3988:9:
|
|
2925
|
+
"src": "3988:9:101"
|
|
2926
2926
|
},
|
|
2927
2927
|
{
|
|
2928
2928
|
"kind": "number",
|
|
2929
2929
|
"nodeType": "YulLiteral",
|
|
2930
|
-
"src": "3999:2:
|
|
2930
|
+
"src": "3999:2:101",
|
|
2931
2931
|
"type": "",
|
|
2932
2932
|
"value": "32"
|
|
2933
2933
|
}
|
|
@@ -2935,13 +2935,13 @@
|
|
|
2935
2935
|
"functionName": {
|
|
2936
2936
|
"name": "mstore",
|
|
2937
2937
|
"nodeType": "YulIdentifier",
|
|
2938
|
-
"src": "3981:6:
|
|
2938
|
+
"src": "3981:6:101"
|
|
2939
2939
|
},
|
|
2940
2940
|
"nodeType": "YulFunctionCall",
|
|
2941
|
-
"src": "3981:21:
|
|
2941
|
+
"src": "3981:21:101"
|
|
2942
2942
|
},
|
|
2943
2943
|
"nodeType": "YulExpressionStatement",
|
|
2944
|
-
"src": "3981:21:
|
|
2944
|
+
"src": "3981:21:101"
|
|
2945
2945
|
},
|
|
2946
2946
|
{
|
|
2947
2947
|
"expression": {
|
|
@@ -2951,12 +2951,12 @@
|
|
|
2951
2951
|
{
|
|
2952
2952
|
"name": "headStart",
|
|
2953
2953
|
"nodeType": "YulIdentifier",
|
|
2954
|
-
"src": "4022:9:
|
|
2954
|
+
"src": "4022:9:101"
|
|
2955
2955
|
},
|
|
2956
2956
|
{
|
|
2957
2957
|
"kind": "number",
|
|
2958
2958
|
"nodeType": "YulLiteral",
|
|
2959
|
-
"src": "4033:2:
|
|
2959
|
+
"src": "4033:2:101",
|
|
2960
2960
|
"type": "",
|
|
2961
2961
|
"value": "32"
|
|
2962
2962
|
}
|
|
@@ -2964,15 +2964,15 @@
|
|
|
2964
2964
|
"functionName": {
|
|
2965
2965
|
"name": "add",
|
|
2966
2966
|
"nodeType": "YulIdentifier",
|
|
2967
|
-
"src": "4018:3:
|
|
2967
|
+
"src": "4018:3:101"
|
|
2968
2968
|
},
|
|
2969
2969
|
"nodeType": "YulFunctionCall",
|
|
2970
|
-
"src": "4018:18:
|
|
2970
|
+
"src": "4018:18:101"
|
|
2971
2971
|
},
|
|
2972
2972
|
{
|
|
2973
2973
|
"kind": "number",
|
|
2974
2974
|
"nodeType": "YulLiteral",
|
|
2975
|
-
"src": "4038:2:
|
|
2975
|
+
"src": "4038:2:101",
|
|
2976
2976
|
"type": "",
|
|
2977
2977
|
"value": "39"
|
|
2978
2978
|
}
|
|
@@ -2980,13 +2980,13 @@
|
|
|
2980
2980
|
"functionName": {
|
|
2981
2981
|
"name": "mstore",
|
|
2982
2982
|
"nodeType": "YulIdentifier",
|
|
2983
|
-
"src": "4011:6:
|
|
2983
|
+
"src": "4011:6:101"
|
|
2984
2984
|
},
|
|
2985
2985
|
"nodeType": "YulFunctionCall",
|
|
2986
|
-
"src": "4011:30:
|
|
2986
|
+
"src": "4011:30:101"
|
|
2987
2987
|
},
|
|
2988
2988
|
"nodeType": "YulExpressionStatement",
|
|
2989
|
-
"src": "4011:30:
|
|
2989
|
+
"src": "4011:30:101"
|
|
2990
2990
|
},
|
|
2991
2991
|
{
|
|
2992
2992
|
"expression": {
|
|
@@ -2996,12 +2996,12 @@
|
|
|
2996
2996
|
{
|
|
2997
2997
|
"name": "headStart",
|
|
2998
2998
|
"nodeType": "YulIdentifier",
|
|
2999
|
-
"src": "4061:9:
|
|
2999
|
+
"src": "4061:9:101"
|
|
3000
3000
|
},
|
|
3001
3001
|
{
|
|
3002
3002
|
"kind": "number",
|
|
3003
3003
|
"nodeType": "YulLiteral",
|
|
3004
|
-
"src": "4072:2:
|
|
3004
|
+
"src": "4072:2:101",
|
|
3005
3005
|
"type": "",
|
|
3006
3006
|
"value": "64"
|
|
3007
3007
|
}
|
|
@@ -3009,16 +3009,16 @@
|
|
|
3009
3009
|
"functionName": {
|
|
3010
3010
|
"name": "add",
|
|
3011
3011
|
"nodeType": "YulIdentifier",
|
|
3012
|
-
"src": "4057:3:
|
|
3012
|
+
"src": "4057:3:101"
|
|
3013
3013
|
},
|
|
3014
3014
|
"nodeType": "YulFunctionCall",
|
|
3015
|
-
"src": "4057:18:
|
|
3015
|
+
"src": "4057:18:101"
|
|
3016
3016
|
},
|
|
3017
3017
|
{
|
|
3018
3018
|
"hexValue": "436f6e7472616374206973206e6f7420617574686f72697a656420666f722061",
|
|
3019
3019
|
"kind": "string",
|
|
3020
3020
|
"nodeType": "YulLiteral",
|
|
3021
|
-
"src": "4077:34:
|
|
3021
|
+
"src": "4077:34:101",
|
|
3022
3022
|
"type": "",
|
|
3023
3023
|
"value": "Contract is not authorized for a"
|
|
3024
3024
|
}
|
|
@@ -3026,13 +3026,13 @@
|
|
|
3026
3026
|
"functionName": {
|
|
3027
3027
|
"name": "mstore",
|
|
3028
3028
|
"nodeType": "YulIdentifier",
|
|
3029
|
-
"src": "4050:6:
|
|
3029
|
+
"src": "4050:6:101"
|
|
3030
3030
|
},
|
|
3031
3031
|
"nodeType": "YulFunctionCall",
|
|
3032
|
-
"src": "4050:62:
|
|
3032
|
+
"src": "4050:62:101"
|
|
3033
3033
|
},
|
|
3034
3034
|
"nodeType": "YulExpressionStatement",
|
|
3035
|
-
"src": "4050:62:
|
|
3035
|
+
"src": "4050:62:101"
|
|
3036
3036
|
},
|
|
3037
3037
|
{
|
|
3038
3038
|
"expression": {
|
|
@@ -3042,12 +3042,12 @@
|
|
|
3042
3042
|
{
|
|
3043
3043
|
"name": "headStart",
|
|
3044
3044
|
"nodeType": "YulIdentifier",
|
|
3045
|
-
"src": "4132:9:
|
|
3045
|
+
"src": "4132:9:101"
|
|
3046
3046
|
},
|
|
3047
3047
|
{
|
|
3048
3048
|
"kind": "number",
|
|
3049
3049
|
"nodeType": "YulLiteral",
|
|
3050
|
-
"src": "4143:2:
|
|
3050
|
+
"src": "4143:2:101",
|
|
3051
3051
|
"type": "",
|
|
3052
3052
|
"value": "96"
|
|
3053
3053
|
}
|
|
@@ -3055,16 +3055,16 @@
|
|
|
3055
3055
|
"functionName": {
|
|
3056
3056
|
"name": "add",
|
|
3057
3057
|
"nodeType": "YulIdentifier",
|
|
3058
|
-
"src": "4128:3:
|
|
3058
|
+
"src": "4128:3:101"
|
|
3059
3059
|
},
|
|
3060
3060
|
"nodeType": "YulFunctionCall",
|
|
3061
|
-
"src": "4128:18:
|
|
3061
|
+
"src": "4128:18:101"
|
|
3062
3062
|
},
|
|
3063
3063
|
{
|
|
3064
3064
|
"hexValue": "20726566756e64",
|
|
3065
3065
|
"kind": "string",
|
|
3066
3066
|
"nodeType": "YulLiteral",
|
|
3067
|
-
"src": "4148:9:
|
|
3067
|
+
"src": "4148:9:101",
|
|
3068
3068
|
"type": "",
|
|
3069
3069
|
"value": " refund"
|
|
3070
3070
|
}
|
|
@@ -3072,28 +3072,28 @@
|
|
|
3072
3072
|
"functionName": {
|
|
3073
3073
|
"name": "mstore",
|
|
3074
3074
|
"nodeType": "YulIdentifier",
|
|
3075
|
-
"src": "4121:6:
|
|
3075
|
+
"src": "4121:6:101"
|
|
3076
3076
|
},
|
|
3077
3077
|
"nodeType": "YulFunctionCall",
|
|
3078
|
-
"src": "4121:37:
|
|
3078
|
+
"src": "4121:37:101"
|
|
3079
3079
|
},
|
|
3080
3080
|
"nodeType": "YulExpressionStatement",
|
|
3081
|
-
"src": "4121:37:
|
|
3081
|
+
"src": "4121:37:101"
|
|
3082
3082
|
},
|
|
3083
3083
|
{
|
|
3084
3084
|
"nodeType": "YulAssignment",
|
|
3085
|
-
"src": "4167:27:
|
|
3085
|
+
"src": "4167:27:101",
|
|
3086
3086
|
"value": {
|
|
3087
3087
|
"arguments": [
|
|
3088
3088
|
{
|
|
3089
3089
|
"name": "headStart",
|
|
3090
3090
|
"nodeType": "YulIdentifier",
|
|
3091
|
-
"src": "4179:9:
|
|
3091
|
+
"src": "4179:9:101"
|
|
3092
3092
|
},
|
|
3093
3093
|
{
|
|
3094
3094
|
"kind": "number",
|
|
3095
3095
|
"nodeType": "YulLiteral",
|
|
3096
|
-
"src": "4190:3:
|
|
3096
|
+
"src": "4190:3:101",
|
|
3097
3097
|
"type": "",
|
|
3098
3098
|
"value": "128"
|
|
3099
3099
|
}
|
|
@@ -3101,16 +3101,16 @@
|
|
|
3101
3101
|
"functionName": {
|
|
3102
3102
|
"name": "add",
|
|
3103
3103
|
"nodeType": "YulIdentifier",
|
|
3104
|
-
"src": "4175:3:
|
|
3104
|
+
"src": "4175:3:101"
|
|
3105
3105
|
},
|
|
3106
3106
|
"nodeType": "YulFunctionCall",
|
|
3107
|
-
"src": "4175:19:
|
|
3107
|
+
"src": "4175:19:101"
|
|
3108
3108
|
},
|
|
3109
3109
|
"variableNames": [
|
|
3110
3110
|
{
|
|
3111
3111
|
"name": "tail",
|
|
3112
3112
|
"nodeType": "YulIdentifier",
|
|
3113
|
-
"src": "4167:4:
|
|
3113
|
+
"src": "4167:4:101"
|
|
3114
3114
|
}
|
|
3115
3115
|
]
|
|
3116
3116
|
}
|
|
@@ -3122,7 +3122,7 @@
|
|
|
3122
3122
|
{
|
|
3123
3123
|
"name": "headStart",
|
|
3124
3124
|
"nodeType": "YulTypedName",
|
|
3125
|
-
"src": "3948:9:
|
|
3125
|
+
"src": "3948:9:101",
|
|
3126
3126
|
"type": ""
|
|
3127
3127
|
}
|
|
3128
3128
|
],
|
|
@@ -3130,16 +3130,16 @@
|
|
|
3130
3130
|
{
|
|
3131
3131
|
"name": "tail",
|
|
3132
3132
|
"nodeType": "YulTypedName",
|
|
3133
|
-
"src": "3962:4:
|
|
3133
|
+
"src": "3962:4:101",
|
|
3134
3134
|
"type": ""
|
|
3135
3135
|
}
|
|
3136
3136
|
],
|
|
3137
|
-
"src": "3797:403:
|
|
3137
|
+
"src": "3797:403:101"
|
|
3138
3138
|
},
|
|
3139
3139
|
{
|
|
3140
3140
|
"body": {
|
|
3141
3141
|
"nodeType": "YulBlock",
|
|
3142
|
-
"src": "4237:152:
|
|
3142
|
+
"src": "4237:152:101",
|
|
3143
3143
|
"statements": [
|
|
3144
3144
|
{
|
|
3145
3145
|
"expression": {
|
|
@@ -3147,14 +3147,14 @@
|
|
|
3147
3147
|
{
|
|
3148
3148
|
"kind": "number",
|
|
3149
3149
|
"nodeType": "YulLiteral",
|
|
3150
|
-
"src": "4254:1:
|
|
3150
|
+
"src": "4254:1:101",
|
|
3151
3151
|
"type": "",
|
|
3152
3152
|
"value": "0"
|
|
3153
3153
|
},
|
|
3154
3154
|
{
|
|
3155
3155
|
"kind": "number",
|
|
3156
3156
|
"nodeType": "YulLiteral",
|
|
3157
|
-
"src": "4257:77:
|
|
3157
|
+
"src": "4257:77:101",
|
|
3158
3158
|
"type": "",
|
|
3159
3159
|
"value": "35408467139433450592217433187231851964531694900788300625387963629091585785856"
|
|
3160
3160
|
}
|
|
@@ -3162,13 +3162,13 @@
|
|
|
3162
3162
|
"functionName": {
|
|
3163
3163
|
"name": "mstore",
|
|
3164
3164
|
"nodeType": "YulIdentifier",
|
|
3165
|
-
"src": "4247:6:
|
|
3165
|
+
"src": "4247:6:101"
|
|
3166
3166
|
},
|
|
3167
3167
|
"nodeType": "YulFunctionCall",
|
|
3168
|
-
"src": "4247:88:
|
|
3168
|
+
"src": "4247:88:101"
|
|
3169
3169
|
},
|
|
3170
3170
|
"nodeType": "YulExpressionStatement",
|
|
3171
|
-
"src": "4247:88:
|
|
3171
|
+
"src": "4247:88:101"
|
|
3172
3172
|
},
|
|
3173
3173
|
{
|
|
3174
3174
|
"expression": {
|
|
@@ -3176,14 +3176,14 @@
|
|
|
3176
3176
|
{
|
|
3177
3177
|
"kind": "number",
|
|
3178
3178
|
"nodeType": "YulLiteral",
|
|
3179
|
-
"src": "4351:1:
|
|
3179
|
+
"src": "4351:1:101",
|
|
3180
3180
|
"type": "",
|
|
3181
3181
|
"value": "4"
|
|
3182
3182
|
},
|
|
3183
3183
|
{
|
|
3184
3184
|
"kind": "number",
|
|
3185
3185
|
"nodeType": "YulLiteral",
|
|
3186
|
-
"src": "4354:4:
|
|
3186
|
+
"src": "4354:4:101",
|
|
3187
3187
|
"type": "",
|
|
3188
3188
|
"value": "0x11"
|
|
3189
3189
|
}
|
|
@@ -3191,13 +3191,13 @@
|
|
|
3191
3191
|
"functionName": {
|
|
3192
3192
|
"name": "mstore",
|
|
3193
3193
|
"nodeType": "YulIdentifier",
|
|
3194
|
-
"src": "4344:6:
|
|
3194
|
+
"src": "4344:6:101"
|
|
3195
3195
|
},
|
|
3196
3196
|
"nodeType": "YulFunctionCall",
|
|
3197
|
-
"src": "4344:15:
|
|
3197
|
+
"src": "4344:15:101"
|
|
3198
3198
|
},
|
|
3199
3199
|
"nodeType": "YulExpressionStatement",
|
|
3200
|
-
"src": "4344:15:
|
|
3200
|
+
"src": "4344:15:101"
|
|
3201
3201
|
},
|
|
3202
3202
|
{
|
|
3203
3203
|
"expression": {
|
|
@@ -3205,14 +3205,14 @@
|
|
|
3205
3205
|
{
|
|
3206
3206
|
"kind": "number",
|
|
3207
3207
|
"nodeType": "YulLiteral",
|
|
3208
|
-
"src": "4375:1:
|
|
3208
|
+
"src": "4375:1:101",
|
|
3209
3209
|
"type": "",
|
|
3210
3210
|
"value": "0"
|
|
3211
3211
|
},
|
|
3212
3212
|
{
|
|
3213
3213
|
"kind": "number",
|
|
3214
3214
|
"nodeType": "YulLiteral",
|
|
3215
|
-
"src": "4378:4:
|
|
3215
|
+
"src": "4378:4:101",
|
|
3216
3216
|
"type": "",
|
|
3217
3217
|
"value": "0x24"
|
|
3218
3218
|
}
|
|
@@ -3220,61 +3220,61 @@
|
|
|
3220
3220
|
"functionName": {
|
|
3221
3221
|
"name": "revert",
|
|
3222
3222
|
"nodeType": "YulIdentifier",
|
|
3223
|
-
"src": "4368:6:
|
|
3223
|
+
"src": "4368:6:101"
|
|
3224
3224
|
},
|
|
3225
3225
|
"nodeType": "YulFunctionCall",
|
|
3226
|
-
"src": "4368:15:
|
|
3226
|
+
"src": "4368:15:101"
|
|
3227
3227
|
},
|
|
3228
3228
|
"nodeType": "YulExpressionStatement",
|
|
3229
|
-
"src": "4368:15:
|
|
3229
|
+
"src": "4368:15:101"
|
|
3230
3230
|
}
|
|
3231
3231
|
]
|
|
3232
3232
|
},
|
|
3233
3233
|
"name": "panic_error_0x11",
|
|
3234
3234
|
"nodeType": "YulFunctionDefinition",
|
|
3235
|
-
"src": "4205:184:
|
|
3235
|
+
"src": "4205:184:101"
|
|
3236
3236
|
},
|
|
3237
3237
|
{
|
|
3238
3238
|
"body": {
|
|
3239
3239
|
"nodeType": "YulBlock",
|
|
3240
|
-
"src": "4442:77:
|
|
3240
|
+
"src": "4442:77:101",
|
|
3241
3241
|
"statements": [
|
|
3242
3242
|
{
|
|
3243
3243
|
"nodeType": "YulAssignment",
|
|
3244
|
-
"src": "4452:16:
|
|
3244
|
+
"src": "4452:16:101",
|
|
3245
3245
|
"value": {
|
|
3246
3246
|
"arguments": [
|
|
3247
3247
|
{
|
|
3248
3248
|
"name": "x",
|
|
3249
3249
|
"nodeType": "YulIdentifier",
|
|
3250
|
-
"src": "4463:1:
|
|
3250
|
+
"src": "4463:1:101"
|
|
3251
3251
|
},
|
|
3252
3252
|
{
|
|
3253
3253
|
"name": "y",
|
|
3254
3254
|
"nodeType": "YulIdentifier",
|
|
3255
|
-
"src": "4466:1:
|
|
3255
|
+
"src": "4466:1:101"
|
|
3256
3256
|
}
|
|
3257
3257
|
],
|
|
3258
3258
|
"functionName": {
|
|
3259
3259
|
"name": "add",
|
|
3260
3260
|
"nodeType": "YulIdentifier",
|
|
3261
|
-
"src": "4459:3:
|
|
3261
|
+
"src": "4459:3:101"
|
|
3262
3262
|
},
|
|
3263
3263
|
"nodeType": "YulFunctionCall",
|
|
3264
|
-
"src": "4459:9:
|
|
3264
|
+
"src": "4459:9:101"
|
|
3265
3265
|
},
|
|
3266
3266
|
"variableNames": [
|
|
3267
3267
|
{
|
|
3268
3268
|
"name": "sum",
|
|
3269
3269
|
"nodeType": "YulIdentifier",
|
|
3270
|
-
"src": "4452:3:
|
|
3270
|
+
"src": "4452:3:101"
|
|
3271
3271
|
}
|
|
3272
3272
|
]
|
|
3273
3273
|
},
|
|
3274
3274
|
{
|
|
3275
3275
|
"body": {
|
|
3276
3276
|
"nodeType": "YulBlock",
|
|
3277
|
-
"src": "4491:22:
|
|
3277
|
+
"src": "4491:22:101",
|
|
3278
3278
|
"statements": [
|
|
3279
3279
|
{
|
|
3280
3280
|
"expression": {
|
|
@@ -3282,13 +3282,13 @@
|
|
|
3282
3282
|
"functionName": {
|
|
3283
3283
|
"name": "panic_error_0x11",
|
|
3284
3284
|
"nodeType": "YulIdentifier",
|
|
3285
|
-
"src": "4493:16:
|
|
3285
|
+
"src": "4493:16:101"
|
|
3286
3286
|
},
|
|
3287
3287
|
"nodeType": "YulFunctionCall",
|
|
3288
|
-
"src": "4493:18:
|
|
3288
|
+
"src": "4493:18:101"
|
|
3289
3289
|
},
|
|
3290
3290
|
"nodeType": "YulExpressionStatement",
|
|
3291
|
-
"src": "4493:18:
|
|
3291
|
+
"src": "4493:18:101"
|
|
3292
3292
|
}
|
|
3293
3293
|
]
|
|
3294
3294
|
},
|
|
@@ -3297,24 +3297,24 @@
|
|
|
3297
3297
|
{
|
|
3298
3298
|
"name": "x",
|
|
3299
3299
|
"nodeType": "YulIdentifier",
|
|
3300
|
-
"src": "4483:1:
|
|
3300
|
+
"src": "4483:1:101"
|
|
3301
3301
|
},
|
|
3302
3302
|
{
|
|
3303
3303
|
"name": "sum",
|
|
3304
3304
|
"nodeType": "YulIdentifier",
|
|
3305
|
-
"src": "4486:3:
|
|
3305
|
+
"src": "4486:3:101"
|
|
3306
3306
|
}
|
|
3307
3307
|
],
|
|
3308
3308
|
"functionName": {
|
|
3309
3309
|
"name": "gt",
|
|
3310
3310
|
"nodeType": "YulIdentifier",
|
|
3311
|
-
"src": "4480:2:
|
|
3311
|
+
"src": "4480:2:101"
|
|
3312
3312
|
},
|
|
3313
3313
|
"nodeType": "YulFunctionCall",
|
|
3314
|
-
"src": "4480:10:
|
|
3314
|
+
"src": "4480:10:101"
|
|
3315
3315
|
},
|
|
3316
3316
|
"nodeType": "YulIf",
|
|
3317
|
-
"src": "4477:36:
|
|
3317
|
+
"src": "4477:36:101"
|
|
3318
3318
|
}
|
|
3319
3319
|
]
|
|
3320
3320
|
},
|
|
@@ -3324,13 +3324,13 @@
|
|
|
3324
3324
|
{
|
|
3325
3325
|
"name": "x",
|
|
3326
3326
|
"nodeType": "YulTypedName",
|
|
3327
|
-
"src": "4425:1:
|
|
3327
|
+
"src": "4425:1:101",
|
|
3328
3328
|
"type": ""
|
|
3329
3329
|
},
|
|
3330
3330
|
{
|
|
3331
3331
|
"name": "y",
|
|
3332
3332
|
"nodeType": "YulTypedName",
|
|
3333
|
-
"src": "4428:1:
|
|
3333
|
+
"src": "4428:1:101",
|
|
3334
3334
|
"type": ""
|
|
3335
3335
|
}
|
|
3336
3336
|
],
|
|
@@ -3338,53 +3338,53 @@
|
|
|
3338
3338
|
{
|
|
3339
3339
|
"name": "sum",
|
|
3340
3340
|
"nodeType": "YulTypedName",
|
|
3341
|
-
"src": "4434:3:
|
|
3341
|
+
"src": "4434:3:101",
|
|
3342
3342
|
"type": ""
|
|
3343
3343
|
}
|
|
3344
3344
|
],
|
|
3345
|
-
"src": "4394:125:
|
|
3345
|
+
"src": "4394:125:101"
|
|
3346
3346
|
},
|
|
3347
3347
|
{
|
|
3348
3348
|
"body": {
|
|
3349
3349
|
"nodeType": "YulBlock",
|
|
3350
|
-
"src": "4576:116:
|
|
3350
|
+
"src": "4576:116:101",
|
|
3351
3351
|
"statements": [
|
|
3352
3352
|
{
|
|
3353
3353
|
"nodeType": "YulAssignment",
|
|
3354
|
-
"src": "4586:20:
|
|
3354
|
+
"src": "4586:20:101",
|
|
3355
3355
|
"value": {
|
|
3356
3356
|
"arguments": [
|
|
3357
3357
|
{
|
|
3358
3358
|
"name": "x",
|
|
3359
3359
|
"nodeType": "YulIdentifier",
|
|
3360
|
-
"src": "4601:1:
|
|
3360
|
+
"src": "4601:1:101"
|
|
3361
3361
|
},
|
|
3362
3362
|
{
|
|
3363
3363
|
"name": "y",
|
|
3364
3364
|
"nodeType": "YulIdentifier",
|
|
3365
|
-
"src": "4604:1:
|
|
3365
|
+
"src": "4604:1:101"
|
|
3366
3366
|
}
|
|
3367
3367
|
],
|
|
3368
3368
|
"functionName": {
|
|
3369
3369
|
"name": "mul",
|
|
3370
3370
|
"nodeType": "YulIdentifier",
|
|
3371
|
-
"src": "4597:3:
|
|
3371
|
+
"src": "4597:3:101"
|
|
3372
3372
|
},
|
|
3373
3373
|
"nodeType": "YulFunctionCall",
|
|
3374
|
-
"src": "4597:9:
|
|
3374
|
+
"src": "4597:9:101"
|
|
3375
3375
|
},
|
|
3376
3376
|
"variableNames": [
|
|
3377
3377
|
{
|
|
3378
3378
|
"name": "product",
|
|
3379
3379
|
"nodeType": "YulIdentifier",
|
|
3380
|
-
"src": "4586:7:
|
|
3380
|
+
"src": "4586:7:101"
|
|
3381
3381
|
}
|
|
3382
3382
|
]
|
|
3383
3383
|
},
|
|
3384
3384
|
{
|
|
3385
3385
|
"body": {
|
|
3386
3386
|
"nodeType": "YulBlock",
|
|
3387
|
-
"src": "4664:22:
|
|
3387
|
+
"src": "4664:22:101",
|
|
3388
3388
|
"statements": [
|
|
3389
3389
|
{
|
|
3390
3390
|
"expression": {
|
|
@@ -3392,13 +3392,13 @@
|
|
|
3392
3392
|
"functionName": {
|
|
3393
3393
|
"name": "panic_error_0x11",
|
|
3394
3394
|
"nodeType": "YulIdentifier",
|
|
3395
|
-
"src": "4666:16:
|
|
3395
|
+
"src": "4666:16:101"
|
|
3396
3396
|
},
|
|
3397
3397
|
"nodeType": "YulFunctionCall",
|
|
3398
|
-
"src": "4666:18:
|
|
3398
|
+
"src": "4666:18:101"
|
|
3399
3399
|
},
|
|
3400
3400
|
"nodeType": "YulExpressionStatement",
|
|
3401
|
-
"src": "4666:18:
|
|
3401
|
+
"src": "4666:18:101"
|
|
3402
3402
|
}
|
|
3403
3403
|
]
|
|
3404
3404
|
},
|
|
@@ -3411,74 +3411,74 @@
|
|
|
3411
3411
|
{
|
|
3412
3412
|
"name": "x",
|
|
3413
3413
|
"nodeType": "YulIdentifier",
|
|
3414
|
-
"src": "4635:1:
|
|
3414
|
+
"src": "4635:1:101"
|
|
3415
3415
|
}
|
|
3416
3416
|
],
|
|
3417
3417
|
"functionName": {
|
|
3418
3418
|
"name": "iszero",
|
|
3419
3419
|
"nodeType": "YulIdentifier",
|
|
3420
|
-
"src": "4628:6:
|
|
3420
|
+
"src": "4628:6:101"
|
|
3421
3421
|
},
|
|
3422
3422
|
"nodeType": "YulFunctionCall",
|
|
3423
|
-
"src": "4628:9:
|
|
3423
|
+
"src": "4628:9:101"
|
|
3424
3424
|
},
|
|
3425
3425
|
{
|
|
3426
3426
|
"arguments": [
|
|
3427
3427
|
{
|
|
3428
3428
|
"name": "y",
|
|
3429
3429
|
"nodeType": "YulIdentifier",
|
|
3430
|
-
"src": "4642:1:
|
|
3430
|
+
"src": "4642:1:101"
|
|
3431
3431
|
},
|
|
3432
3432
|
{
|
|
3433
3433
|
"arguments": [
|
|
3434
3434
|
{
|
|
3435
3435
|
"name": "product",
|
|
3436
3436
|
"nodeType": "YulIdentifier",
|
|
3437
|
-
"src": "4649:7:
|
|
3437
|
+
"src": "4649:7:101"
|
|
3438
3438
|
},
|
|
3439
3439
|
{
|
|
3440
3440
|
"name": "x",
|
|
3441
3441
|
"nodeType": "YulIdentifier",
|
|
3442
|
-
"src": "4658:1:
|
|
3442
|
+
"src": "4658:1:101"
|
|
3443
3443
|
}
|
|
3444
3444
|
],
|
|
3445
3445
|
"functionName": {
|
|
3446
3446
|
"name": "div",
|
|
3447
3447
|
"nodeType": "YulIdentifier",
|
|
3448
|
-
"src": "4645:3:
|
|
3448
|
+
"src": "4645:3:101"
|
|
3449
3449
|
},
|
|
3450
3450
|
"nodeType": "YulFunctionCall",
|
|
3451
|
-
"src": "4645:15:
|
|
3451
|
+
"src": "4645:15:101"
|
|
3452
3452
|
}
|
|
3453
3453
|
],
|
|
3454
3454
|
"functionName": {
|
|
3455
3455
|
"name": "eq",
|
|
3456
3456
|
"nodeType": "YulIdentifier",
|
|
3457
|
-
"src": "4639:2:
|
|
3457
|
+
"src": "4639:2:101"
|
|
3458
3458
|
},
|
|
3459
3459
|
"nodeType": "YulFunctionCall",
|
|
3460
|
-
"src": "4639:22:
|
|
3460
|
+
"src": "4639:22:101"
|
|
3461
3461
|
}
|
|
3462
3462
|
],
|
|
3463
3463
|
"functionName": {
|
|
3464
3464
|
"name": "or",
|
|
3465
3465
|
"nodeType": "YulIdentifier",
|
|
3466
|
-
"src": "4625:2:
|
|
3466
|
+
"src": "4625:2:101"
|
|
3467
3467
|
},
|
|
3468
3468
|
"nodeType": "YulFunctionCall",
|
|
3469
|
-
"src": "4625:37:
|
|
3469
|
+
"src": "4625:37:101"
|
|
3470
3470
|
}
|
|
3471
3471
|
],
|
|
3472
3472
|
"functionName": {
|
|
3473
3473
|
"name": "iszero",
|
|
3474
3474
|
"nodeType": "YulIdentifier",
|
|
3475
|
-
"src": "4618:6:
|
|
3475
|
+
"src": "4618:6:101"
|
|
3476
3476
|
},
|
|
3477
3477
|
"nodeType": "YulFunctionCall",
|
|
3478
|
-
"src": "4618:45:
|
|
3478
|
+
"src": "4618:45:101"
|
|
3479
3479
|
},
|
|
3480
3480
|
"nodeType": "YulIf",
|
|
3481
|
-
"src": "4615:71:
|
|
3481
|
+
"src": "4615:71:101"
|
|
3482
3482
|
}
|
|
3483
3483
|
]
|
|
3484
3484
|
},
|
|
@@ -3488,13 +3488,13 @@
|
|
|
3488
3488
|
{
|
|
3489
3489
|
"name": "x",
|
|
3490
3490
|
"nodeType": "YulTypedName",
|
|
3491
|
-
"src": "4555:1:
|
|
3491
|
+
"src": "4555:1:101",
|
|
3492
3492
|
"type": ""
|
|
3493
3493
|
},
|
|
3494
3494
|
{
|
|
3495
3495
|
"name": "y",
|
|
3496
3496
|
"nodeType": "YulTypedName",
|
|
3497
|
-
"src": "4558:1:
|
|
3497
|
+
"src": "4558:1:101",
|
|
3498
3498
|
"type": ""
|
|
3499
3499
|
}
|
|
3500
3500
|
],
|
|
@@ -3502,16 +3502,16 @@
|
|
|
3502
3502
|
{
|
|
3503
3503
|
"name": "product",
|
|
3504
3504
|
"nodeType": "YulTypedName",
|
|
3505
|
-
"src": "4564:7:
|
|
3505
|
+
"src": "4564:7:101",
|
|
3506
3506
|
"type": ""
|
|
3507
3507
|
}
|
|
3508
3508
|
],
|
|
3509
|
-
"src": "4524:168:
|
|
3509
|
+
"src": "4524:168:101"
|
|
3510
3510
|
},
|
|
3511
3511
|
{
|
|
3512
3512
|
"body": {
|
|
3513
3513
|
"nodeType": "YulBlock",
|
|
3514
|
-
"src": "4871:228:
|
|
3514
|
+
"src": "4871:228:101",
|
|
3515
3515
|
"statements": [
|
|
3516
3516
|
{
|
|
3517
3517
|
"expression": {
|
|
@@ -3519,12 +3519,12 @@
|
|
|
3519
3519
|
{
|
|
3520
3520
|
"name": "headStart",
|
|
3521
3521
|
"nodeType": "YulIdentifier",
|
|
3522
|
-
"src": "4888:9:
|
|
3522
|
+
"src": "4888:9:101"
|
|
3523
3523
|
},
|
|
3524
3524
|
{
|
|
3525
3525
|
"kind": "number",
|
|
3526
3526
|
"nodeType": "YulLiteral",
|
|
3527
|
-
"src": "4899:2:
|
|
3527
|
+
"src": "4899:2:101",
|
|
3528
3528
|
"type": "",
|
|
3529
3529
|
"value": "32"
|
|
3530
3530
|
}
|
|
@@ -3532,13 +3532,13 @@
|
|
|
3532
3532
|
"functionName": {
|
|
3533
3533
|
"name": "mstore",
|
|
3534
3534
|
"nodeType": "YulIdentifier",
|
|
3535
|
-
"src": "4881:6:
|
|
3535
|
+
"src": "4881:6:101"
|
|
3536
3536
|
},
|
|
3537
3537
|
"nodeType": "YulFunctionCall",
|
|
3538
|
-
"src": "4881:21:
|
|
3538
|
+
"src": "4881:21:101"
|
|
3539
3539
|
},
|
|
3540
3540
|
"nodeType": "YulExpressionStatement",
|
|
3541
|
-
"src": "4881:21:
|
|
3541
|
+
"src": "4881:21:101"
|
|
3542
3542
|
},
|
|
3543
3543
|
{
|
|
3544
3544
|
"expression": {
|
|
@@ -3548,12 +3548,12 @@
|
|
|
3548
3548
|
{
|
|
3549
3549
|
"name": "headStart",
|
|
3550
3550
|
"nodeType": "YulIdentifier",
|
|
3551
|
-
"src": "4922:9:
|
|
3551
|
+
"src": "4922:9:101"
|
|
3552
3552
|
},
|
|
3553
3553
|
{
|
|
3554
3554
|
"kind": "number",
|
|
3555
3555
|
"nodeType": "YulLiteral",
|
|
3556
|
-
"src": "4933:2:
|
|
3556
|
+
"src": "4933:2:101",
|
|
3557
3557
|
"type": "",
|
|
3558
3558
|
"value": "32"
|
|
3559
3559
|
}
|
|
@@ -3561,15 +3561,15 @@
|
|
|
3561
3561
|
"functionName": {
|
|
3562
3562
|
"name": "add",
|
|
3563
3563
|
"nodeType": "YulIdentifier",
|
|
3564
|
-
"src": "4918:3:
|
|
3564
|
+
"src": "4918:3:101"
|
|
3565
3565
|
},
|
|
3566
3566
|
"nodeType": "YulFunctionCall",
|
|
3567
|
-
"src": "4918:18:
|
|
3567
|
+
"src": "4918:18:101"
|
|
3568
3568
|
},
|
|
3569
3569
|
{
|
|
3570
3570
|
"kind": "number",
|
|
3571
3571
|
"nodeType": "YulLiteral",
|
|
3572
|
-
"src": "4938:2:
|
|
3572
|
+
"src": "4938:2:101",
|
|
3573
3573
|
"type": "",
|
|
3574
3574
|
"value": "38"
|
|
3575
3575
|
}
|
|
@@ -3577,13 +3577,13 @@
|
|
|
3577
3577
|
"functionName": {
|
|
3578
3578
|
"name": "mstore",
|
|
3579
3579
|
"nodeType": "YulIdentifier",
|
|
3580
|
-
"src": "4911:6:
|
|
3580
|
+
"src": "4911:6:101"
|
|
3581
3581
|
},
|
|
3582
3582
|
"nodeType": "YulFunctionCall",
|
|
3583
|
-
"src": "4911:30:
|
|
3583
|
+
"src": "4911:30:101"
|
|
3584
3584
|
},
|
|
3585
3585
|
"nodeType": "YulExpressionStatement",
|
|
3586
|
-
"src": "4911:30:
|
|
3586
|
+
"src": "4911:30:101"
|
|
3587
3587
|
},
|
|
3588
3588
|
{
|
|
3589
3589
|
"expression": {
|
|
@@ -3593,12 +3593,12 @@
|
|
|
3593
3593
|
{
|
|
3594
3594
|
"name": "headStart",
|
|
3595
3595
|
"nodeType": "YulIdentifier",
|
|
3596
|
-
"src": "4961:9:
|
|
3596
|
+
"src": "4961:9:101"
|
|
3597
3597
|
},
|
|
3598
3598
|
{
|
|
3599
3599
|
"kind": "number",
|
|
3600
3600
|
"nodeType": "YulLiteral",
|
|
3601
|
-
"src": "4972:2:
|
|
3601
|
+
"src": "4972:2:101",
|
|
3602
3602
|
"type": "",
|
|
3603
3603
|
"value": "64"
|
|
3604
3604
|
}
|
|
@@ -3606,16 +3606,16 @@
|
|
|
3606
3606
|
"functionName": {
|
|
3607
3607
|
"name": "add",
|
|
3608
3608
|
"nodeType": "YulIdentifier",
|
|
3609
|
-
"src": "4957:3:
|
|
3609
|
+
"src": "4957:3:101"
|
|
3610
3610
|
},
|
|
3611
3611
|
"nodeType": "YulFunctionCall",
|
|
3612
|
-
"src": "4957:18:
|
|
3612
|
+
"src": "4957:18:101"
|
|
3613
3613
|
},
|
|
3614
3614
|
{
|
|
3615
3615
|
"hexValue": "4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061",
|
|
3616
3616
|
"kind": "string",
|
|
3617
3617
|
"nodeType": "YulLiteral",
|
|
3618
|
-
"src": "4977:34:
|
|
3618
|
+
"src": "4977:34:101",
|
|
3619
3619
|
"type": "",
|
|
3620
3620
|
"value": "Ownable: new owner is the zero a"
|
|
3621
3621
|
}
|
|
@@ -3623,13 +3623,13 @@
|
|
|
3623
3623
|
"functionName": {
|
|
3624
3624
|
"name": "mstore",
|
|
3625
3625
|
"nodeType": "YulIdentifier",
|
|
3626
|
-
"src": "4950:6:
|
|
3626
|
+
"src": "4950:6:101"
|
|
3627
3627
|
},
|
|
3628
3628
|
"nodeType": "YulFunctionCall",
|
|
3629
|
-
"src": "4950:62:
|
|
3629
|
+
"src": "4950:62:101"
|
|
3630
3630
|
},
|
|
3631
3631
|
"nodeType": "YulExpressionStatement",
|
|
3632
|
-
"src": "4950:62:
|
|
3632
|
+
"src": "4950:62:101"
|
|
3633
3633
|
},
|
|
3634
3634
|
{
|
|
3635
3635
|
"expression": {
|
|
@@ -3639,12 +3639,12 @@
|
|
|
3639
3639
|
{
|
|
3640
3640
|
"name": "headStart",
|
|
3641
3641
|
"nodeType": "YulIdentifier",
|
|
3642
|
-
"src": "5032:9:
|
|
3642
|
+
"src": "5032:9:101"
|
|
3643
3643
|
},
|
|
3644
3644
|
{
|
|
3645
3645
|
"kind": "number",
|
|
3646
3646
|
"nodeType": "YulLiteral",
|
|
3647
|
-
"src": "5043:2:
|
|
3647
|
+
"src": "5043:2:101",
|
|
3648
3648
|
"type": "",
|
|
3649
3649
|
"value": "96"
|
|
3650
3650
|
}
|
|
@@ -3652,16 +3652,16 @@
|
|
|
3652
3652
|
"functionName": {
|
|
3653
3653
|
"name": "add",
|
|
3654
3654
|
"nodeType": "YulIdentifier",
|
|
3655
|
-
"src": "5028:3:
|
|
3655
|
+
"src": "5028:3:101"
|
|
3656
3656
|
},
|
|
3657
3657
|
"nodeType": "YulFunctionCall",
|
|
3658
|
-
"src": "5028:18:
|
|
3658
|
+
"src": "5028:18:101"
|
|
3659
3659
|
},
|
|
3660
3660
|
{
|
|
3661
3661
|
"hexValue": "646472657373",
|
|
3662
3662
|
"kind": "string",
|
|
3663
3663
|
"nodeType": "YulLiteral",
|
|
3664
|
-
"src": "5048:8:
|
|
3664
|
+
"src": "5048:8:101",
|
|
3665
3665
|
"type": "",
|
|
3666
3666
|
"value": "ddress"
|
|
3667
3667
|
}
|
|
@@ -3669,28 +3669,28 @@
|
|
|
3669
3669
|
"functionName": {
|
|
3670
3670
|
"name": "mstore",
|
|
3671
3671
|
"nodeType": "YulIdentifier",
|
|
3672
|
-
"src": "5021:6:
|
|
3672
|
+
"src": "5021:6:101"
|
|
3673
3673
|
},
|
|
3674
3674
|
"nodeType": "YulFunctionCall",
|
|
3675
|
-
"src": "5021:36:
|
|
3675
|
+
"src": "5021:36:101"
|
|
3676
3676
|
},
|
|
3677
3677
|
"nodeType": "YulExpressionStatement",
|
|
3678
|
-
"src": "5021:36:
|
|
3678
|
+
"src": "5021:36:101"
|
|
3679
3679
|
},
|
|
3680
3680
|
{
|
|
3681
3681
|
"nodeType": "YulAssignment",
|
|
3682
|
-
"src": "5066:27:
|
|
3682
|
+
"src": "5066:27:101",
|
|
3683
3683
|
"value": {
|
|
3684
3684
|
"arguments": [
|
|
3685
3685
|
{
|
|
3686
3686
|
"name": "headStart",
|
|
3687
3687
|
"nodeType": "YulIdentifier",
|
|
3688
|
-
"src": "5078:9:
|
|
3688
|
+
"src": "5078:9:101"
|
|
3689
3689
|
},
|
|
3690
3690
|
{
|
|
3691
3691
|
"kind": "number",
|
|
3692
3692
|
"nodeType": "YulLiteral",
|
|
3693
|
-
"src": "5089:3:
|
|
3693
|
+
"src": "5089:3:101",
|
|
3694
3694
|
"type": "",
|
|
3695
3695
|
"value": "128"
|
|
3696
3696
|
}
|
|
@@ -3698,16 +3698,16 @@
|
|
|
3698
3698
|
"functionName": {
|
|
3699
3699
|
"name": "add",
|
|
3700
3700
|
"nodeType": "YulIdentifier",
|
|
3701
|
-
"src": "5074:3:
|
|
3701
|
+
"src": "5074:3:101"
|
|
3702
3702
|
},
|
|
3703
3703
|
"nodeType": "YulFunctionCall",
|
|
3704
|
-
"src": "5074:19:
|
|
3704
|
+
"src": "5074:19:101"
|
|
3705
3705
|
},
|
|
3706
3706
|
"variableNames": [
|
|
3707
3707
|
{
|
|
3708
3708
|
"name": "tail",
|
|
3709
3709
|
"nodeType": "YulIdentifier",
|
|
3710
|
-
"src": "5066:4:
|
|
3710
|
+
"src": "5066:4:101"
|
|
3711
3711
|
}
|
|
3712
3712
|
]
|
|
3713
3713
|
}
|
|
@@ -3719,7 +3719,7 @@
|
|
|
3719
3719
|
{
|
|
3720
3720
|
"name": "headStart",
|
|
3721
3721
|
"nodeType": "YulTypedName",
|
|
3722
|
-
"src": "4848:9:
|
|
3722
|
+
"src": "4848:9:101",
|
|
3723
3723
|
"type": ""
|
|
3724
3724
|
}
|
|
3725
3725
|
],
|
|
@@ -3727,16 +3727,16 @@
|
|
|
3727
3727
|
{
|
|
3728
3728
|
"name": "tail",
|
|
3729
3729
|
"nodeType": "YulTypedName",
|
|
3730
|
-
"src": "4862:4:
|
|
3730
|
+
"src": "4862:4:101",
|
|
3731
3731
|
"type": ""
|
|
3732
3732
|
}
|
|
3733
3733
|
],
|
|
3734
|
-
"src": "4697:402:
|
|
3734
|
+
"src": "4697:402:101"
|
|
3735
3735
|
}
|
|
3736
3736
|
]
|
|
3737
3737
|
},
|
|
3738
3738
|
"contents": "{\n { }\n function abi_decode_address(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_uint256t_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := calldataload(headStart)\n value1 := abi_decode_address(add(headStart, 32))\n }\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := calldataload(headStart)\n }\n function 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 value0 := abi_decode_address(headStart)\n }\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, iszero(iszero(value0)))\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_ec83fd00432662dbf5dd2aac1f81c346fbe87acecf7cd3f016ab25f549f71749__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), \"Insufficient contract balance\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_4641060dfc4b52429c4286c15953926c318c19fe2644d02d2d1d316c49744bc5__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 33)\n mstore(add(headStart, 64), \"Receiver's address cannot be zer\")\n mstore(add(headStart, 96), \"o\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_uint256_t_address__to_t_uint256_t_address__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_encode_tuple_packed_t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos) -> end\n { end := pos }\n function abi_encode_tuple_t_stringliteral_445140255c9d889994129d349e64078d6f76b4b37ec896948f7e858f9b8a0dcb__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 20)\n mstore(add(headStart, 64), \"Failed to send Ether\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_ebf73bba305590e4764d5cb53b69bffd6d4d092d1a67551cb346f8cfcdab8619__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 31)\n mstore(add(headStart, 64), \"ReentrancyGuard: reentrant call\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_0800e3a69af5117f2a9f4093fb7d0989f2995fe2c8302b6894bf3cb2e5c7ae13__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 39)\n mstore(add(headStart, 64), \"Contract is not authorized for a\")\n mstore(add(headStart, 96), \" refund\")\n tail := add(headStart, 128)\n }\n function panic_error_0x11()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n function checked_add_t_uint256(x, y) -> sum\n {\n sum := add(x, y)\n if gt(x, sum) { panic_error_0x11() }\n }\n function checked_mul_t_uint256(x, y) -> product\n {\n product := mul(x, y)\n if iszero(or(iszero(x), eq(y, div(product, x)))) { panic_error_0x11() }\n }\n function 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}",
|
|
3739
|
-
"id":
|
|
3739
|
+
"id": 101,
|
|
3740
3740
|
"language": "Yul",
|
|
3741
3741
|
"name": "#utility.yul"
|
|
3742
3742
|
}
|
|
@@ -3744,7 +3744,7 @@
|
|
|
3744
3744
|
"immutableReferences": {},
|
|
3745
3745
|
"linkReferences": {},
|
|
3746
3746
|
"opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0xD5 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xB6A5D7DE GT PUSH2 0x7F JUMPI DUP1 PUSH4 0xF0B37C04 GT PUSH2 0x59 JUMPI DUP1 PUSH4 0xF0B37C04 EQ PUSH2 0x1FF JUMPI DUP1 PUSH4 0xF2FDE38B EQ PUSH2 0x21F JUMPI DUP1 PUSH4 0xFA09E630 EQ PUSH2 0x23F JUMPI DUP1 PUSH4 0xFE9FBB80 EQ PUSH2 0x25F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB6A5D7DE EQ PUSH2 0x1A9 JUMPI DUP1 PUSH4 0xD2FA635E EQ PUSH2 0x1C9 JUMPI DUP1 PUSH4 0xE25B5345 EQ PUSH2 0x1E9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x715018A6 GT PUSH2 0xB0 JUMPI DUP1 PUSH4 0x715018A6 EQ PUSH2 0x14C JUMPI DUP1 PUSH4 0x7AD226DC EQ PUSH2 0x161 JUMPI DUP1 PUSH4 0x8DA5CB5B EQ PUSH2 0x181 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH3 0xF714CE EQ PUSH2 0xE1 JUMPI DUP1 PUSH4 0x3DE39C11 EQ PUSH2 0x103 JUMPI DUP1 PUSH4 0x3E217404 EQ PUSH2 0x12C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST CALLDATASIZE PUSH2 0xDC JUMPI STOP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xED JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0xFC CALLDATASIZE PUSH1 0x4 PUSH2 0xB60 JUMP JUMPDEST PUSH2 0x29F JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x10F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x119 PUSH1 0x4 SLOAD DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x138 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x147 CALLDATASIZE PUSH1 0x4 PUSH2 0xB8C JUMP JUMPDEST PUSH2 0x497 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x158 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x52D JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x16D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x17C CALLDATASIZE PUSH1 0x4 PUSH2 0xB60 JUMP JUMPDEST PUSH2 0x593 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x18D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x0 SLOAD PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x123 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x1C4 CALLDATASIZE PUSH1 0x4 PUSH2 0xBA5 JUMP JUMPDEST PUSH2 0x7AE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1D5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x1E4 CALLDATASIZE PUSH1 0x4 PUSH2 0xB8C JUMP JUMPDEST PUSH2 0x85C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1F5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x119 PUSH1 0x3 SLOAD DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x20B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x21A CALLDATASIZE PUSH1 0x4 PUSH2 0xBA5 JUMP JUMPDEST PUSH2 0x8EB JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x22B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x23A CALLDATASIZE PUSH1 0x4 PUSH2 0xBA5 JUMP JUMPDEST PUSH2 0x996 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x24B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x101 PUSH2 0x25A CALLDATASIZE PUSH1 0x4 PUSH2 0xBA5 JUMP JUMPDEST PUSH2 0xA78 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x26B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28F PUSH2 0x27A CALLDATASIZE PUSH1 0x4 PUSH2 0xBA5 JUMP JUMPDEST PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x123 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x2FE 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 DUP2 SELFBALANCE LT ISZERO PUSH2 0x34E 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 0x496E73756666696369656E7420636F6E74726163742062616C616E6365000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2F5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x3AE JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x21 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x5265636569766572277320616464726573732063616E6E6F74206265207A6572 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x6F PUSH1 0xF8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x2F5 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP4 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH32 0x6141B54B56B8A52A8C6F5CD2A857F6117B18FFBF4D46BD3106F300A839CBF5EA SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP4 PUSH1 0x40 MLOAD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP8 GAS CALL SWAP3 POP POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x43C 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 0x441 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP POP SWAP1 POP DUP1 PUSH2 0x492 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x14 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4661696C656420746F2073656E64204574686572000000000000000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2F5 JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x4F1 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 0x2F5 JUMP JUMPDEST PUSH1 0x3 DUP2 SWAP1 SSTORE PUSH1 0x40 MLOAD DUP2 DUP2 MSTORE PUSH32 0xA86B6E9A406DF021F05F513A796A1D5BEA0BD3E18FE1D3F6082A3CCCFC898D14 SWAP1 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x587 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 0x2F5 JUMP JUMPDEST PUSH2 0x591 PUSH1 0x0 PUSH2 0xADC JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x2 PUSH1 0x1 SLOAD SUB PUSH2 0x5E5 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1F PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x5265656E7472616E637947756172643A207265656E7472616E742063616C6C00 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x2F5 JUMP JUMPDEST PUSH1 0x2 PUSH1 0x1 DUP2 SWAP1 SSTORE CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x20 SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND PUSH2 0x672 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x27 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x436F6E7472616374206973206E6F7420617574686F72697A656420666F722061 PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x20726566756E6400000000000000000000000000000000000000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x2F5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x6D2 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x21 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x5265636569766572277320616464726573732063616E6E6F74206265207A6572 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x6F PUSH1 0xF8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x2F5 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x4 SLOAD GASPRICE LT PUSH2 0x6E5 JUMPI PUSH1 0x4 SLOAD PUSH2 0x6E7 JUMP JUMPDEST GASPRICE JUMPDEST SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x3 SLOAD DUP6 PUSH2 0x6FA SWAP2 SWAP1 PUSH2 0xBF6 JUMP JUMPDEST PUSH2 0x704 SWAP2 SWAP1 PUSH2 0xC0F JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP3 PUSH1 0x40 MLOAD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP8 GAS CALL SWAP3 POP POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x753 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 0x758 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP POP SWAP1 POP DUP1 PUSH2 0x7A3 JUMPI PUSH1 0x40 DUP1 MLOAD DUP4 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH32 0xD955712C3AE4C3C40451DB84EA0C4531C61CC0EA75C13FE9168AE0E07D71E050 SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP POP PUSH1 0x1 DUP1 SSTORE POP POP POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x808 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 0x2F5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND PUSH1 0x1 OR SWAP1 SSTORE SWAP1 MLOAD SWAP2 DUP3 MSTORE PUSH32 0x2C74592FDDAD593C2C4403101CE9B30930711AB87571268DDD1E1989EE1D7917 SWAP2 ADD PUSH2 0x522 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x8B6 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 0x2F5 JUMP JUMPDEST PUSH1 0x4 DUP2 SWAP1 SSTORE PUSH1 0x40 MLOAD DUP2 DUP2 MSTORE PUSH32 0xA7A07F821DFDFCA8E4BAA9CCC4BBE7B782BAAC5946918BD19F1C9C761DB41410 SWAP1 PUSH1 0x20 ADD PUSH2 0x522 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x945 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 0x2F5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE SWAP1 MLOAD SWAP2 DUP3 MSTORE PUSH32 0xE195AA139C7C69BA98F719C94AECD784E12FABC0789EF81335150078BC087317 SWAP2 ADD PUSH2 0x522 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x9F0 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 0x2F5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0xA6C 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 0x2F5 JUMP JUMPDEST PUSH2 0xA75 DUP2 PUSH2 0xADC JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0xAD2 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 0x2F5 JUMP JUMPDEST PUSH2 0xA75 SELFBALANCE DUP3 PUSH2 0x29F 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 DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0xB5B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xB73 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH2 0xB83 PUSH1 0x20 DUP5 ADD PUSH2 0xB44 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xB9E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xBB7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xBC0 DUP3 PUSH2 0xB44 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST DUP1 DUP3 ADD DUP1 DUP3 GT ISZERO PUSH2 0xC09 JUMPI PUSH2 0xC09 PUSH2 0xBC7 JUMP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST DUP1 DUP3 MUL DUP2 ISZERO DUP3 DUP3 DIV DUP5 EQ OR PUSH2 0xC09 JUMPI PUSH2 0xC09 PUSH2 0xBC7 JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xDF 0xEF SWAP14 PUSH13 0x9DAF27F97BDF2B595CFF311395 0xD0 0xAE JUMPI STATICCALL CODESIZE 0xAC NOT PUSH6 0xF20A6B7AD5E3 SWAP12 PUSH5 0x736F6C6343 STOP ADDMOD GT STOP CALLER ",
|
|
3747
|
-
"sourceMap": "2045:5295:15:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6742:596;;;;;;;;;;-1:-1:-1;6742:596:15;;;;;:::i;:::-;;:::i;:::-;;2598:26;;;;;;;;;;;;;;;;;;;620:25:
|
|
3747
|
+
"sourceMap": "2045:5295:15:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6742:596;;;;;;;;;;-1:-1:-1;6742:596:15;;;;;:::i;:::-;;:::i;:::-;;2598:26;;;;;;;;;;;;;;;;;;;620:25:101;;;608:2;593:18;2598:26:15;;;;;;;;5702:144;;;;;;;;;;-1:-1:-1;5702:144:15;;;;;:::i;:::-;;:::i;1668:101:33:-;;;;;;;;;;;;;:::i;3967:844:15:-;;;;;;;;;;-1:-1:-1;3967:844:15;;;;;:::i;:::-;;:::i;1036:85:33:-;;;;;;;;;;-1:-1:-1;1082:7:33;1108:6;1036:85;;-1:-1:-1;;;;;1108:6:33;;;987:74:101;;975:2;960:18;1036:85:33;841:226:101;5000:149:15;;;;;;;;;;-1:-1:-1;5000:149:15;;;;;:::i;:::-;;:::i;6031:156::-;;;;;;;;;;-1:-1:-1;6031:156:15;;;;;:::i;:::-;;:::i;2434:24::-;;;;;;;;;;;;;;;;5383:153;;;;;;;;;;-1:-1:-1;5383:153:15;;;;;:::i;:::-;;:::i;1918:198:33:-;;;;;;;;;;-1:-1:-1;1918:198:33;;;;;:::i;:::-;;:::i;6377:116:15:-;;;;;;;;;;-1:-1:-1;6377:116:15;;;;;:::i;:::-;;:::i;2260:44::-;;;;;;;;;;-1:-1:-1;2260:44:15;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;1428:14:101;;1421:22;1403:41;;1391:2;1376:18;2260:44:15;1263:187:101;6742:596:15;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;;1657:2:101;1240:68:33;;;1639:21:101;;;1676:18;;;1669:30;1735:34;1715:18;;;1708:62;1787:18;;1240:68:33;;;;;;;;;6867:6:15::1;6842:21;:31;;6821:107;;;::::0;-1:-1:-1;;;6821:107:15;;2018:2:101;6821:107:15::1;::::0;::::1;2000:21:101::0;2057:2;2037:18;;;2030:30;2096:31;2076:18;;;2069:59;2145:18;;6821:107:15::1;1816:353:101::0;6821:107:15::1;-1:-1:-1::0;;;;;6946:22:15;::::1;6938:68;;;::::0;-1:-1:-1;;;6938:68:15;;2376:2:101;6938:68:15::1;::::0;::::1;2358:21:101::0;2415:2;2395:18;;;2388:30;2454:34;2434:18;;;2427:62;-1:-1:-1;;;2505:18:101;;;2498:31;2546:19;;6938:68:15::1;2174:397:101::0;6938:68:15::1;7022:32;::::0;;2750:25:101;;;-1:-1:-1;;;;;2811:55:101;;2806:2;2791:18;;2784:83;7022:32:15::1;::::0;2723:18:101;7022:32:15::1;;;;;;;7186:9;7201:8;-1:-1:-1::0;;;;;7201:13:15::1;7222:6;7201:32;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7185:48;;;7302:4;7294:37;;;::::0;-1:-1:-1;;;7294:37:15;;3290:2:101;7294:37:15::1;::::0;::::1;3272:21:101::0;3329:2;3309:18;;;3302:30;3368:22;3348:18;;;3341:50;3408:18;;7294:37:15::1;3088:344:101::0;7294:37:15::1;6811:527;6742:596:::0;;:::o;5702:144::-;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;;1657:2:101;1240:68:33;;;1639:21:101;;;1676:18;;;1669:30;1735:34;1715:18;;;1708:62;1787:18;;1240:68:33;1455:356:101;1240:68:33;5773:9:15::1;:22:::0;;;5811:28:::1;::::0;620:25:101;;;5811:28:15::1;::::0;608:2:101;593:18;5811:28:15::1;;;;;;;;5702:144:::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;;1657:2:101;1240:68:33;;;1639:21:101;;;1676:18;;;1669:30;1735:34;1715:18;;;1708:62;1787:18;;1240:68:33;1455:356:101;1240:68:33;1732:30:::1;1759:1;1732:18;:30::i;:::-;1668:101::o:0;3967:844:15:-;1744:1:41;2325:7;;:19;2317:63;;;;-1:-1:-1;;;2317:63:41;;3639:2:101;2317:63:41;;;3621:21:101;3678:2;3658:18;;;3651:30;3717:33;3697:18;;;3690:61;3768:18;;2317:63:41;3437:355:101;2317:63:41;1744:1;2455:7;:18;;;4085:10:15::1;4072:24;::::0;;;::::1;::::0;;;;;;;;::::1;;4051:110;;;::::0;-1:-1:-1;;;4051:110:15;;3999:2:101;4051:110:15::1;::::0;::::1;3981:21:101::0;4038:2;4018:18;;;4011:30;4077:34;4057:18;;;4050:62;4148:9;4128:18;;;4121:37;4175:19;;4051:110:15::1;3797:403:101::0;4051:110:15::1;-1:-1:-1::0;;;;;4179:22:15;::::1;4171:68;;;::::0;-1:-1:-1;;;4171:68:15;;2376:2:101;4171:68:15::1;::::0;::::1;2358:21:101::0;2415:2;2395:18;;;2388:30;2454:34;2434:18;;;2427:62;-1:-1:-1;;;2505:18:101;;;2498:31;2546:19;;4171:68:15::1;2174:397:101::0;4171:68:15::1;4250:16;4283:11;;4269;:25;:77;;4335:11;;4269:77;;;4309:11;4269:77;4250:96;;4357:20;4405:8;4392:9;;4381:8;:20;;;;:::i;:::-;4380:33;;;;:::i;:::-;4357:56;;4549:9;4564:8;-1:-1:-1::0;;;;;4564:13:15::1;4585:12;4564:38;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4548:54;;;4668:4;4663:142;;4752:42;::::0;;2750:25:101;;;-1:-1:-1;;;;;2811:55:101;;2806:2;2791:18;;2784:83;4752:42:15::1;::::0;2723:18:101;4752:42:15::1;;;;;;;4663:142;-1:-1:-1::0;;1701:1:41;2628:22;;-1:-1:-1;;;3967:844:15:o;5000:149::-;1082:7:33;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;1657:2:101;1240:68:33;;;1639:21:101;;;1676:18;;;1669:30;1735:34;1715:18;;;1708:62;1787:18;;1240:68:33;1455:356:101;1240:68:33;-1:-1:-1;;;;;5067:23:15;::::1;;::::0;;;:12:::1;:23;::::0;;;;;;;;:30;;-1:-1:-1;;5067:30:15::1;5093:4;5067:30;::::0;;5113:29;;987:74:101;;;5113:29:15::1;::::0;960:18:101;5113:29:15::1;841:226:101::0;6031:156:15;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;;1657:2:101;1240:68:33;;;1639:21:101;;;1676:18;;;1669:30;1735:34;1715:18;;;1708:62;1787:18;;1240:68:33;1455:356:101;1240:68:33;6106:11:15::1;:26:::0;;;6148:32:::1;::::0;620:25:101;;;6148:32:15::1;::::0;608:2:101;593:18;6148:32:15::1;474:177:101::0;5383:153:15;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;;1657:2:101;1240:68:33;;;1639:21:101;;;1676:18;;;1669:30;1735:34;1715:18;;;1708:62;1787:18;;1240:68:33;1455:356:101;1240:68:33;-1:-1:-1;;;;;5459:23:15;::::1;;::::0;;;:12:::1;:23;::::0;;;;;;;;5452:30;;-1:-1:-1;;5452:30:15::1;::::0;;5498:31;;987:74:101;;;5498:31:15::1;::::0;960:18:101;5498:31:15::1;841:226:101::0;1918:198:33;1082:7;1108:6;-1:-1:-1;;;;;1108:6:33;719:10:50;1248:23:33;1240:68;;;;-1:-1:-1;;;1240:68:33;;1657:2:101;1240:68:33;;;1639:21:101;;;1676:18;;;1669:30;1735:34;1715:18;;;1708:62;1787:18;;1240:68:33;1455:356:101;1240:68:33;-1:-1:-1;;;;;2006:22:33;::::1;1998:73;;;::::0;-1:-1:-1;;;1998:73:33;;4899:2:101;1998:73:33::1;::::0;::::1;4881:21:101::0;4938:2;4918:18;;;4911:30;4977:34;4957:18;;;4950:62;5048:8;5028:18;;;5021:36;5074:19;;1998:73:33::1;4697:402:101::0;1998:73:33::1;2081:28;2100:8;2081:18;:28::i;:::-;1918:198:::0;:::o;6377:116:15:-;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;;1657:2:101;1240:68:33;;;1639:21:101;;;1676:18;;;1669:30;1735:34;1715:18;;;1708:62;1787:18;;1240:68:33;1455:356:101;1240:68:33;6445:41:15::1;6454:21;6477:8;6445;:41::i;2270:187:33:-:0;2343:16;2362:6;;-1:-1:-1;;;;;2378:17:33;;;;;;;;;;2410:40;;2362:6;;;;;;;2410:40;;2343:16;2410:40;2333:124;2270:187;:::o;14:196:101:-;82:20;;-1:-1:-1;;;;;131:54:101;;121:65;;111:93;;200:1;197;190:12;111:93;14:196;;;:::o;215:254::-;283:6;291;344:2;332:9;323:7;319:23;315:32;312:52;;;360:1;357;350:12;312:52;396:9;383:23;373:33;;425:38;459:2;448:9;444:18;425:38;:::i;:::-;415:48;;215:254;;;;;:::o;656:180::-;715:6;768:2;756:9;747:7;743:23;739:32;736:52;;;784:1;781;774:12;736:52;-1:-1:-1;807:23:101;;656:180;-1:-1:-1;656:180:101:o;1072:186::-;1131:6;1184:2;1172:9;1163:7;1159:23;1155:32;1152:52;;;1200:1;1197;1190:12;1152:52;1223:29;1242:9;1223:29;:::i;:::-;1213:39;1072:186;-1:-1:-1;;;1072:186:101:o;4205:184::-;4257:77;4254:1;4247:88;4354:4;4351:1;4344:15;4378:4;4375:1;4368:15;4394:125;4459:9;;;4480:10;;;4477:36;;;4493:18;;:::i;:::-;4394:125;;;;:::o;4524:168::-;4597:9;;;4628;;4645:15;;;4639:22;;4625:37;4615:71;;4666:18;;:::i"
|
|
3748
3748
|
},
|
|
3749
3749
|
"gasEstimates": {
|
|
3750
3750
|
"creation": {
|