@superfluid-finance/ethereum-contracts 1.7.2-dev.bac5c12.0 → 1.7.2-dev.dae8ea5.0
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/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
- package/artifacts/contracts/mocks/IDASuperAppTester.sol/IDASuperAppTester.json +2 -2
- package/artifacts/contracts/mocks/MockSmartWallet.sol/MockSmartWallet.json +2 -2
- package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockNotSelfRegistering.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey.json +2 -2
- package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidMock.json +2 -2
- package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester.json +2 -2
- package/artifacts/contracts/superfluid/Superfluid.sol/Superfluid.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeployer.sol/SuperfluidFrameworkDeployer.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/CFAv1ForwarderDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/IDAv1ForwarderDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/ProxyDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperTokenDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidCFAv1DeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidFrameworkDeploymentSteps.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidGovDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidHostDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidIDAv1DeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidLoaderDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidNFTLogicDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidPeripheryDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/TokenDeployerLibrary.json +2 -2
- package/build/contracts/AccessControl.json +1 -1
- package/build/contracts/AccessControlEnumerable.json +1 -1
- package/build/contracts/Address.json +1 -1
- package/build/contracts/AgreementBase.json +18 -18
- package/build/contracts/AgreementLibrary.json +165 -165
- package/build/contracts/BaseRelayRecipient.json +57 -57
- package/build/contracts/BatchLiquidator.json +382 -382
- package/build/contracts/BatchOperation.json +614 -614
- package/build/contracts/CFAv1Forwarder.json +1250 -1250
- package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2387 -2387
- package/build/contracts/CFAv1Library.json +389 -389
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
- package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
- package/build/contracts/ConstantInflowNFT.json +402 -402
- package/build/contracts/ConstantOutflowNFT.json +661 -661
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +614 -614
- package/build/contracts/CustomSuperTokenBase.json +19 -19
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC1820RegistryCompiled.json +22 -22
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +384 -384
- package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
- package/build/contracts/ERC777RecipientReverting.json +863 -863
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1526 -1526
- package/build/contracts/FlowNFTBase.json +1280 -1280
- package/build/contracts/FlowOperatorDefinitions.json +614 -614
- package/build/contracts/ForwarderBase.json +190 -190
- package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +677 -677
- package/build/contracts/IConstantInflowNFT.json +54 -54
- package/build/contracts/IConstantOutflowNFT.json +107 -107
- package/build/contracts/IDAv1Forwarder.json +912 -912
- package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2387 -2387
- package/build/contracts/IDAv1Library.json +430 -430
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Metadata.json +1 -1
- package/build/contracts/IERC20Permit.json +1 -1
- package/build/contracts/IERC721.json +1 -1
- package/build/contracts/IERC721Metadata.json +1 -1
- package/build/contracts/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IFlowNFTBase.json +115 -115
- package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
- package/build/contracts/IMultiSigWallet.json +31 -31
- package/build/contracts/IPoolAdminNFT.json +7 -7
- package/build/contracts/IPoolMemberNFT.json +7 -7
- package/build/contracts/IPureSuperToken.json +62 -62
- package/build/contracts/IPureSuperTokenCustom.json +62 -62
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +67 -67
- package/build/contracts/ISETHCustom.json +67 -67
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +695 -695
- package/build/contracts/ISuperTokenFactory.json +225 -225
- package/build/contracts/ISuperfluid.json +904 -904
- package/build/contracts/ISuperfluidGovernance.json +251 -251
- package/build/contracts/ISuperfluidToken.json +407 -407
- package/build/contracts/ITOGAv1.json +1346 -1346
- package/build/contracts/ITOGAv2.json +1346 -1346
- package/build/contracts/ITOGAv3.json +1346 -1346
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +594 -594
- package/build/contracts/Math.json +1 -1
- package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/ProxyDeployerLibrary.json +2385 -2385
- package/build/contracts/PureSuperToken.json +106 -106
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +224 -224
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeGasLibrary.json +51 -51
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +704 -704
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +42 -42
- package/build/contracts/SuperAppBaseFlow.json +1580 -1537
- package/build/contracts/SuperAppDefinitions.json +614 -614
- package/build/contracts/SuperToken.json +2714 -2714
- package/build/contracts/SuperTokenDeployerLibrary.json +2386 -2386
- package/build/contracts/SuperTokenFactory.json +1347 -1347
- package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
- package/build/contracts/SuperTokenV1Library.json +5632 -5632
- package/build/contracts/SuperUpgrader.json +439 -439
- package/build/contracts/Superfluid.json +7999 -7996
- package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2386 -2386
- package/build/contracts/SuperfluidFrameworkDeployer.json +1263 -1263
- package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2385 -2385
- package/build/contracts/SuperfluidGovDeployerLibrary.json +2386 -2386
- package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
- package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
- package/build/contracts/SuperfluidGovernanceII.json +155 -155
- package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
- package/build/contracts/SuperfluidHostDeployerLibrary.json +2385 -2385
- package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2386 -2386
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2387 -2387
- package/build/contracts/SuperfluidLoaderLibrary.json +247 -247
- package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2390 -2390
- package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2388 -2388
- package/build/contracts/SuperfluidToken.json +1423 -1423
- package/build/contracts/TOGA.json +1360 -1360
- package/build/contracts/TestGovernance.json +250 -250
- package/build/contracts/TestResolver.json +47 -47
- package/build/contracts/TestToken.json +102 -102
- package/build/contracts/TokenDeployerLibrary.json +2387 -2387
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UUPSProxiable.json +139 -139
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +15 -15
- package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
- package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
- package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
- package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
- package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
- package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
- package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
- package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.js +1 -1
- package/build/typechain/factories/contracts/superfluid/Superfluid__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/superfluid/Superfluid__factory.js +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.js +1 -1
- package/contracts/apps/SuperAppBaseFlow.sol +11 -10
- package/contracts/superfluid/Superfluid.sol +1 -0
- package/package.json +3 -3
|
@@ -687,18 +687,18 @@
|
|
|
687
687
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
|
|
688
688
|
"exportedSymbols": {
|
|
689
689
|
"ISuperAgreement": [
|
|
690
|
-
|
|
690
|
+
23809
|
|
691
691
|
],
|
|
692
692
|
"ISuperfluidToken": [
|
|
693
|
-
|
|
693
|
+
25466
|
|
694
694
|
]
|
|
695
695
|
},
|
|
696
|
-
"id":
|
|
696
|
+
"id": 25467,
|
|
697
697
|
"license": "MIT",
|
|
698
698
|
"nodeType": "SourceUnit",
|
|
699
699
|
"nodes": [
|
|
700
700
|
{
|
|
701
|
-
"id":
|
|
701
|
+
"id": 25182,
|
|
702
702
|
"literals": [
|
|
703
703
|
"solidity",
|
|
704
704
|
">=",
|
|
@@ -711,20 +711,20 @@
|
|
|
711
711
|
{
|
|
712
712
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperAgreement.sol",
|
|
713
713
|
"file": "./ISuperAgreement.sol",
|
|
714
|
-
"id":
|
|
714
|
+
"id": 25184,
|
|
715
715
|
"nameLocation": "-1:-1:-1",
|
|
716
716
|
"nodeType": "ImportDirective",
|
|
717
|
-
"scope":
|
|
718
|
-
"sourceUnit":
|
|
717
|
+
"scope": 25467,
|
|
718
|
+
"sourceUnit": 23810,
|
|
719
719
|
"src": "59:56:57",
|
|
720
720
|
"symbolAliases": [
|
|
721
721
|
{
|
|
722
722
|
"foreign": {
|
|
723
|
-
"id":
|
|
723
|
+
"id": 25183,
|
|
724
724
|
"name": "ISuperAgreement",
|
|
725
725
|
"nodeType": "Identifier",
|
|
726
726
|
"overloadedDeclarations": [],
|
|
727
|
-
"referencedDeclaration":
|
|
727
|
+
"referencedDeclaration": 23809,
|
|
728
728
|
"src": "68:15:57",
|
|
729
729
|
"typeDescriptions": {}
|
|
730
730
|
},
|
|
@@ -740,15 +740,15 @@
|
|
|
740
740
|
"contractDependencies": [],
|
|
741
741
|
"contractKind": "interface",
|
|
742
742
|
"documentation": {
|
|
743
|
-
"id":
|
|
743
|
+
"id": 25185,
|
|
744
744
|
"nodeType": "StructuredDocumentation",
|
|
745
745
|
"src": "117:66:57",
|
|
746
746
|
"text": " @title Superfluid token interface\n @author Superfluid"
|
|
747
747
|
},
|
|
748
748
|
"fullyImplemented": false,
|
|
749
|
-
"id":
|
|
749
|
+
"id": 25466,
|
|
750
750
|
"linearizedBaseContracts": [
|
|
751
|
-
|
|
751
|
+
25466
|
|
752
752
|
],
|
|
753
753
|
"name": "ISuperfluidToken",
|
|
754
754
|
"nameLocation": "194:16:57",
|
|
@@ -756,12 +756,12 @@
|
|
|
756
756
|
"nodes": [
|
|
757
757
|
{
|
|
758
758
|
"errorSelector": "f05521f6",
|
|
759
|
-
"id":
|
|
759
|
+
"id": 25187,
|
|
760
760
|
"name": "SF_TOKEN_AGREEMENT_ALREADY_EXISTS",
|
|
761
761
|
"nameLocation": "398:33:57",
|
|
762
762
|
"nodeType": "ErrorDefinition",
|
|
763
763
|
"parameters": {
|
|
764
|
-
"id":
|
|
764
|
+
"id": 25186,
|
|
765
765
|
"nodeType": "ParameterList",
|
|
766
766
|
"parameters": [],
|
|
767
767
|
"src": "431:2:57"
|
|
@@ -770,12 +770,12 @@
|
|
|
770
770
|
},
|
|
771
771
|
{
|
|
772
772
|
"errorSelector": "dae18809",
|
|
773
|
-
"id":
|
|
773
|
+
"id": 25189,
|
|
774
774
|
"name": "SF_TOKEN_AGREEMENT_DOES_NOT_EXIST",
|
|
775
775
|
"nameLocation": "460:33:57",
|
|
776
776
|
"nodeType": "ErrorDefinition",
|
|
777
777
|
"parameters": {
|
|
778
|
-
"id":
|
|
778
|
+
"id": 25188,
|
|
779
779
|
"nodeType": "ParameterList",
|
|
780
780
|
"parameters": [],
|
|
781
781
|
"src": "493:2:57"
|
|
@@ -784,12 +784,12 @@
|
|
|
784
784
|
},
|
|
785
785
|
{
|
|
786
786
|
"errorSelector": "10ecdf44",
|
|
787
|
-
"id":
|
|
787
|
+
"id": 25191,
|
|
788
788
|
"name": "SF_TOKEN_BURN_INSUFFICIENT_BALANCE",
|
|
789
789
|
"nameLocation": "522:34:57",
|
|
790
790
|
"nodeType": "ErrorDefinition",
|
|
791
791
|
"parameters": {
|
|
792
|
-
"id":
|
|
792
|
+
"id": 25190,
|
|
793
793
|
"nodeType": "ParameterList",
|
|
794
794
|
"parameters": [],
|
|
795
795
|
"src": "556:2:57"
|
|
@@ -798,12 +798,12 @@
|
|
|
798
798
|
},
|
|
799
799
|
{
|
|
800
800
|
"errorSelector": "2f4cb941",
|
|
801
|
-
"id":
|
|
801
|
+
"id": 25193,
|
|
802
802
|
"name": "SF_TOKEN_MOVE_INSUFFICIENT_BALANCE",
|
|
803
803
|
"nameLocation": "584:34:57",
|
|
804
804
|
"nodeType": "ErrorDefinition",
|
|
805
805
|
"parameters": {
|
|
806
|
-
"id":
|
|
806
|
+
"id": 25192,
|
|
807
807
|
"nodeType": "ParameterList",
|
|
808
808
|
"parameters": [],
|
|
809
809
|
"src": "618:2:57"
|
|
@@ -812,12 +812,12 @@
|
|
|
812
812
|
},
|
|
813
813
|
{
|
|
814
814
|
"errorSelector": "c9ff6644",
|
|
815
|
-
"id":
|
|
815
|
+
"id": 25195,
|
|
816
816
|
"name": "SF_TOKEN_ONLY_LISTED_AGREEMENT",
|
|
817
817
|
"nameLocation": "646:30:57",
|
|
818
818
|
"nodeType": "ErrorDefinition",
|
|
819
819
|
"parameters": {
|
|
820
|
-
"id":
|
|
820
|
+
"id": 25194,
|
|
821
821
|
"nodeType": "ParameterList",
|
|
822
822
|
"parameters": [],
|
|
823
823
|
"src": "676:2:57"
|
|
@@ -826,12 +826,12 @@
|
|
|
826
826
|
},
|
|
827
827
|
{
|
|
828
828
|
"errorSelector": "c51efddd",
|
|
829
|
-
"id":
|
|
829
|
+
"id": 25197,
|
|
830
830
|
"name": "SF_TOKEN_ONLY_HOST",
|
|
831
831
|
"nameLocation": "708:18:57",
|
|
832
832
|
"nodeType": "ErrorDefinition",
|
|
833
833
|
"parameters": {
|
|
834
|
-
"id":
|
|
834
|
+
"id": 25196,
|
|
835
835
|
"nodeType": "ParameterList",
|
|
836
836
|
"parameters": [],
|
|
837
837
|
"src": "726:2:57"
|
|
@@ -840,13 +840,13 @@
|
|
|
840
840
|
},
|
|
841
841
|
{
|
|
842
842
|
"documentation": {
|
|
843
|
-
"id":
|
|
843
|
+
"id": 25198,
|
|
844
844
|
"nodeType": "StructuredDocumentation",
|
|
845
845
|
"src": "951:60:57",
|
|
846
846
|
"text": " @dev Get superfluid host contract address"
|
|
847
847
|
},
|
|
848
848
|
"functionSelector": "20bc4425",
|
|
849
|
-
"id":
|
|
849
|
+
"id": 25203,
|
|
850
850
|
"implemented": false,
|
|
851
851
|
"kind": "function",
|
|
852
852
|
"modifiers": [],
|
|
@@ -854,23 +854,23 @@
|
|
|
854
854
|
"nameLocation": "1025:7:57",
|
|
855
855
|
"nodeType": "FunctionDefinition",
|
|
856
856
|
"parameters": {
|
|
857
|
-
"id":
|
|
857
|
+
"id": 25199,
|
|
858
858
|
"nodeType": "ParameterList",
|
|
859
859
|
"parameters": [],
|
|
860
860
|
"src": "1032:2:57"
|
|
861
861
|
},
|
|
862
862
|
"returnParameters": {
|
|
863
|
-
"id":
|
|
863
|
+
"id": 25202,
|
|
864
864
|
"nodeType": "ParameterList",
|
|
865
865
|
"parameters": [
|
|
866
866
|
{
|
|
867
867
|
"constant": false,
|
|
868
|
-
"id":
|
|
868
|
+
"id": 25201,
|
|
869
869
|
"mutability": "mutable",
|
|
870
870
|
"name": "host",
|
|
871
871
|
"nameLocation": "1065:4:57",
|
|
872
872
|
"nodeType": "VariableDeclaration",
|
|
873
|
-
"scope":
|
|
873
|
+
"scope": 25203,
|
|
874
874
|
"src": "1057:12:57",
|
|
875
875
|
"stateVariable": false,
|
|
876
876
|
"storageLocation": "default",
|
|
@@ -879,7 +879,7 @@
|
|
|
879
879
|
"typeString": "address"
|
|
880
880
|
},
|
|
881
881
|
"typeName": {
|
|
882
|
-
"id":
|
|
882
|
+
"id": 25200,
|
|
883
883
|
"name": "address",
|
|
884
884
|
"nodeType": "ElementaryTypeName",
|
|
885
885
|
"src": "1057:7:57",
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
],
|
|
895
895
|
"src": "1056:14:57"
|
|
896
896
|
},
|
|
897
|
-
"scope":
|
|
897
|
+
"scope": 25466,
|
|
898
898
|
"src": "1016:55:57",
|
|
899
899
|
"stateMutability": "view",
|
|
900
900
|
"virtual": false,
|
|
@@ -902,16 +902,16 @@
|
|
|
902
902
|
},
|
|
903
903
|
{
|
|
904
904
|
"canonicalName": "ISuperfluidToken.LiquidationTypeData",
|
|
905
|
-
"id":
|
|
905
|
+
"id": 25208,
|
|
906
906
|
"members": [
|
|
907
907
|
{
|
|
908
908
|
"constant": false,
|
|
909
|
-
"id":
|
|
909
|
+
"id": 25205,
|
|
910
910
|
"mutability": "mutable",
|
|
911
911
|
"name": "version",
|
|
912
912
|
"nameLocation": "1504:7:57",
|
|
913
913
|
"nodeType": "VariableDeclaration",
|
|
914
|
-
"scope":
|
|
914
|
+
"scope": 25208,
|
|
915
915
|
"src": "1496:15:57",
|
|
916
916
|
"stateVariable": false,
|
|
917
917
|
"storageLocation": "default",
|
|
@@ -920,7 +920,7 @@
|
|
|
920
920
|
"typeString": "uint256"
|
|
921
921
|
},
|
|
922
922
|
"typeName": {
|
|
923
|
-
"id":
|
|
923
|
+
"id": 25204,
|
|
924
924
|
"name": "uint256",
|
|
925
925
|
"nodeType": "ElementaryTypeName",
|
|
926
926
|
"src": "1496:7:57",
|
|
@@ -933,12 +933,12 @@
|
|
|
933
933
|
},
|
|
934
934
|
{
|
|
935
935
|
"constant": false,
|
|
936
|
-
"id":
|
|
936
|
+
"id": 25207,
|
|
937
937
|
"mutability": "mutable",
|
|
938
938
|
"name": "liquidationType",
|
|
939
939
|
"nameLocation": "1527:15:57",
|
|
940
940
|
"nodeType": "VariableDeclaration",
|
|
941
|
-
"scope":
|
|
941
|
+
"scope": 25208,
|
|
942
942
|
"src": "1521:21:57",
|
|
943
943
|
"stateVariable": false,
|
|
944
944
|
"storageLocation": "default",
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
"typeString": "uint8"
|
|
948
948
|
},
|
|
949
949
|
"typeName": {
|
|
950
|
-
"id":
|
|
950
|
+
"id": 25206,
|
|
951
951
|
"name": "uint8",
|
|
952
952
|
"nodeType": "ElementaryTypeName",
|
|
953
953
|
"src": "1521:5:57",
|
|
@@ -962,19 +962,19 @@
|
|
|
962
962
|
"name": "LiquidationTypeData",
|
|
963
963
|
"nameLocation": "1466:19:57",
|
|
964
964
|
"nodeType": "StructDefinition",
|
|
965
|
-
"scope":
|
|
965
|
+
"scope": 25466,
|
|
966
966
|
"src": "1459:90:57",
|
|
967
967
|
"visibility": "public"
|
|
968
968
|
},
|
|
969
969
|
{
|
|
970
970
|
"documentation": {
|
|
971
|
-
"id":
|
|
971
|
+
"id": 25209,
|
|
972
972
|
"nodeType": "StructuredDocumentation",
|
|
973
973
|
"src": "1751:321:57",
|
|
974
974
|
"text": " @dev Calculate the real balance of a user, taking in consideration all agreements of the account\n @param account for the query\n @param timestamp Time of balance\n @return availableBalance Real-time balance\n @return deposit Account deposit\n @return owedDeposit Account owed Deposit"
|
|
975
975
|
},
|
|
976
976
|
"functionSelector": "eb3537cc",
|
|
977
|
-
"id":
|
|
977
|
+
"id": 25222,
|
|
978
978
|
"implemented": false,
|
|
979
979
|
"kind": "function",
|
|
980
980
|
"modifiers": [],
|
|
@@ -982,17 +982,17 @@
|
|
|
982
982
|
"nameLocation": "2086:17:57",
|
|
983
983
|
"nodeType": "FunctionDefinition",
|
|
984
984
|
"parameters": {
|
|
985
|
-
"id":
|
|
985
|
+
"id": 25214,
|
|
986
986
|
"nodeType": "ParameterList",
|
|
987
987
|
"parameters": [
|
|
988
988
|
{
|
|
989
989
|
"constant": false,
|
|
990
|
-
"id":
|
|
990
|
+
"id": 25211,
|
|
991
991
|
"mutability": "mutable",
|
|
992
992
|
"name": "account",
|
|
993
993
|
"nameLocation": "2120:7:57",
|
|
994
994
|
"nodeType": "VariableDeclaration",
|
|
995
|
-
"scope":
|
|
995
|
+
"scope": 25222,
|
|
996
996
|
"src": "2112:15:57",
|
|
997
997
|
"stateVariable": false,
|
|
998
998
|
"storageLocation": "default",
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
"typeString": "address"
|
|
1002
1002
|
},
|
|
1003
1003
|
"typeName": {
|
|
1004
|
-
"id":
|
|
1004
|
+
"id": 25210,
|
|
1005
1005
|
"name": "address",
|
|
1006
1006
|
"nodeType": "ElementaryTypeName",
|
|
1007
1007
|
"src": "2112:7:57",
|
|
@@ -1015,12 +1015,12 @@
|
|
|
1015
1015
|
},
|
|
1016
1016
|
{
|
|
1017
1017
|
"constant": false,
|
|
1018
|
-
"id":
|
|
1018
|
+
"id": 25213,
|
|
1019
1019
|
"mutability": "mutable",
|
|
1020
1020
|
"name": "timestamp",
|
|
1021
1021
|
"nameLocation": "2144:9:57",
|
|
1022
1022
|
"nodeType": "VariableDeclaration",
|
|
1023
|
-
"scope":
|
|
1023
|
+
"scope": 25222,
|
|
1024
1024
|
"src": "2136:17:57",
|
|
1025
1025
|
"stateVariable": false,
|
|
1026
1026
|
"storageLocation": "default",
|
|
@@ -1029,7 +1029,7 @@
|
|
|
1029
1029
|
"typeString": "uint256"
|
|
1030
1030
|
},
|
|
1031
1031
|
"typeName": {
|
|
1032
|
-
"id":
|
|
1032
|
+
"id": 25212,
|
|
1033
1033
|
"name": "uint256",
|
|
1034
1034
|
"nodeType": "ElementaryTypeName",
|
|
1035
1035
|
"src": "2136:7:57",
|
|
@@ -1044,17 +1044,17 @@
|
|
|
1044
1044
|
"src": "2103:56:57"
|
|
1045
1045
|
},
|
|
1046
1046
|
"returnParameters": {
|
|
1047
|
-
"id":
|
|
1047
|
+
"id": 25221,
|
|
1048
1048
|
"nodeType": "ParameterList",
|
|
1049
1049
|
"parameters": [
|
|
1050
1050
|
{
|
|
1051
1051
|
"constant": false,
|
|
1052
|
-
"id":
|
|
1052
|
+
"id": 25216,
|
|
1053
1053
|
"mutability": "mutable",
|
|
1054
1054
|
"name": "availableBalance",
|
|
1055
1055
|
"nameLocation": "2219:16:57",
|
|
1056
1056
|
"nodeType": "VariableDeclaration",
|
|
1057
|
-
"scope":
|
|
1057
|
+
"scope": 25222,
|
|
1058
1058
|
"src": "2212:23:57",
|
|
1059
1059
|
"stateVariable": false,
|
|
1060
1060
|
"storageLocation": "default",
|
|
@@ -1063,7 +1063,7 @@
|
|
|
1063
1063
|
"typeString": "int256"
|
|
1064
1064
|
},
|
|
1065
1065
|
"typeName": {
|
|
1066
|
-
"id":
|
|
1066
|
+
"id": 25215,
|
|
1067
1067
|
"name": "int256",
|
|
1068
1068
|
"nodeType": "ElementaryTypeName",
|
|
1069
1069
|
"src": "2212:6:57",
|
|
@@ -1076,12 +1076,12 @@
|
|
|
1076
1076
|
},
|
|
1077
1077
|
{
|
|
1078
1078
|
"constant": false,
|
|
1079
|
-
"id":
|
|
1079
|
+
"id": 25218,
|
|
1080
1080
|
"mutability": "mutable",
|
|
1081
1081
|
"name": "deposit",
|
|
1082
1082
|
"nameLocation": "2257:7:57",
|
|
1083
1083
|
"nodeType": "VariableDeclaration",
|
|
1084
|
-
"scope":
|
|
1084
|
+
"scope": 25222,
|
|
1085
1085
|
"src": "2249:15:57",
|
|
1086
1086
|
"stateVariable": false,
|
|
1087
1087
|
"storageLocation": "default",
|
|
@@ -1090,7 +1090,7 @@
|
|
|
1090
1090
|
"typeString": "uint256"
|
|
1091
1091
|
},
|
|
1092
1092
|
"typeName": {
|
|
1093
|
-
"id":
|
|
1093
|
+
"id": 25217,
|
|
1094
1094
|
"name": "uint256",
|
|
1095
1095
|
"nodeType": "ElementaryTypeName",
|
|
1096
1096
|
"src": "2249:7:57",
|
|
@@ -1103,12 +1103,12 @@
|
|
|
1103
1103
|
},
|
|
1104
1104
|
{
|
|
1105
1105
|
"constant": false,
|
|
1106
|
-
"id":
|
|
1106
|
+
"id": 25220,
|
|
1107
1107
|
"mutability": "mutable",
|
|
1108
1108
|
"name": "owedDeposit",
|
|
1109
1109
|
"nameLocation": "2286:11:57",
|
|
1110
1110
|
"nodeType": "VariableDeclaration",
|
|
1111
|
-
"scope":
|
|
1111
|
+
"scope": 25222,
|
|
1112
1112
|
"src": "2278:19:57",
|
|
1113
1113
|
"stateVariable": false,
|
|
1114
1114
|
"storageLocation": "default",
|
|
@@ -1117,7 +1117,7 @@
|
|
|
1117
1117
|
"typeString": "uint256"
|
|
1118
1118
|
},
|
|
1119
1119
|
"typeName": {
|
|
1120
|
-
"id":
|
|
1120
|
+
"id": 25219,
|
|
1121
1121
|
"name": "uint256",
|
|
1122
1122
|
"nodeType": "ElementaryTypeName",
|
|
1123
1123
|
"src": "2278:7:57",
|
|
@@ -1131,7 +1131,7 @@
|
|
|
1131
1131
|
],
|
|
1132
1132
|
"src": "2198:100:57"
|
|
1133
1133
|
},
|
|
1134
|
-
"scope":
|
|
1134
|
+
"scope": 25466,
|
|
1135
1135
|
"src": "2077:222:57",
|
|
1136
1136
|
"stateMutability": "view",
|
|
1137
1137
|
"virtual": false,
|
|
@@ -1139,13 +1139,13 @@
|
|
|
1139
1139
|
},
|
|
1140
1140
|
{
|
|
1141
1141
|
"documentation": {
|
|
1142
|
-
"id":
|
|
1142
|
+
"id": 25223,
|
|
1143
1143
|
"nodeType": "StructuredDocumentation",
|
|
1144
1144
|
"src": "2305:339:57",
|
|
1145
1145
|
"text": " @notice Calculate the realtime balance given the current host.getNow() value\n @dev realtimeBalanceOf with timestamp equals to block timestamp\n @param account for the query\n @return availableBalance Real-time balance\n @return deposit Account deposit\n @return owedDeposit Account owed Deposit"
|
|
1146
1146
|
},
|
|
1147
1147
|
"functionSelector": "2ec8eec7",
|
|
1148
|
-
"id":
|
|
1148
|
+
"id": 25236,
|
|
1149
1149
|
"implemented": false,
|
|
1150
1150
|
"kind": "function",
|
|
1151
1151
|
"modifiers": [],
|
|
@@ -1153,17 +1153,17 @@
|
|
|
1153
1153
|
"nameLocation": "2658:20:57",
|
|
1154
1154
|
"nodeType": "FunctionDefinition",
|
|
1155
1155
|
"parameters": {
|
|
1156
|
-
"id":
|
|
1156
|
+
"id": 25226,
|
|
1157
1157
|
"nodeType": "ParameterList",
|
|
1158
1158
|
"parameters": [
|
|
1159
1159
|
{
|
|
1160
1160
|
"constant": false,
|
|
1161
|
-
"id":
|
|
1161
|
+
"id": 25225,
|
|
1162
1162
|
"mutability": "mutable",
|
|
1163
1163
|
"name": "account",
|
|
1164
1164
|
"nameLocation": "2695:7:57",
|
|
1165
1165
|
"nodeType": "VariableDeclaration",
|
|
1166
|
-
"scope":
|
|
1166
|
+
"scope": 25236,
|
|
1167
1167
|
"src": "2687:15:57",
|
|
1168
1168
|
"stateVariable": false,
|
|
1169
1169
|
"storageLocation": "default",
|
|
@@ -1172,7 +1172,7 @@
|
|
|
1172
1172
|
"typeString": "address"
|
|
1173
1173
|
},
|
|
1174
1174
|
"typeName": {
|
|
1175
|
-
"id":
|
|
1175
|
+
"id": 25224,
|
|
1176
1176
|
"name": "address",
|
|
1177
1177
|
"nodeType": "ElementaryTypeName",
|
|
1178
1178
|
"src": "2687:7:57",
|
|
@@ -1188,17 +1188,17 @@
|
|
|
1188
1188
|
"src": "2678:30:57"
|
|
1189
1189
|
},
|
|
1190
1190
|
"returnParameters": {
|
|
1191
|
-
"id":
|
|
1191
|
+
"id": 25235,
|
|
1192
1192
|
"nodeType": "ParameterList",
|
|
1193
1193
|
"parameters": [
|
|
1194
1194
|
{
|
|
1195
1195
|
"constant": false,
|
|
1196
|
-
"id":
|
|
1196
|
+
"id": 25228,
|
|
1197
1197
|
"mutability": "mutable",
|
|
1198
1198
|
"name": "availableBalance",
|
|
1199
1199
|
"nameLocation": "2768:16:57",
|
|
1200
1200
|
"nodeType": "VariableDeclaration",
|
|
1201
|
-
"scope":
|
|
1201
|
+
"scope": 25236,
|
|
1202
1202
|
"src": "2761:23:57",
|
|
1203
1203
|
"stateVariable": false,
|
|
1204
1204
|
"storageLocation": "default",
|
|
@@ -1207,7 +1207,7 @@
|
|
|
1207
1207
|
"typeString": "int256"
|
|
1208
1208
|
},
|
|
1209
1209
|
"typeName": {
|
|
1210
|
-
"id":
|
|
1210
|
+
"id": 25227,
|
|
1211
1211
|
"name": "int256",
|
|
1212
1212
|
"nodeType": "ElementaryTypeName",
|
|
1213
1213
|
"src": "2761:6:57",
|
|
@@ -1220,12 +1220,12 @@
|
|
|
1220
1220
|
},
|
|
1221
1221
|
{
|
|
1222
1222
|
"constant": false,
|
|
1223
|
-
"id":
|
|
1223
|
+
"id": 25230,
|
|
1224
1224
|
"mutability": "mutable",
|
|
1225
1225
|
"name": "deposit",
|
|
1226
1226
|
"nameLocation": "2806:7:57",
|
|
1227
1227
|
"nodeType": "VariableDeclaration",
|
|
1228
|
-
"scope":
|
|
1228
|
+
"scope": 25236,
|
|
1229
1229
|
"src": "2798:15:57",
|
|
1230
1230
|
"stateVariable": false,
|
|
1231
1231
|
"storageLocation": "default",
|
|
@@ -1234,7 +1234,7 @@
|
|
|
1234
1234
|
"typeString": "uint256"
|
|
1235
1235
|
},
|
|
1236
1236
|
"typeName": {
|
|
1237
|
-
"id":
|
|
1237
|
+
"id": 25229,
|
|
1238
1238
|
"name": "uint256",
|
|
1239
1239
|
"nodeType": "ElementaryTypeName",
|
|
1240
1240
|
"src": "2798:7:57",
|
|
@@ -1247,12 +1247,12 @@
|
|
|
1247
1247
|
},
|
|
1248
1248
|
{
|
|
1249
1249
|
"constant": false,
|
|
1250
|
-
"id":
|
|
1250
|
+
"id": 25232,
|
|
1251
1251
|
"mutability": "mutable",
|
|
1252
1252
|
"name": "owedDeposit",
|
|
1253
1253
|
"nameLocation": "2835:11:57",
|
|
1254
1254
|
"nodeType": "VariableDeclaration",
|
|
1255
|
-
"scope":
|
|
1255
|
+
"scope": 25236,
|
|
1256
1256
|
"src": "2827:19:57",
|
|
1257
1257
|
"stateVariable": false,
|
|
1258
1258
|
"storageLocation": "default",
|
|
@@ -1261,7 +1261,7 @@
|
|
|
1261
1261
|
"typeString": "uint256"
|
|
1262
1262
|
},
|
|
1263
1263
|
"typeName": {
|
|
1264
|
-
"id":
|
|
1264
|
+
"id": 25231,
|
|
1265
1265
|
"name": "uint256",
|
|
1266
1266
|
"nodeType": "ElementaryTypeName",
|
|
1267
1267
|
"src": "2827:7:57",
|
|
@@ -1274,12 +1274,12 @@
|
|
|
1274
1274
|
},
|
|
1275
1275
|
{
|
|
1276
1276
|
"constant": false,
|
|
1277
|
-
"id":
|
|
1277
|
+
"id": 25234,
|
|
1278
1278
|
"mutability": "mutable",
|
|
1279
1279
|
"name": "timestamp",
|
|
1280
1280
|
"nameLocation": "2868:9:57",
|
|
1281
1281
|
"nodeType": "VariableDeclaration",
|
|
1282
|
-
"scope":
|
|
1282
|
+
"scope": 25236,
|
|
1283
1283
|
"src": "2860:17:57",
|
|
1284
1284
|
"stateVariable": false,
|
|
1285
1285
|
"storageLocation": "default",
|
|
@@ -1288,7 +1288,7 @@
|
|
|
1288
1288
|
"typeString": "uint256"
|
|
1289
1289
|
},
|
|
1290
1290
|
"typeName": {
|
|
1291
|
-
"id":
|
|
1291
|
+
"id": 25233,
|
|
1292
1292
|
"name": "uint256",
|
|
1293
1293
|
"nodeType": "ElementaryTypeName",
|
|
1294
1294
|
"src": "2860:7:57",
|
|
@@ -1302,7 +1302,7 @@
|
|
|
1302
1302
|
],
|
|
1303
1303
|
"src": "2747:131:57"
|
|
1304
1304
|
},
|
|
1305
|
-
"scope":
|
|
1305
|
+
"scope": 25466,
|
|
1306
1306
|
"src": "2649:230:57",
|
|
1307
1307
|
"stateMutability": "view",
|
|
1308
1308
|
"virtual": false,
|
|
@@ -1310,13 +1310,13 @@
|
|
|
1310
1310
|
},
|
|
1311
1311
|
{
|
|
1312
1312
|
"documentation": {
|
|
1313
|
-
"id":
|
|
1313
|
+
"id": 25237,
|
|
1314
1314
|
"nodeType": "StructuredDocumentation",
|
|
1315
1315
|
"src": "2885:309:57",
|
|
1316
1316
|
"text": " @notice Check if account is critical\n @dev A critical account is when availableBalance < 0\n @param account The account to check\n @param timestamp The time we'd like to check if the account is critical (should use future)\n @return isCritical Whether the account is critical"
|
|
1317
1317
|
},
|
|
1318
1318
|
"functionSelector": "d9d078d6",
|
|
1319
|
-
"id":
|
|
1319
|
+
"id": 25246,
|
|
1320
1320
|
"implemented": false,
|
|
1321
1321
|
"kind": "function",
|
|
1322
1322
|
"modifiers": [],
|
|
@@ -1324,17 +1324,17 @@
|
|
|
1324
1324
|
"nameLocation": "3208:17:57",
|
|
1325
1325
|
"nodeType": "FunctionDefinition",
|
|
1326
1326
|
"parameters": {
|
|
1327
|
-
"id":
|
|
1327
|
+
"id": 25242,
|
|
1328
1328
|
"nodeType": "ParameterList",
|
|
1329
1329
|
"parameters": [
|
|
1330
1330
|
{
|
|
1331
1331
|
"constant": false,
|
|
1332
|
-
"id":
|
|
1332
|
+
"id": 25239,
|
|
1333
1333
|
"mutability": "mutable",
|
|
1334
1334
|
"name": "account",
|
|
1335
1335
|
"nameLocation": "3243:7:57",
|
|
1336
1336
|
"nodeType": "VariableDeclaration",
|
|
1337
|
-
"scope":
|
|
1337
|
+
"scope": 25246,
|
|
1338
1338
|
"src": "3235:15:57",
|
|
1339
1339
|
"stateVariable": false,
|
|
1340
1340
|
"storageLocation": "default",
|
|
@@ -1343,7 +1343,7 @@
|
|
|
1343
1343
|
"typeString": "address"
|
|
1344
1344
|
},
|
|
1345
1345
|
"typeName": {
|
|
1346
|
-
"id":
|
|
1346
|
+
"id": 25238,
|
|
1347
1347
|
"name": "address",
|
|
1348
1348
|
"nodeType": "ElementaryTypeName",
|
|
1349
1349
|
"src": "3235:7:57",
|
|
@@ -1357,12 +1357,12 @@
|
|
|
1357
1357
|
},
|
|
1358
1358
|
{
|
|
1359
1359
|
"constant": false,
|
|
1360
|
-
"id":
|
|
1360
|
+
"id": 25241,
|
|
1361
1361
|
"mutability": "mutable",
|
|
1362
1362
|
"name": "timestamp",
|
|
1363
1363
|
"nameLocation": "3268:9:57",
|
|
1364
1364
|
"nodeType": "VariableDeclaration",
|
|
1365
|
-
"scope":
|
|
1365
|
+
"scope": 25246,
|
|
1366
1366
|
"src": "3260:17:57",
|
|
1367
1367
|
"stateVariable": false,
|
|
1368
1368
|
"storageLocation": "default",
|
|
@@ -1371,7 +1371,7 @@
|
|
|
1371
1371
|
"typeString": "uint256"
|
|
1372
1372
|
},
|
|
1373
1373
|
"typeName": {
|
|
1374
|
-
"id":
|
|
1374
|
+
"id": 25240,
|
|
1375
1375
|
"name": "uint256",
|
|
1376
1376
|
"nodeType": "ElementaryTypeName",
|
|
1377
1377
|
"src": "3260:7:57",
|
|
@@ -1386,17 +1386,17 @@
|
|
|
1386
1386
|
"src": "3225:58:57"
|
|
1387
1387
|
},
|
|
1388
1388
|
"returnParameters": {
|
|
1389
|
-
"id":
|
|
1389
|
+
"id": 25245,
|
|
1390
1390
|
"nodeType": "ParameterList",
|
|
1391
1391
|
"parameters": [
|
|
1392
1392
|
{
|
|
1393
1393
|
"constant": false,
|
|
1394
|
-
"id":
|
|
1394
|
+
"id": 25244,
|
|
1395
1395
|
"mutability": "mutable",
|
|
1396
1396
|
"name": "isCritical",
|
|
1397
1397
|
"nameLocation": "3327:10:57",
|
|
1398
1398
|
"nodeType": "VariableDeclaration",
|
|
1399
|
-
"scope":
|
|
1399
|
+
"scope": 25246,
|
|
1400
1400
|
"src": "3322:15:57",
|
|
1401
1401
|
"stateVariable": false,
|
|
1402
1402
|
"storageLocation": "default",
|
|
@@ -1405,7 +1405,7 @@
|
|
|
1405
1405
|
"typeString": "bool"
|
|
1406
1406
|
},
|
|
1407
1407
|
"typeName": {
|
|
1408
|
-
"id":
|
|
1408
|
+
"id": 25243,
|
|
1409
1409
|
"name": "bool",
|
|
1410
1410
|
"nodeType": "ElementaryTypeName",
|
|
1411
1411
|
"src": "3322:4:57",
|
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
],
|
|
1420
1420
|
"src": "3321:17:57"
|
|
1421
1421
|
},
|
|
1422
|
-
"scope":
|
|
1422
|
+
"scope": 25466,
|
|
1423
1423
|
"src": "3199:140:57",
|
|
1424
1424
|
"stateMutability": "view",
|
|
1425
1425
|
"virtual": false,
|
|
@@ -1427,13 +1427,13 @@
|
|
|
1427
1427
|
},
|
|
1428
1428
|
{
|
|
1429
1429
|
"documentation": {
|
|
1430
|
-
"id":
|
|
1430
|
+
"id": 25247,
|
|
1431
1431
|
"nodeType": "StructuredDocumentation",
|
|
1432
1432
|
"src": "3345:239:57",
|
|
1433
1433
|
"text": " @notice Check if account is critical now (current host.getNow())\n @dev A critical account is when availableBalance < 0\n @param account The account to check\n @return isCritical Whether the account is critical"
|
|
1434
1434
|
},
|
|
1435
1435
|
"functionSelector": "79359f6f",
|
|
1436
|
-
"id":
|
|
1436
|
+
"id": 25254,
|
|
1437
1437
|
"implemented": false,
|
|
1438
1438
|
"kind": "function",
|
|
1439
1439
|
"modifiers": [],
|
|
@@ -1441,17 +1441,17 @@
|
|
|
1441
1441
|
"nameLocation": "3598:20:57",
|
|
1442
1442
|
"nodeType": "FunctionDefinition",
|
|
1443
1443
|
"parameters": {
|
|
1444
|
-
"id":
|
|
1444
|
+
"id": 25250,
|
|
1445
1445
|
"nodeType": "ParameterList",
|
|
1446
1446
|
"parameters": [
|
|
1447
1447
|
{
|
|
1448
1448
|
"constant": false,
|
|
1449
|
-
"id":
|
|
1449
|
+
"id": 25249,
|
|
1450
1450
|
"mutability": "mutable",
|
|
1451
1451
|
"name": "account",
|
|
1452
1452
|
"nameLocation": "3636:7:57",
|
|
1453
1453
|
"nodeType": "VariableDeclaration",
|
|
1454
|
-
"scope":
|
|
1454
|
+
"scope": 25254,
|
|
1455
1455
|
"src": "3628:15:57",
|
|
1456
1456
|
"stateVariable": false,
|
|
1457
1457
|
"storageLocation": "default",
|
|
@@ -1460,7 +1460,7 @@
|
|
|
1460
1460
|
"typeString": "address"
|
|
1461
1461
|
},
|
|
1462
1462
|
"typeName": {
|
|
1463
|
-
"id":
|
|
1463
|
+
"id": 25248,
|
|
1464
1464
|
"name": "address",
|
|
1465
1465
|
"nodeType": "ElementaryTypeName",
|
|
1466
1466
|
"src": "3628:7:57",
|
|
@@ -1476,17 +1476,17 @@
|
|
|
1476
1476
|
"src": "3618:31:57"
|
|
1477
1477
|
},
|
|
1478
1478
|
"returnParameters": {
|
|
1479
|
-
"id":
|
|
1479
|
+
"id": 25253,
|
|
1480
1480
|
"nodeType": "ParameterList",
|
|
1481
1481
|
"parameters": [
|
|
1482
1482
|
{
|
|
1483
1483
|
"constant": false,
|
|
1484
|
-
"id":
|
|
1484
|
+
"id": 25252,
|
|
1485
1485
|
"mutability": "mutable",
|
|
1486
1486
|
"name": "isCritical",
|
|
1487
1487
|
"nameLocation": "3693:10:57",
|
|
1488
1488
|
"nodeType": "VariableDeclaration",
|
|
1489
|
-
"scope":
|
|
1489
|
+
"scope": 25254,
|
|
1490
1490
|
"src": "3688:15:57",
|
|
1491
1491
|
"stateVariable": false,
|
|
1492
1492
|
"storageLocation": "default",
|
|
@@ -1495,7 +1495,7 @@
|
|
|
1495
1495
|
"typeString": "bool"
|
|
1496
1496
|
},
|
|
1497
1497
|
"typeName": {
|
|
1498
|
-
"id":
|
|
1498
|
+
"id": 25251,
|
|
1499
1499
|
"name": "bool",
|
|
1500
1500
|
"nodeType": "ElementaryTypeName",
|
|
1501
1501
|
"src": "3688:4:57",
|
|
@@ -1509,7 +1509,7 @@
|
|
|
1509
1509
|
],
|
|
1510
1510
|
"src": "3687:17:57"
|
|
1511
1511
|
},
|
|
1512
|
-
"scope":
|
|
1512
|
+
"scope": 25466,
|
|
1513
1513
|
"src": "3589:116:57",
|
|
1514
1514
|
"stateMutability": "view",
|
|
1515
1515
|
"virtual": false,
|
|
@@ -1517,13 +1517,13 @@
|
|
|
1517
1517
|
},
|
|
1518
1518
|
{
|
|
1519
1519
|
"documentation": {
|
|
1520
|
-
"id":
|
|
1520
|
+
"id": 25255,
|
|
1521
1521
|
"nodeType": "StructuredDocumentation",
|
|
1522
1522
|
"src": "3711:383:57",
|
|
1523
1523
|
"text": " @notice Check if account is solvent\n @dev An account is insolvent when the sum of deposits for a token can't cover the negative availableBalance\n @param account The account to check\n @param timestamp The time we'd like to check if the account is solvent (should use future)\n @return isSolvent True if the account is solvent, false otherwise"
|
|
1524
1524
|
},
|
|
1525
1525
|
"functionSelector": "b84cdd4a",
|
|
1526
|
-
"id":
|
|
1526
|
+
"id": 25264,
|
|
1527
1527
|
"implemented": false,
|
|
1528
1528
|
"kind": "function",
|
|
1529
1529
|
"modifiers": [],
|
|
@@ -1531,17 +1531,17 @@
|
|
|
1531
1531
|
"nameLocation": "4108:16:57",
|
|
1532
1532
|
"nodeType": "FunctionDefinition",
|
|
1533
1533
|
"parameters": {
|
|
1534
|
-
"id":
|
|
1534
|
+
"id": 25260,
|
|
1535
1535
|
"nodeType": "ParameterList",
|
|
1536
1536
|
"parameters": [
|
|
1537
1537
|
{
|
|
1538
1538
|
"constant": false,
|
|
1539
|
-
"id":
|
|
1539
|
+
"id": 25257,
|
|
1540
1540
|
"mutability": "mutable",
|
|
1541
1541
|
"name": "account",
|
|
1542
1542
|
"nameLocation": "4142:7:57",
|
|
1543
1543
|
"nodeType": "VariableDeclaration",
|
|
1544
|
-
"scope":
|
|
1544
|
+
"scope": 25264,
|
|
1545
1545
|
"src": "4134:15:57",
|
|
1546
1546
|
"stateVariable": false,
|
|
1547
1547
|
"storageLocation": "default",
|
|
@@ -1550,7 +1550,7 @@
|
|
|
1550
1550
|
"typeString": "address"
|
|
1551
1551
|
},
|
|
1552
1552
|
"typeName": {
|
|
1553
|
-
"id":
|
|
1553
|
+
"id": 25256,
|
|
1554
1554
|
"name": "address",
|
|
1555
1555
|
"nodeType": "ElementaryTypeName",
|
|
1556
1556
|
"src": "4134:7:57",
|
|
@@ -1564,12 +1564,12 @@
|
|
|
1564
1564
|
},
|
|
1565
1565
|
{
|
|
1566
1566
|
"constant": false,
|
|
1567
|
-
"id":
|
|
1567
|
+
"id": 25259,
|
|
1568
1568
|
"mutability": "mutable",
|
|
1569
1569
|
"name": "timestamp",
|
|
1570
1570
|
"nameLocation": "4167:9:57",
|
|
1571
1571
|
"nodeType": "VariableDeclaration",
|
|
1572
|
-
"scope":
|
|
1572
|
+
"scope": 25264,
|
|
1573
1573
|
"src": "4159:17:57",
|
|
1574
1574
|
"stateVariable": false,
|
|
1575
1575
|
"storageLocation": "default",
|
|
@@ -1578,7 +1578,7 @@
|
|
|
1578
1578
|
"typeString": "uint256"
|
|
1579
1579
|
},
|
|
1580
1580
|
"typeName": {
|
|
1581
|
-
"id":
|
|
1581
|
+
"id": 25258,
|
|
1582
1582
|
"name": "uint256",
|
|
1583
1583
|
"nodeType": "ElementaryTypeName",
|
|
1584
1584
|
"src": "4159:7:57",
|
|
@@ -1593,17 +1593,17 @@
|
|
|
1593
1593
|
"src": "4124:58:57"
|
|
1594
1594
|
},
|
|
1595
1595
|
"returnParameters": {
|
|
1596
|
-
"id":
|
|
1596
|
+
"id": 25263,
|
|
1597
1597
|
"nodeType": "ParameterList",
|
|
1598
1598
|
"parameters": [
|
|
1599
1599
|
{
|
|
1600
1600
|
"constant": false,
|
|
1601
|
-
"id":
|
|
1601
|
+
"id": 25262,
|
|
1602
1602
|
"mutability": "mutable",
|
|
1603
1603
|
"name": "isSolvent",
|
|
1604
1604
|
"nameLocation": "4226:9:57",
|
|
1605
1605
|
"nodeType": "VariableDeclaration",
|
|
1606
|
-
"scope":
|
|
1606
|
+
"scope": 25264,
|
|
1607
1607
|
"src": "4221:14:57",
|
|
1608
1608
|
"stateVariable": false,
|
|
1609
1609
|
"storageLocation": "default",
|
|
@@ -1612,7 +1612,7 @@
|
|
|
1612
1612
|
"typeString": "bool"
|
|
1613
1613
|
},
|
|
1614
1614
|
"typeName": {
|
|
1615
|
-
"id":
|
|
1615
|
+
"id": 25261,
|
|
1616
1616
|
"name": "bool",
|
|
1617
1617
|
"nodeType": "ElementaryTypeName",
|
|
1618
1618
|
"src": "4221:4:57",
|
|
@@ -1626,7 +1626,7 @@
|
|
|
1626
1626
|
],
|
|
1627
1627
|
"src": "4220:16:57"
|
|
1628
1628
|
},
|
|
1629
|
-
"scope":
|
|
1629
|
+
"scope": 25466,
|
|
1630
1630
|
"src": "4099:138:57",
|
|
1631
1631
|
"stateMutability": "view",
|
|
1632
1632
|
"virtual": false,
|
|
@@ -1634,13 +1634,13 @@
|
|
|
1634
1634
|
},
|
|
1635
1635
|
{
|
|
1636
1636
|
"documentation": {
|
|
1637
|
-
"id":
|
|
1637
|
+
"id": 25265,
|
|
1638
1638
|
"nodeType": "StructuredDocumentation",
|
|
1639
1639
|
"src": "4243:289:57",
|
|
1640
1640
|
"text": " @notice Check if account is solvent now\n @dev An account is insolvent when the sum of deposits for a token can't cover the negative availableBalance\n @param account The account to check\n @return isSolvent True if the account is solvent, false otherwise"
|
|
1641
1641
|
},
|
|
1642
1642
|
"functionSelector": "bb0d196e",
|
|
1643
|
-
"id":
|
|
1643
|
+
"id": 25272,
|
|
1644
1644
|
"implemented": false,
|
|
1645
1645
|
"kind": "function",
|
|
1646
1646
|
"modifiers": [],
|
|
@@ -1648,17 +1648,17 @@
|
|
|
1648
1648
|
"nameLocation": "4546:19:57",
|
|
1649
1649
|
"nodeType": "FunctionDefinition",
|
|
1650
1650
|
"parameters": {
|
|
1651
|
-
"id":
|
|
1651
|
+
"id": 25268,
|
|
1652
1652
|
"nodeType": "ParameterList",
|
|
1653
1653
|
"parameters": [
|
|
1654
1654
|
{
|
|
1655
1655
|
"constant": false,
|
|
1656
|
-
"id":
|
|
1656
|
+
"id": 25267,
|
|
1657
1657
|
"mutability": "mutable",
|
|
1658
1658
|
"name": "account",
|
|
1659
1659
|
"nameLocation": "4583:7:57",
|
|
1660
1660
|
"nodeType": "VariableDeclaration",
|
|
1661
|
-
"scope":
|
|
1661
|
+
"scope": 25272,
|
|
1662
1662
|
"src": "4575:15:57",
|
|
1663
1663
|
"stateVariable": false,
|
|
1664
1664
|
"storageLocation": "default",
|
|
@@ -1667,7 +1667,7 @@
|
|
|
1667
1667
|
"typeString": "address"
|
|
1668
1668
|
},
|
|
1669
1669
|
"typeName": {
|
|
1670
|
-
"id":
|
|
1670
|
+
"id": 25266,
|
|
1671
1671
|
"name": "address",
|
|
1672
1672
|
"nodeType": "ElementaryTypeName",
|
|
1673
1673
|
"src": "4575:7:57",
|
|
@@ -1683,17 +1683,17 @@
|
|
|
1683
1683
|
"src": "4565:31:57"
|
|
1684
1684
|
},
|
|
1685
1685
|
"returnParameters": {
|
|
1686
|
-
"id":
|
|
1686
|
+
"id": 25271,
|
|
1687
1687
|
"nodeType": "ParameterList",
|
|
1688
1688
|
"parameters": [
|
|
1689
1689
|
{
|
|
1690
1690
|
"constant": false,
|
|
1691
|
-
"id":
|
|
1691
|
+
"id": 25270,
|
|
1692
1692
|
"mutability": "mutable",
|
|
1693
1693
|
"name": "isSolvent",
|
|
1694
1694
|
"nameLocation": "4640:9:57",
|
|
1695
1695
|
"nodeType": "VariableDeclaration",
|
|
1696
|
-
"scope":
|
|
1696
|
+
"scope": 25272,
|
|
1697
1697
|
"src": "4635:14:57",
|
|
1698
1698
|
"stateVariable": false,
|
|
1699
1699
|
"storageLocation": "default",
|
|
@@ -1702,7 +1702,7 @@
|
|
|
1702
1702
|
"typeString": "bool"
|
|
1703
1703
|
},
|
|
1704
1704
|
"typeName": {
|
|
1705
|
-
"id":
|
|
1705
|
+
"id": 25269,
|
|
1706
1706
|
"name": "bool",
|
|
1707
1707
|
"nodeType": "ElementaryTypeName",
|
|
1708
1708
|
"src": "4635:4:57",
|
|
@@ -1716,7 +1716,7 @@
|
|
|
1716
1716
|
],
|
|
1717
1717
|
"src": "4634:16:57"
|
|
1718
1718
|
},
|
|
1719
|
-
"scope":
|
|
1719
|
+
"scope": 25466,
|
|
1720
1720
|
"src": "4537:114:57",
|
|
1721
1721
|
"stateMutability": "view",
|
|
1722
1722
|
"virtual": false,
|
|
@@ -1724,13 +1724,13 @@
|
|
|
1724
1724
|
},
|
|
1725
1725
|
{
|
|
1726
1726
|
"documentation": {
|
|
1727
|
-
"id":
|
|
1727
|
+
"id": 25273,
|
|
1728
1728
|
"nodeType": "StructuredDocumentation",
|
|
1729
1729
|
"src": "4657:277:57",
|
|
1730
1730
|
"text": " @notice Get a list of agreements that is active for the account\n @dev An active agreement is one that has state for the account\n @param account Account to query\n @return activeAgreements List of accounts that have non-zero states for the account"
|
|
1731
1731
|
},
|
|
1732
1732
|
"functionSelector": "386fa221",
|
|
1733
|
-
"id":
|
|
1733
|
+
"id": 25282,
|
|
1734
1734
|
"implemented": false,
|
|
1735
1735
|
"kind": "function",
|
|
1736
1736
|
"modifiers": [],
|
|
@@ -1738,17 +1738,17 @@
|
|
|
1738
1738
|
"nameLocation": "4948:26:57",
|
|
1739
1739
|
"nodeType": "FunctionDefinition",
|
|
1740
1740
|
"parameters": {
|
|
1741
|
-
"id":
|
|
1741
|
+
"id": 25276,
|
|
1742
1742
|
"nodeType": "ParameterList",
|
|
1743
1743
|
"parameters": [
|
|
1744
1744
|
{
|
|
1745
1745
|
"constant": false,
|
|
1746
|
-
"id":
|
|
1746
|
+
"id": 25275,
|
|
1747
1747
|
"mutability": "mutable",
|
|
1748
1748
|
"name": "account",
|
|
1749
1749
|
"nameLocation": "4983:7:57",
|
|
1750
1750
|
"nodeType": "VariableDeclaration",
|
|
1751
|
-
"scope":
|
|
1751
|
+
"scope": 25282,
|
|
1752
1752
|
"src": "4975:15:57",
|
|
1753
1753
|
"stateVariable": false,
|
|
1754
1754
|
"storageLocation": "default",
|
|
@@ -1757,7 +1757,7 @@
|
|
|
1757
1757
|
"typeString": "address"
|
|
1758
1758
|
},
|
|
1759
1759
|
"typeName": {
|
|
1760
|
-
"id":
|
|
1760
|
+
"id": 25274,
|
|
1761
1761
|
"name": "address",
|
|
1762
1762
|
"nodeType": "ElementaryTypeName",
|
|
1763
1763
|
"src": "4975:7:57",
|
|
@@ -1773,50 +1773,50 @@
|
|
|
1773
1773
|
"src": "4974:17:57"
|
|
1774
1774
|
},
|
|
1775
1775
|
"returnParameters": {
|
|
1776
|
-
"id":
|
|
1776
|
+
"id": 25281,
|
|
1777
1777
|
"nodeType": "ParameterList",
|
|
1778
1778
|
"parameters": [
|
|
1779
1779
|
{
|
|
1780
1780
|
"constant": false,
|
|
1781
|
-
"id":
|
|
1781
|
+
"id": 25280,
|
|
1782
1782
|
"mutability": "mutable",
|
|
1783
1783
|
"name": "activeAgreements",
|
|
1784
1784
|
"nameLocation": "5053:16:57",
|
|
1785
1785
|
"nodeType": "VariableDeclaration",
|
|
1786
|
-
"scope":
|
|
1786
|
+
"scope": 25282,
|
|
1787
1787
|
"src": "5028:41:57",
|
|
1788
1788
|
"stateVariable": false,
|
|
1789
1789
|
"storageLocation": "memory",
|
|
1790
1790
|
"typeDescriptions": {
|
|
1791
|
-
"typeIdentifier": "t_array$_t_contract$_ISuperAgreement_$
|
|
1791
|
+
"typeIdentifier": "t_array$_t_contract$_ISuperAgreement_$23809_$dyn_memory_ptr",
|
|
1792
1792
|
"typeString": "contract ISuperAgreement[]"
|
|
1793
1793
|
},
|
|
1794
1794
|
"typeName": {
|
|
1795
1795
|
"baseType": {
|
|
1796
|
-
"id":
|
|
1796
|
+
"id": 25278,
|
|
1797
1797
|
"nodeType": "UserDefinedTypeName",
|
|
1798
1798
|
"pathNode": {
|
|
1799
|
-
"id":
|
|
1799
|
+
"id": 25277,
|
|
1800
1800
|
"name": "ISuperAgreement",
|
|
1801
1801
|
"nameLocations": [
|
|
1802
1802
|
"5028:15:57"
|
|
1803
1803
|
],
|
|
1804
1804
|
"nodeType": "IdentifierPath",
|
|
1805
|
-
"referencedDeclaration":
|
|
1805
|
+
"referencedDeclaration": 23809,
|
|
1806
1806
|
"src": "5028:15:57"
|
|
1807
1807
|
},
|
|
1808
|
-
"referencedDeclaration":
|
|
1808
|
+
"referencedDeclaration": 23809,
|
|
1809
1809
|
"src": "5028:15:57",
|
|
1810
1810
|
"typeDescriptions": {
|
|
1811
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
1811
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$23809",
|
|
1812
1812
|
"typeString": "contract ISuperAgreement"
|
|
1813
1813
|
}
|
|
1814
1814
|
},
|
|
1815
|
-
"id":
|
|
1815
|
+
"id": 25279,
|
|
1816
1816
|
"nodeType": "ArrayTypeName",
|
|
1817
1817
|
"src": "5028:17:57",
|
|
1818
1818
|
"typeDescriptions": {
|
|
1819
|
-
"typeIdentifier": "t_array$_t_contract$_ISuperAgreement_$
|
|
1819
|
+
"typeIdentifier": "t_array$_t_contract$_ISuperAgreement_$23809_$dyn_storage_ptr",
|
|
1820
1820
|
"typeString": "contract ISuperAgreement[]"
|
|
1821
1821
|
}
|
|
1822
1822
|
},
|
|
@@ -1825,7 +1825,7 @@
|
|
|
1825
1825
|
],
|
|
1826
1826
|
"src": "5027:43:57"
|
|
1827
1827
|
},
|
|
1828
|
-
"scope":
|
|
1828
|
+
"scope": 25466,
|
|
1829
1829
|
"src": "4939:132:57",
|
|
1830
1830
|
"stateMutability": "view",
|
|
1831
1831
|
"virtual": false,
|
|
@@ -1833,13 +1833,13 @@
|
|
|
1833
1833
|
},
|
|
1834
1834
|
{
|
|
1835
1835
|
"documentation": {
|
|
1836
|
-
"id":
|
|
1836
|
+
"id": 25283,
|
|
1837
1837
|
"nodeType": "StructuredDocumentation",
|
|
1838
1838
|
"src": "5277:110:57",
|
|
1839
1839
|
"text": " @dev Create a new agreement\n @param id Agreement ID\n @param data Agreement data"
|
|
1840
1840
|
},
|
|
1841
1841
|
"functionSelector": "12a6a3f8",
|
|
1842
|
-
"id":
|
|
1842
|
+
"id": 25291,
|
|
1843
1843
|
"implemented": false,
|
|
1844
1844
|
"kind": "function",
|
|
1845
1845
|
"modifiers": [],
|
|
@@ -1847,17 +1847,17 @@
|
|
|
1847
1847
|
"nameLocation": "5401:15:57",
|
|
1848
1848
|
"nodeType": "FunctionDefinition",
|
|
1849
1849
|
"parameters": {
|
|
1850
|
-
"id":
|
|
1850
|
+
"id": 25289,
|
|
1851
1851
|
"nodeType": "ParameterList",
|
|
1852
1852
|
"parameters": [
|
|
1853
1853
|
{
|
|
1854
1854
|
"constant": false,
|
|
1855
|
-
"id":
|
|
1855
|
+
"id": 25285,
|
|
1856
1856
|
"mutability": "mutable",
|
|
1857
1857
|
"name": "id",
|
|
1858
1858
|
"nameLocation": "5434:2:57",
|
|
1859
1859
|
"nodeType": "VariableDeclaration",
|
|
1860
|
-
"scope":
|
|
1860
|
+
"scope": 25291,
|
|
1861
1861
|
"src": "5426:10:57",
|
|
1862
1862
|
"stateVariable": false,
|
|
1863
1863
|
"storageLocation": "default",
|
|
@@ -1866,7 +1866,7 @@
|
|
|
1866
1866
|
"typeString": "bytes32"
|
|
1867
1867
|
},
|
|
1868
1868
|
"typeName": {
|
|
1869
|
-
"id":
|
|
1869
|
+
"id": 25284,
|
|
1870
1870
|
"name": "bytes32",
|
|
1871
1871
|
"nodeType": "ElementaryTypeName",
|
|
1872
1872
|
"src": "5426:7:57",
|
|
@@ -1879,12 +1879,12 @@
|
|
|
1879
1879
|
},
|
|
1880
1880
|
{
|
|
1881
1881
|
"constant": false,
|
|
1882
|
-
"id":
|
|
1882
|
+
"id": 25288,
|
|
1883
1883
|
"mutability": "mutable",
|
|
1884
1884
|
"name": "data",
|
|
1885
1885
|
"nameLocation": "5465:4:57",
|
|
1886
1886
|
"nodeType": "VariableDeclaration",
|
|
1887
|
-
"scope":
|
|
1887
|
+
"scope": 25291,
|
|
1888
1888
|
"src": "5446:23:57",
|
|
1889
1889
|
"stateVariable": false,
|
|
1890
1890
|
"storageLocation": "calldata",
|
|
@@ -1894,7 +1894,7 @@
|
|
|
1894
1894
|
},
|
|
1895
1895
|
"typeName": {
|
|
1896
1896
|
"baseType": {
|
|
1897
|
-
"id":
|
|
1897
|
+
"id": 25286,
|
|
1898
1898
|
"name": "bytes32",
|
|
1899
1899
|
"nodeType": "ElementaryTypeName",
|
|
1900
1900
|
"src": "5446:7:57",
|
|
@@ -1903,7 +1903,7 @@
|
|
|
1903
1903
|
"typeString": "bytes32"
|
|
1904
1904
|
}
|
|
1905
1905
|
},
|
|
1906
|
-
"id":
|
|
1906
|
+
"id": 25287,
|
|
1907
1907
|
"nodeType": "ArrayTypeName",
|
|
1908
1908
|
"src": "5446:9:57",
|
|
1909
1909
|
"typeDescriptions": {
|
|
@@ -1917,12 +1917,12 @@
|
|
|
1917
1917
|
"src": "5416:59:57"
|
|
1918
1918
|
},
|
|
1919
1919
|
"returnParameters": {
|
|
1920
|
-
"id":
|
|
1920
|
+
"id": 25290,
|
|
1921
1921
|
"nodeType": "ParameterList",
|
|
1922
1922
|
"parameters": [],
|
|
1923
1923
|
"src": "5492:0:57"
|
|
1924
1924
|
},
|
|
1925
|
-
"scope":
|
|
1925
|
+
"scope": 25466,
|
|
1926
1926
|
"src": "5392:101:57",
|
|
1927
1927
|
"stateMutability": "nonpayable",
|
|
1928
1928
|
"virtual": false,
|
|
@@ -1931,29 +1931,29 @@
|
|
|
1931
1931
|
{
|
|
1932
1932
|
"anonymous": false,
|
|
1933
1933
|
"documentation": {
|
|
1934
|
-
"id":
|
|
1934
|
+
"id": 25292,
|
|
1935
1935
|
"nodeType": "StructuredDocumentation",
|
|
1936
1936
|
"src": "5498:174:57",
|
|
1937
1937
|
"text": " @dev Agreement created event\n @param agreementClass Contract address of the agreement\n @param id Agreement ID\n @param data Agreement data"
|
|
1938
1938
|
},
|
|
1939
1939
|
"eventSelector": "770ea40a13a4644573ed785e5c7116890709947918747febc5add46feb531e2d",
|
|
1940
|
-
"id":
|
|
1940
|
+
"id": 25301,
|
|
1941
1941
|
"name": "AgreementCreated",
|
|
1942
1942
|
"nameLocation": "5683:16:57",
|
|
1943
1943
|
"nodeType": "EventDefinition",
|
|
1944
1944
|
"parameters": {
|
|
1945
|
-
"id":
|
|
1945
|
+
"id": 25300,
|
|
1946
1946
|
"nodeType": "ParameterList",
|
|
1947
1947
|
"parameters": [
|
|
1948
1948
|
{
|
|
1949
1949
|
"constant": false,
|
|
1950
|
-
"id":
|
|
1950
|
+
"id": 25294,
|
|
1951
1951
|
"indexed": true,
|
|
1952
1952
|
"mutability": "mutable",
|
|
1953
1953
|
"name": "agreementClass",
|
|
1954
1954
|
"nameLocation": "5725:14:57",
|
|
1955
1955
|
"nodeType": "VariableDeclaration",
|
|
1956
|
-
"scope":
|
|
1956
|
+
"scope": 25301,
|
|
1957
1957
|
"src": "5709:30:57",
|
|
1958
1958
|
"stateVariable": false,
|
|
1959
1959
|
"storageLocation": "default",
|
|
@@ -1962,7 +1962,7 @@
|
|
|
1962
1962
|
"typeString": "address"
|
|
1963
1963
|
},
|
|
1964
1964
|
"typeName": {
|
|
1965
|
-
"id":
|
|
1965
|
+
"id": 25293,
|
|
1966
1966
|
"name": "address",
|
|
1967
1967
|
"nodeType": "ElementaryTypeName",
|
|
1968
1968
|
"src": "5709:7:57",
|
|
@@ -1976,13 +1976,13 @@
|
|
|
1976
1976
|
},
|
|
1977
1977
|
{
|
|
1978
1978
|
"constant": false,
|
|
1979
|
-
"id":
|
|
1979
|
+
"id": 25296,
|
|
1980
1980
|
"indexed": false,
|
|
1981
1981
|
"mutability": "mutable",
|
|
1982
1982
|
"name": "id",
|
|
1983
1983
|
"nameLocation": "5757:2:57",
|
|
1984
1984
|
"nodeType": "VariableDeclaration",
|
|
1985
|
-
"scope":
|
|
1985
|
+
"scope": 25301,
|
|
1986
1986
|
"src": "5749:10:57",
|
|
1987
1987
|
"stateVariable": false,
|
|
1988
1988
|
"storageLocation": "default",
|
|
@@ -1991,7 +1991,7 @@
|
|
|
1991
1991
|
"typeString": "bytes32"
|
|
1992
1992
|
},
|
|
1993
1993
|
"typeName": {
|
|
1994
|
-
"id":
|
|
1994
|
+
"id": 25295,
|
|
1995
1995
|
"name": "bytes32",
|
|
1996
1996
|
"nodeType": "ElementaryTypeName",
|
|
1997
1997
|
"src": "5749:7:57",
|
|
@@ -2004,13 +2004,13 @@
|
|
|
2004
2004
|
},
|
|
2005
2005
|
{
|
|
2006
2006
|
"constant": false,
|
|
2007
|
-
"id":
|
|
2007
|
+
"id": 25299,
|
|
2008
2008
|
"indexed": false,
|
|
2009
2009
|
"mutability": "mutable",
|
|
2010
2010
|
"name": "data",
|
|
2011
2011
|
"nameLocation": "5779:4:57",
|
|
2012
2012
|
"nodeType": "VariableDeclaration",
|
|
2013
|
-
"scope":
|
|
2013
|
+
"scope": 25301,
|
|
2014
2014
|
"src": "5769:14:57",
|
|
2015
2015
|
"stateVariable": false,
|
|
2016
2016
|
"storageLocation": "default",
|
|
@@ -2020,7 +2020,7 @@
|
|
|
2020
2020
|
},
|
|
2021
2021
|
"typeName": {
|
|
2022
2022
|
"baseType": {
|
|
2023
|
-
"id":
|
|
2023
|
+
"id": 25297,
|
|
2024
2024
|
"name": "bytes32",
|
|
2025
2025
|
"nodeType": "ElementaryTypeName",
|
|
2026
2026
|
"src": "5769:7:57",
|
|
@@ -2029,7 +2029,7 @@
|
|
|
2029
2029
|
"typeString": "bytes32"
|
|
2030
2030
|
}
|
|
2031
2031
|
},
|
|
2032
|
-
"id":
|
|
2032
|
+
"id": 25298,
|
|
2033
2033
|
"nodeType": "ArrayTypeName",
|
|
2034
2034
|
"src": "5769:9:57",
|
|
2035
2035
|
"typeDescriptions": {
|
|
@@ -2046,13 +2046,13 @@
|
|
|
2046
2046
|
},
|
|
2047
2047
|
{
|
|
2048
2048
|
"documentation": {
|
|
2049
|
-
"id":
|
|
2049
|
+
"id": 25302,
|
|
2050
2050
|
"nodeType": "StructuredDocumentation",
|
|
2051
2051
|
"src": "5796:184:57",
|
|
2052
2052
|
"text": " @dev Get data of the agreement\n @param agreementClass Contract address of the agreement\n @param id Agreement ID\n @return data Data of the agreement"
|
|
2053
2053
|
},
|
|
2054
2054
|
"functionSelector": "6c2d9f2f",
|
|
2055
|
-
"id":
|
|
2055
|
+
"id": 25314,
|
|
2056
2056
|
"implemented": false,
|
|
2057
2057
|
"kind": "function",
|
|
2058
2058
|
"modifiers": [],
|
|
@@ -2060,17 +2060,17 @@
|
|
|
2060
2060
|
"nameLocation": "5994:16:57",
|
|
2061
2061
|
"nodeType": "FunctionDefinition",
|
|
2062
2062
|
"parameters": {
|
|
2063
|
-
"id":
|
|
2063
|
+
"id": 25309,
|
|
2064
2064
|
"nodeType": "ParameterList",
|
|
2065
2065
|
"parameters": [
|
|
2066
2066
|
{
|
|
2067
2067
|
"constant": false,
|
|
2068
|
-
"id":
|
|
2068
|
+
"id": 25304,
|
|
2069
2069
|
"mutability": "mutable",
|
|
2070
2070
|
"name": "agreementClass",
|
|
2071
2071
|
"nameLocation": "6028:14:57",
|
|
2072
2072
|
"nodeType": "VariableDeclaration",
|
|
2073
|
-
"scope":
|
|
2073
|
+
"scope": 25314,
|
|
2074
2074
|
"src": "6020:22:57",
|
|
2075
2075
|
"stateVariable": false,
|
|
2076
2076
|
"storageLocation": "default",
|
|
@@ -2079,7 +2079,7 @@
|
|
|
2079
2079
|
"typeString": "address"
|
|
2080
2080
|
},
|
|
2081
2081
|
"typeName": {
|
|
2082
|
-
"id":
|
|
2082
|
+
"id": 25303,
|
|
2083
2083
|
"name": "address",
|
|
2084
2084
|
"nodeType": "ElementaryTypeName",
|
|
2085
2085
|
"src": "6020:7:57",
|
|
@@ -2093,12 +2093,12 @@
|
|
|
2093
2093
|
},
|
|
2094
2094
|
{
|
|
2095
2095
|
"constant": false,
|
|
2096
|
-
"id":
|
|
2096
|
+
"id": 25306,
|
|
2097
2097
|
"mutability": "mutable",
|
|
2098
2098
|
"name": "id",
|
|
2099
2099
|
"nameLocation": "6060:2:57",
|
|
2100
2100
|
"nodeType": "VariableDeclaration",
|
|
2101
|
-
"scope":
|
|
2101
|
+
"scope": 25314,
|
|
2102
2102
|
"src": "6052:10:57",
|
|
2103
2103
|
"stateVariable": false,
|
|
2104
2104
|
"storageLocation": "default",
|
|
@@ -2107,7 +2107,7 @@
|
|
|
2107
2107
|
"typeString": "bytes32"
|
|
2108
2108
|
},
|
|
2109
2109
|
"typeName": {
|
|
2110
|
-
"id":
|
|
2110
|
+
"id": 25305,
|
|
2111
2111
|
"name": "bytes32",
|
|
2112
2112
|
"nodeType": "ElementaryTypeName",
|
|
2113
2113
|
"src": "6052:7:57",
|
|
@@ -2120,12 +2120,12 @@
|
|
|
2120
2120
|
},
|
|
2121
2121
|
{
|
|
2122
2122
|
"constant": false,
|
|
2123
|
-
"id":
|
|
2123
|
+
"id": 25308,
|
|
2124
2124
|
"mutability": "mutable",
|
|
2125
2125
|
"name": "dataLength",
|
|
2126
2126
|
"nameLocation": "6077:10:57",
|
|
2127
2127
|
"nodeType": "VariableDeclaration",
|
|
2128
|
-
"scope":
|
|
2128
|
+
"scope": 25314,
|
|
2129
2129
|
"src": "6072:15:57",
|
|
2130
2130
|
"stateVariable": false,
|
|
2131
2131
|
"storageLocation": "default",
|
|
@@ -2134,7 +2134,7 @@
|
|
|
2134
2134
|
"typeString": "uint256"
|
|
2135
2135
|
},
|
|
2136
2136
|
"typeName": {
|
|
2137
|
-
"id":
|
|
2137
|
+
"id": 25307,
|
|
2138
2138
|
"name": "uint",
|
|
2139
2139
|
"nodeType": "ElementaryTypeName",
|
|
2140
2140
|
"src": "6072:4:57",
|
|
@@ -2149,17 +2149,17 @@
|
|
|
2149
2149
|
"src": "6010:83:57"
|
|
2150
2150
|
},
|
|
2151
2151
|
"returnParameters": {
|
|
2152
|
-
"id":
|
|
2152
|
+
"id": 25313,
|
|
2153
2153
|
"nodeType": "ParameterList",
|
|
2154
2154
|
"parameters": [
|
|
2155
2155
|
{
|
|
2156
2156
|
"constant": false,
|
|
2157
|
-
"id":
|
|
2157
|
+
"id": 25312,
|
|
2158
2158
|
"mutability": "mutable",
|
|
2159
2159
|
"name": "data",
|
|
2160
2160
|
"nameLocation": "6149:4:57",
|
|
2161
2161
|
"nodeType": "VariableDeclaration",
|
|
2162
|
-
"scope":
|
|
2162
|
+
"scope": 25314,
|
|
2163
2163
|
"src": "6132:21:57",
|
|
2164
2164
|
"stateVariable": false,
|
|
2165
2165
|
"storageLocation": "memory",
|
|
@@ -2169,7 +2169,7 @@
|
|
|
2169
2169
|
},
|
|
2170
2170
|
"typeName": {
|
|
2171
2171
|
"baseType": {
|
|
2172
|
-
"id":
|
|
2172
|
+
"id": 25310,
|
|
2173
2173
|
"name": "bytes32",
|
|
2174
2174
|
"nodeType": "ElementaryTypeName",
|
|
2175
2175
|
"src": "6132:7:57",
|
|
@@ -2178,7 +2178,7 @@
|
|
|
2178
2178
|
"typeString": "bytes32"
|
|
2179
2179
|
}
|
|
2180
2180
|
},
|
|
2181
|
-
"id":
|
|
2181
|
+
"id": 25311,
|
|
2182
2182
|
"nodeType": "ArrayTypeName",
|
|
2183
2183
|
"src": "6132:9:57",
|
|
2184
2184
|
"typeDescriptions": {
|
|
@@ -2191,7 +2191,7 @@
|
|
|
2191
2191
|
],
|
|
2192
2192
|
"src": "6131:23:57"
|
|
2193
2193
|
},
|
|
2194
|
-
"scope":
|
|
2194
|
+
"scope": 25466,
|
|
2195
2195
|
"src": "5985:170:57",
|
|
2196
2196
|
"stateMutability": "view",
|
|
2197
2197
|
"virtual": false,
|
|
@@ -2199,13 +2199,13 @@
|
|
|
2199
2199
|
},
|
|
2200
2200
|
{
|
|
2201
2201
|
"documentation": {
|
|
2202
|
-
"id":
|
|
2202
|
+
"id": 25315,
|
|
2203
2203
|
"nodeType": "StructuredDocumentation",
|
|
2204
2204
|
"src": "6161:110:57",
|
|
2205
2205
|
"text": " @dev Create a new agreement\n @param id Agreement ID\n @param data Agreement data"
|
|
2206
2206
|
},
|
|
2207
2207
|
"functionSelector": "a1b2bf8b",
|
|
2208
|
-
"id":
|
|
2208
|
+
"id": 25323,
|
|
2209
2209
|
"implemented": false,
|
|
2210
2210
|
"kind": "function",
|
|
2211
2211
|
"modifiers": [],
|
|
@@ -2213,17 +2213,17 @@
|
|
|
2213
2213
|
"nameLocation": "6285:19:57",
|
|
2214
2214
|
"nodeType": "FunctionDefinition",
|
|
2215
2215
|
"parameters": {
|
|
2216
|
-
"id":
|
|
2216
|
+
"id": 25321,
|
|
2217
2217
|
"nodeType": "ParameterList",
|
|
2218
2218
|
"parameters": [
|
|
2219
2219
|
{
|
|
2220
2220
|
"constant": false,
|
|
2221
|
-
"id":
|
|
2221
|
+
"id": 25317,
|
|
2222
2222
|
"mutability": "mutable",
|
|
2223
2223
|
"name": "id",
|
|
2224
2224
|
"nameLocation": "6322:2:57",
|
|
2225
2225
|
"nodeType": "VariableDeclaration",
|
|
2226
|
-
"scope":
|
|
2226
|
+
"scope": 25323,
|
|
2227
2227
|
"src": "6314:10:57",
|
|
2228
2228
|
"stateVariable": false,
|
|
2229
2229
|
"storageLocation": "default",
|
|
@@ -2232,7 +2232,7 @@
|
|
|
2232
2232
|
"typeString": "bytes32"
|
|
2233
2233
|
},
|
|
2234
2234
|
"typeName": {
|
|
2235
|
-
"id":
|
|
2235
|
+
"id": 25316,
|
|
2236
2236
|
"name": "bytes32",
|
|
2237
2237
|
"nodeType": "ElementaryTypeName",
|
|
2238
2238
|
"src": "6314:7:57",
|
|
@@ -2245,12 +2245,12 @@
|
|
|
2245
2245
|
},
|
|
2246
2246
|
{
|
|
2247
2247
|
"constant": false,
|
|
2248
|
-
"id":
|
|
2248
|
+
"id": 25320,
|
|
2249
2249
|
"mutability": "mutable",
|
|
2250
2250
|
"name": "data",
|
|
2251
2251
|
"nameLocation": "6353:4:57",
|
|
2252
2252
|
"nodeType": "VariableDeclaration",
|
|
2253
|
-
"scope":
|
|
2253
|
+
"scope": 25323,
|
|
2254
2254
|
"src": "6334:23:57",
|
|
2255
2255
|
"stateVariable": false,
|
|
2256
2256
|
"storageLocation": "calldata",
|
|
@@ -2260,7 +2260,7 @@
|
|
|
2260
2260
|
},
|
|
2261
2261
|
"typeName": {
|
|
2262
2262
|
"baseType": {
|
|
2263
|
-
"id":
|
|
2263
|
+
"id": 25318,
|
|
2264
2264
|
"name": "bytes32",
|
|
2265
2265
|
"nodeType": "ElementaryTypeName",
|
|
2266
2266
|
"src": "6334:7:57",
|
|
@@ -2269,7 +2269,7 @@
|
|
|
2269
2269
|
"typeString": "bytes32"
|
|
2270
2270
|
}
|
|
2271
2271
|
},
|
|
2272
|
-
"id":
|
|
2272
|
+
"id": 25319,
|
|
2273
2273
|
"nodeType": "ArrayTypeName",
|
|
2274
2274
|
"src": "6334:9:57",
|
|
2275
2275
|
"typeDescriptions": {
|
|
@@ -2283,12 +2283,12 @@
|
|
|
2283
2283
|
"src": "6304:59:57"
|
|
2284
2284
|
},
|
|
2285
2285
|
"returnParameters": {
|
|
2286
|
-
"id":
|
|
2286
|
+
"id": 25322,
|
|
2287
2287
|
"nodeType": "ParameterList",
|
|
2288
2288
|
"parameters": [],
|
|
2289
2289
|
"src": "6380:0:57"
|
|
2290
2290
|
},
|
|
2291
|
-
"scope":
|
|
2291
|
+
"scope": 25466,
|
|
2292
2292
|
"src": "6276:105:57",
|
|
2293
2293
|
"stateMutability": "nonpayable",
|
|
2294
2294
|
"virtual": false,
|
|
@@ -2297,29 +2297,29 @@
|
|
|
2297
2297
|
{
|
|
2298
2298
|
"anonymous": false,
|
|
2299
2299
|
"documentation": {
|
|
2300
|
-
"id":
|
|
2300
|
+
"id": 25324,
|
|
2301
2301
|
"nodeType": "StructuredDocumentation",
|
|
2302
2302
|
"src": "6386:174:57",
|
|
2303
2303
|
"text": " @dev Agreement updated event\n @param agreementClass Contract address of the agreement\n @param id Agreement ID\n @param data Agreement data"
|
|
2304
2304
|
},
|
|
2305
2305
|
"eventSelector": "0c4c547b3a4fcaa5be8353b3111472b124155bccc86de811d4a481c9e6e9faca",
|
|
2306
|
-
"id":
|
|
2306
|
+
"id": 25333,
|
|
2307
2307
|
"name": "AgreementUpdated",
|
|
2308
2308
|
"nameLocation": "6571:16:57",
|
|
2309
2309
|
"nodeType": "EventDefinition",
|
|
2310
2310
|
"parameters": {
|
|
2311
|
-
"id":
|
|
2311
|
+
"id": 25332,
|
|
2312
2312
|
"nodeType": "ParameterList",
|
|
2313
2313
|
"parameters": [
|
|
2314
2314
|
{
|
|
2315
2315
|
"constant": false,
|
|
2316
|
-
"id":
|
|
2316
|
+
"id": 25326,
|
|
2317
2317
|
"indexed": true,
|
|
2318
2318
|
"mutability": "mutable",
|
|
2319
2319
|
"name": "agreementClass",
|
|
2320
2320
|
"nameLocation": "6613:14:57",
|
|
2321
2321
|
"nodeType": "VariableDeclaration",
|
|
2322
|
-
"scope":
|
|
2322
|
+
"scope": 25333,
|
|
2323
2323
|
"src": "6597:30:57",
|
|
2324
2324
|
"stateVariable": false,
|
|
2325
2325
|
"storageLocation": "default",
|
|
@@ -2328,7 +2328,7 @@
|
|
|
2328
2328
|
"typeString": "address"
|
|
2329
2329
|
},
|
|
2330
2330
|
"typeName": {
|
|
2331
|
-
"id":
|
|
2331
|
+
"id": 25325,
|
|
2332
2332
|
"name": "address",
|
|
2333
2333
|
"nodeType": "ElementaryTypeName",
|
|
2334
2334
|
"src": "6597:7:57",
|
|
@@ -2342,13 +2342,13 @@
|
|
|
2342
2342
|
},
|
|
2343
2343
|
{
|
|
2344
2344
|
"constant": false,
|
|
2345
|
-
"id":
|
|
2345
|
+
"id": 25328,
|
|
2346
2346
|
"indexed": false,
|
|
2347
2347
|
"mutability": "mutable",
|
|
2348
2348
|
"name": "id",
|
|
2349
2349
|
"nameLocation": "6645:2:57",
|
|
2350
2350
|
"nodeType": "VariableDeclaration",
|
|
2351
|
-
"scope":
|
|
2351
|
+
"scope": 25333,
|
|
2352
2352
|
"src": "6637:10:57",
|
|
2353
2353
|
"stateVariable": false,
|
|
2354
2354
|
"storageLocation": "default",
|
|
@@ -2357,7 +2357,7 @@
|
|
|
2357
2357
|
"typeString": "bytes32"
|
|
2358
2358
|
},
|
|
2359
2359
|
"typeName": {
|
|
2360
|
-
"id":
|
|
2360
|
+
"id": 25327,
|
|
2361
2361
|
"name": "bytes32",
|
|
2362
2362
|
"nodeType": "ElementaryTypeName",
|
|
2363
2363
|
"src": "6637:7:57",
|
|
@@ -2370,13 +2370,13 @@
|
|
|
2370
2370
|
},
|
|
2371
2371
|
{
|
|
2372
2372
|
"constant": false,
|
|
2373
|
-
"id":
|
|
2373
|
+
"id": 25331,
|
|
2374
2374
|
"indexed": false,
|
|
2375
2375
|
"mutability": "mutable",
|
|
2376
2376
|
"name": "data",
|
|
2377
2377
|
"nameLocation": "6667:4:57",
|
|
2378
2378
|
"nodeType": "VariableDeclaration",
|
|
2379
|
-
"scope":
|
|
2379
|
+
"scope": 25333,
|
|
2380
2380
|
"src": "6657:14:57",
|
|
2381
2381
|
"stateVariable": false,
|
|
2382
2382
|
"storageLocation": "default",
|
|
@@ -2386,7 +2386,7 @@
|
|
|
2386
2386
|
},
|
|
2387
2387
|
"typeName": {
|
|
2388
2388
|
"baseType": {
|
|
2389
|
-
"id":
|
|
2389
|
+
"id": 25329,
|
|
2390
2390
|
"name": "bytes32",
|
|
2391
2391
|
"nodeType": "ElementaryTypeName",
|
|
2392
2392
|
"src": "6657:7:57",
|
|
@@ -2395,7 +2395,7 @@
|
|
|
2395
2395
|
"typeString": "bytes32"
|
|
2396
2396
|
}
|
|
2397
2397
|
},
|
|
2398
|
-
"id":
|
|
2398
|
+
"id": 25330,
|
|
2399
2399
|
"nodeType": "ArrayTypeName",
|
|
2400
2400
|
"src": "6657:9:57",
|
|
2401
2401
|
"typeDescriptions": {
|
|
@@ -2412,13 +2412,13 @@
|
|
|
2412
2412
|
},
|
|
2413
2413
|
{
|
|
2414
2414
|
"documentation": {
|
|
2415
|
-
"id":
|
|
2415
|
+
"id": 25334,
|
|
2416
2416
|
"nodeType": "StructuredDocumentation",
|
|
2417
2417
|
"src": "6684:73:57",
|
|
2418
2418
|
"text": " @dev Close the agreement\n @param id Agreement ID"
|
|
2419
2419
|
},
|
|
2420
2420
|
"functionSelector": "27048397",
|
|
2421
|
-
"id":
|
|
2421
|
+
"id": 25341,
|
|
2422
2422
|
"implemented": false,
|
|
2423
2423
|
"kind": "function",
|
|
2424
2424
|
"modifiers": [],
|
|
@@ -2426,17 +2426,17 @@
|
|
|
2426
2426
|
"nameLocation": "6771:18:57",
|
|
2427
2427
|
"nodeType": "FunctionDefinition",
|
|
2428
2428
|
"parameters": {
|
|
2429
|
-
"id":
|
|
2429
|
+
"id": 25339,
|
|
2430
2430
|
"nodeType": "ParameterList",
|
|
2431
2431
|
"parameters": [
|
|
2432
2432
|
{
|
|
2433
2433
|
"constant": false,
|
|
2434
|
-
"id":
|
|
2434
|
+
"id": 25336,
|
|
2435
2435
|
"mutability": "mutable",
|
|
2436
2436
|
"name": "id",
|
|
2437
2437
|
"nameLocation": "6807:2:57",
|
|
2438
2438
|
"nodeType": "VariableDeclaration",
|
|
2439
|
-
"scope":
|
|
2439
|
+
"scope": 25341,
|
|
2440
2440
|
"src": "6799:10:57",
|
|
2441
2441
|
"stateVariable": false,
|
|
2442
2442
|
"storageLocation": "default",
|
|
@@ -2445,7 +2445,7 @@
|
|
|
2445
2445
|
"typeString": "bytes32"
|
|
2446
2446
|
},
|
|
2447
2447
|
"typeName": {
|
|
2448
|
-
"id":
|
|
2448
|
+
"id": 25335,
|
|
2449
2449
|
"name": "bytes32",
|
|
2450
2450
|
"nodeType": "ElementaryTypeName",
|
|
2451
2451
|
"src": "6799:7:57",
|
|
@@ -2458,12 +2458,12 @@
|
|
|
2458
2458
|
},
|
|
2459
2459
|
{
|
|
2460
2460
|
"constant": false,
|
|
2461
|
-
"id":
|
|
2461
|
+
"id": 25338,
|
|
2462
2462
|
"mutability": "mutable",
|
|
2463
2463
|
"name": "dataLength",
|
|
2464
2464
|
"nameLocation": "6824:10:57",
|
|
2465
2465
|
"nodeType": "VariableDeclaration",
|
|
2466
|
-
"scope":
|
|
2466
|
+
"scope": 25341,
|
|
2467
2467
|
"src": "6819:15:57",
|
|
2468
2468
|
"stateVariable": false,
|
|
2469
2469
|
"storageLocation": "default",
|
|
@@ -2472,7 +2472,7 @@
|
|
|
2472
2472
|
"typeString": "uint256"
|
|
2473
2473
|
},
|
|
2474
2474
|
"typeName": {
|
|
2475
|
-
"id":
|
|
2475
|
+
"id": 25337,
|
|
2476
2476
|
"name": "uint",
|
|
2477
2477
|
"nodeType": "ElementaryTypeName",
|
|
2478
2478
|
"src": "6819:4:57",
|
|
@@ -2487,12 +2487,12 @@
|
|
|
2487
2487
|
"src": "6789:51:57"
|
|
2488
2488
|
},
|
|
2489
2489
|
"returnParameters": {
|
|
2490
|
-
"id":
|
|
2490
|
+
"id": 25340,
|
|
2491
2491
|
"nodeType": "ParameterList",
|
|
2492
2492
|
"parameters": [],
|
|
2493
2493
|
"src": "6857:0:57"
|
|
2494
2494
|
},
|
|
2495
|
-
"scope":
|
|
2495
|
+
"scope": 25466,
|
|
2496
2496
|
"src": "6762:96:57",
|
|
2497
2497
|
"stateMutability": "nonpayable",
|
|
2498
2498
|
"virtual": false,
|
|
@@ -2501,29 +2501,29 @@
|
|
|
2501
2501
|
{
|
|
2502
2502
|
"anonymous": false,
|
|
2503
2503
|
"documentation": {
|
|
2504
|
-
"id":
|
|
2504
|
+
"id": 25342,
|
|
2505
2505
|
"nodeType": "StructuredDocumentation",
|
|
2506
2506
|
"src": "6863:143:57",
|
|
2507
2507
|
"text": " @dev Agreement terminated event\n @param agreementClass Contract address of the agreement\n @param id Agreement ID"
|
|
2508
2508
|
},
|
|
2509
2509
|
"eventSelector": "71a63dc095de07aa5512ad57a7596a39516317e316981a1cd71000057be1537b",
|
|
2510
|
-
"id":
|
|
2510
|
+
"id": 25348,
|
|
2511
2511
|
"name": "AgreementTerminated",
|
|
2512
2512
|
"nameLocation": "7017:19:57",
|
|
2513
2513
|
"nodeType": "EventDefinition",
|
|
2514
2514
|
"parameters": {
|
|
2515
|
-
"id":
|
|
2515
|
+
"id": 25347,
|
|
2516
2516
|
"nodeType": "ParameterList",
|
|
2517
2517
|
"parameters": [
|
|
2518
2518
|
{
|
|
2519
2519
|
"constant": false,
|
|
2520
|
-
"id":
|
|
2520
|
+
"id": 25344,
|
|
2521
2521
|
"indexed": true,
|
|
2522
2522
|
"mutability": "mutable",
|
|
2523
2523
|
"name": "agreementClass",
|
|
2524
2524
|
"nameLocation": "7062:14:57",
|
|
2525
2525
|
"nodeType": "VariableDeclaration",
|
|
2526
|
-
"scope":
|
|
2526
|
+
"scope": 25348,
|
|
2527
2527
|
"src": "7046:30:57",
|
|
2528
2528
|
"stateVariable": false,
|
|
2529
2529
|
"storageLocation": "default",
|
|
@@ -2532,7 +2532,7 @@
|
|
|
2532
2532
|
"typeString": "address"
|
|
2533
2533
|
},
|
|
2534
2534
|
"typeName": {
|
|
2535
|
-
"id":
|
|
2535
|
+
"id": 25343,
|
|
2536
2536
|
"name": "address",
|
|
2537
2537
|
"nodeType": "ElementaryTypeName",
|
|
2538
2538
|
"src": "7046:7:57",
|
|
@@ -2546,13 +2546,13 @@
|
|
|
2546
2546
|
},
|
|
2547
2547
|
{
|
|
2548
2548
|
"constant": false,
|
|
2549
|
-
"id":
|
|
2549
|
+
"id": 25346,
|
|
2550
2550
|
"indexed": false,
|
|
2551
2551
|
"mutability": "mutable",
|
|
2552
2552
|
"name": "id",
|
|
2553
2553
|
"nameLocation": "7094:2:57",
|
|
2554
2554
|
"nodeType": "VariableDeclaration",
|
|
2555
|
-
"scope":
|
|
2555
|
+
"scope": 25348,
|
|
2556
2556
|
"src": "7086:10:57",
|
|
2557
2557
|
"stateVariable": false,
|
|
2558
2558
|
"storageLocation": "default",
|
|
@@ -2561,7 +2561,7 @@
|
|
|
2561
2561
|
"typeString": "bytes32"
|
|
2562
2562
|
},
|
|
2563
2563
|
"typeName": {
|
|
2564
|
-
"id":
|
|
2564
|
+
"id": 25345,
|
|
2565
2565
|
"name": "bytes32",
|
|
2566
2566
|
"nodeType": "ElementaryTypeName",
|
|
2567
2567
|
"src": "7086:7:57",
|
|
@@ -2579,13 +2579,13 @@
|
|
|
2579
2579
|
},
|
|
2580
2580
|
{
|
|
2581
2581
|
"documentation": {
|
|
2582
|
-
"id":
|
|
2582
|
+
"id": 25349,
|
|
2583
2583
|
"nodeType": "StructuredDocumentation",
|
|
2584
2584
|
"src": "7109:199:57",
|
|
2585
2585
|
"text": " @dev Update agreement state slot\n @param account Account to be updated\n @custom:note \n - To clear the storage out, provide zero-ed array of intended length"
|
|
2586
2586
|
},
|
|
2587
2587
|
"functionSelector": "090c415e",
|
|
2588
|
-
"id":
|
|
2588
|
+
"id": 25359,
|
|
2589
2589
|
"implemented": false,
|
|
2590
2590
|
"kind": "function",
|
|
2591
2591
|
"modifiers": [],
|
|
@@ -2593,17 +2593,17 @@
|
|
|
2593
2593
|
"nameLocation": "7322:24:57",
|
|
2594
2594
|
"nodeType": "FunctionDefinition",
|
|
2595
2595
|
"parameters": {
|
|
2596
|
-
"id":
|
|
2596
|
+
"id": 25357,
|
|
2597
2597
|
"nodeType": "ParameterList",
|
|
2598
2598
|
"parameters": [
|
|
2599
2599
|
{
|
|
2600
2600
|
"constant": false,
|
|
2601
|
-
"id":
|
|
2601
|
+
"id": 25351,
|
|
2602
2602
|
"mutability": "mutable",
|
|
2603
2603
|
"name": "account",
|
|
2604
2604
|
"nameLocation": "7364:7:57",
|
|
2605
2605
|
"nodeType": "VariableDeclaration",
|
|
2606
|
-
"scope":
|
|
2606
|
+
"scope": 25359,
|
|
2607
2607
|
"src": "7356:15:57",
|
|
2608
2608
|
"stateVariable": false,
|
|
2609
2609
|
"storageLocation": "default",
|
|
@@ -2612,7 +2612,7 @@
|
|
|
2612
2612
|
"typeString": "address"
|
|
2613
2613
|
},
|
|
2614
2614
|
"typeName": {
|
|
2615
|
-
"id":
|
|
2615
|
+
"id": 25350,
|
|
2616
2616
|
"name": "address",
|
|
2617
2617
|
"nodeType": "ElementaryTypeName",
|
|
2618
2618
|
"src": "7356:7:57",
|
|
@@ -2626,12 +2626,12 @@
|
|
|
2626
2626
|
},
|
|
2627
2627
|
{
|
|
2628
2628
|
"constant": false,
|
|
2629
|
-
"id":
|
|
2629
|
+
"id": 25353,
|
|
2630
2630
|
"mutability": "mutable",
|
|
2631
2631
|
"name": "slotId",
|
|
2632
2632
|
"nameLocation": "7389:6:57",
|
|
2633
2633
|
"nodeType": "VariableDeclaration",
|
|
2634
|
-
"scope":
|
|
2634
|
+
"scope": 25359,
|
|
2635
2635
|
"src": "7381:14:57",
|
|
2636
2636
|
"stateVariable": false,
|
|
2637
2637
|
"storageLocation": "default",
|
|
@@ -2640,7 +2640,7 @@
|
|
|
2640
2640
|
"typeString": "uint256"
|
|
2641
2641
|
},
|
|
2642
2642
|
"typeName": {
|
|
2643
|
-
"id":
|
|
2643
|
+
"id": 25352,
|
|
2644
2644
|
"name": "uint256",
|
|
2645
2645
|
"nodeType": "ElementaryTypeName",
|
|
2646
2646
|
"src": "7381:7:57",
|
|
@@ -2653,12 +2653,12 @@
|
|
|
2653
2653
|
},
|
|
2654
2654
|
{
|
|
2655
2655
|
"constant": false,
|
|
2656
|
-
"id":
|
|
2656
|
+
"id": 25356,
|
|
2657
2657
|
"mutability": "mutable",
|
|
2658
2658
|
"name": "slotData",
|
|
2659
2659
|
"nameLocation": "7424:8:57",
|
|
2660
2660
|
"nodeType": "VariableDeclaration",
|
|
2661
|
-
"scope":
|
|
2661
|
+
"scope": 25359,
|
|
2662
2662
|
"src": "7405:27:57",
|
|
2663
2663
|
"stateVariable": false,
|
|
2664
2664
|
"storageLocation": "calldata",
|
|
@@ -2668,7 +2668,7 @@
|
|
|
2668
2668
|
},
|
|
2669
2669
|
"typeName": {
|
|
2670
2670
|
"baseType": {
|
|
2671
|
-
"id":
|
|
2671
|
+
"id": 25354,
|
|
2672
2672
|
"name": "bytes32",
|
|
2673
2673
|
"nodeType": "ElementaryTypeName",
|
|
2674
2674
|
"src": "7405:7:57",
|
|
@@ -2677,7 +2677,7 @@
|
|
|
2677
2677
|
"typeString": "bytes32"
|
|
2678
2678
|
}
|
|
2679
2679
|
},
|
|
2680
|
-
"id":
|
|
2680
|
+
"id": 25355,
|
|
2681
2681
|
"nodeType": "ArrayTypeName",
|
|
2682
2682
|
"src": "7405:9:57",
|
|
2683
2683
|
"typeDescriptions": {
|
|
@@ -2691,12 +2691,12 @@
|
|
|
2691
2691
|
"src": "7346:92:57"
|
|
2692
2692
|
},
|
|
2693
2693
|
"returnParameters": {
|
|
2694
|
-
"id":
|
|
2694
|
+
"id": 25358,
|
|
2695
2695
|
"nodeType": "ParameterList",
|
|
2696
2696
|
"parameters": [],
|
|
2697
2697
|
"src": "7455:0:57"
|
|
2698
2698
|
},
|
|
2699
|
-
"scope":
|
|
2699
|
+
"scope": 25466,
|
|
2700
2700
|
"src": "7313:143:57",
|
|
2701
2701
|
"stateMutability": "nonpayable",
|
|
2702
2702
|
"virtual": false,
|
|
@@ -2705,29 +2705,29 @@
|
|
|
2705
2705
|
{
|
|
2706
2706
|
"anonymous": false,
|
|
2707
2707
|
"documentation": {
|
|
2708
|
-
"id":
|
|
2708
|
+
"id": 25360,
|
|
2709
2709
|
"nodeType": "StructuredDocumentation",
|
|
2710
2710
|
"src": "7461:214:57",
|
|
2711
2711
|
"text": " @dev Agreement account state updated event\n @param agreementClass Contract address of the agreement\n @param account Account updated\n @param slotId slot id of the agreement state"
|
|
2712
2712
|
},
|
|
2713
2713
|
"eventSelector": "30f416fa68fca014a0f334464c64b000ba53e99b6d2afdea9d5ca756372d5985",
|
|
2714
|
-
"id":
|
|
2714
|
+
"id": 25368,
|
|
2715
2715
|
"name": "AgreementStateUpdated",
|
|
2716
2716
|
"nameLocation": "7686:21:57",
|
|
2717
2717
|
"nodeType": "EventDefinition",
|
|
2718
2718
|
"parameters": {
|
|
2719
|
-
"id":
|
|
2719
|
+
"id": 25367,
|
|
2720
2720
|
"nodeType": "ParameterList",
|
|
2721
2721
|
"parameters": [
|
|
2722
2722
|
{
|
|
2723
2723
|
"constant": false,
|
|
2724
|
-
"id":
|
|
2724
|
+
"id": 25362,
|
|
2725
2725
|
"indexed": true,
|
|
2726
2726
|
"mutability": "mutable",
|
|
2727
2727
|
"name": "agreementClass",
|
|
2728
2728
|
"nameLocation": "7733:14:57",
|
|
2729
2729
|
"nodeType": "VariableDeclaration",
|
|
2730
|
-
"scope":
|
|
2730
|
+
"scope": 25368,
|
|
2731
2731
|
"src": "7717:30:57",
|
|
2732
2732
|
"stateVariable": false,
|
|
2733
2733
|
"storageLocation": "default",
|
|
@@ -2736,7 +2736,7 @@
|
|
|
2736
2736
|
"typeString": "address"
|
|
2737
2737
|
},
|
|
2738
2738
|
"typeName": {
|
|
2739
|
-
"id":
|
|
2739
|
+
"id": 25361,
|
|
2740
2740
|
"name": "address",
|
|
2741
2741
|
"nodeType": "ElementaryTypeName",
|
|
2742
2742
|
"src": "7717:7:57",
|
|
@@ -2750,13 +2750,13 @@
|
|
|
2750
2750
|
},
|
|
2751
2751
|
{
|
|
2752
2752
|
"constant": false,
|
|
2753
|
-
"id":
|
|
2753
|
+
"id": 25364,
|
|
2754
2754
|
"indexed": true,
|
|
2755
2755
|
"mutability": "mutable",
|
|
2756
2756
|
"name": "account",
|
|
2757
2757
|
"nameLocation": "7773:7:57",
|
|
2758
2758
|
"nodeType": "VariableDeclaration",
|
|
2759
|
-
"scope":
|
|
2759
|
+
"scope": 25368,
|
|
2760
2760
|
"src": "7757:23:57",
|
|
2761
2761
|
"stateVariable": false,
|
|
2762
2762
|
"storageLocation": "default",
|
|
@@ -2765,7 +2765,7 @@
|
|
|
2765
2765
|
"typeString": "address"
|
|
2766
2766
|
},
|
|
2767
2767
|
"typeName": {
|
|
2768
|
-
"id":
|
|
2768
|
+
"id": 25363,
|
|
2769
2769
|
"name": "address",
|
|
2770
2770
|
"nodeType": "ElementaryTypeName",
|
|
2771
2771
|
"src": "7757:7:57",
|
|
@@ -2779,13 +2779,13 @@
|
|
|
2779
2779
|
},
|
|
2780
2780
|
{
|
|
2781
2781
|
"constant": false,
|
|
2782
|
-
"id":
|
|
2782
|
+
"id": 25366,
|
|
2783
2783
|
"indexed": false,
|
|
2784
2784
|
"mutability": "mutable",
|
|
2785
2785
|
"name": "slotId",
|
|
2786
2786
|
"nameLocation": "7798:6:57",
|
|
2787
2787
|
"nodeType": "VariableDeclaration",
|
|
2788
|
-
"scope":
|
|
2788
|
+
"scope": 25368,
|
|
2789
2789
|
"src": "7790:14:57",
|
|
2790
2790
|
"stateVariable": false,
|
|
2791
2791
|
"storageLocation": "default",
|
|
@@ -2794,7 +2794,7 @@
|
|
|
2794
2794
|
"typeString": "uint256"
|
|
2795
2795
|
},
|
|
2796
2796
|
"typeName": {
|
|
2797
|
-
"id":
|
|
2797
|
+
"id": 25365,
|
|
2798
2798
|
"name": "uint256",
|
|
2799
2799
|
"nodeType": "ElementaryTypeName",
|
|
2800
2800
|
"src": "7790:7:57",
|
|
@@ -2812,13 +2812,13 @@
|
|
|
2812
2812
|
},
|
|
2813
2813
|
{
|
|
2814
2814
|
"documentation": {
|
|
2815
|
-
"id":
|
|
2815
|
+
"id": 25369,
|
|
2816
2816
|
"nodeType": "StructuredDocumentation",
|
|
2817
2817
|
"src": "7817:267:57",
|
|
2818
2818
|
"text": " @dev Get data of the slot of the state of an agreement\n @param agreementClass Contract address of the agreement\n @param account Account to query\n @param slotId slot id of the state\n @param dataLength length of the state data"
|
|
2819
2819
|
},
|
|
2820
2820
|
"functionSelector": "4b61cc33",
|
|
2821
|
-
"id":
|
|
2821
|
+
"id": 25383,
|
|
2822
2822
|
"implemented": false,
|
|
2823
2823
|
"kind": "function",
|
|
2824
2824
|
"modifiers": [],
|
|
@@ -2826,17 +2826,17 @@
|
|
|
2826
2826
|
"nameLocation": "8098:21:57",
|
|
2827
2827
|
"nodeType": "FunctionDefinition",
|
|
2828
2828
|
"parameters": {
|
|
2829
|
-
"id":
|
|
2829
|
+
"id": 25378,
|
|
2830
2830
|
"nodeType": "ParameterList",
|
|
2831
2831
|
"parameters": [
|
|
2832
2832
|
{
|
|
2833
2833
|
"constant": false,
|
|
2834
|
-
"id":
|
|
2834
|
+
"id": 25371,
|
|
2835
2835
|
"mutability": "mutable",
|
|
2836
2836
|
"name": "agreementClass",
|
|
2837
2837
|
"nameLocation": "8137:14:57",
|
|
2838
2838
|
"nodeType": "VariableDeclaration",
|
|
2839
|
-
"scope":
|
|
2839
|
+
"scope": 25383,
|
|
2840
2840
|
"src": "8129:22:57",
|
|
2841
2841
|
"stateVariable": false,
|
|
2842
2842
|
"storageLocation": "default",
|
|
@@ -2845,7 +2845,7 @@
|
|
|
2845
2845
|
"typeString": "address"
|
|
2846
2846
|
},
|
|
2847
2847
|
"typeName": {
|
|
2848
|
-
"id":
|
|
2848
|
+
"id": 25370,
|
|
2849
2849
|
"name": "address",
|
|
2850
2850
|
"nodeType": "ElementaryTypeName",
|
|
2851
2851
|
"src": "8129:7:57",
|
|
@@ -2859,12 +2859,12 @@
|
|
|
2859
2859
|
},
|
|
2860
2860
|
{
|
|
2861
2861
|
"constant": false,
|
|
2862
|
-
"id":
|
|
2862
|
+
"id": 25373,
|
|
2863
2863
|
"mutability": "mutable",
|
|
2864
2864
|
"name": "account",
|
|
2865
2865
|
"nameLocation": "8169:7:57",
|
|
2866
2866
|
"nodeType": "VariableDeclaration",
|
|
2867
|
-
"scope":
|
|
2867
|
+
"scope": 25383,
|
|
2868
2868
|
"src": "8161:15:57",
|
|
2869
2869
|
"stateVariable": false,
|
|
2870
2870
|
"storageLocation": "default",
|
|
@@ -2873,7 +2873,7 @@
|
|
|
2873
2873
|
"typeString": "address"
|
|
2874
2874
|
},
|
|
2875
2875
|
"typeName": {
|
|
2876
|
-
"id":
|
|
2876
|
+
"id": 25372,
|
|
2877
2877
|
"name": "address",
|
|
2878
2878
|
"nodeType": "ElementaryTypeName",
|
|
2879
2879
|
"src": "8161:7:57",
|
|
@@ -2887,12 +2887,12 @@
|
|
|
2887
2887
|
},
|
|
2888
2888
|
{
|
|
2889
2889
|
"constant": false,
|
|
2890
|
-
"id":
|
|
2890
|
+
"id": 25375,
|
|
2891
2891
|
"mutability": "mutable",
|
|
2892
2892
|
"name": "slotId",
|
|
2893
2893
|
"nameLocation": "8194:6:57",
|
|
2894
2894
|
"nodeType": "VariableDeclaration",
|
|
2895
|
-
"scope":
|
|
2895
|
+
"scope": 25383,
|
|
2896
2896
|
"src": "8186:14:57",
|
|
2897
2897
|
"stateVariable": false,
|
|
2898
2898
|
"storageLocation": "default",
|
|
@@ -2901,7 +2901,7 @@
|
|
|
2901
2901
|
"typeString": "uint256"
|
|
2902
2902
|
},
|
|
2903
2903
|
"typeName": {
|
|
2904
|
-
"id":
|
|
2904
|
+
"id": 25374,
|
|
2905
2905
|
"name": "uint256",
|
|
2906
2906
|
"nodeType": "ElementaryTypeName",
|
|
2907
2907
|
"src": "8186:7:57",
|
|
@@ -2914,12 +2914,12 @@
|
|
|
2914
2914
|
},
|
|
2915
2915
|
{
|
|
2916
2916
|
"constant": false,
|
|
2917
|
-
"id":
|
|
2917
|
+
"id": 25377,
|
|
2918
2918
|
"mutability": "mutable",
|
|
2919
2919
|
"name": "dataLength",
|
|
2920
2920
|
"nameLocation": "8215:10:57",
|
|
2921
2921
|
"nodeType": "VariableDeclaration",
|
|
2922
|
-
"scope":
|
|
2922
|
+
"scope": 25383,
|
|
2923
2923
|
"src": "8210:15:57",
|
|
2924
2924
|
"stateVariable": false,
|
|
2925
2925
|
"storageLocation": "default",
|
|
@@ -2928,7 +2928,7 @@
|
|
|
2928
2928
|
"typeString": "uint256"
|
|
2929
2929
|
},
|
|
2930
2930
|
"typeName": {
|
|
2931
|
-
"id":
|
|
2931
|
+
"id": 25376,
|
|
2932
2932
|
"name": "uint",
|
|
2933
2933
|
"nodeType": "ElementaryTypeName",
|
|
2934
2934
|
"src": "8210:4:57",
|
|
@@ -2943,17 +2943,17 @@
|
|
|
2943
2943
|
"src": "8119:112:57"
|
|
2944
2944
|
},
|
|
2945
2945
|
"returnParameters": {
|
|
2946
|
-
"id":
|
|
2946
|
+
"id": 25382,
|
|
2947
2947
|
"nodeType": "ParameterList",
|
|
2948
2948
|
"parameters": [
|
|
2949
2949
|
{
|
|
2950
2950
|
"constant": false,
|
|
2951
|
-
"id":
|
|
2951
|
+
"id": 25381,
|
|
2952
2952
|
"mutability": "mutable",
|
|
2953
2953
|
"name": "slotData",
|
|
2954
2954
|
"nameLocation": "8288:8:57",
|
|
2955
2955
|
"nodeType": "VariableDeclaration",
|
|
2956
|
-
"scope":
|
|
2956
|
+
"scope": 25383,
|
|
2957
2957
|
"src": "8271:25:57",
|
|
2958
2958
|
"stateVariable": false,
|
|
2959
2959
|
"storageLocation": "memory",
|
|
@@ -2963,7 +2963,7 @@
|
|
|
2963
2963
|
},
|
|
2964
2964
|
"typeName": {
|
|
2965
2965
|
"baseType": {
|
|
2966
|
-
"id":
|
|
2966
|
+
"id": 25379,
|
|
2967
2967
|
"name": "bytes32",
|
|
2968
2968
|
"nodeType": "ElementaryTypeName",
|
|
2969
2969
|
"src": "8271:7:57",
|
|
@@ -2972,7 +2972,7 @@
|
|
|
2972
2972
|
"typeString": "bytes32"
|
|
2973
2973
|
}
|
|
2974
2974
|
},
|
|
2975
|
-
"id":
|
|
2975
|
+
"id": 25380,
|
|
2976
2976
|
"nodeType": "ArrayTypeName",
|
|
2977
2977
|
"src": "8271:9:57",
|
|
2978
2978
|
"typeDescriptions": {
|
|
@@ -2985,7 +2985,7 @@
|
|
|
2985
2985
|
],
|
|
2986
2986
|
"src": "8270:27:57"
|
|
2987
2987
|
},
|
|
2988
|
-
"scope":
|
|
2988
|
+
"scope": 25466,
|
|
2989
2989
|
"src": "8089:209:57",
|
|
2990
2990
|
"stateMutability": "view",
|
|
2991
2991
|
"virtual": false,
|
|
@@ -2993,13 +2993,13 @@
|
|
|
2993
2993
|
},
|
|
2994
2994
|
{
|
|
2995
2995
|
"documentation": {
|
|
2996
|
-
"id":
|
|
2996
|
+
"id": 25384,
|
|
2997
2997
|
"nodeType": "StructuredDocumentation",
|
|
2998
2998
|
"src": "8304:320:57",
|
|
2999
2999
|
"text": " @notice Settle balance from an account by the agreement\n @dev The agreement needs to make sure that the balance delta is balanced afterwards\n @param account Account to query.\n @param delta Amount of balance delta to be settled\n @custom:modifiers \n - onlyAgreement"
|
|
3000
3000
|
},
|
|
3001
3001
|
"functionSelector": "cf97256d",
|
|
3002
|
-
"id":
|
|
3002
|
+
"id": 25391,
|
|
3003
3003
|
"implemented": false,
|
|
3004
3004
|
"kind": "function",
|
|
3005
3005
|
"modifiers": [],
|
|
@@ -3007,17 +3007,17 @@
|
|
|
3007
3007
|
"nameLocation": "8638:13:57",
|
|
3008
3008
|
"nodeType": "FunctionDefinition",
|
|
3009
3009
|
"parameters": {
|
|
3010
|
-
"id":
|
|
3010
|
+
"id": 25389,
|
|
3011
3011
|
"nodeType": "ParameterList",
|
|
3012
3012
|
"parameters": [
|
|
3013
3013
|
{
|
|
3014
3014
|
"constant": false,
|
|
3015
|
-
"id":
|
|
3015
|
+
"id": 25386,
|
|
3016
3016
|
"mutability": "mutable",
|
|
3017
3017
|
"name": "account",
|
|
3018
3018
|
"nameLocation": "8669:7:57",
|
|
3019
3019
|
"nodeType": "VariableDeclaration",
|
|
3020
|
-
"scope":
|
|
3020
|
+
"scope": 25391,
|
|
3021
3021
|
"src": "8661:15:57",
|
|
3022
3022
|
"stateVariable": false,
|
|
3023
3023
|
"storageLocation": "default",
|
|
@@ -3026,7 +3026,7 @@
|
|
|
3026
3026
|
"typeString": "address"
|
|
3027
3027
|
},
|
|
3028
3028
|
"typeName": {
|
|
3029
|
-
"id":
|
|
3029
|
+
"id": 25385,
|
|
3030
3030
|
"name": "address",
|
|
3031
3031
|
"nodeType": "ElementaryTypeName",
|
|
3032
3032
|
"src": "8661:7:57",
|
|
@@ -3040,12 +3040,12 @@
|
|
|
3040
3040
|
},
|
|
3041
3041
|
{
|
|
3042
3042
|
"constant": false,
|
|
3043
|
-
"id":
|
|
3043
|
+
"id": 25388,
|
|
3044
3044
|
"mutability": "mutable",
|
|
3045
3045
|
"name": "delta",
|
|
3046
3046
|
"nameLocation": "8693:5:57",
|
|
3047
3047
|
"nodeType": "VariableDeclaration",
|
|
3048
|
-
"scope":
|
|
3048
|
+
"scope": 25391,
|
|
3049
3049
|
"src": "8686:12:57",
|
|
3050
3050
|
"stateVariable": false,
|
|
3051
3051
|
"storageLocation": "default",
|
|
@@ -3054,7 +3054,7 @@
|
|
|
3054
3054
|
"typeString": "int256"
|
|
3055
3055
|
},
|
|
3056
3056
|
"typeName": {
|
|
3057
|
-
"id":
|
|
3057
|
+
"id": 25387,
|
|
3058
3058
|
"name": "int256",
|
|
3059
3059
|
"nodeType": "ElementaryTypeName",
|
|
3060
3060
|
"src": "8686:6:57",
|
|
@@ -3069,12 +3069,12 @@
|
|
|
3069
3069
|
"src": "8651:53:57"
|
|
3070
3070
|
},
|
|
3071
3071
|
"returnParameters": {
|
|
3072
|
-
"id":
|
|
3072
|
+
"id": 25390,
|
|
3073
3073
|
"nodeType": "ParameterList",
|
|
3074
3074
|
"parameters": [],
|
|
3075
3075
|
"src": "8721:0:57"
|
|
3076
3076
|
},
|
|
3077
|
-
"scope":
|
|
3077
|
+
"scope": 25466,
|
|
3078
3078
|
"src": "8629:93:57",
|
|
3079
3079
|
"stateMutability": "nonpayable",
|
|
3080
3080
|
"virtual": false,
|
|
@@ -3082,13 +3082,13 @@
|
|
|
3082
3082
|
},
|
|
3083
3083
|
{
|
|
3084
3084
|
"documentation": {
|
|
3085
|
-
"id":
|
|
3085
|
+
"id": 25392,
|
|
3086
3086
|
"nodeType": "StructuredDocumentation",
|
|
3087
3087
|
"src": "8728:1154:57",
|
|
3088
3088
|
"text": " @dev Make liquidation payouts (v2)\n @param id Agreement ID\n @param liquidationTypeData Data regarding the version of the liquidation schema and the type\n @param liquidatorAccount Address of the executor of the liquidation\n @param useDefaultRewardAccount Whether or not the default reward account receives the rewardAmount\n @param targetAccount Account to be liquidated\n @param rewardAmount The amount the rewarded account will receive\n @param targetAccountBalanceDelta The delta amount the target account balance should change by\n @custom:note \n - If a bailout is required (bailoutAmount > 0)\n - the actual reward (single deposit) goes to the executor,\n - while the reward account becomes the bailout account\n - total bailout include: bailout amount + reward amount\n - the targetAccount will be bailed out\n - If a bailout is not required\n - the targetAccount will pay the rewardAmount\n - the liquidator (reward account in PIC period) will receive the rewardAmount\n @custom:modifiers \n - onlyAgreement"
|
|
3089
3089
|
},
|
|
3090
3090
|
"functionSelector": "1863e809",
|
|
3091
|
-
"id":
|
|
3091
|
+
"id": 25409,
|
|
3092
3092
|
"implemented": false,
|
|
3093
3093
|
"kind": "function",
|
|
3094
3094
|
"modifiers": [],
|
|
@@ -3096,17 +3096,17 @@
|
|
|
3096
3096
|
"nameLocation": "9896:24:57",
|
|
3097
3097
|
"nodeType": "FunctionDefinition",
|
|
3098
3098
|
"parameters": {
|
|
3099
|
-
"id":
|
|
3099
|
+
"id": 25407,
|
|
3100
3100
|
"nodeType": "ParameterList",
|
|
3101
3101
|
"parameters": [
|
|
3102
3102
|
{
|
|
3103
3103
|
"constant": false,
|
|
3104
|
-
"id":
|
|
3104
|
+
"id": 25394,
|
|
3105
3105
|
"mutability": "mutable",
|
|
3106
3106
|
"name": "id",
|
|
3107
3107
|
"nameLocation": "9943:2:57",
|
|
3108
3108
|
"nodeType": "VariableDeclaration",
|
|
3109
|
-
"scope":
|
|
3109
|
+
"scope": 25409,
|
|
3110
3110
|
"src": "9935:10:57",
|
|
3111
3111
|
"stateVariable": false,
|
|
3112
3112
|
"storageLocation": "default",
|
|
@@ -3115,7 +3115,7 @@
|
|
|
3115
3115
|
"typeString": "bytes32"
|
|
3116
3116
|
},
|
|
3117
3117
|
"typeName": {
|
|
3118
|
-
"id":
|
|
3118
|
+
"id": 25393,
|
|
3119
3119
|
"name": "bytes32",
|
|
3120
3120
|
"nodeType": "ElementaryTypeName",
|
|
3121
3121
|
"src": "9935:7:57",
|
|
@@ -3128,12 +3128,12 @@
|
|
|
3128
3128
|
},
|
|
3129
3129
|
{
|
|
3130
3130
|
"constant": false,
|
|
3131
|
-
"id":
|
|
3131
|
+
"id": 25396,
|
|
3132
3132
|
"mutability": "mutable",
|
|
3133
3133
|
"name": "liquidationTypeData",
|
|
3134
3134
|
"nameLocation": "9968:19:57",
|
|
3135
3135
|
"nodeType": "VariableDeclaration",
|
|
3136
|
-
"scope":
|
|
3136
|
+
"scope": 25409,
|
|
3137
3137
|
"src": "9955:32:57",
|
|
3138
3138
|
"stateVariable": false,
|
|
3139
3139
|
"storageLocation": "memory",
|
|
@@ -3142,7 +3142,7 @@
|
|
|
3142
3142
|
"typeString": "bytes"
|
|
3143
3143
|
},
|
|
3144
3144
|
"typeName": {
|
|
3145
|
-
"id":
|
|
3145
|
+
"id": 25395,
|
|
3146
3146
|
"name": "bytes",
|
|
3147
3147
|
"nodeType": "ElementaryTypeName",
|
|
3148
3148
|
"src": "9955:5:57",
|
|
@@ -3155,12 +3155,12 @@
|
|
|
3155
3155
|
},
|
|
3156
3156
|
{
|
|
3157
3157
|
"constant": false,
|
|
3158
|
-
"id":
|
|
3158
|
+
"id": 25398,
|
|
3159
3159
|
"mutability": "mutable",
|
|
3160
3160
|
"name": "liquidatorAccount",
|
|
3161
3161
|
"nameLocation": "10005:17:57",
|
|
3162
3162
|
"nodeType": "VariableDeclaration",
|
|
3163
|
-
"scope":
|
|
3163
|
+
"scope": 25409,
|
|
3164
3164
|
"src": "9997:25:57",
|
|
3165
3165
|
"stateVariable": false,
|
|
3166
3166
|
"storageLocation": "default",
|
|
@@ -3169,7 +3169,7 @@
|
|
|
3169
3169
|
"typeString": "address"
|
|
3170
3170
|
},
|
|
3171
3171
|
"typeName": {
|
|
3172
|
-
"id":
|
|
3172
|
+
"id": 25397,
|
|
3173
3173
|
"name": "address",
|
|
3174
3174
|
"nodeType": "ElementaryTypeName",
|
|
3175
3175
|
"src": "9997:7:57",
|
|
@@ -3183,12 +3183,12 @@
|
|
|
3183
3183
|
},
|
|
3184
3184
|
{
|
|
3185
3185
|
"constant": false,
|
|
3186
|
-
"id":
|
|
3186
|
+
"id": 25400,
|
|
3187
3187
|
"mutability": "mutable",
|
|
3188
3188
|
"name": "useDefaultRewardAccount",
|
|
3189
3189
|
"nameLocation": "10037:23:57",
|
|
3190
3190
|
"nodeType": "VariableDeclaration",
|
|
3191
|
-
"scope":
|
|
3191
|
+
"scope": 25409,
|
|
3192
3192
|
"src": "10032:28:57",
|
|
3193
3193
|
"stateVariable": false,
|
|
3194
3194
|
"storageLocation": "default",
|
|
@@ -3197,7 +3197,7 @@
|
|
|
3197
3197
|
"typeString": "bool"
|
|
3198
3198
|
},
|
|
3199
3199
|
"typeName": {
|
|
3200
|
-
"id":
|
|
3200
|
+
"id": 25399,
|
|
3201
3201
|
"name": "bool",
|
|
3202
3202
|
"nodeType": "ElementaryTypeName",
|
|
3203
3203
|
"src": "10032:4:57",
|
|
@@ -3210,12 +3210,12 @@
|
|
|
3210
3210
|
},
|
|
3211
3211
|
{
|
|
3212
3212
|
"constant": false,
|
|
3213
|
-
"id":
|
|
3213
|
+
"id": 25402,
|
|
3214
3214
|
"mutability": "mutable",
|
|
3215
3215
|
"name": "targetAccount",
|
|
3216
3216
|
"nameLocation": "10078:13:57",
|
|
3217
3217
|
"nodeType": "VariableDeclaration",
|
|
3218
|
-
"scope":
|
|
3218
|
+
"scope": 25409,
|
|
3219
3219
|
"src": "10070:21:57",
|
|
3220
3220
|
"stateVariable": false,
|
|
3221
3221
|
"storageLocation": "default",
|
|
@@ -3224,7 +3224,7 @@
|
|
|
3224
3224
|
"typeString": "address"
|
|
3225
3225
|
},
|
|
3226
3226
|
"typeName": {
|
|
3227
|
-
"id":
|
|
3227
|
+
"id": 25401,
|
|
3228
3228
|
"name": "address",
|
|
3229
3229
|
"nodeType": "ElementaryTypeName",
|
|
3230
3230
|
"src": "10070:7:57",
|
|
@@ -3238,12 +3238,12 @@
|
|
|
3238
3238
|
},
|
|
3239
3239
|
{
|
|
3240
3240
|
"constant": false,
|
|
3241
|
-
"id":
|
|
3241
|
+
"id": 25404,
|
|
3242
3242
|
"mutability": "mutable",
|
|
3243
3243
|
"name": "rewardAmount",
|
|
3244
3244
|
"nameLocation": "10109:12:57",
|
|
3245
3245
|
"nodeType": "VariableDeclaration",
|
|
3246
|
-
"scope":
|
|
3246
|
+
"scope": 25409,
|
|
3247
3247
|
"src": "10101:20:57",
|
|
3248
3248
|
"stateVariable": false,
|
|
3249
3249
|
"storageLocation": "default",
|
|
@@ -3252,7 +3252,7 @@
|
|
|
3252
3252
|
"typeString": "uint256"
|
|
3253
3253
|
},
|
|
3254
3254
|
"typeName": {
|
|
3255
|
-
"id":
|
|
3255
|
+
"id": 25403,
|
|
3256
3256
|
"name": "uint256",
|
|
3257
3257
|
"nodeType": "ElementaryTypeName",
|
|
3258
3258
|
"src": "10101:7:57",
|
|
@@ -3265,12 +3265,12 @@
|
|
|
3265
3265
|
},
|
|
3266
3266
|
{
|
|
3267
3267
|
"constant": false,
|
|
3268
|
-
"id":
|
|
3268
|
+
"id": 25406,
|
|
3269
3269
|
"mutability": "mutable",
|
|
3270
3270
|
"name": "targetAccountBalanceDelta",
|
|
3271
3271
|
"nameLocation": "10138:25:57",
|
|
3272
3272
|
"nodeType": "VariableDeclaration",
|
|
3273
|
-
"scope":
|
|
3273
|
+
"scope": 25409,
|
|
3274
3274
|
"src": "10131:32:57",
|
|
3275
3275
|
"stateVariable": false,
|
|
3276
3276
|
"storageLocation": "default",
|
|
@@ -3279,7 +3279,7 @@
|
|
|
3279
3279
|
"typeString": "int256"
|
|
3280
3280
|
},
|
|
3281
3281
|
"typeName": {
|
|
3282
|
-
"id":
|
|
3282
|
+
"id": 25405,
|
|
3283
3283
|
"name": "int256",
|
|
3284
3284
|
"nodeType": "ElementaryTypeName",
|
|
3285
3285
|
"src": "10131:6:57",
|
|
@@ -3294,12 +3294,12 @@
|
|
|
3294
3294
|
"src": "9925:244:57"
|
|
3295
3295
|
},
|
|
3296
3296
|
"returnParameters": {
|
|
3297
|
-
"id":
|
|
3297
|
+
"id": 25408,
|
|
3298
3298
|
"nodeType": "ParameterList",
|
|
3299
3299
|
"parameters": [],
|
|
3300
3300
|
"src": "10178:0:57"
|
|
3301
3301
|
},
|
|
3302
|
-
"scope":
|
|
3302
|
+
"scope": 25466,
|
|
3303
3303
|
"src": "9887:292:57",
|
|
3304
3304
|
"stateMutability": "nonpayable",
|
|
3305
3305
|
"virtual": false,
|
|
@@ -3308,29 +3308,29 @@
|
|
|
3308
3308
|
{
|
|
3309
3309
|
"anonymous": false,
|
|
3310
3310
|
"documentation": {
|
|
3311
|
-
"id":
|
|
3311
|
+
"id": 25410,
|
|
3312
3312
|
"nodeType": "StructuredDocumentation",
|
|
3313
3313
|
"src": "10184:1512:57",
|
|
3314
3314
|
"text": " @dev Agreement liquidation event v2 (including agent account)\n @param agreementClass Contract address of the agreement\n @param id Agreement ID\n @param liquidatorAccount Address of the executor of the liquidation\n @param targetAccount Account of the stream sender\n @param rewardAmountReceiver Account that collects the reward or bails out insolvent accounts\n @param rewardAmount The amount the reward recipient account balance should change by\n @param targetAccountBalanceDelta The amount the sender account balance should change by\n @param liquidationTypeData The encoded liquidation type data including the version (how to decode)\n @custom:note \n Reward account rule:\n - if the agreement is liquidated during the PIC period\n - the rewardAmountReceiver will get the rewardAmount (remaining deposit), regardless of the liquidatorAccount\n - the targetAccount will pay for the rewardAmount\n - if the agreement is liquidated after the PIC period AND the targetAccount is solvent\n - the rewardAmountReceiver will get the rewardAmount (remaining deposit)\n - the targetAccount will pay for the rewardAmount\n - if the targetAccount is insolvent\n - the liquidatorAccount will get the rewardAmount (single deposit)\n - the default reward account (governance) will pay for both the rewardAmount and bailoutAmount\n - the targetAccount will receive the bailoutAmount"
|
|
3315
3315
|
},
|
|
3316
3316
|
"eventSelector": "b8381a3ce157650e06186e3e8f4dd4dc29236f2688b6eed1893d0a60d7c6386f",
|
|
3317
|
-
"id":
|
|
3317
|
+
"id": 25428,
|
|
3318
3318
|
"name": "AgreementLiquidatedV2",
|
|
3319
3319
|
"nameLocation": "11707:21:57",
|
|
3320
3320
|
"nodeType": "EventDefinition",
|
|
3321
3321
|
"parameters": {
|
|
3322
|
-
"id":
|
|
3322
|
+
"id": 25427,
|
|
3323
3323
|
"nodeType": "ParameterList",
|
|
3324
3324
|
"parameters": [
|
|
3325
3325
|
{
|
|
3326
3326
|
"constant": false,
|
|
3327
|
-
"id":
|
|
3327
|
+
"id": 25412,
|
|
3328
3328
|
"indexed": true,
|
|
3329
3329
|
"mutability": "mutable",
|
|
3330
3330
|
"name": "agreementClass",
|
|
3331
3331
|
"nameLocation": "11754:14:57",
|
|
3332
3332
|
"nodeType": "VariableDeclaration",
|
|
3333
|
-
"scope":
|
|
3333
|
+
"scope": 25428,
|
|
3334
3334
|
"src": "11738:30:57",
|
|
3335
3335
|
"stateVariable": false,
|
|
3336
3336
|
"storageLocation": "default",
|
|
@@ -3339,7 +3339,7 @@
|
|
|
3339
3339
|
"typeString": "address"
|
|
3340
3340
|
},
|
|
3341
3341
|
"typeName": {
|
|
3342
|
-
"id":
|
|
3342
|
+
"id": 25411,
|
|
3343
3343
|
"name": "address",
|
|
3344
3344
|
"nodeType": "ElementaryTypeName",
|
|
3345
3345
|
"src": "11738:7:57",
|
|
@@ -3353,13 +3353,13 @@
|
|
|
3353
3353
|
},
|
|
3354
3354
|
{
|
|
3355
3355
|
"constant": false,
|
|
3356
|
-
"id":
|
|
3356
|
+
"id": 25414,
|
|
3357
3357
|
"indexed": false,
|
|
3358
3358
|
"mutability": "mutable",
|
|
3359
3359
|
"name": "id",
|
|
3360
3360
|
"nameLocation": "11786:2:57",
|
|
3361
3361
|
"nodeType": "VariableDeclaration",
|
|
3362
|
-
"scope":
|
|
3362
|
+
"scope": 25428,
|
|
3363
3363
|
"src": "11778:10:57",
|
|
3364
3364
|
"stateVariable": false,
|
|
3365
3365
|
"storageLocation": "default",
|
|
@@ -3368,7 +3368,7 @@
|
|
|
3368
3368
|
"typeString": "bytes32"
|
|
3369
3369
|
},
|
|
3370
3370
|
"typeName": {
|
|
3371
|
-
"id":
|
|
3371
|
+
"id": 25413,
|
|
3372
3372
|
"name": "bytes32",
|
|
3373
3373
|
"nodeType": "ElementaryTypeName",
|
|
3374
3374
|
"src": "11778:7:57",
|
|
@@ -3381,13 +3381,13 @@
|
|
|
3381
3381
|
},
|
|
3382
3382
|
{
|
|
3383
3383
|
"constant": false,
|
|
3384
|
-
"id":
|
|
3384
|
+
"id": 25416,
|
|
3385
3385
|
"indexed": true,
|
|
3386
3386
|
"mutability": "mutable",
|
|
3387
3387
|
"name": "liquidatorAccount",
|
|
3388
3388
|
"nameLocation": "11814:17:57",
|
|
3389
3389
|
"nodeType": "VariableDeclaration",
|
|
3390
|
-
"scope":
|
|
3390
|
+
"scope": 25428,
|
|
3391
3391
|
"src": "11798:33:57",
|
|
3392
3392
|
"stateVariable": false,
|
|
3393
3393
|
"storageLocation": "default",
|
|
@@ -3396,7 +3396,7 @@
|
|
|
3396
3396
|
"typeString": "address"
|
|
3397
3397
|
},
|
|
3398
3398
|
"typeName": {
|
|
3399
|
-
"id":
|
|
3399
|
+
"id": 25415,
|
|
3400
3400
|
"name": "address",
|
|
3401
3401
|
"nodeType": "ElementaryTypeName",
|
|
3402
3402
|
"src": "11798:7:57",
|
|
@@ -3410,13 +3410,13 @@
|
|
|
3410
3410
|
},
|
|
3411
3411
|
{
|
|
3412
3412
|
"constant": false,
|
|
3413
|
-
"id":
|
|
3413
|
+
"id": 25418,
|
|
3414
3414
|
"indexed": true,
|
|
3415
3415
|
"mutability": "mutable",
|
|
3416
3416
|
"name": "targetAccount",
|
|
3417
3417
|
"nameLocation": "11857:13:57",
|
|
3418
3418
|
"nodeType": "VariableDeclaration",
|
|
3419
|
-
"scope":
|
|
3419
|
+
"scope": 25428,
|
|
3420
3420
|
"src": "11841:29:57",
|
|
3421
3421
|
"stateVariable": false,
|
|
3422
3422
|
"storageLocation": "default",
|
|
@@ -3425,7 +3425,7 @@
|
|
|
3425
3425
|
"typeString": "address"
|
|
3426
3426
|
},
|
|
3427
3427
|
"typeName": {
|
|
3428
|
-
"id":
|
|
3428
|
+
"id": 25417,
|
|
3429
3429
|
"name": "address",
|
|
3430
3430
|
"nodeType": "ElementaryTypeName",
|
|
3431
3431
|
"src": "11841:7:57",
|
|
@@ -3439,13 +3439,13 @@
|
|
|
3439
3439
|
},
|
|
3440
3440
|
{
|
|
3441
3441
|
"constant": false,
|
|
3442
|
-
"id":
|
|
3442
|
+
"id": 25420,
|
|
3443
3443
|
"indexed": false,
|
|
3444
3444
|
"mutability": "mutable",
|
|
3445
3445
|
"name": "rewardAmountReceiver",
|
|
3446
3446
|
"nameLocation": "11888:20:57",
|
|
3447
3447
|
"nodeType": "VariableDeclaration",
|
|
3448
|
-
"scope":
|
|
3448
|
+
"scope": 25428,
|
|
3449
3449
|
"src": "11880:28:57",
|
|
3450
3450
|
"stateVariable": false,
|
|
3451
3451
|
"storageLocation": "default",
|
|
@@ -3454,7 +3454,7 @@
|
|
|
3454
3454
|
"typeString": "address"
|
|
3455
3455
|
},
|
|
3456
3456
|
"typeName": {
|
|
3457
|
-
"id":
|
|
3457
|
+
"id": 25419,
|
|
3458
3458
|
"name": "address",
|
|
3459
3459
|
"nodeType": "ElementaryTypeName",
|
|
3460
3460
|
"src": "11880:7:57",
|
|
@@ -3468,13 +3468,13 @@
|
|
|
3468
3468
|
},
|
|
3469
3469
|
{
|
|
3470
3470
|
"constant": false,
|
|
3471
|
-
"id":
|
|
3471
|
+
"id": 25422,
|
|
3472
3472
|
"indexed": false,
|
|
3473
3473
|
"mutability": "mutable",
|
|
3474
3474
|
"name": "rewardAmount",
|
|
3475
3475
|
"nameLocation": "11926:12:57",
|
|
3476
3476
|
"nodeType": "VariableDeclaration",
|
|
3477
|
-
"scope":
|
|
3477
|
+
"scope": 25428,
|
|
3478
3478
|
"src": "11918:20:57",
|
|
3479
3479
|
"stateVariable": false,
|
|
3480
3480
|
"storageLocation": "default",
|
|
@@ -3483,7 +3483,7 @@
|
|
|
3483
3483
|
"typeString": "uint256"
|
|
3484
3484
|
},
|
|
3485
3485
|
"typeName": {
|
|
3486
|
-
"id":
|
|
3486
|
+
"id": 25421,
|
|
3487
3487
|
"name": "uint256",
|
|
3488
3488
|
"nodeType": "ElementaryTypeName",
|
|
3489
3489
|
"src": "11918:7:57",
|
|
@@ -3496,13 +3496,13 @@
|
|
|
3496
3496
|
},
|
|
3497
3497
|
{
|
|
3498
3498
|
"constant": false,
|
|
3499
|
-
"id":
|
|
3499
|
+
"id": 25424,
|
|
3500
3500
|
"indexed": false,
|
|
3501
3501
|
"mutability": "mutable",
|
|
3502
3502
|
"name": "targetAccountBalanceDelta",
|
|
3503
3503
|
"nameLocation": "11955:25:57",
|
|
3504
3504
|
"nodeType": "VariableDeclaration",
|
|
3505
|
-
"scope":
|
|
3505
|
+
"scope": 25428,
|
|
3506
3506
|
"src": "11948:32:57",
|
|
3507
3507
|
"stateVariable": false,
|
|
3508
3508
|
"storageLocation": "default",
|
|
@@ -3511,7 +3511,7 @@
|
|
|
3511
3511
|
"typeString": "int256"
|
|
3512
3512
|
},
|
|
3513
3513
|
"typeName": {
|
|
3514
|
-
"id":
|
|
3514
|
+
"id": 25423,
|
|
3515
3515
|
"name": "int256",
|
|
3516
3516
|
"nodeType": "ElementaryTypeName",
|
|
3517
3517
|
"src": "11948:6:57",
|
|
@@ -3524,13 +3524,13 @@
|
|
|
3524
3524
|
},
|
|
3525
3525
|
{
|
|
3526
3526
|
"constant": false,
|
|
3527
|
-
"id":
|
|
3527
|
+
"id": 25426,
|
|
3528
3528
|
"indexed": false,
|
|
3529
3529
|
"mutability": "mutable",
|
|
3530
3530
|
"name": "liquidationTypeData",
|
|
3531
3531
|
"nameLocation": "11996:19:57",
|
|
3532
3532
|
"nodeType": "VariableDeclaration",
|
|
3533
|
-
"scope":
|
|
3533
|
+
"scope": 25428,
|
|
3534
3534
|
"src": "11990:25:57",
|
|
3535
3535
|
"stateVariable": false,
|
|
3536
3536
|
"storageLocation": "default",
|
|
@@ -3539,7 +3539,7 @@
|
|
|
3539
3539
|
"typeString": "bytes"
|
|
3540
3540
|
},
|
|
3541
3541
|
"typeName": {
|
|
3542
|
-
"id":
|
|
3542
|
+
"id": 25425,
|
|
3543
3543
|
"name": "bytes",
|
|
3544
3544
|
"nodeType": "ElementaryTypeName",
|
|
3545
3545
|
"src": "11990:5:57",
|
|
@@ -3558,29 +3558,29 @@
|
|
|
3558
3558
|
{
|
|
3559
3559
|
"anonymous": false,
|
|
3560
3560
|
"documentation": {
|
|
3561
|
-
"id":
|
|
3561
|
+
"id": 25429,
|
|
3562
3562
|
"nodeType": "StructuredDocumentation",
|
|
3563
3563
|
"src": "12834:435:57",
|
|
3564
3564
|
"text": " @dev Agreement liquidation event (DEPRECATED BY AgreementLiquidatedBy)\n @param agreementClass Contract address of the agreement\n @param id Agreement ID\n @param penaltyAccount Account of the agreement to be penalized\n @param rewardAccount Account that collect the reward\n @param rewardAmount Amount of liquidation reward\n @custom:deprecated Use AgreementLiquidatedV2 instead"
|
|
3565
3565
|
},
|
|
3566
3566
|
"eventSelector": "8505c3d8f1f184f032cf0bc4cd80ee61c8b9d94f8907c3281bf0101a2610fe80",
|
|
3567
|
-
"id":
|
|
3567
|
+
"id": 25441,
|
|
3568
3568
|
"name": "AgreementLiquidated",
|
|
3569
3569
|
"nameLocation": "13280:19:57",
|
|
3570
3570
|
"nodeType": "EventDefinition",
|
|
3571
3571
|
"parameters": {
|
|
3572
|
-
"id":
|
|
3572
|
+
"id": 25440,
|
|
3573
3573
|
"nodeType": "ParameterList",
|
|
3574
3574
|
"parameters": [
|
|
3575
3575
|
{
|
|
3576
3576
|
"constant": false,
|
|
3577
|
-
"id":
|
|
3577
|
+
"id": 25431,
|
|
3578
3578
|
"indexed": true,
|
|
3579
3579
|
"mutability": "mutable",
|
|
3580
3580
|
"name": "agreementClass",
|
|
3581
3581
|
"nameLocation": "13325:14:57",
|
|
3582
3582
|
"nodeType": "VariableDeclaration",
|
|
3583
|
-
"scope":
|
|
3583
|
+
"scope": 25441,
|
|
3584
3584
|
"src": "13309:30:57",
|
|
3585
3585
|
"stateVariable": false,
|
|
3586
3586
|
"storageLocation": "default",
|
|
@@ -3589,7 +3589,7 @@
|
|
|
3589
3589
|
"typeString": "address"
|
|
3590
3590
|
},
|
|
3591
3591
|
"typeName": {
|
|
3592
|
-
"id":
|
|
3592
|
+
"id": 25430,
|
|
3593
3593
|
"name": "address",
|
|
3594
3594
|
"nodeType": "ElementaryTypeName",
|
|
3595
3595
|
"src": "13309:7:57",
|
|
@@ -3603,13 +3603,13 @@
|
|
|
3603
3603
|
},
|
|
3604
3604
|
{
|
|
3605
3605
|
"constant": false,
|
|
3606
|
-
"id":
|
|
3606
|
+
"id": 25433,
|
|
3607
3607
|
"indexed": false,
|
|
3608
3608
|
"mutability": "mutable",
|
|
3609
3609
|
"name": "id",
|
|
3610
3610
|
"nameLocation": "13357:2:57",
|
|
3611
3611
|
"nodeType": "VariableDeclaration",
|
|
3612
|
-
"scope":
|
|
3612
|
+
"scope": 25441,
|
|
3613
3613
|
"src": "13349:10:57",
|
|
3614
3614
|
"stateVariable": false,
|
|
3615
3615
|
"storageLocation": "default",
|
|
@@ -3618,7 +3618,7 @@
|
|
|
3618
3618
|
"typeString": "bytes32"
|
|
3619
3619
|
},
|
|
3620
3620
|
"typeName": {
|
|
3621
|
-
"id":
|
|
3621
|
+
"id": 25432,
|
|
3622
3622
|
"name": "bytes32",
|
|
3623
3623
|
"nodeType": "ElementaryTypeName",
|
|
3624
3624
|
"src": "13349:7:57",
|
|
@@ -3631,13 +3631,13 @@
|
|
|
3631
3631
|
},
|
|
3632
3632
|
{
|
|
3633
3633
|
"constant": false,
|
|
3634
|
-
"id":
|
|
3634
|
+
"id": 25435,
|
|
3635
3635
|
"indexed": true,
|
|
3636
3636
|
"mutability": "mutable",
|
|
3637
3637
|
"name": "penaltyAccount",
|
|
3638
3638
|
"nameLocation": "13385:14:57",
|
|
3639
3639
|
"nodeType": "VariableDeclaration",
|
|
3640
|
-
"scope":
|
|
3640
|
+
"scope": 25441,
|
|
3641
3641
|
"src": "13369:30:57",
|
|
3642
3642
|
"stateVariable": false,
|
|
3643
3643
|
"storageLocation": "default",
|
|
@@ -3646,7 +3646,7 @@
|
|
|
3646
3646
|
"typeString": "address"
|
|
3647
3647
|
},
|
|
3648
3648
|
"typeName": {
|
|
3649
|
-
"id":
|
|
3649
|
+
"id": 25434,
|
|
3650
3650
|
"name": "address",
|
|
3651
3651
|
"nodeType": "ElementaryTypeName",
|
|
3652
3652
|
"src": "13369:7:57",
|
|
@@ -3660,13 +3660,13 @@
|
|
|
3660
3660
|
},
|
|
3661
3661
|
{
|
|
3662
3662
|
"constant": false,
|
|
3663
|
-
"id":
|
|
3663
|
+
"id": 25437,
|
|
3664
3664
|
"indexed": true,
|
|
3665
3665
|
"mutability": "mutable",
|
|
3666
3666
|
"name": "rewardAccount",
|
|
3667
3667
|
"nameLocation": "13425:13:57",
|
|
3668
3668
|
"nodeType": "VariableDeclaration",
|
|
3669
|
-
"scope":
|
|
3669
|
+
"scope": 25441,
|
|
3670
3670
|
"src": "13409:29:57",
|
|
3671
3671
|
"stateVariable": false,
|
|
3672
3672
|
"storageLocation": "default",
|
|
@@ -3675,7 +3675,7 @@
|
|
|
3675
3675
|
"typeString": "address"
|
|
3676
3676
|
},
|
|
3677
3677
|
"typeName": {
|
|
3678
|
-
"id":
|
|
3678
|
+
"id": 25436,
|
|
3679
3679
|
"name": "address",
|
|
3680
3680
|
"nodeType": "ElementaryTypeName",
|
|
3681
3681
|
"src": "13409:7:57",
|
|
@@ -3689,13 +3689,13 @@
|
|
|
3689
3689
|
},
|
|
3690
3690
|
{
|
|
3691
3691
|
"constant": false,
|
|
3692
|
-
"id":
|
|
3692
|
+
"id": 25439,
|
|
3693
3693
|
"indexed": false,
|
|
3694
3694
|
"mutability": "mutable",
|
|
3695
3695
|
"name": "rewardAmount",
|
|
3696
3696
|
"nameLocation": "13456:12:57",
|
|
3697
3697
|
"nodeType": "VariableDeclaration",
|
|
3698
|
-
"scope":
|
|
3698
|
+
"scope": 25441,
|
|
3699
3699
|
"src": "13448:20:57",
|
|
3700
3700
|
"stateVariable": false,
|
|
3701
3701
|
"storageLocation": "default",
|
|
@@ -3704,7 +3704,7 @@
|
|
|
3704
3704
|
"typeString": "uint256"
|
|
3705
3705
|
},
|
|
3706
3706
|
"typeName": {
|
|
3707
|
-
"id":
|
|
3707
|
+
"id": 25438,
|
|
3708
3708
|
"name": "uint256",
|
|
3709
3709
|
"nodeType": "ElementaryTypeName",
|
|
3710
3710
|
"src": "13448:7:57",
|
|
@@ -3723,29 +3723,29 @@
|
|
|
3723
3723
|
{
|
|
3724
3724
|
"anonymous": false,
|
|
3725
3725
|
"documentation": {
|
|
3726
|
-
"id":
|
|
3726
|
+
"id": 25442,
|
|
3727
3727
|
"nodeType": "StructuredDocumentation",
|
|
3728
3728
|
"src": "13481:276:57",
|
|
3729
3729
|
"text": " @dev System bailout occurred (DEPRECATED BY AgreementLiquidatedBy)\n @param bailoutAccount Account that bailout the penalty account\n @param bailoutAmount Amount of account bailout\n @custom:deprecated Use AgreementLiquidatedV2 instead"
|
|
3730
3730
|
},
|
|
3731
3731
|
"eventSelector": "d6c9a04afc81e8c614310bbee6c9e84f5abe15b82038bf8347014ce0852e6ffd",
|
|
3732
|
-
"id":
|
|
3732
|
+
"id": 25448,
|
|
3733
3733
|
"name": "Bailout",
|
|
3734
3734
|
"nameLocation": "13768:7:57",
|
|
3735
3735
|
"nodeType": "EventDefinition",
|
|
3736
3736
|
"parameters": {
|
|
3737
|
-
"id":
|
|
3737
|
+
"id": 25447,
|
|
3738
3738
|
"nodeType": "ParameterList",
|
|
3739
3739
|
"parameters": [
|
|
3740
3740
|
{
|
|
3741
3741
|
"constant": false,
|
|
3742
|
-
"id":
|
|
3742
|
+
"id": 25444,
|
|
3743
3743
|
"indexed": true,
|
|
3744
3744
|
"mutability": "mutable",
|
|
3745
3745
|
"name": "bailoutAccount",
|
|
3746
3746
|
"nameLocation": "13801:14:57",
|
|
3747
3747
|
"nodeType": "VariableDeclaration",
|
|
3748
|
-
"scope":
|
|
3748
|
+
"scope": 25448,
|
|
3749
3749
|
"src": "13785:30:57",
|
|
3750
3750
|
"stateVariable": false,
|
|
3751
3751
|
"storageLocation": "default",
|
|
@@ -3754,7 +3754,7 @@
|
|
|
3754
3754
|
"typeString": "address"
|
|
3755
3755
|
},
|
|
3756
3756
|
"typeName": {
|
|
3757
|
-
"id":
|
|
3757
|
+
"id": 25443,
|
|
3758
3758
|
"name": "address",
|
|
3759
3759
|
"nodeType": "ElementaryTypeName",
|
|
3760
3760
|
"src": "13785:7:57",
|
|
@@ -3768,13 +3768,13 @@
|
|
|
3768
3768
|
},
|
|
3769
3769
|
{
|
|
3770
3770
|
"constant": false,
|
|
3771
|
-
"id":
|
|
3771
|
+
"id": 25446,
|
|
3772
3772
|
"indexed": false,
|
|
3773
3773
|
"mutability": "mutable",
|
|
3774
3774
|
"name": "bailoutAmount",
|
|
3775
3775
|
"nameLocation": "13833:13:57",
|
|
3776
3776
|
"nodeType": "VariableDeclaration",
|
|
3777
|
-
"scope":
|
|
3777
|
+
"scope": 25448,
|
|
3778
3778
|
"src": "13825:21:57",
|
|
3779
3779
|
"stateVariable": false,
|
|
3780
3780
|
"storageLocation": "default",
|
|
@@ -3783,7 +3783,7 @@
|
|
|
3783
3783
|
"typeString": "uint256"
|
|
3784
3784
|
},
|
|
3785
3785
|
"typeName": {
|
|
3786
|
-
"id":
|
|
3786
|
+
"id": 25445,
|
|
3787
3787
|
"name": "uint256",
|
|
3788
3788
|
"nodeType": "ElementaryTypeName",
|
|
3789
3789
|
"src": "13825:7:57",
|
|
@@ -3802,29 +3802,29 @@
|
|
|
3802
3802
|
{
|
|
3803
3803
|
"anonymous": false,
|
|
3804
3804
|
"documentation": {
|
|
3805
|
-
"id":
|
|
3805
|
+
"id": 25449,
|
|
3806
3806
|
"nodeType": "StructuredDocumentation",
|
|
3807
3807
|
"src": "13859:1082:57",
|
|
3808
3808
|
"text": " @dev Agreement liquidation event (DEPRECATED BY AgreementLiquidatedV2)\n @param liquidatorAccount Account of the agent that performed the liquidation.\n @param agreementClass Contract address of the agreement\n @param id Agreement ID\n @param penaltyAccount Account of the agreement to be penalized\n @param bondAccount Account that collect the reward or bailout accounts\n @param rewardAmount Amount of liquidation reward\n @param bailoutAmount Amount of liquidation bailouot\n @custom:deprecated Use AgreementLiquidatedV2 instead\n @custom:note \n Reward account rule:\n - if bailout is equal to 0, then\n - the bondAccount will get the rewardAmount,\n - the penaltyAccount will pay for the rewardAmount.\n - if bailout is larger than 0, then\n - the liquidatorAccount will get the rewardAmouont,\n - the bondAccount will pay for both the rewardAmount and bailoutAmount,\n - the penaltyAccount will pay for the rewardAmount while get the bailoutAmount."
|
|
3809
3809
|
},
|
|
3810
3810
|
"eventSelector": "5f22b60e58b1d6de858bc27c48d5a4653e052da99e083c1d88bb8c58e1abc8ef",
|
|
3811
|
-
"id":
|
|
3811
|
+
"id": 25465,
|
|
3812
3812
|
"name": "AgreementLiquidatedBy",
|
|
3813
3813
|
"nameLocation": "14952:21:57",
|
|
3814
3814
|
"nodeType": "EventDefinition",
|
|
3815
3815
|
"parameters": {
|
|
3816
|
-
"id":
|
|
3816
|
+
"id": 25464,
|
|
3817
3817
|
"nodeType": "ParameterList",
|
|
3818
3818
|
"parameters": [
|
|
3819
3819
|
{
|
|
3820
3820
|
"constant": false,
|
|
3821
|
-
"id":
|
|
3821
|
+
"id": 25451,
|
|
3822
3822
|
"indexed": false,
|
|
3823
3823
|
"mutability": "mutable",
|
|
3824
3824
|
"name": "liquidatorAccount",
|
|
3825
3825
|
"nameLocation": "14991:17:57",
|
|
3826
3826
|
"nodeType": "VariableDeclaration",
|
|
3827
|
-
"scope":
|
|
3827
|
+
"scope": 25465,
|
|
3828
3828
|
"src": "14983:25:57",
|
|
3829
3829
|
"stateVariable": false,
|
|
3830
3830
|
"storageLocation": "default",
|
|
@@ -3833,7 +3833,7 @@
|
|
|
3833
3833
|
"typeString": "address"
|
|
3834
3834
|
},
|
|
3835
3835
|
"typeName": {
|
|
3836
|
-
"id":
|
|
3836
|
+
"id": 25450,
|
|
3837
3837
|
"name": "address",
|
|
3838
3838
|
"nodeType": "ElementaryTypeName",
|
|
3839
3839
|
"src": "14983:7:57",
|
|
@@ -3847,13 +3847,13 @@
|
|
|
3847
3847
|
},
|
|
3848
3848
|
{
|
|
3849
3849
|
"constant": false,
|
|
3850
|
-
"id":
|
|
3850
|
+
"id": 25453,
|
|
3851
3851
|
"indexed": true,
|
|
3852
3852
|
"mutability": "mutable",
|
|
3853
3853
|
"name": "agreementClass",
|
|
3854
3854
|
"nameLocation": "15034:14:57",
|
|
3855
3855
|
"nodeType": "VariableDeclaration",
|
|
3856
|
-
"scope":
|
|
3856
|
+
"scope": 25465,
|
|
3857
3857
|
"src": "15018:30:57",
|
|
3858
3858
|
"stateVariable": false,
|
|
3859
3859
|
"storageLocation": "default",
|
|
@@ -3862,7 +3862,7 @@
|
|
|
3862
3862
|
"typeString": "address"
|
|
3863
3863
|
},
|
|
3864
3864
|
"typeName": {
|
|
3865
|
-
"id":
|
|
3865
|
+
"id": 25452,
|
|
3866
3866
|
"name": "address",
|
|
3867
3867
|
"nodeType": "ElementaryTypeName",
|
|
3868
3868
|
"src": "15018:7:57",
|
|
@@ -3876,13 +3876,13 @@
|
|
|
3876
3876
|
},
|
|
3877
3877
|
{
|
|
3878
3878
|
"constant": false,
|
|
3879
|
-
"id":
|
|
3879
|
+
"id": 25455,
|
|
3880
3880
|
"indexed": false,
|
|
3881
3881
|
"mutability": "mutable",
|
|
3882
3882
|
"name": "id",
|
|
3883
3883
|
"nameLocation": "15066:2:57",
|
|
3884
3884
|
"nodeType": "VariableDeclaration",
|
|
3885
|
-
"scope":
|
|
3885
|
+
"scope": 25465,
|
|
3886
3886
|
"src": "15058:10:57",
|
|
3887
3887
|
"stateVariable": false,
|
|
3888
3888
|
"storageLocation": "default",
|
|
@@ -3891,7 +3891,7 @@
|
|
|
3891
3891
|
"typeString": "bytes32"
|
|
3892
3892
|
},
|
|
3893
3893
|
"typeName": {
|
|
3894
|
-
"id":
|
|
3894
|
+
"id": 25454,
|
|
3895
3895
|
"name": "bytes32",
|
|
3896
3896
|
"nodeType": "ElementaryTypeName",
|
|
3897
3897
|
"src": "15058:7:57",
|
|
@@ -3904,13 +3904,13 @@
|
|
|
3904
3904
|
},
|
|
3905
3905
|
{
|
|
3906
3906
|
"constant": false,
|
|
3907
|
-
"id":
|
|
3907
|
+
"id": 25457,
|
|
3908
3908
|
"indexed": true,
|
|
3909
3909
|
"mutability": "mutable",
|
|
3910
3910
|
"name": "penaltyAccount",
|
|
3911
3911
|
"nameLocation": "15094:14:57",
|
|
3912
3912
|
"nodeType": "VariableDeclaration",
|
|
3913
|
-
"scope":
|
|
3913
|
+
"scope": 25465,
|
|
3914
3914
|
"src": "15078:30:57",
|
|
3915
3915
|
"stateVariable": false,
|
|
3916
3916
|
"storageLocation": "default",
|
|
@@ -3919,7 +3919,7 @@
|
|
|
3919
3919
|
"typeString": "address"
|
|
3920
3920
|
},
|
|
3921
3921
|
"typeName": {
|
|
3922
|
-
"id":
|
|
3922
|
+
"id": 25456,
|
|
3923
3923
|
"name": "address",
|
|
3924
3924
|
"nodeType": "ElementaryTypeName",
|
|
3925
3925
|
"src": "15078:7:57",
|
|
@@ -3933,13 +3933,13 @@
|
|
|
3933
3933
|
},
|
|
3934
3934
|
{
|
|
3935
3935
|
"constant": false,
|
|
3936
|
-
"id":
|
|
3936
|
+
"id": 25459,
|
|
3937
3937
|
"indexed": true,
|
|
3938
3938
|
"mutability": "mutable",
|
|
3939
3939
|
"name": "bondAccount",
|
|
3940
3940
|
"nameLocation": "15134:11:57",
|
|
3941
3941
|
"nodeType": "VariableDeclaration",
|
|
3942
|
-
"scope":
|
|
3942
|
+
"scope": 25465,
|
|
3943
3943
|
"src": "15118:27:57",
|
|
3944
3944
|
"stateVariable": false,
|
|
3945
3945
|
"storageLocation": "default",
|
|
@@ -3948,7 +3948,7 @@
|
|
|
3948
3948
|
"typeString": "address"
|
|
3949
3949
|
},
|
|
3950
3950
|
"typeName": {
|
|
3951
|
-
"id":
|
|
3951
|
+
"id": 25458,
|
|
3952
3952
|
"name": "address",
|
|
3953
3953
|
"nodeType": "ElementaryTypeName",
|
|
3954
3954
|
"src": "15118:7:57",
|
|
@@ -3962,13 +3962,13 @@
|
|
|
3962
3962
|
},
|
|
3963
3963
|
{
|
|
3964
3964
|
"constant": false,
|
|
3965
|
-
"id":
|
|
3965
|
+
"id": 25461,
|
|
3966
3966
|
"indexed": false,
|
|
3967
3967
|
"mutability": "mutable",
|
|
3968
3968
|
"name": "rewardAmount",
|
|
3969
3969
|
"nameLocation": "15163:12:57",
|
|
3970
3970
|
"nodeType": "VariableDeclaration",
|
|
3971
|
-
"scope":
|
|
3971
|
+
"scope": 25465,
|
|
3972
3972
|
"src": "15155:20:57",
|
|
3973
3973
|
"stateVariable": false,
|
|
3974
3974
|
"storageLocation": "default",
|
|
@@ -3977,7 +3977,7 @@
|
|
|
3977
3977
|
"typeString": "uint256"
|
|
3978
3978
|
},
|
|
3979
3979
|
"typeName": {
|
|
3980
|
-
"id":
|
|
3980
|
+
"id": 25460,
|
|
3981
3981
|
"name": "uint256",
|
|
3982
3982
|
"nodeType": "ElementaryTypeName",
|
|
3983
3983
|
"src": "15155:7:57",
|
|
@@ -3990,13 +3990,13 @@
|
|
|
3990
3990
|
},
|
|
3991
3991
|
{
|
|
3992
3992
|
"constant": false,
|
|
3993
|
-
"id":
|
|
3993
|
+
"id": 25463,
|
|
3994
3994
|
"indexed": false,
|
|
3995
3995
|
"mutability": "mutable",
|
|
3996
3996
|
"name": "bailoutAmount",
|
|
3997
3997
|
"nameLocation": "15193:13:57",
|
|
3998
3998
|
"nodeType": "VariableDeclaration",
|
|
3999
|
-
"scope":
|
|
3999
|
+
"scope": 25465,
|
|
4000
4000
|
"src": "15185:21:57",
|
|
4001
4001
|
"stateVariable": false,
|
|
4002
4002
|
"storageLocation": "default",
|
|
@@ -4005,7 +4005,7 @@
|
|
|
4005
4005
|
"typeString": "uint256"
|
|
4006
4006
|
},
|
|
4007
4007
|
"typeName": {
|
|
4008
|
-
"id":
|
|
4008
|
+
"id": 25462,
|
|
4009
4009
|
"name": "uint256",
|
|
4010
4010
|
"nodeType": "ElementaryTypeName",
|
|
4011
4011
|
"src": "15185:7:57",
|
|
@@ -4022,15 +4022,15 @@
|
|
|
4022
4022
|
"src": "14946:267:57"
|
|
4023
4023
|
}
|
|
4024
4024
|
],
|
|
4025
|
-
"scope":
|
|
4025
|
+
"scope": 25467,
|
|
4026
4026
|
"src": "184:15031:57",
|
|
4027
4027
|
"usedErrors": [
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
|
|
4028
|
+
25187,
|
|
4029
|
+
25189,
|
|
4030
|
+
25191,
|
|
4031
|
+
25193,
|
|
4032
|
+
25195,
|
|
4033
|
+
25197
|
|
4034
4034
|
]
|
|
4035
4035
|
}
|
|
4036
4036
|
],
|
|
@@ -4042,7 +4042,7 @@
|
|
|
4042
4042
|
},
|
|
4043
4043
|
"networks": {},
|
|
4044
4044
|
"schemaVersion": "3.4.13",
|
|
4045
|
-
"updatedAt": "2023-
|
|
4045
|
+
"updatedAt": "2023-08-06T18:11:20.934Z",
|
|
4046
4046
|
"devdoc": {
|
|
4047
4047
|
"author": "Superfluid",
|
|
4048
4048
|
"events": {
|