@superfluid-finance/ethereum-contracts 1.3.2-dev.bf84335.0 → 1.3.2-dev.de7575d.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/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 +1272 -1183
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +211 -211
- package/build/contracts/BatchOperation.json +599 -599
- package/build/contracts/CFAv1Library.json +2282 -2282
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +2472 -2472
- package/build/contracts/ConstantFlowAgreementV1.json +12931 -13308
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +599 -599
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +20 -20
- 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/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +380 -380
- package/build/contracts/ERC777RecipientDrainingGas.json +858 -858
- package/build/contracts/ERC777RecipientReverting.json +858 -858
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +2473 -2473
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +2473 -2473
- package/build/contracts/FlowOperatorDefinitions.json +599 -599
- package/build/contracts/FullUpgradableSuperTokenProxy.json +115 -115
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +567 -567
- package/build/contracts/IDAv1Library.json +2614 -2614
- 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/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
- package/build/contracts/IMaticBridgedNativeSuperToken.json +63 -63
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +63 -63
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +43 -43
- package/build/contracts/IPureSuperTokenCustom.json +43 -43
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +48 -48
- package/build/contracts/ISETHCustom.json +48 -48
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +192 -192
- package/build/contracts/ISuperToken.json +524 -524
- package/build/contracts/ISuperTokenFactory.json +161 -161
- package/build/contracts/ISuperfluid.json +1145 -1178
- package/build/contracts/ISuperfluidGovernance.json +243 -243
- package/build/contracts/ISuperfluidToken.json +389 -389
- package/build/contracts/ITOGAv1.json +1442 -1442
- package/build/contracts/ITOGAv2.json +1442 -1442
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +5820 -5820
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +231 -231
- package/build/contracts/NonClosableOutflowTestApp.json +2473 -2473
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Pausable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/PureSuperToken.json +109 -109
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +227 -227
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +2472 -2472
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +748 -748
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +240 -240
- package/build/contracts/SuperAppDefinitions.json +599 -599
- package/build/contracts/SuperToken.json +4732 -4732
- package/build/contracts/SuperTokenFactory.json +750 -750
- package/build/contracts/SuperTokenFactoryBase.json +738 -738
- package/build/contracts/SuperTokenFactoryHelper.json +743 -743
- package/build/contracts/SuperUpgrader.json +440 -440
- package/build/contracts/Superfluid.json +15366 -16050
- package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
- package/build/contracts/SuperfluidGovernanceBase.json +2233 -2233
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +149 -149
- package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
- package/build/contracts/SuperfluidLoader.json +210 -210
- package/build/contracts/SuperfluidToken.json +2420 -2420
- package/build/contracts/TOGA.json +1461 -1461
- package/build/contracts/TestGovernance.json +248 -248
- package/build/contracts/TestToken.json +93 -93
- package/build/contracts/TokenCustodian.json +214 -214
- 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 +6 -6
- package/contracts/agreements/AgreementLibrary.sol +39 -15
- package/contracts/agreements/ConstantFlowAgreementV1.sol +65 -53
- package/contracts/interfaces/superfluid/ISuperfluid.sol +29 -23
- package/contracts/mocks/AgreementMock.sol +2 -2
- package/contracts/mocks/CFAAppMocks.sol +1 -1
- package/contracts/mocks/MultiFlowTesterApp.sol +13 -12
- package/contracts/mocks/SuperTokenMock.sol +2 -2
- package/contracts/mocks/SuperfluidMock.sol +9 -9
- package/contracts/superfluid/Superfluid.sol +34 -38
- package/contracts/superfluid/SuperfluidToken.sol +14 -14
- package/package.json +2 -2
- package/scripts/deploy-mfa.ts +27 -0
- package/scripts/libs/getConfig.js +14 -0
- package/utils/README.md +18 -0
- package/utils/mfa-tester.html +687 -0
|
@@ -104,9 +104,9 @@
|
|
|
104
104
|
"type": "function"
|
|
105
105
|
}
|
|
106
106
|
],
|
|
107
|
-
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"childChainManager_\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAddress\",\"type\":\"address\"}],\"name\":\"ChildChainManagerChanged\",\"type\":\"event\"},{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[],\"name\":\"childChainManager\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"user\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"depositData\",\"type\":\"bytes\"}],\"name\":\"deposit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAddress\",\"type\":\"address\"}],\"name\":\"initializeProxy\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newChildChainManager\",\"type\":\"address\"}],\"name\":\"updateChildChainManager\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"withdraw\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"Superfluid\",\"details\":\"Native SuperToken with interfaces for the Matic POS bridge to mint and burn.See https://docs.polygon.technology/docs/develop/ethereum-matic/pos/mapping-assets/\",\"kind\":\"dev\",\"methods\":{\"deposit(address,bytes)\":{\"details\":\"triggers minting of tokens to the given user, called by the child chain manager\"},\"initializeProxy(address)\":{\"details\":\"Proxy initialization function. This should only be called once and it is permission-less.\",\"params\":{\"initialAddress\":\"Initial logic contract code address to be used.\"}},\"updateChildChainManager(address)\":{\"details\":\"governance can change the child chain manager\"},\"withdraw(uint256)\":{\"details\":\"triggers burning of tokens on the child chain and unlocking on L1\"}},\"title\":\"Matic bridged native super token proxy contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/tokens/MaticBridgedNativeSuperToken.sol\":\"MaticBridgedNativeSuperTokenProxy\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0xc130fe33f1b2132158531a87734153293f6d07bc263ff4ac90e85da9c82c0e27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8831721b6f4cc26534d190f9f1631c3f59c9ff38efdd911f85e0882b8e360472\",\"dweb:/ipfs/QmQZnLErZNStirSQ13ZNWQgvEYUtGE5tXYwn4QUPaVUfPN\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"project:/contracts/interfaces/superfluid/CustomSuperTokenBase.sol\":{\"keccak256\":\"0x0e82d13439dcbcd79034168d1d85a37ab8ac65322b80e9cf938822383e8c092b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://3a8bd45f533aa4e86ffb552a30a2ebc881657d350c076858c624c14419a123eb\",\"dweb:/ipfs/QmQBxtRAC9U4kZQtPwbsUTjMWa3UpKXUFedDYC44uK5HXZ\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"
|
|
108
|
-
"bytecode": "
|
|
109
|
-
"deployedBytecode": "
|
|
107
|
+
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"childChainManager_\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAddress\",\"type\":\"address\"}],\"name\":\"ChildChainManagerChanged\",\"type\":\"event\"},{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[],\"name\":\"childChainManager\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"user\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"depositData\",\"type\":\"bytes\"}],\"name\":\"deposit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAddress\",\"type\":\"address\"}],\"name\":\"initializeProxy\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newChildChainManager\",\"type\":\"address\"}],\"name\":\"updateChildChainManager\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"withdraw\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"Superfluid\",\"details\":\"Native SuperToken with interfaces for the Matic POS bridge to mint and burn.See https://docs.polygon.technology/docs/develop/ethereum-matic/pos/mapping-assets/\",\"kind\":\"dev\",\"methods\":{\"deposit(address,bytes)\":{\"details\":\"triggers minting of tokens to the given user, called by the child chain manager\"},\"initializeProxy(address)\":{\"details\":\"Proxy initialization function. This should only be called once and it is permission-less.\",\"params\":{\"initialAddress\":\"Initial logic contract code address to be used.\"}},\"updateChildChainManager(address)\":{\"details\":\"governance can change the child chain manager\"},\"withdraw(uint256)\":{\"details\":\"triggers burning of tokens on the child chain and unlocking on L1\"}},\"title\":\"Matic bridged native super token proxy contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/tokens/MaticBridgedNativeSuperToken.sol\":\"MaticBridgedNativeSuperTokenProxy\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0xc130fe33f1b2132158531a87734153293f6d07bc263ff4ac90e85da9c82c0e27\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8831721b6f4cc26534d190f9f1631c3f59c9ff38efdd911f85e0882b8e360472\",\"dweb:/ipfs/QmQZnLErZNStirSQ13ZNWQgvEYUtGE5tXYwn4QUPaVUfPN\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"project:/contracts/interfaces/superfluid/CustomSuperTokenBase.sol\":{\"keccak256\":\"0x0e82d13439dcbcd79034168d1d85a37ab8ac65322b80e9cf938822383e8c092b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://3a8bd45f533aa4e86ffb552a30a2ebc881657d350c076858c624c14419a123eb\",\"dweb:/ipfs/QmQBxtRAC9U4kZQtPwbsUTjMWa3UpKXUFedDYC44uK5HXZ\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0x59cba11dfc9510e06db5fd57e9229fcfa0860e99e76626ad0291e7e50a3a62de\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://a64102f968e7f2eaa335e8d7ce47b339c958b0d6f8f4b3379547e9b7faa78cf9\",\"dweb:/ipfs/QmbFSeM6diijjogiTvgbpphLmjxG3u1ifygFkLhezFHRQ5\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/IMaticBridgedNativeSuperToken.sol\":{\"keccak256\":\"0xc43dc10247bd05f2f485110260e6584e739dc353b6af9ad3379a19c902a57fb2\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://07f6e0ece634ac96bfda9edcded0333f7b13ec7ae3de881b2ae9feb1dc064805\",\"dweb:/ipfs/QmUqWzWAFSN9JmsmdbvR6BDGaiZgF4UkAGHLRCRmLPFjZ1\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"project:/contracts/tokens/MaticBridgedNativeSuperToken.sol\":{\"keccak256\":\"0x94801ef881d90620a721714cd3d8e7d7d8b0654087f0ba5a6e26b4b3e2cd3517\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://35cdc8630e6ff31bd2aa0b40bee2987401b53f3f6415e2579a7fc6a979d59cb6\",\"dweb:/ipfs/QmeLNGLxnpcJbRv3yWHn5XUcJGEgyyNHt3pcHXSQrYC2tG\"]},\"project:/contracts/upgradability/UUPSProxy.sol\":{\"keccak256\":\"0x2c651f24af9c4405c20e0a14907f76f8a0d81ff751c89ebbce48ae7aceab5f58\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://dbf209416f8af6df9949194e682a902c4cbce37520a940c5bd123d5ffb1b7b56\",\"dweb:/ipfs/QmWy7TuYgtpRddTJYCubfzthA7ex7rPrxbLuzcG6bbw7mL\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0xe624225773a60f62c7a0687afb0536ba19a17e4e5605ae71e8af77a0287aca59\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://4294e5eb5b194477bca3b8ca04ca92a6fe72dd6cf8da8f0d942a4a86c41c1c7f\",\"dweb:/ipfs/QmdfPXZxJPaBjKNfC8joTcvEhWammJHzRACB1S18sFYfd7\"]}},\"version\":1}",
|
|
108
|
+
"bytecode": "0x608060405234801561001057600080fd5b5060405161078b38038061078b83398101604081905261002f91610054565b602080546001600160a01b0319166001600160a01b0392909216919091179055610084565b60006020828403121561006657600080fd5b81516001600160a01b038116811461007d57600080fd5b9392505050565b6106f8806100936000396000f3fe60806040526004361061004e5760003560e01c80632e1a7d4d14610065578063445a6797146100855780634a0687ef146100a5578063c8291d84146100c5578063cf2c52cb146101015761005d565b3661005d5761005b610121565b005b61005b610121565b34801561007157600080fd5b5061005b610080366004610562565b610133565b34801561009157600080fd5b5061005b6100a0366004610590565b61019c565b3480156100b157600080fd5b5061005b6100c0366004610590565b610327565b3480156100d157600080fd5b506020546100e5906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561010d57600080fd5b5061005b61011c3660046105b4565b610428565b61013161012c61050f565b61053e565b565b60408051600081526020810191829052639d87674160e01b9091523090639d87674190610167903390859060248101610639565b600060405180830381600087803b15801561018157600080fd5b505af1158015610195573d6000803e3d6000fd5b5050505050565b6000306001600160a01b03166320bc44256040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101dc573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061020091906106a5565b90506000816001600160a01b031663289b3c0d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610242573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061026691906106a5565b9050336001600160a01b038216146102d45760405162461bcd60e51b815260206004820152602660248201527f4d424e5375706572546f6b656e3a206f6e6c7920676f7665726e616e636520616044820152651b1b1bddd95960d21b60648201526084015b60405180910390fd5b602080546001600160a01b0319166001600160a01b03851690811782556040519081527f88ba5221dde9ab86adbd4dee937ed51febc94c1052c203da3aabe4034a9273f5910160405180910390a1505050565b6001600160a01b03811661037d5760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064016102cb565b60006103a77f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146103fd5760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a6564000060448201526064016102cb565b610425817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6020546001600160a01b031633146104925760405162461bcd60e51b815260206004820152602760248201527f4d424e5375706572546f6b656e3a206e6f207065726d697373696f6e20746f2060448201526619195c1bdcda5d60ca1b60648201526084016102cb565b60006104a082840184610562565b6040805160008152602081019182905263c68d428360e01b909152909150309063c68d4283906104d7908790859060248101610639565b600060405180830381600087803b1580156104f157600080fd5b505af1158015610505573d6000803e3d6000fd5b5050505050505050565b60006105397f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e80801561055d573d6000f35b3d6000fd5b60006020828403121561057457600080fd5b5035919050565b6001600160a01b038116811461042557600080fd5b6000602082840312156105a257600080fd5b81356105ad8161057b565b9392505050565b6000806000604084860312156105c957600080fd5b83356105d48161057b565b9250602084013567ffffffffffffffff808211156105f157600080fd5b818601915086601f83011261060557600080fd5b81358181111561061457600080fd5b87602082850101111561062657600080fd5b6020830194508093505050509250925092565b60018060a01b038416815260006020848184015260606040840152835180606085015260005b8181101561067b5785810183015185820160800152820161065f565b8181111561068d576000608083870101525b50601f01601f19169290920160800195945050505050565b6000602082840312156106b757600080fd5b81516105ad8161057b56fea2646970667358221220ba1e002eb53a66bef4dfc8a100177ecd8c34e2ee6761fab0f2b0f341a95c86fd64736f6c634300080e0033",
|
|
109
|
+
"deployedBytecode": "0x60806040526004361061004e5760003560e01c80632e1a7d4d14610065578063445a6797146100855780634a0687ef146100a5578063c8291d84146100c5578063cf2c52cb146101015761005d565b3661005d5761005b610121565b005b61005b610121565b34801561007157600080fd5b5061005b610080366004610562565b610133565b34801561009157600080fd5b5061005b6100a0366004610590565b61019c565b3480156100b157600080fd5b5061005b6100c0366004610590565b610327565b3480156100d157600080fd5b506020546100e5906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b34801561010d57600080fd5b5061005b61011c3660046105b4565b610428565b61013161012c61050f565b61053e565b565b60408051600081526020810191829052639d87674160e01b9091523090639d87674190610167903390859060248101610639565b600060405180830381600087803b15801561018157600080fd5b505af1158015610195573d6000803e3d6000fd5b5050505050565b6000306001600160a01b03166320bc44256040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101dc573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061020091906106a5565b90506000816001600160a01b031663289b3c0d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610242573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061026691906106a5565b9050336001600160a01b038216146102d45760405162461bcd60e51b815260206004820152602660248201527f4d424e5375706572546f6b656e3a206f6e6c7920676f7665726e616e636520616044820152651b1b1bddd95960d21b60648201526084015b60405180910390fd5b602080546001600160a01b0319166001600160a01b03851690811782556040519081527f88ba5221dde9ab86adbd4dee937ed51febc94c1052c203da3aabe4034a9273f5910160405180910390a1505050565b6001600160a01b03811661037d5760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064016102cb565b60006103a77f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146103fd5760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a6564000060448201526064016102cb565b610425817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6020546001600160a01b031633146104925760405162461bcd60e51b815260206004820152602760248201527f4d424e5375706572546f6b656e3a206e6f207065726d697373696f6e20746f2060448201526619195c1bdcda5d60ca1b60648201526084016102cb565b60006104a082840184610562565b6040805160008152602081019182905263c68d428360e01b909152909150309063c68d4283906104d7908790859060248101610639565b600060405180830381600087803b1580156104f157600080fd5b505af1158015610505573d6000803e3d6000fd5b5050505050505050565b60006105397f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e80801561055d573d6000f35b3d6000fd5b60006020828403121561057457600080fd5b5035919050565b6001600160a01b038116811461042557600080fd5b6000602082840312156105a257600080fd5b81356105ad8161057b565b9392505050565b6000806000604084860312156105c957600080fd5b83356105d48161057b565b9250602084013567ffffffffffffffff808211156105f157600080fd5b818601915086601f83011261060557600080fd5b81358181111561061457600080fd5b87602082850101111561062657600080fd5b6020830194508093505050509250925092565b60018060a01b038416815260006020848184015260606040840152835180606085015260005b8181101561067b5785810183015185820160800152820161065f565b8181111561068d576000608083870101525b50601f01601f19169290920160800195945050505050565b6000602082840312156106b757600080fd5b81516105ad8161057b56fea2646970667358221220ba1e002eb53a66bef4dfc8a100177ecd8c34e2ee6761fab0f2b0f341a95c86fd64736f6c634300080e0033",
|
|
110
110
|
"immutableReferences": {},
|
|
111
111
|
"generatedSources": [
|
|
112
112
|
{
|
|
@@ -2811,7 +2811,7 @@
|
|
|
2811
2811
|
}
|
|
2812
2812
|
]
|
|
2813
2813
|
},
|
|
2814
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluidGovernance_$
|
|
2814
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluidGovernance_$20176_fromMemory",
|
|
2815
2815
|
"nodeType": "YulFunctionDefinition",
|
|
2816
2816
|
"parameters": [
|
|
2817
2817
|
{
|
|
@@ -3647,7 +3647,7 @@
|
|
|
3647
3647
|
}
|
|
3648
3648
|
]
|
|
3649
3649
|
},
|
|
3650
|
-
"contents": "{\n { }\n function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := calldataload(headStart)\n }\n function validator_revert_address(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_decode_tuple_t_addresst_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if iszero(slt(add(_2, 0x1f), dataEnd)) { revert(0, 0) }\n let length := calldataload(_2)\n if gt(length, _1) { revert(0, 0) }\n if gt(add(add(_2, length), 32), dataEnd) { revert(0, 0) }\n value1 := add(_2, 32)\n value2 := length\n }\n function panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function abi_encode_tuple_t_address_t_uint256_t_bytes_memory_ptr__to_t_address_t_uint256_t_bytes_memory_ptr__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n let _1 := 32\n mstore(add(headStart, _1), value1)\n mstore(add(headStart, 64), 96)\n let length := mload(value2)\n mstore(add(headStart, 96), length)\n let i := 0\n for { } lt(i, length) { i := add(i, _1) }\n {\n mstore(add(add(headStart, i), 128), mload(add(add(value2, i), _1)))\n }\n if gt(i, length)\n {\n mstore(add(add(headStart, length), 128), 0)\n }\n tail := add(add(headStart, and(add(length, 31), not(31))), 128)\n }\n function abi_decode_tuple_t_address_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function abi_decode_tuple_t_contract$_ISuperfluidGovernance_$
|
|
3650
|
+
"contents": "{\n { }\n function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := calldataload(headStart)\n }\n function validator_revert_address(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_decode_tuple_t_addresst_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let _2 := add(headStart, offset)\n if iszero(slt(add(_2, 0x1f), dataEnd)) { revert(0, 0) }\n let length := calldataload(_2)\n if gt(length, _1) { revert(0, 0) }\n if gt(add(add(_2, length), 32), dataEnd) { revert(0, 0) }\n value1 := add(_2, 32)\n value2 := length\n }\n function panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function abi_encode_tuple_t_address_t_uint256_t_bytes_memory_ptr__to_t_address_t_uint256_t_bytes_memory_ptr__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n let _1 := 32\n mstore(add(headStart, _1), value1)\n mstore(add(headStart, 64), 96)\n let length := mload(value2)\n mstore(add(headStart, 96), length)\n let i := 0\n for { } lt(i, length) { i := add(i, _1) }\n {\n mstore(add(add(headStart, i), 128), mload(add(add(value2, i), _1)))\n }\n if gt(i, length)\n {\n mstore(add(add(headStart, length), 128), 0)\n }\n tail := add(add(headStart, and(add(length, 31), not(31))), 128)\n }\n function abi_decode_tuple_t_address_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function abi_decode_tuple_t_contract$_ISuperfluidGovernance_$20176_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_f4b6d6cbbe0ba9bf4b8e6276ba2dce9c89b6766609dcef5a4eadef86c272b68c__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 38)\n mstore(add(headStart, 64), \"MBNSuperToken: only governance a\")\n mstore(add(headStart, 96), \"llowed\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_stringliteral_ddef727975921b7952b7e20fd4290233907fcf50863b08b5223d979ede27321e__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 23)\n mstore(add(headStart, 64), \"UUPSProxy: zero address\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_b83493ae559d613bdaa11f876d4e817b661ed75187e4a486b85abafea5a50e6c__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 30)\n mstore(add(headStart, 64), \"UUPSProxy: already initialized\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_002785c83cc7ad8d6d2b9a2621ebf1dcf2c1c56fe52ea44ee439d5314fa47df1__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 39)\n mstore(add(headStart, 64), \"MBNSuperToken: no permission to \")\n mstore(add(headStart, 96), \"deposit\")\n tail := add(headStart, 128)\n }\n}",
|
|
3651
3651
|
"id": 107,
|
|
3652
3652
|
"language": "Yul",
|
|
3653
3653
|
"name": "#utility.yul"
|
|
@@ -3661,30 +3661,30 @@
|
|
|
3661
3661
|
"absolutePath": "project:/contracts/tokens/MaticBridgedNativeSuperToken.sol",
|
|
3662
3662
|
"exportedSymbols": {
|
|
3663
3663
|
"CustomSuperTokenBase": [
|
|
3664
|
-
|
|
3664
|
+
18512
|
|
3665
3665
|
],
|
|
3666
3666
|
"IMaticBridgedNativeSuperTokenCustom": [
|
|
3667
|
-
|
|
3667
|
+
20493
|
|
3668
3668
|
],
|
|
3669
3669
|
"ISuperToken": [
|
|
3670
|
-
|
|
3670
|
+
19492
|
|
3671
3671
|
],
|
|
3672
3672
|
"ISuperfluid": [
|
|
3673
|
-
|
|
3673
|
+
20053
|
|
3674
3674
|
],
|
|
3675
3675
|
"MaticBridgedNativeSuperTokenProxy": [
|
|
3676
|
-
|
|
3676
|
+
36705
|
|
3677
3677
|
],
|
|
3678
3678
|
"UUPSProxy": [
|
|
3679
|
-
|
|
3679
|
+
37074
|
|
3680
3680
|
]
|
|
3681
3681
|
},
|
|
3682
|
-
"id":
|
|
3682
|
+
"id": 36706,
|
|
3683
3683
|
"license": "AGPLv3",
|
|
3684
3684
|
"nodeType": "SourceUnit",
|
|
3685
3685
|
"nodes": [
|
|
3686
3686
|
{
|
|
3687
|
-
"id":
|
|
3687
|
+
"id": 36566,
|
|
3688
3688
|
"literals": [
|
|
3689
3689
|
"solidity",
|
|
3690
3690
|
"0.8",
|
|
@@ -3696,20 +3696,20 @@
|
|
|
3696
3696
|
{
|
|
3697
3697
|
"absolutePath": "project:/contracts/interfaces/superfluid/CustomSuperTokenBase.sol",
|
|
3698
3698
|
"file": "../interfaces/superfluid/CustomSuperTokenBase.sol",
|
|
3699
|
-
"id":
|
|
3699
|
+
"id": 36569,
|
|
3700
3700
|
"nameLocation": "-1:-1:-1",
|
|
3701
3701
|
"nodeType": "ImportDirective",
|
|
3702
|
-
"scope":
|
|
3703
|
-
"sourceUnit":
|
|
3702
|
+
"scope": 36706,
|
|
3703
|
+
"sourceUnit": 18513,
|
|
3704
3704
|
"src": "60:110:92",
|
|
3705
3705
|
"symbolAliases": [
|
|
3706
3706
|
{
|
|
3707
3707
|
"foreign": {
|
|
3708
|
-
"id":
|
|
3708
|
+
"id": 36567,
|
|
3709
3709
|
"name": "ISuperToken",
|
|
3710
3710
|
"nodeType": "Identifier",
|
|
3711
3711
|
"overloadedDeclarations": [],
|
|
3712
|
-
"referencedDeclaration":
|
|
3712
|
+
"referencedDeclaration": 19492,
|
|
3713
3713
|
"src": "73:11:92",
|
|
3714
3714
|
"typeDescriptions": {}
|
|
3715
3715
|
},
|
|
@@ -3717,11 +3717,11 @@
|
|
|
3717
3717
|
},
|
|
3718
3718
|
{
|
|
3719
3719
|
"foreign": {
|
|
3720
|
-
"id":
|
|
3720
|
+
"id": 36568,
|
|
3721
3721
|
"name": "CustomSuperTokenBase",
|
|
3722
3722
|
"nodeType": "Identifier",
|
|
3723
3723
|
"overloadedDeclarations": [],
|
|
3724
|
-
"referencedDeclaration":
|
|
3724
|
+
"referencedDeclaration": 18512,
|
|
3725
3725
|
"src": "90:20:92",
|
|
3726
3726
|
"typeDescriptions": {}
|
|
3727
3727
|
},
|
|
@@ -3733,20 +3733,20 @@
|
|
|
3733
3733
|
{
|
|
3734
3734
|
"absolutePath": "project:/contracts/interfaces/tokens/IMaticBridgedNativeSuperToken.sol",
|
|
3735
3735
|
"file": "../interfaces/tokens/IMaticBridgedNativeSuperToken.sol",
|
|
3736
|
-
"id":
|
|
3736
|
+
"id": 36571,
|
|
3737
3737
|
"nameLocation": "-1:-1:-1",
|
|
3738
3738
|
"nodeType": "ImportDirective",
|
|
3739
|
-
"scope":
|
|
3740
|
-
"sourceUnit":
|
|
3739
|
+
"scope": 36706,
|
|
3740
|
+
"sourceUnit": 20500,
|
|
3741
3741
|
"src": "171:109:92",
|
|
3742
3742
|
"symbolAliases": [
|
|
3743
3743
|
{
|
|
3744
3744
|
"foreign": {
|
|
3745
|
-
"id":
|
|
3745
|
+
"id": 36570,
|
|
3746
3746
|
"name": "IMaticBridgedNativeSuperTokenCustom",
|
|
3747
3747
|
"nodeType": "Identifier",
|
|
3748
3748
|
"overloadedDeclarations": [],
|
|
3749
|
-
"referencedDeclaration":
|
|
3749
|
+
"referencedDeclaration": 20493,
|
|
3750
3750
|
"src": "180:35:92",
|
|
3751
3751
|
"typeDescriptions": {}
|
|
3752
3752
|
},
|
|
@@ -3758,20 +3758,20 @@
|
|
|
3758
3758
|
{
|
|
3759
3759
|
"absolutePath": "project:/contracts/upgradability/UUPSProxy.sol",
|
|
3760
3760
|
"file": "../upgradability/UUPSProxy.sol",
|
|
3761
|
-
"id":
|
|
3761
|
+
"id": 36573,
|
|
3762
3762
|
"nameLocation": "-1:-1:-1",
|
|
3763
3763
|
"nodeType": "ImportDirective",
|
|
3764
|
-
"scope":
|
|
3765
|
-
"sourceUnit":
|
|
3764
|
+
"scope": 36706,
|
|
3765
|
+
"sourceUnit": 37075,
|
|
3766
3766
|
"src": "281:59:92",
|
|
3767
3767
|
"symbolAliases": [
|
|
3768
3768
|
{
|
|
3769
3769
|
"foreign": {
|
|
3770
|
-
"id":
|
|
3770
|
+
"id": 36572,
|
|
3771
3771
|
"name": "UUPSProxy",
|
|
3772
3772
|
"nodeType": "Identifier",
|
|
3773
3773
|
"overloadedDeclarations": [],
|
|
3774
|
-
"referencedDeclaration":
|
|
3774
|
+
"referencedDeclaration": 37074,
|
|
3775
3775
|
"src": "290:9:92",
|
|
3776
3776
|
"typeDescriptions": {}
|
|
3777
3777
|
},
|
|
@@ -3783,20 +3783,20 @@
|
|
|
3783
3783
|
{
|
|
3784
3784
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
|
|
3785
3785
|
"file": "../interfaces/superfluid/ISuperfluid.sol",
|
|
3786
|
-
"id":
|
|
3786
|
+
"id": 36575,
|
|
3787
3787
|
"nameLocation": "-1:-1:-1",
|
|
3788
3788
|
"nodeType": "ImportDirective",
|
|
3789
|
-
"scope":
|
|
3790
|
-
"sourceUnit":
|
|
3789
|
+
"scope": 36706,
|
|
3790
|
+
"sourceUnit": 20054,
|
|
3791
3791
|
"src": "342:71:92",
|
|
3792
3792
|
"symbolAliases": [
|
|
3793
3793
|
{
|
|
3794
3794
|
"foreign": {
|
|
3795
|
-
"id":
|
|
3795
|
+
"id": 36574,
|
|
3796
3796
|
"name": "ISuperfluid",
|
|
3797
3797
|
"nodeType": "Identifier",
|
|
3798
3798
|
"overloadedDeclarations": [],
|
|
3799
|
-
"referencedDeclaration":
|
|
3799
|
+
"referencedDeclaration": 20053,
|
|
3800
3800
|
"src": "351:11:92",
|
|
3801
3801
|
"typeDescriptions": {}
|
|
3802
3802
|
},
|
|
@@ -3810,37 +3810,37 @@
|
|
|
3810
3810
|
"baseContracts": [
|
|
3811
3811
|
{
|
|
3812
3812
|
"baseName": {
|
|
3813
|
-
"id":
|
|
3813
|
+
"id": 36577,
|
|
3814
3814
|
"name": "IMaticBridgedNativeSuperTokenCustom",
|
|
3815
3815
|
"nodeType": "IdentifierPath",
|
|
3816
|
-
"referencedDeclaration":
|
|
3816
|
+
"referencedDeclaration": 20493,
|
|
3817
3817
|
"src": "727:35:92"
|
|
3818
3818
|
},
|
|
3819
|
-
"id":
|
|
3819
|
+
"id": 36578,
|
|
3820
3820
|
"nodeType": "InheritanceSpecifier",
|
|
3821
3821
|
"src": "727:35:92"
|
|
3822
3822
|
},
|
|
3823
3823
|
{
|
|
3824
3824
|
"baseName": {
|
|
3825
|
-
"id":
|
|
3825
|
+
"id": 36579,
|
|
3826
3826
|
"name": "CustomSuperTokenBase",
|
|
3827
3827
|
"nodeType": "IdentifierPath",
|
|
3828
|
-
"referencedDeclaration":
|
|
3828
|
+
"referencedDeclaration": 18512,
|
|
3829
3829
|
"src": "764:20:92"
|
|
3830
3830
|
},
|
|
3831
|
-
"id":
|
|
3831
|
+
"id": 36580,
|
|
3832
3832
|
"nodeType": "InheritanceSpecifier",
|
|
3833
3833
|
"src": "764:20:92"
|
|
3834
3834
|
},
|
|
3835
3835
|
{
|
|
3836
3836
|
"baseName": {
|
|
3837
|
-
"id":
|
|
3837
|
+
"id": 36581,
|
|
3838
3838
|
"name": "UUPSProxy",
|
|
3839
3839
|
"nodeType": "IdentifierPath",
|
|
3840
|
-
"referencedDeclaration":
|
|
3840
|
+
"referencedDeclaration": 37074,
|
|
3841
3841
|
"src": "786:9:92"
|
|
3842
3842
|
},
|
|
3843
|
-
"id":
|
|
3843
|
+
"id": 36582,
|
|
3844
3844
|
"nodeType": "InheritanceSpecifier",
|
|
3845
3845
|
"src": "786:9:92"
|
|
3846
3846
|
}
|
|
@@ -3849,19 +3849,19 @@
|
|
|
3849
3849
|
"contractDependencies": [],
|
|
3850
3850
|
"contractKind": "contract",
|
|
3851
3851
|
"documentation": {
|
|
3852
|
-
"id":
|
|
3852
|
+
"id": 36576,
|
|
3853
3853
|
"nodeType": "StructuredDocumentation",
|
|
3854
3854
|
"src": "416:264:92",
|
|
3855
3855
|
"text": " @title Matic bridged native super token proxy contract\n @author Superfluid\n @dev Native SuperToken with interfaces for the Matic POS bridge to mint and burn.\n @dev See https://docs.polygon.technology/docs/develop/ethereum-matic/pos/mapping-assets/"
|
|
3856
3856
|
},
|
|
3857
3857
|
"fullyImplemented": true,
|
|
3858
|
-
"id":
|
|
3858
|
+
"id": 36705,
|
|
3859
3859
|
"linearizedBaseContracts": [
|
|
3860
|
-
|
|
3861
|
-
|
|
3860
|
+
36705,
|
|
3861
|
+
37074,
|
|
3862
3862
|
707,
|
|
3863
|
-
|
|
3864
|
-
|
|
3863
|
+
18512,
|
|
3864
|
+
20493
|
|
3865
3865
|
],
|
|
3866
3866
|
"name": "MaticBridgedNativeSuperTokenProxy",
|
|
3867
3867
|
"nameLocation": "690:33:92",
|
|
@@ -3870,12 +3870,12 @@
|
|
|
3870
3870
|
{
|
|
3871
3871
|
"constant": false,
|
|
3872
3872
|
"functionSelector": "c8291d84",
|
|
3873
|
-
"id":
|
|
3873
|
+
"id": 36584,
|
|
3874
3874
|
"mutability": "mutable",
|
|
3875
3875
|
"name": "childChainManager",
|
|
3876
3876
|
"nameLocation": "817:17:92",
|
|
3877
3877
|
"nodeType": "VariableDeclaration",
|
|
3878
|
-
"scope":
|
|
3878
|
+
"scope": 36705,
|
|
3879
3879
|
"src": "802:32:92",
|
|
3880
3880
|
"stateVariable": true,
|
|
3881
3881
|
"storageLocation": "default",
|
|
@@ -3884,7 +3884,7 @@
|
|
|
3884
3884
|
"typeString": "address"
|
|
3885
3885
|
},
|
|
3886
3886
|
"typeName": {
|
|
3887
|
-
"id":
|
|
3887
|
+
"id": 36583,
|
|
3888
3888
|
"name": "address",
|
|
3889
3889
|
"nodeType": "ElementaryTypeName",
|
|
3890
3890
|
"src": "802:7:92",
|
|
@@ -3898,23 +3898,23 @@
|
|
|
3898
3898
|
},
|
|
3899
3899
|
{
|
|
3900
3900
|
"body": {
|
|
3901
|
-
"id":
|
|
3901
|
+
"id": 36593,
|
|
3902
3902
|
"nodeType": "Block",
|
|
3903
3903
|
"src": "881:55:92",
|
|
3904
3904
|
"statements": [
|
|
3905
3905
|
{
|
|
3906
3906
|
"expression": {
|
|
3907
|
-
"id":
|
|
3907
|
+
"id": 36591,
|
|
3908
3908
|
"isConstant": false,
|
|
3909
3909
|
"isLValue": false,
|
|
3910
3910
|
"isPure": false,
|
|
3911
3911
|
"lValueRequested": false,
|
|
3912
3912
|
"leftHandSide": {
|
|
3913
|
-
"id":
|
|
3913
|
+
"id": 36589,
|
|
3914
3914
|
"name": "childChainManager",
|
|
3915
3915
|
"nodeType": "Identifier",
|
|
3916
3916
|
"overloadedDeclarations": [],
|
|
3917
|
-
"referencedDeclaration":
|
|
3917
|
+
"referencedDeclaration": 36584,
|
|
3918
3918
|
"src": "891:17:92",
|
|
3919
3919
|
"typeDescriptions": {
|
|
3920
3920
|
"typeIdentifier": "t_address",
|
|
@@ -3924,11 +3924,11 @@
|
|
|
3924
3924
|
"nodeType": "Assignment",
|
|
3925
3925
|
"operator": "=",
|
|
3926
3926
|
"rightHandSide": {
|
|
3927
|
-
"id":
|
|
3927
|
+
"id": 36590,
|
|
3928
3928
|
"name": "childChainManager_",
|
|
3929
3929
|
"nodeType": "Identifier",
|
|
3930
3930
|
"overloadedDeclarations": [],
|
|
3931
|
-
"referencedDeclaration":
|
|
3931
|
+
"referencedDeclaration": 36586,
|
|
3932
3932
|
"src": "911:18:92",
|
|
3933
3933
|
"typeDescriptions": {
|
|
3934
3934
|
"typeIdentifier": "t_address",
|
|
@@ -3941,13 +3941,13 @@
|
|
|
3941
3941
|
"typeString": "address"
|
|
3942
3942
|
}
|
|
3943
3943
|
},
|
|
3944
|
-
"id":
|
|
3944
|
+
"id": 36592,
|
|
3945
3945
|
"nodeType": "ExpressionStatement",
|
|
3946
3946
|
"src": "891:38:92"
|
|
3947
3947
|
}
|
|
3948
3948
|
]
|
|
3949
3949
|
},
|
|
3950
|
-
"id":
|
|
3950
|
+
"id": 36594,
|
|
3951
3951
|
"implemented": true,
|
|
3952
3952
|
"kind": "constructor",
|
|
3953
3953
|
"modifiers": [],
|
|
@@ -3955,17 +3955,17 @@
|
|
|
3955
3955
|
"nameLocation": "-1:-1:-1",
|
|
3956
3956
|
"nodeType": "FunctionDefinition",
|
|
3957
3957
|
"parameters": {
|
|
3958
|
-
"id":
|
|
3958
|
+
"id": 36587,
|
|
3959
3959
|
"nodeType": "ParameterList",
|
|
3960
3960
|
"parameters": [
|
|
3961
3961
|
{
|
|
3962
3962
|
"constant": false,
|
|
3963
|
-
"id":
|
|
3963
|
+
"id": 36586,
|
|
3964
3964
|
"mutability": "mutable",
|
|
3965
3965
|
"name": "childChainManager_",
|
|
3966
3966
|
"nameLocation": "861:18:92",
|
|
3967
3967
|
"nodeType": "VariableDeclaration",
|
|
3968
|
-
"scope":
|
|
3968
|
+
"scope": 36594,
|
|
3969
3969
|
"src": "853:26:92",
|
|
3970
3970
|
"stateVariable": false,
|
|
3971
3971
|
"storageLocation": "default",
|
|
@@ -3974,7 +3974,7 @@
|
|
|
3974
3974
|
"typeString": "address"
|
|
3975
3975
|
},
|
|
3976
3976
|
"typeName": {
|
|
3977
|
-
"id":
|
|
3977
|
+
"id": 36585,
|
|
3978
3978
|
"name": "address",
|
|
3979
3979
|
"nodeType": "ElementaryTypeName",
|
|
3980
3980
|
"src": "853:7:92",
|
|
@@ -3990,12 +3990,12 @@
|
|
|
3990
3990
|
"src": "852:28:92"
|
|
3991
3991
|
},
|
|
3992
3992
|
"returnParameters": {
|
|
3993
|
-
"id":
|
|
3993
|
+
"id": 36588,
|
|
3994
3994
|
"nodeType": "ParameterList",
|
|
3995
3995
|
"parameters": [],
|
|
3996
3996
|
"src": "881:0:92"
|
|
3997
3997
|
},
|
|
3998
|
-
"scope":
|
|
3998
|
+
"scope": 36705,
|
|
3999
3999
|
"src": "841:95:92",
|
|
4000
4000
|
"stateMutability": "nonpayable",
|
|
4001
4001
|
"virtual": false,
|
|
@@ -4003,10 +4003,10 @@
|
|
|
4003
4003
|
},
|
|
4004
4004
|
{
|
|
4005
4005
|
"baseFunctions": [
|
|
4006
|
-
|
|
4006
|
+
20475
|
|
4007
4007
|
],
|
|
4008
4008
|
"body": {
|
|
4009
|
-
"id":
|
|
4009
|
+
"id": 36635,
|
|
4010
4010
|
"nodeType": "Block",
|
|
4011
4011
|
"src": "1019:234:92",
|
|
4012
4012
|
"statements": [
|
|
@@ -4018,14 +4018,14 @@
|
|
|
4018
4018
|
"typeIdentifier": "t_address",
|
|
4019
4019
|
"typeString": "address"
|
|
4020
4020
|
},
|
|
4021
|
-
"id":
|
|
4021
|
+
"id": 36606,
|
|
4022
4022
|
"isConstant": false,
|
|
4023
4023
|
"isLValue": false,
|
|
4024
4024
|
"isPure": false,
|
|
4025
4025
|
"lValueRequested": false,
|
|
4026
4026
|
"leftExpression": {
|
|
4027
4027
|
"expression": {
|
|
4028
|
-
"id":
|
|
4028
|
+
"id": 36603,
|
|
4029
4029
|
"name": "msg",
|
|
4030
4030
|
"nodeType": "Identifier",
|
|
4031
4031
|
"overloadedDeclarations": [],
|
|
@@ -4036,7 +4036,7 @@
|
|
|
4036
4036
|
"typeString": "msg"
|
|
4037
4037
|
}
|
|
4038
4038
|
},
|
|
4039
|
-
"id":
|
|
4039
|
+
"id": 36604,
|
|
4040
4040
|
"isConstant": false,
|
|
4041
4041
|
"isLValue": false,
|
|
4042
4042
|
"isPure": false,
|
|
@@ -4052,11 +4052,11 @@
|
|
|
4052
4052
|
"nodeType": "BinaryOperation",
|
|
4053
4053
|
"operator": "==",
|
|
4054
4054
|
"rightExpression": {
|
|
4055
|
-
"id":
|
|
4055
|
+
"id": 36605,
|
|
4056
4056
|
"name": "childChainManager",
|
|
4057
4057
|
"nodeType": "Identifier",
|
|
4058
4058
|
"overloadedDeclarations": [],
|
|
4059
|
-
"referencedDeclaration":
|
|
4059
|
+
"referencedDeclaration": 36584,
|
|
4060
4060
|
"src": "1051:17:92",
|
|
4061
4061
|
"typeDescriptions": {
|
|
4062
4062
|
"typeIdentifier": "t_address",
|
|
@@ -4071,7 +4071,7 @@
|
|
|
4071
4071
|
},
|
|
4072
4072
|
{
|
|
4073
4073
|
"hexValue": "4d424e5375706572546f6b656e3a206e6f207065726d697373696f6e20746f206465706f736974",
|
|
4074
|
-
"id":
|
|
4074
|
+
"id": 36607,
|
|
4075
4075
|
"isConstant": false,
|
|
4076
4076
|
"isLValue": false,
|
|
4077
4077
|
"isPure": true,
|
|
@@ -4097,7 +4097,7 @@
|
|
|
4097
4097
|
"typeString": "literal_string \"MBNSuperToken: no permission to deposit\""
|
|
4098
4098
|
}
|
|
4099
4099
|
],
|
|
4100
|
-
"id":
|
|
4100
|
+
"id": 36602,
|
|
4101
4101
|
"name": "require",
|
|
4102
4102
|
"nodeType": "Identifier",
|
|
4103
4103
|
"overloadedDeclarations": [
|
|
@@ -4111,7 +4111,7 @@
|
|
|
4111
4111
|
"typeString": "function (bool,string memory) pure"
|
|
4112
4112
|
}
|
|
4113
4113
|
},
|
|
4114
|
-
"id":
|
|
4114
|
+
"id": 36608,
|
|
4115
4115
|
"isConstant": false,
|
|
4116
4116
|
"isLValue": false,
|
|
4117
4117
|
"isPure": false,
|
|
@@ -4126,23 +4126,23 @@
|
|
|
4126
4126
|
"typeString": "tuple()"
|
|
4127
4127
|
}
|
|
4128
4128
|
},
|
|
4129
|
-
"id":
|
|
4129
|
+
"id": 36609,
|
|
4130
4130
|
"nodeType": "ExpressionStatement",
|
|
4131
4131
|
"src": "1029:83:92"
|
|
4132
4132
|
},
|
|
4133
4133
|
{
|
|
4134
4134
|
"assignments": [
|
|
4135
|
-
|
|
4135
|
+
36611
|
|
4136
4136
|
],
|
|
4137
4137
|
"declarations": [
|
|
4138
4138
|
{
|
|
4139
4139
|
"constant": false,
|
|
4140
|
-
"id":
|
|
4140
|
+
"id": 36611,
|
|
4141
4141
|
"mutability": "mutable",
|
|
4142
4142
|
"name": "amount",
|
|
4143
4143
|
"nameLocation": "1130:6:92",
|
|
4144
4144
|
"nodeType": "VariableDeclaration",
|
|
4145
|
-
"scope":
|
|
4145
|
+
"scope": 36635,
|
|
4146
4146
|
"src": "1122:14:92",
|
|
4147
4147
|
"stateVariable": false,
|
|
4148
4148
|
"storageLocation": "default",
|
|
@@ -4151,7 +4151,7 @@
|
|
|
4151
4151
|
"typeString": "uint256"
|
|
4152
4152
|
},
|
|
4153
4153
|
"typeName": {
|
|
4154
|
-
"id":
|
|
4154
|
+
"id": 36610,
|
|
4155
4155
|
"name": "uint256",
|
|
4156
4156
|
"nodeType": "ElementaryTypeName",
|
|
4157
4157
|
"src": "1122:7:92",
|
|
@@ -4163,15 +4163,15 @@
|
|
|
4163
4163
|
"visibility": "internal"
|
|
4164
4164
|
}
|
|
4165
4165
|
],
|
|
4166
|
-
"id":
|
|
4166
|
+
"id": 36619,
|
|
4167
4167
|
"initialValue": {
|
|
4168
4168
|
"arguments": [
|
|
4169
4169
|
{
|
|
4170
|
-
"id":
|
|
4170
|
+
"id": 36614,
|
|
4171
4171
|
"name": "depositData",
|
|
4172
4172
|
"nodeType": "Identifier",
|
|
4173
4173
|
"overloadedDeclarations": [],
|
|
4174
|
-
"referencedDeclaration":
|
|
4174
|
+
"referencedDeclaration": 36598,
|
|
4175
4175
|
"src": "1150:11:92",
|
|
4176
4176
|
"typeDescriptions": {
|
|
4177
4177
|
"typeIdentifier": "t_bytes_calldata_ptr",
|
|
@@ -4181,7 +4181,7 @@
|
|
|
4181
4181
|
{
|
|
4182
4182
|
"components": [
|
|
4183
4183
|
{
|
|
4184
|
-
"id":
|
|
4184
|
+
"id": 36616,
|
|
4185
4185
|
"isConstant": false,
|
|
4186
4186
|
"isLValue": false,
|
|
4187
4187
|
"isPure": true,
|
|
@@ -4193,7 +4193,7 @@
|
|
|
4193
4193
|
"typeString": "type(uint256)"
|
|
4194
4194
|
},
|
|
4195
4195
|
"typeName": {
|
|
4196
|
-
"id":
|
|
4196
|
+
"id": 36615,
|
|
4197
4197
|
"name": "uint256",
|
|
4198
4198
|
"nodeType": "ElementaryTypeName",
|
|
4199
4199
|
"src": "1164:7:92",
|
|
@@ -4201,7 +4201,7 @@
|
|
|
4201
4201
|
}
|
|
4202
4202
|
}
|
|
4203
4203
|
],
|
|
4204
|
-
"id":
|
|
4204
|
+
"id": 36617,
|
|
4205
4205
|
"isConstant": false,
|
|
4206
4206
|
"isInlineArray": false,
|
|
4207
4207
|
"isLValue": false,
|
|
@@ -4227,7 +4227,7 @@
|
|
|
4227
4227
|
}
|
|
4228
4228
|
],
|
|
4229
4229
|
"expression": {
|
|
4230
|
-
"id":
|
|
4230
|
+
"id": 36612,
|
|
4231
4231
|
"name": "abi",
|
|
4232
4232
|
"nodeType": "Identifier",
|
|
4233
4233
|
"overloadedDeclarations": [],
|
|
@@ -4238,7 +4238,7 @@
|
|
|
4238
4238
|
"typeString": "abi"
|
|
4239
4239
|
}
|
|
4240
4240
|
},
|
|
4241
|
-
"id":
|
|
4241
|
+
"id": 36613,
|
|
4242
4242
|
"isConstant": false,
|
|
4243
4243
|
"isLValue": false,
|
|
4244
4244
|
"isPure": true,
|
|
@@ -4251,7 +4251,7 @@
|
|
|
4251
4251
|
"typeString": "function () pure"
|
|
4252
4252
|
}
|
|
4253
4253
|
},
|
|
4254
|
-
"id":
|
|
4254
|
+
"id": 36618,
|
|
4255
4255
|
"isConstant": false,
|
|
4256
4256
|
"isLValue": false,
|
|
4257
4257
|
"isPure": false,
|
|
@@ -4273,11 +4273,11 @@
|
|
|
4273
4273
|
"expression": {
|
|
4274
4274
|
"arguments": [
|
|
4275
4275
|
{
|
|
4276
|
-
"id":
|
|
4276
|
+
"id": 36627,
|
|
4277
4277
|
"name": "user",
|
|
4278
4278
|
"nodeType": "Identifier",
|
|
4279
4279
|
"overloadedDeclarations": [],
|
|
4280
|
-
"referencedDeclaration":
|
|
4280
|
+
"referencedDeclaration": 36596,
|
|
4281
4281
|
"src": "1219:4:92",
|
|
4282
4282
|
"typeDescriptions": {
|
|
4283
4283
|
"typeIdentifier": "t_address",
|
|
@@ -4285,11 +4285,11 @@
|
|
|
4285
4285
|
}
|
|
4286
4286
|
},
|
|
4287
4287
|
{
|
|
4288
|
-
"id":
|
|
4288
|
+
"id": 36628,
|
|
4289
4289
|
"name": "amount",
|
|
4290
4290
|
"nodeType": "Identifier",
|
|
4291
4291
|
"overloadedDeclarations": [],
|
|
4292
|
-
"referencedDeclaration":
|
|
4292
|
+
"referencedDeclaration": 36611,
|
|
4293
4293
|
"src": "1225:6:92",
|
|
4294
4294
|
"typeDescriptions": {
|
|
4295
4295
|
"typeIdentifier": "t_uint256",
|
|
@@ -4300,7 +4300,7 @@
|
|
|
4300
4300
|
"arguments": [
|
|
4301
4301
|
{
|
|
4302
4302
|
"hexValue": "30",
|
|
4303
|
-
"id":
|
|
4303
|
+
"id": 36631,
|
|
4304
4304
|
"isConstant": false,
|
|
4305
4305
|
"isLValue": false,
|
|
4306
4306
|
"isPure": true,
|
|
@@ -4322,7 +4322,7 @@
|
|
|
4322
4322
|
"typeString": "int_const 0"
|
|
4323
4323
|
}
|
|
4324
4324
|
],
|
|
4325
|
-
"id":
|
|
4325
|
+
"id": 36630,
|
|
4326
4326
|
"isConstant": false,
|
|
4327
4327
|
"isLValue": false,
|
|
4328
4328
|
"isPure": true,
|
|
@@ -4334,7 +4334,7 @@
|
|
|
4334
4334
|
"typeString": "function (uint256) pure returns (bytes memory)"
|
|
4335
4335
|
},
|
|
4336
4336
|
"typeName": {
|
|
4337
|
-
"id":
|
|
4337
|
+
"id": 36629,
|
|
4338
4338
|
"name": "bytes",
|
|
4339
4339
|
"nodeType": "ElementaryTypeName",
|
|
4340
4340
|
"src": "1237:5:92",
|
|
@@ -4344,7 +4344,7 @@
|
|
|
4344
4344
|
}
|
|
4345
4345
|
}
|
|
4346
4346
|
},
|
|
4347
|
-
"id":
|
|
4347
|
+
"id": 36632,
|
|
4348
4348
|
"isConstant": false,
|
|
4349
4349
|
"isLValue": false,
|
|
4350
4350
|
"isPure": true,
|
|
@@ -4380,14 +4380,14 @@
|
|
|
4380
4380
|
{
|
|
4381
4381
|
"arguments": [
|
|
4382
4382
|
{
|
|
4383
|
-
"id":
|
|
4383
|
+
"id": 36623,
|
|
4384
4384
|
"name": "this",
|
|
4385
4385
|
"nodeType": "Identifier",
|
|
4386
4386
|
"overloadedDeclarations": [],
|
|
4387
4387
|
"referencedDeclaration": 4294967268,
|
|
4388
4388
|
"src": "1203:4:92",
|
|
4389
4389
|
"typeDescriptions": {
|
|
4390
|
-
"typeIdentifier": "t_contract$_MaticBridgedNativeSuperTokenProxy_$
|
|
4390
|
+
"typeIdentifier": "t_contract$_MaticBridgedNativeSuperTokenProxy_$36705",
|
|
4391
4391
|
"typeString": "contract MaticBridgedNativeSuperTokenProxy"
|
|
4392
4392
|
}
|
|
4393
4393
|
}
|
|
@@ -4395,11 +4395,11 @@
|
|
|
4395
4395
|
"expression": {
|
|
4396
4396
|
"argumentTypes": [
|
|
4397
4397
|
{
|
|
4398
|
-
"typeIdentifier": "t_contract$_MaticBridgedNativeSuperTokenProxy_$
|
|
4398
|
+
"typeIdentifier": "t_contract$_MaticBridgedNativeSuperTokenProxy_$36705",
|
|
4399
4399
|
"typeString": "contract MaticBridgedNativeSuperTokenProxy"
|
|
4400
4400
|
}
|
|
4401
4401
|
],
|
|
4402
|
-
"id":
|
|
4402
|
+
"id": 36622,
|
|
4403
4403
|
"isConstant": false,
|
|
4404
4404
|
"isLValue": false,
|
|
4405
4405
|
"isPure": true,
|
|
@@ -4411,14 +4411,14 @@
|
|
|
4411
4411
|
"typeString": "type(address)"
|
|
4412
4412
|
},
|
|
4413
4413
|
"typeName": {
|
|
4414
|
-
"id":
|
|
4414
|
+
"id": 36621,
|
|
4415
4415
|
"name": "address",
|
|
4416
4416
|
"nodeType": "ElementaryTypeName",
|
|
4417
4417
|
"src": "1195:7:92",
|
|
4418
4418
|
"typeDescriptions": {}
|
|
4419
4419
|
}
|
|
4420
4420
|
},
|
|
4421
|
-
"id":
|
|
4421
|
+
"id": 36624,
|
|
4422
4422
|
"isConstant": false,
|
|
4423
4423
|
"isLValue": false,
|
|
4424
4424
|
"isPure": false,
|
|
@@ -4441,18 +4441,18 @@
|
|
|
4441
4441
|
"typeString": "address"
|
|
4442
4442
|
}
|
|
4443
4443
|
],
|
|
4444
|
-
"id":
|
|
4444
|
+
"id": 36620,
|
|
4445
4445
|
"name": "ISuperToken",
|
|
4446
4446
|
"nodeType": "Identifier",
|
|
4447
4447
|
"overloadedDeclarations": [],
|
|
4448
|
-
"referencedDeclaration":
|
|
4448
|
+
"referencedDeclaration": 19492,
|
|
4449
4449
|
"src": "1183:11:92",
|
|
4450
4450
|
"typeDescriptions": {
|
|
4451
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$
|
|
4451
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
|
|
4452
4452
|
"typeString": "type(contract ISuperToken)"
|
|
4453
4453
|
}
|
|
4454
4454
|
},
|
|
4455
|
-
"id":
|
|
4455
|
+
"id": 36625,
|
|
4456
4456
|
"isConstant": false,
|
|
4457
4457
|
"isLValue": false,
|
|
4458
4458
|
"isPure": false,
|
|
@@ -4463,25 +4463,25 @@
|
|
|
4463
4463
|
"src": "1183:26:92",
|
|
4464
4464
|
"tryCall": false,
|
|
4465
4465
|
"typeDescriptions": {
|
|
4466
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
4466
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
4467
4467
|
"typeString": "contract ISuperToken"
|
|
4468
4468
|
}
|
|
4469
4469
|
},
|
|
4470
|
-
"id":
|
|
4470
|
+
"id": 36626,
|
|
4471
4471
|
"isConstant": false,
|
|
4472
4472
|
"isLValue": false,
|
|
4473
4473
|
"isPure": false,
|
|
4474
4474
|
"lValueRequested": false,
|
|
4475
4475
|
"memberName": "selfMint",
|
|
4476
4476
|
"nodeType": "MemberAccess",
|
|
4477
|
-
"referencedDeclaration":
|
|
4477
|
+
"referencedDeclaration": 19373,
|
|
4478
4478
|
"src": "1183:35:92",
|
|
4479
4479
|
"typeDescriptions": {
|
|
4480
4480
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
|
|
4481
4481
|
"typeString": "function (address,uint256,bytes memory) external"
|
|
4482
4482
|
}
|
|
4483
4483
|
},
|
|
4484
|
-
"id":
|
|
4484
|
+
"id": 36633,
|
|
4485
4485
|
"isConstant": false,
|
|
4486
4486
|
"isLValue": false,
|
|
4487
4487
|
"isPure": false,
|
|
@@ -4496,14 +4496,14 @@
|
|
|
4496
4496
|
"typeString": "tuple()"
|
|
4497
4497
|
}
|
|
4498
4498
|
},
|
|
4499
|
-
"id":
|
|
4499
|
+
"id": 36634,
|
|
4500
4500
|
"nodeType": "ExpressionStatement",
|
|
4501
4501
|
"src": "1183:63:92"
|
|
4502
4502
|
}
|
|
4503
4503
|
]
|
|
4504
4504
|
},
|
|
4505
4505
|
"functionSelector": "cf2c52cb",
|
|
4506
|
-
"id":
|
|
4506
|
+
"id": 36636,
|
|
4507
4507
|
"implemented": true,
|
|
4508
4508
|
"kind": "function",
|
|
4509
4509
|
"modifiers": [],
|
|
@@ -4511,23 +4511,23 @@
|
|
|
4511
4511
|
"nameLocation": "951:7:92",
|
|
4512
4512
|
"nodeType": "FunctionDefinition",
|
|
4513
4513
|
"overrides": {
|
|
4514
|
-
"id":
|
|
4514
|
+
"id": 36600,
|
|
4515
4515
|
"nodeType": "OverrideSpecifier",
|
|
4516
4516
|
"overrides": [],
|
|
4517
4517
|
"src": "1010:8:92"
|
|
4518
4518
|
},
|
|
4519
4519
|
"parameters": {
|
|
4520
|
-
"id":
|
|
4520
|
+
"id": 36599,
|
|
4521
4521
|
"nodeType": "ParameterList",
|
|
4522
4522
|
"parameters": [
|
|
4523
4523
|
{
|
|
4524
4524
|
"constant": false,
|
|
4525
|
-
"id":
|
|
4525
|
+
"id": 36596,
|
|
4526
4526
|
"mutability": "mutable",
|
|
4527
4527
|
"name": "user",
|
|
4528
4528
|
"nameLocation": "967:4:92",
|
|
4529
4529
|
"nodeType": "VariableDeclaration",
|
|
4530
|
-
"scope":
|
|
4530
|
+
"scope": 36636,
|
|
4531
4531
|
"src": "959:12:92",
|
|
4532
4532
|
"stateVariable": false,
|
|
4533
4533
|
"storageLocation": "default",
|
|
@@ -4536,7 +4536,7 @@
|
|
|
4536
4536
|
"typeString": "address"
|
|
4537
4537
|
},
|
|
4538
4538
|
"typeName": {
|
|
4539
|
-
"id":
|
|
4539
|
+
"id": 36595,
|
|
4540
4540
|
"name": "address",
|
|
4541
4541
|
"nodeType": "ElementaryTypeName",
|
|
4542
4542
|
"src": "959:7:92",
|
|
@@ -4550,12 +4550,12 @@
|
|
|
4550
4550
|
},
|
|
4551
4551
|
{
|
|
4552
4552
|
"constant": false,
|
|
4553
|
-
"id":
|
|
4553
|
+
"id": 36598,
|
|
4554
4554
|
"mutability": "mutable",
|
|
4555
4555
|
"name": "depositData",
|
|
4556
4556
|
"nameLocation": "988:11:92",
|
|
4557
4557
|
"nodeType": "VariableDeclaration",
|
|
4558
|
-
"scope":
|
|
4558
|
+
"scope": 36636,
|
|
4559
4559
|
"src": "973:26:92",
|
|
4560
4560
|
"stateVariable": false,
|
|
4561
4561
|
"storageLocation": "calldata",
|
|
@@ -4564,7 +4564,7 @@
|
|
|
4564
4564
|
"typeString": "bytes"
|
|
4565
4565
|
},
|
|
4566
4566
|
"typeName": {
|
|
4567
|
-
"id":
|
|
4567
|
+
"id": 36597,
|
|
4568
4568
|
"name": "bytes",
|
|
4569
4569
|
"nodeType": "ElementaryTypeName",
|
|
4570
4570
|
"src": "973:5:92",
|
|
@@ -4579,12 +4579,12 @@
|
|
|
4579
4579
|
"src": "958:42:92"
|
|
4580
4580
|
},
|
|
4581
4581
|
"returnParameters": {
|
|
4582
|
-
"id":
|
|
4582
|
+
"id": 36601,
|
|
4583
4583
|
"nodeType": "ParameterList",
|
|
4584
4584
|
"parameters": [],
|
|
4585
4585
|
"src": "1019:0:92"
|
|
4586
4586
|
},
|
|
4587
|
-
"scope":
|
|
4587
|
+
"scope": 36705,
|
|
4588
4588
|
"src": "942:311:92",
|
|
4589
4589
|
"stateMutability": "nonpayable",
|
|
4590
4590
|
"virtual": false,
|
|
@@ -4592,10 +4592,10 @@
|
|
|
4592
4592
|
},
|
|
4593
4593
|
{
|
|
4594
4594
|
"baseFunctions": [
|
|
4595
|
-
|
|
4595
|
+
20481
|
|
4596
4596
|
],
|
|
4597
4597
|
"body": {
|
|
4598
|
-
"id":
|
|
4598
|
+
"id": 36658,
|
|
4599
4599
|
"nodeType": "Block",
|
|
4600
4600
|
"src": "1311:86:92",
|
|
4601
4601
|
"statements": [
|
|
@@ -4604,7 +4604,7 @@
|
|
|
4604
4604
|
"arguments": [
|
|
4605
4605
|
{
|
|
4606
4606
|
"expression": {
|
|
4607
|
-
"id":
|
|
4607
|
+
"id": 36649,
|
|
4608
4608
|
"name": "msg",
|
|
4609
4609
|
"nodeType": "Identifier",
|
|
4610
4610
|
"overloadedDeclarations": [],
|
|
@@ -4615,7 +4615,7 @@
|
|
|
4615
4615
|
"typeString": "msg"
|
|
4616
4616
|
}
|
|
4617
4617
|
},
|
|
4618
|
-
"id":
|
|
4618
|
+
"id": 36650,
|
|
4619
4619
|
"isConstant": false,
|
|
4620
4620
|
"isLValue": false,
|
|
4621
4621
|
"isPure": false,
|
|
@@ -4629,11 +4629,11 @@
|
|
|
4629
4629
|
}
|
|
4630
4630
|
},
|
|
4631
4631
|
{
|
|
4632
|
-
"id":
|
|
4632
|
+
"id": 36651,
|
|
4633
4633
|
"name": "amount",
|
|
4634
4634
|
"nodeType": "Identifier",
|
|
4635
4635
|
"overloadedDeclarations": [],
|
|
4636
|
-
"referencedDeclaration":
|
|
4636
|
+
"referencedDeclaration": 36638,
|
|
4637
4637
|
"src": "1369:6:92",
|
|
4638
4638
|
"typeDescriptions": {
|
|
4639
4639
|
"typeIdentifier": "t_uint256",
|
|
@@ -4644,7 +4644,7 @@
|
|
|
4644
4644
|
"arguments": [
|
|
4645
4645
|
{
|
|
4646
4646
|
"hexValue": "30",
|
|
4647
|
-
"id":
|
|
4647
|
+
"id": 36654,
|
|
4648
4648
|
"isConstant": false,
|
|
4649
4649
|
"isLValue": false,
|
|
4650
4650
|
"isPure": true,
|
|
@@ -4666,7 +4666,7 @@
|
|
|
4666
4666
|
"typeString": "int_const 0"
|
|
4667
4667
|
}
|
|
4668
4668
|
],
|
|
4669
|
-
"id":
|
|
4669
|
+
"id": 36653,
|
|
4670
4670
|
"isConstant": false,
|
|
4671
4671
|
"isLValue": false,
|
|
4672
4672
|
"isPure": true,
|
|
@@ -4678,7 +4678,7 @@
|
|
|
4678
4678
|
"typeString": "function (uint256) pure returns (bytes memory)"
|
|
4679
4679
|
},
|
|
4680
4680
|
"typeName": {
|
|
4681
|
-
"id":
|
|
4681
|
+
"id": 36652,
|
|
4682
4682
|
"name": "bytes",
|
|
4683
4683
|
"nodeType": "ElementaryTypeName",
|
|
4684
4684
|
"src": "1381:5:92",
|
|
@@ -4688,7 +4688,7 @@
|
|
|
4688
4688
|
}
|
|
4689
4689
|
}
|
|
4690
4690
|
},
|
|
4691
|
-
"id":
|
|
4691
|
+
"id": 36655,
|
|
4692
4692
|
"isConstant": false,
|
|
4693
4693
|
"isLValue": false,
|
|
4694
4694
|
"isPure": true,
|
|
@@ -4724,14 +4724,14 @@
|
|
|
4724
4724
|
{
|
|
4725
4725
|
"arguments": [
|
|
4726
4726
|
{
|
|
4727
|
-
"id":
|
|
4727
|
+
"id": 36645,
|
|
4728
4728
|
"name": "this",
|
|
4729
4729
|
"nodeType": "Identifier",
|
|
4730
4730
|
"overloadedDeclarations": [],
|
|
4731
4731
|
"referencedDeclaration": 4294967268,
|
|
4732
4732
|
"src": "1341:4:92",
|
|
4733
4733
|
"typeDescriptions": {
|
|
4734
|
-
"typeIdentifier": "t_contract$_MaticBridgedNativeSuperTokenProxy_$
|
|
4734
|
+
"typeIdentifier": "t_contract$_MaticBridgedNativeSuperTokenProxy_$36705",
|
|
4735
4735
|
"typeString": "contract MaticBridgedNativeSuperTokenProxy"
|
|
4736
4736
|
}
|
|
4737
4737
|
}
|
|
@@ -4739,11 +4739,11 @@
|
|
|
4739
4739
|
"expression": {
|
|
4740
4740
|
"argumentTypes": [
|
|
4741
4741
|
{
|
|
4742
|
-
"typeIdentifier": "t_contract$_MaticBridgedNativeSuperTokenProxy_$
|
|
4742
|
+
"typeIdentifier": "t_contract$_MaticBridgedNativeSuperTokenProxy_$36705",
|
|
4743
4743
|
"typeString": "contract MaticBridgedNativeSuperTokenProxy"
|
|
4744
4744
|
}
|
|
4745
4745
|
],
|
|
4746
|
-
"id":
|
|
4746
|
+
"id": 36644,
|
|
4747
4747
|
"isConstant": false,
|
|
4748
4748
|
"isLValue": false,
|
|
4749
4749
|
"isPure": true,
|
|
@@ -4755,14 +4755,14 @@
|
|
|
4755
4755
|
"typeString": "type(address)"
|
|
4756
4756
|
},
|
|
4757
4757
|
"typeName": {
|
|
4758
|
-
"id":
|
|
4758
|
+
"id": 36643,
|
|
4759
4759
|
"name": "address",
|
|
4760
4760
|
"nodeType": "ElementaryTypeName",
|
|
4761
4761
|
"src": "1333:7:92",
|
|
4762
4762
|
"typeDescriptions": {}
|
|
4763
4763
|
}
|
|
4764
4764
|
},
|
|
4765
|
-
"id":
|
|
4765
|
+
"id": 36646,
|
|
4766
4766
|
"isConstant": false,
|
|
4767
4767
|
"isLValue": false,
|
|
4768
4768
|
"isPure": false,
|
|
@@ -4785,18 +4785,18 @@
|
|
|
4785
4785
|
"typeString": "address"
|
|
4786
4786
|
}
|
|
4787
4787
|
],
|
|
4788
|
-
"id":
|
|
4788
|
+
"id": 36642,
|
|
4789
4789
|
"name": "ISuperToken",
|
|
4790
4790
|
"nodeType": "Identifier",
|
|
4791
4791
|
"overloadedDeclarations": [],
|
|
4792
|
-
"referencedDeclaration":
|
|
4792
|
+
"referencedDeclaration": 19492,
|
|
4793
4793
|
"src": "1321:11:92",
|
|
4794
4794
|
"typeDescriptions": {
|
|
4795
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$
|
|
4795
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
|
|
4796
4796
|
"typeString": "type(contract ISuperToken)"
|
|
4797
4797
|
}
|
|
4798
4798
|
},
|
|
4799
|
-
"id":
|
|
4799
|
+
"id": 36647,
|
|
4800
4800
|
"isConstant": false,
|
|
4801
4801
|
"isLValue": false,
|
|
4802
4802
|
"isPure": false,
|
|
@@ -4807,25 +4807,25 @@
|
|
|
4807
4807
|
"src": "1321:26:92",
|
|
4808
4808
|
"tryCall": false,
|
|
4809
4809
|
"typeDescriptions": {
|
|
4810
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
4810
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
4811
4811
|
"typeString": "contract ISuperToken"
|
|
4812
4812
|
}
|
|
4813
4813
|
},
|
|
4814
|
-
"id":
|
|
4814
|
+
"id": 36648,
|
|
4815
4815
|
"isConstant": false,
|
|
4816
4816
|
"isLValue": false,
|
|
4817
4817
|
"isPure": false,
|
|
4818
4818
|
"lValueRequested": false,
|
|
4819
4819
|
"memberName": "selfBurn",
|
|
4820
4820
|
"nodeType": "MemberAccess",
|
|
4821
|
-
"referencedDeclaration":
|
|
4821
|
+
"referencedDeclaration": 19383,
|
|
4822
4822
|
"src": "1321:35:92",
|
|
4823
4823
|
"typeDescriptions": {
|
|
4824
4824
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
|
|
4825
4825
|
"typeString": "function (address,uint256,bytes memory) external"
|
|
4826
4826
|
}
|
|
4827
4827
|
},
|
|
4828
|
-
"id":
|
|
4828
|
+
"id": 36656,
|
|
4829
4829
|
"isConstant": false,
|
|
4830
4830
|
"isLValue": false,
|
|
4831
4831
|
"isPure": false,
|
|
@@ -4840,14 +4840,14 @@
|
|
|
4840
4840
|
"typeString": "tuple()"
|
|
4841
4841
|
}
|
|
4842
4842
|
},
|
|
4843
|
-
"id":
|
|
4843
|
+
"id": 36657,
|
|
4844
4844
|
"nodeType": "ExpressionStatement",
|
|
4845
4845
|
"src": "1321:69:92"
|
|
4846
4846
|
}
|
|
4847
4847
|
]
|
|
4848
4848
|
},
|
|
4849
4849
|
"functionSelector": "2e1a7d4d",
|
|
4850
|
-
"id":
|
|
4850
|
+
"id": 36659,
|
|
4851
4851
|
"implemented": true,
|
|
4852
4852
|
"kind": "function",
|
|
4853
4853
|
"modifiers": [],
|
|
@@ -4855,23 +4855,23 @@
|
|
|
4855
4855
|
"nameLocation": "1268:8:92",
|
|
4856
4856
|
"nodeType": "FunctionDefinition",
|
|
4857
4857
|
"overrides": {
|
|
4858
|
-
"id":
|
|
4858
|
+
"id": 36640,
|
|
4859
4859
|
"nodeType": "OverrideSpecifier",
|
|
4860
4860
|
"overrides": [],
|
|
4861
4861
|
"src": "1302:8:92"
|
|
4862
4862
|
},
|
|
4863
4863
|
"parameters": {
|
|
4864
|
-
"id":
|
|
4864
|
+
"id": 36639,
|
|
4865
4865
|
"nodeType": "ParameterList",
|
|
4866
4866
|
"parameters": [
|
|
4867
4867
|
{
|
|
4868
4868
|
"constant": false,
|
|
4869
|
-
"id":
|
|
4869
|
+
"id": 36638,
|
|
4870
4870
|
"mutability": "mutable",
|
|
4871
4871
|
"name": "amount",
|
|
4872
4872
|
"nameLocation": "1285:6:92",
|
|
4873
4873
|
"nodeType": "VariableDeclaration",
|
|
4874
|
-
"scope":
|
|
4874
|
+
"scope": 36659,
|
|
4875
4875
|
"src": "1277:14:92",
|
|
4876
4876
|
"stateVariable": false,
|
|
4877
4877
|
"storageLocation": "default",
|
|
@@ -4880,7 +4880,7 @@
|
|
|
4880
4880
|
"typeString": "uint256"
|
|
4881
4881
|
},
|
|
4882
4882
|
"typeName": {
|
|
4883
|
-
"id":
|
|
4883
|
+
"id": 36637,
|
|
4884
4884
|
"name": "uint256",
|
|
4885
4885
|
"nodeType": "ElementaryTypeName",
|
|
4886
4886
|
"src": "1277:7:92",
|
|
@@ -4895,12 +4895,12 @@
|
|
|
4895
4895
|
"src": "1276:16:92"
|
|
4896
4896
|
},
|
|
4897
4897
|
"returnParameters": {
|
|
4898
|
-
"id":
|
|
4898
|
+
"id": 36641,
|
|
4899
4899
|
"nodeType": "ParameterList",
|
|
4900
4900
|
"parameters": [],
|
|
4901
4901
|
"src": "1311:0:92"
|
|
4902
4902
|
},
|
|
4903
|
-
"scope":
|
|
4903
|
+
"scope": 36705,
|
|
4904
4904
|
"src": "1259:138:92",
|
|
4905
4905
|
"stateMutability": "nonpayable",
|
|
4906
4906
|
"virtual": false,
|
|
@@ -4908,26 +4908,26 @@
|
|
|
4908
4908
|
},
|
|
4909
4909
|
{
|
|
4910
4910
|
"baseFunctions": [
|
|
4911
|
-
|
|
4911
|
+
20487
|
|
4912
4912
|
],
|
|
4913
4913
|
"body": {
|
|
4914
|
-
"id":
|
|
4914
|
+
"id": 36703,
|
|
4915
4915
|
"nodeType": "Block",
|
|
4916
4916
|
"src": "1484:324:92",
|
|
4917
4917
|
"statements": [
|
|
4918
4918
|
{
|
|
4919
4919
|
"assignments": [
|
|
4920
|
-
|
|
4920
|
+
36666
|
|
4921
4921
|
],
|
|
4922
4922
|
"declarations": [
|
|
4923
4923
|
{
|
|
4924
4924
|
"constant": false,
|
|
4925
|
-
"id":
|
|
4925
|
+
"id": 36666,
|
|
4926
4926
|
"mutability": "mutable",
|
|
4927
4927
|
"name": "host",
|
|
4928
4928
|
"nameLocation": "1502:4:92",
|
|
4929
4929
|
"nodeType": "VariableDeclaration",
|
|
4930
|
-
"scope":
|
|
4930
|
+
"scope": 36703,
|
|
4931
4931
|
"src": "1494:12:92",
|
|
4932
4932
|
"stateVariable": false,
|
|
4933
4933
|
"storageLocation": "default",
|
|
@@ -4936,7 +4936,7 @@
|
|
|
4936
4936
|
"typeString": "address"
|
|
4937
4937
|
},
|
|
4938
4938
|
"typeName": {
|
|
4939
|
-
"id":
|
|
4939
|
+
"id": 36665,
|
|
4940
4940
|
"name": "address",
|
|
4941
4941
|
"nodeType": "ElementaryTypeName",
|
|
4942
4942
|
"src": "1494:7:92",
|
|
@@ -4949,7 +4949,7 @@
|
|
|
4949
4949
|
"visibility": "internal"
|
|
4950
4950
|
}
|
|
4951
4951
|
],
|
|
4952
|
-
"id":
|
|
4952
|
+
"id": 36675,
|
|
4953
4953
|
"initialValue": {
|
|
4954
4954
|
"arguments": [],
|
|
4955
4955
|
"expression": {
|
|
@@ -4959,14 +4959,14 @@
|
|
|
4959
4959
|
{
|
|
4960
4960
|
"arguments": [
|
|
4961
4961
|
{
|
|
4962
|
-
"id":
|
|
4962
|
+
"id": 36670,
|
|
4963
4963
|
"name": "this",
|
|
4964
4964
|
"nodeType": "Identifier",
|
|
4965
4965
|
"overloadedDeclarations": [],
|
|
4966
4966
|
"referencedDeclaration": 4294967268,
|
|
4967
4967
|
"src": "1529:4:92",
|
|
4968
4968
|
"typeDescriptions": {
|
|
4969
|
-
"typeIdentifier": "t_contract$_MaticBridgedNativeSuperTokenProxy_$
|
|
4969
|
+
"typeIdentifier": "t_contract$_MaticBridgedNativeSuperTokenProxy_$36705",
|
|
4970
4970
|
"typeString": "contract MaticBridgedNativeSuperTokenProxy"
|
|
4971
4971
|
}
|
|
4972
4972
|
}
|
|
@@ -4974,11 +4974,11 @@
|
|
|
4974
4974
|
"expression": {
|
|
4975
4975
|
"argumentTypes": [
|
|
4976
4976
|
{
|
|
4977
|
-
"typeIdentifier": "t_contract$_MaticBridgedNativeSuperTokenProxy_$
|
|
4977
|
+
"typeIdentifier": "t_contract$_MaticBridgedNativeSuperTokenProxy_$36705",
|
|
4978
4978
|
"typeString": "contract MaticBridgedNativeSuperTokenProxy"
|
|
4979
4979
|
}
|
|
4980
4980
|
],
|
|
4981
|
-
"id":
|
|
4981
|
+
"id": 36669,
|
|
4982
4982
|
"isConstant": false,
|
|
4983
4983
|
"isLValue": false,
|
|
4984
4984
|
"isPure": true,
|
|
@@ -4990,14 +4990,14 @@
|
|
|
4990
4990
|
"typeString": "type(address)"
|
|
4991
4991
|
},
|
|
4992
4992
|
"typeName": {
|
|
4993
|
-
"id":
|
|
4993
|
+
"id": 36668,
|
|
4994
4994
|
"name": "address",
|
|
4995
4995
|
"nodeType": "ElementaryTypeName",
|
|
4996
4996
|
"src": "1521:7:92",
|
|
4997
4997
|
"typeDescriptions": {}
|
|
4998
4998
|
}
|
|
4999
4999
|
},
|
|
5000
|
-
"id":
|
|
5000
|
+
"id": 36671,
|
|
5001
5001
|
"isConstant": false,
|
|
5002
5002
|
"isLValue": false,
|
|
5003
5003
|
"isPure": false,
|
|
@@ -5020,18 +5020,18 @@
|
|
|
5020
5020
|
"typeString": "address"
|
|
5021
5021
|
}
|
|
5022
5022
|
],
|
|
5023
|
-
"id":
|
|
5023
|
+
"id": 36667,
|
|
5024
5024
|
"name": "ISuperToken",
|
|
5025
5025
|
"nodeType": "Identifier",
|
|
5026
5026
|
"overloadedDeclarations": [],
|
|
5027
|
-
"referencedDeclaration":
|
|
5027
|
+
"referencedDeclaration": 19492,
|
|
5028
5028
|
"src": "1509:11:92",
|
|
5029
5029
|
"typeDescriptions": {
|
|
5030
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$
|
|
5030
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
|
|
5031
5031
|
"typeString": "type(contract ISuperToken)"
|
|
5032
5032
|
}
|
|
5033
5033
|
},
|
|
5034
|
-
"id":
|
|
5034
|
+
"id": 36672,
|
|
5035
5035
|
"isConstant": false,
|
|
5036
5036
|
"isLValue": false,
|
|
5037
5037
|
"isPure": false,
|
|
@@ -5042,25 +5042,25 @@
|
|
|
5042
5042
|
"src": "1509:26:92",
|
|
5043
5043
|
"tryCall": false,
|
|
5044
5044
|
"typeDescriptions": {
|
|
5045
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
5045
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19492",
|
|
5046
5046
|
"typeString": "contract ISuperToken"
|
|
5047
5047
|
}
|
|
5048
5048
|
},
|
|
5049
|
-
"id":
|
|
5049
|
+
"id": 36673,
|
|
5050
5050
|
"isConstant": false,
|
|
5051
5051
|
"isLValue": false,
|
|
5052
5052
|
"isPure": false,
|
|
5053
5053
|
"lValueRequested": false,
|
|
5054
5054
|
"memberName": "getHost",
|
|
5055
5055
|
"nodeType": "MemberAccess",
|
|
5056
|
-
"referencedDeclaration":
|
|
5056
|
+
"referencedDeclaration": 20187,
|
|
5057
5057
|
"src": "1509:34:92",
|
|
5058
5058
|
"typeDescriptions": {
|
|
5059
5059
|
"typeIdentifier": "t_function_external_view$__$returns$_t_address_$",
|
|
5060
5060
|
"typeString": "function () view external returns (address)"
|
|
5061
5061
|
}
|
|
5062
5062
|
},
|
|
5063
|
-
"id":
|
|
5063
|
+
"id": 36674,
|
|
5064
5064
|
"isConstant": false,
|
|
5065
5065
|
"isLValue": false,
|
|
5066
5066
|
"isPure": false,
|
|
@@ -5080,17 +5080,17 @@
|
|
|
5080
5080
|
},
|
|
5081
5081
|
{
|
|
5082
5082
|
"assignments": [
|
|
5083
|
-
|
|
5083
|
+
36677
|
|
5084
5084
|
],
|
|
5085
5085
|
"declarations": [
|
|
5086
5086
|
{
|
|
5087
5087
|
"constant": false,
|
|
5088
|
-
"id":
|
|
5088
|
+
"id": 36677,
|
|
5089
5089
|
"mutability": "mutable",
|
|
5090
5090
|
"name": "gov",
|
|
5091
5091
|
"nameLocation": "1563:3:92",
|
|
5092
5092
|
"nodeType": "VariableDeclaration",
|
|
5093
|
-
"scope":
|
|
5093
|
+
"scope": 36703,
|
|
5094
5094
|
"src": "1555:11:92",
|
|
5095
5095
|
"stateVariable": false,
|
|
5096
5096
|
"storageLocation": "default",
|
|
@@ -5099,7 +5099,7 @@
|
|
|
5099
5099
|
"typeString": "address"
|
|
5100
5100
|
},
|
|
5101
5101
|
"typeName": {
|
|
5102
|
-
"id":
|
|
5102
|
+
"id": 36676,
|
|
5103
5103
|
"name": "address",
|
|
5104
5104
|
"nodeType": "ElementaryTypeName",
|
|
5105
5105
|
"src": "1555:7:92",
|
|
@@ -5112,7 +5112,7 @@
|
|
|
5112
5112
|
"visibility": "internal"
|
|
5113
5113
|
}
|
|
5114
5114
|
],
|
|
5115
|
-
"id":
|
|
5115
|
+
"id": 36686,
|
|
5116
5116
|
"initialValue": {
|
|
5117
5117
|
"arguments": [
|
|
5118
5118
|
{
|
|
@@ -5122,11 +5122,11 @@
|
|
|
5122
5122
|
"expression": {
|
|
5123
5123
|
"arguments": [
|
|
5124
5124
|
{
|
|
5125
|
-
"id":
|
|
5125
|
+
"id": 36681,
|
|
5126
5126
|
"name": "host",
|
|
5127
5127
|
"nodeType": "Identifier",
|
|
5128
5128
|
"overloadedDeclarations": [],
|
|
5129
|
-
"referencedDeclaration":
|
|
5129
|
+
"referencedDeclaration": 36666,
|
|
5130
5130
|
"src": "1589:4:92",
|
|
5131
5131
|
"typeDescriptions": {
|
|
5132
5132
|
"typeIdentifier": "t_address",
|
|
@@ -5141,18 +5141,18 @@
|
|
|
5141
5141
|
"typeString": "address"
|
|
5142
5142
|
}
|
|
5143
5143
|
],
|
|
5144
|
-
"id":
|
|
5144
|
+
"id": 36680,
|
|
5145
5145
|
"name": "ISuperfluid",
|
|
5146
5146
|
"nodeType": "Identifier",
|
|
5147
5147
|
"overloadedDeclarations": [],
|
|
5148
|
-
"referencedDeclaration":
|
|
5148
|
+
"referencedDeclaration": 20053,
|
|
5149
5149
|
"src": "1577:11:92",
|
|
5150
5150
|
"typeDescriptions": {
|
|
5151
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$
|
|
5151
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20053_$",
|
|
5152
5152
|
"typeString": "type(contract ISuperfluid)"
|
|
5153
5153
|
}
|
|
5154
5154
|
},
|
|
5155
|
-
"id":
|
|
5155
|
+
"id": 36682,
|
|
5156
5156
|
"isConstant": false,
|
|
5157
5157
|
"isLValue": false,
|
|
5158
5158
|
"isPure": false,
|
|
@@ -5163,25 +5163,25 @@
|
|
|
5163
5163
|
"src": "1577:17:92",
|
|
5164
5164
|
"tryCall": false,
|
|
5165
5165
|
"typeDescriptions": {
|
|
5166
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
5166
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
5167
5167
|
"typeString": "contract ISuperfluid"
|
|
5168
5168
|
}
|
|
5169
5169
|
},
|
|
5170
|
-
"id":
|
|
5170
|
+
"id": 36683,
|
|
5171
5171
|
"isConstant": false,
|
|
5172
5172
|
"isLValue": false,
|
|
5173
5173
|
"isPure": false,
|
|
5174
5174
|
"lValueRequested": false,
|
|
5175
5175
|
"memberName": "getGovernance",
|
|
5176
5176
|
"nodeType": "MemberAccess",
|
|
5177
|
-
"referencedDeclaration":
|
|
5177
|
+
"referencedDeclaration": 19620,
|
|
5178
5178
|
"src": "1577:31:92",
|
|
5179
5179
|
"typeDescriptions": {
|
|
5180
|
-
"typeIdentifier": "t_function_external_view$__$returns$_t_contract$_ISuperfluidGovernance_$
|
|
5180
|
+
"typeIdentifier": "t_function_external_view$__$returns$_t_contract$_ISuperfluidGovernance_$20176_$",
|
|
5181
5181
|
"typeString": "function () view external returns (contract ISuperfluidGovernance)"
|
|
5182
5182
|
}
|
|
5183
5183
|
},
|
|
5184
|
-
"id":
|
|
5184
|
+
"id": 36684,
|
|
5185
5185
|
"isConstant": false,
|
|
5186
5186
|
"isLValue": false,
|
|
5187
5187
|
"isPure": false,
|
|
@@ -5192,7 +5192,7 @@
|
|
|
5192
5192
|
"src": "1577:33:92",
|
|
5193
5193
|
"tryCall": false,
|
|
5194
5194
|
"typeDescriptions": {
|
|
5195
|
-
"typeIdentifier": "t_contract$_ISuperfluidGovernance_$
|
|
5195
|
+
"typeIdentifier": "t_contract$_ISuperfluidGovernance_$20176",
|
|
5196
5196
|
"typeString": "contract ISuperfluidGovernance"
|
|
5197
5197
|
}
|
|
5198
5198
|
}
|
|
@@ -5200,11 +5200,11 @@
|
|
|
5200
5200
|
"expression": {
|
|
5201
5201
|
"argumentTypes": [
|
|
5202
5202
|
{
|
|
5203
|
-
"typeIdentifier": "t_contract$_ISuperfluidGovernance_$
|
|
5203
|
+
"typeIdentifier": "t_contract$_ISuperfluidGovernance_$20176",
|
|
5204
5204
|
"typeString": "contract ISuperfluidGovernance"
|
|
5205
5205
|
}
|
|
5206
5206
|
],
|
|
5207
|
-
"id":
|
|
5207
|
+
"id": 36679,
|
|
5208
5208
|
"isConstant": false,
|
|
5209
5209
|
"isLValue": false,
|
|
5210
5210
|
"isPure": true,
|
|
@@ -5216,14 +5216,14 @@
|
|
|
5216
5216
|
"typeString": "type(address)"
|
|
5217
5217
|
},
|
|
5218
5218
|
"typeName": {
|
|
5219
|
-
"id":
|
|
5219
|
+
"id": 36678,
|
|
5220
5220
|
"name": "address",
|
|
5221
5221
|
"nodeType": "ElementaryTypeName",
|
|
5222
5222
|
"src": "1569:7:92",
|
|
5223
5223
|
"typeDescriptions": {}
|
|
5224
5224
|
}
|
|
5225
5225
|
},
|
|
5226
|
-
"id":
|
|
5226
|
+
"id": 36685,
|
|
5227
5227
|
"isConstant": false,
|
|
5228
5228
|
"isLValue": false,
|
|
5229
5229
|
"isPure": false,
|
|
@@ -5249,14 +5249,14 @@
|
|
|
5249
5249
|
"typeIdentifier": "t_address",
|
|
5250
5250
|
"typeString": "address"
|
|
5251
5251
|
},
|
|
5252
|
-
"id":
|
|
5252
|
+
"id": 36691,
|
|
5253
5253
|
"isConstant": false,
|
|
5254
5254
|
"isLValue": false,
|
|
5255
5255
|
"isPure": false,
|
|
5256
5256
|
"lValueRequested": false,
|
|
5257
5257
|
"leftExpression": {
|
|
5258
5258
|
"expression": {
|
|
5259
|
-
"id":
|
|
5259
|
+
"id": 36688,
|
|
5260
5260
|
"name": "msg",
|
|
5261
5261
|
"nodeType": "Identifier",
|
|
5262
5262
|
"overloadedDeclarations": [],
|
|
@@ -5267,7 +5267,7 @@
|
|
|
5267
5267
|
"typeString": "msg"
|
|
5268
5268
|
}
|
|
5269
5269
|
},
|
|
5270
|
-
"id":
|
|
5270
|
+
"id": 36689,
|
|
5271
5271
|
"isConstant": false,
|
|
5272
5272
|
"isLValue": false,
|
|
5273
5273
|
"isPure": false,
|
|
@@ -5283,11 +5283,11 @@
|
|
|
5283
5283
|
"nodeType": "BinaryOperation",
|
|
5284
5284
|
"operator": "==",
|
|
5285
5285
|
"rightExpression": {
|
|
5286
|
-
"id":
|
|
5286
|
+
"id": 36690,
|
|
5287
5287
|
"name": "gov",
|
|
5288
5288
|
"nodeType": "Identifier",
|
|
5289
5289
|
"overloadedDeclarations": [],
|
|
5290
|
-
"referencedDeclaration":
|
|
5290
|
+
"referencedDeclaration": 36677,
|
|
5291
5291
|
"src": "1643:3:92",
|
|
5292
5292
|
"typeDescriptions": {
|
|
5293
5293
|
"typeIdentifier": "t_address",
|
|
@@ -5302,7 +5302,7 @@
|
|
|
5302
5302
|
},
|
|
5303
5303
|
{
|
|
5304
5304
|
"hexValue": "4d424e5375706572546f6b656e3a206f6e6c7920676f7665726e616e636520616c6c6f776564",
|
|
5305
|
-
"id":
|
|
5305
|
+
"id": 36692,
|
|
5306
5306
|
"isConstant": false,
|
|
5307
5307
|
"isLValue": false,
|
|
5308
5308
|
"isPure": true,
|
|
@@ -5328,7 +5328,7 @@
|
|
|
5328
5328
|
"typeString": "literal_string \"MBNSuperToken: only governance allowed\""
|
|
5329
5329
|
}
|
|
5330
5330
|
],
|
|
5331
|
-
"id":
|
|
5331
|
+
"id": 36687,
|
|
5332
5332
|
"name": "require",
|
|
5333
5333
|
"nodeType": "Identifier",
|
|
5334
5334
|
"overloadedDeclarations": [
|
|
@@ -5342,7 +5342,7 @@
|
|
|
5342
5342
|
"typeString": "function (bool,string memory) pure"
|
|
5343
5343
|
}
|
|
5344
5344
|
},
|
|
5345
|
-
"id":
|
|
5345
|
+
"id": 36693,
|
|
5346
5346
|
"isConstant": false,
|
|
5347
5347
|
"isLValue": false,
|
|
5348
5348
|
"isPure": false,
|
|
@@ -5357,23 +5357,23 @@
|
|
|
5357
5357
|
"typeString": "tuple()"
|
|
5358
5358
|
}
|
|
5359
5359
|
},
|
|
5360
|
-
"id":
|
|
5360
|
+
"id": 36694,
|
|
5361
5361
|
"nodeType": "ExpressionStatement",
|
|
5362
5362
|
"src": "1621:68:92"
|
|
5363
5363
|
},
|
|
5364
5364
|
{
|
|
5365
5365
|
"expression": {
|
|
5366
|
-
"id":
|
|
5366
|
+
"id": 36697,
|
|
5367
5367
|
"isConstant": false,
|
|
5368
5368
|
"isLValue": false,
|
|
5369
5369
|
"isPure": false,
|
|
5370
5370
|
"lValueRequested": false,
|
|
5371
5371
|
"leftHandSide": {
|
|
5372
|
-
"id":
|
|
5372
|
+
"id": 36695,
|
|
5373
5373
|
"name": "childChainManager",
|
|
5374
5374
|
"nodeType": "Identifier",
|
|
5375
5375
|
"overloadedDeclarations": [],
|
|
5376
|
-
"referencedDeclaration":
|
|
5376
|
+
"referencedDeclaration": 36584,
|
|
5377
5377
|
"src": "1700:17:92",
|
|
5378
5378
|
"typeDescriptions": {
|
|
5379
5379
|
"typeIdentifier": "t_address",
|
|
@@ -5383,11 +5383,11 @@
|
|
|
5383
5383
|
"nodeType": "Assignment",
|
|
5384
5384
|
"operator": "=",
|
|
5385
5385
|
"rightHandSide": {
|
|
5386
|
-
"id":
|
|
5386
|
+
"id": 36696,
|
|
5387
5387
|
"name": "newChildChainManager",
|
|
5388
5388
|
"nodeType": "Identifier",
|
|
5389
5389
|
"overloadedDeclarations": [],
|
|
5390
|
-
"referencedDeclaration":
|
|
5390
|
+
"referencedDeclaration": 36661,
|
|
5391
5391
|
"src": "1720:20:92",
|
|
5392
5392
|
"typeDescriptions": {
|
|
5393
5393
|
"typeIdentifier": "t_address",
|
|
@@ -5400,7 +5400,7 @@
|
|
|
5400
5400
|
"typeString": "address"
|
|
5401
5401
|
}
|
|
5402
5402
|
},
|
|
5403
|
-
"id":
|
|
5403
|
+
"id": 36698,
|
|
5404
5404
|
"nodeType": "ExpressionStatement",
|
|
5405
5405
|
"src": "1700:40:92"
|
|
5406
5406
|
},
|
|
@@ -5408,11 +5408,11 @@
|
|
|
5408
5408
|
"eventCall": {
|
|
5409
5409
|
"arguments": [
|
|
5410
5410
|
{
|
|
5411
|
-
"id":
|
|
5411
|
+
"id": 36700,
|
|
5412
5412
|
"name": "newChildChainManager",
|
|
5413
5413
|
"nodeType": "Identifier",
|
|
5414
5414
|
"overloadedDeclarations": [],
|
|
5415
|
-
"referencedDeclaration":
|
|
5415
|
+
"referencedDeclaration": 36661,
|
|
5416
5416
|
"src": "1780:20:92",
|
|
5417
5417
|
"typeDescriptions": {
|
|
5418
5418
|
"typeIdentifier": "t_address",
|
|
@@ -5427,18 +5427,18 @@
|
|
|
5427
5427
|
"typeString": "address"
|
|
5428
5428
|
}
|
|
5429
5429
|
],
|
|
5430
|
-
"id":
|
|
5430
|
+
"id": 36699,
|
|
5431
5431
|
"name": "ChildChainManagerChanged",
|
|
5432
5432
|
"nodeType": "Identifier",
|
|
5433
5433
|
"overloadedDeclarations": [],
|
|
5434
|
-
"referencedDeclaration":
|
|
5434
|
+
"referencedDeclaration": 20492,
|
|
5435
5435
|
"src": "1755:24:92",
|
|
5436
5436
|
"typeDescriptions": {
|
|
5437
5437
|
"typeIdentifier": "t_function_event_nonpayable$_t_address_$returns$__$",
|
|
5438
5438
|
"typeString": "function (address)"
|
|
5439
5439
|
}
|
|
5440
5440
|
},
|
|
5441
|
-
"id":
|
|
5441
|
+
"id": 36701,
|
|
5442
5442
|
"isConstant": false,
|
|
5443
5443
|
"isLValue": false,
|
|
5444
5444
|
"isPure": false,
|
|
@@ -5453,14 +5453,14 @@
|
|
|
5453
5453
|
"typeString": "tuple()"
|
|
5454
5454
|
}
|
|
5455
5455
|
},
|
|
5456
|
-
"id":
|
|
5456
|
+
"id": 36702,
|
|
5457
5457
|
"nodeType": "EmitStatement",
|
|
5458
5458
|
"src": "1750:51:92"
|
|
5459
5459
|
}
|
|
5460
5460
|
]
|
|
5461
5461
|
},
|
|
5462
5462
|
"functionSelector": "445a6797",
|
|
5463
|
-
"id":
|
|
5463
|
+
"id": 36704,
|
|
5464
5464
|
"implemented": true,
|
|
5465
5465
|
"kind": "function",
|
|
5466
5466
|
"modifiers": [],
|
|
@@ -5468,23 +5468,23 @@
|
|
|
5468
5468
|
"nameLocation": "1412:23:92",
|
|
5469
5469
|
"nodeType": "FunctionDefinition",
|
|
5470
5470
|
"overrides": {
|
|
5471
|
-
"id":
|
|
5471
|
+
"id": 36663,
|
|
5472
5472
|
"nodeType": "OverrideSpecifier",
|
|
5473
5473
|
"overrides": [],
|
|
5474
5474
|
"src": "1475:8:92"
|
|
5475
5475
|
},
|
|
5476
5476
|
"parameters": {
|
|
5477
|
-
"id":
|
|
5477
|
+
"id": 36662,
|
|
5478
5478
|
"nodeType": "ParameterList",
|
|
5479
5479
|
"parameters": [
|
|
5480
5480
|
{
|
|
5481
5481
|
"constant": false,
|
|
5482
|
-
"id":
|
|
5482
|
+
"id": 36661,
|
|
5483
5483
|
"mutability": "mutable",
|
|
5484
5484
|
"name": "newChildChainManager",
|
|
5485
5485
|
"nameLocation": "1444:20:92",
|
|
5486
5486
|
"nodeType": "VariableDeclaration",
|
|
5487
|
-
"scope":
|
|
5487
|
+
"scope": 36704,
|
|
5488
5488
|
"src": "1436:28:92",
|
|
5489
5489
|
"stateVariable": false,
|
|
5490
5490
|
"storageLocation": "default",
|
|
@@ -5493,7 +5493,7 @@
|
|
|
5493
5493
|
"typeString": "address"
|
|
5494
5494
|
},
|
|
5495
5495
|
"typeName": {
|
|
5496
|
-
"id":
|
|
5496
|
+
"id": 36660,
|
|
5497
5497
|
"name": "address",
|
|
5498
5498
|
"nodeType": "ElementaryTypeName",
|
|
5499
5499
|
"src": "1436:7:92",
|
|
@@ -5509,19 +5509,19 @@
|
|
|
5509
5509
|
"src": "1435:30:92"
|
|
5510
5510
|
},
|
|
5511
5511
|
"returnParameters": {
|
|
5512
|
-
"id":
|
|
5512
|
+
"id": 36664,
|
|
5513
5513
|
"nodeType": "ParameterList",
|
|
5514
5514
|
"parameters": [],
|
|
5515
5515
|
"src": "1484:0:92"
|
|
5516
5516
|
},
|
|
5517
|
-
"scope":
|
|
5517
|
+
"scope": 36705,
|
|
5518
5518
|
"src": "1403:405:92",
|
|
5519
5519
|
"stateMutability": "nonpayable",
|
|
5520
5520
|
"virtual": false,
|
|
5521
5521
|
"visibility": "external"
|
|
5522
5522
|
}
|
|
5523
5523
|
],
|
|
5524
|
-
"scope":
|
|
5524
|
+
"scope": 36706,
|
|
5525
5525
|
"src": "681:1129:92",
|
|
5526
5526
|
"usedErrors": []
|
|
5527
5527
|
}
|
|
@@ -5534,7 +5534,7 @@
|
|
|
5534
5534
|
},
|
|
5535
5535
|
"networks": {},
|
|
5536
5536
|
"schemaVersion": "3.4.8",
|
|
5537
|
-
"updatedAt": "2022-08-
|
|
5537
|
+
"updatedAt": "2022-08-25T14:16:53.510Z",
|
|
5538
5538
|
"devdoc": {
|
|
5539
5539
|
"author": "Superfluid",
|
|
5540
5540
|
"details": "Native SuperToken with interfaces for the Matic POS bridge to mint and burn.See https://docs.polygon.technology/docs/develop/ethereum-matic/pos/mapping-assets/",
|