@dolomite-exchange/dolomite-margin 0.2.6 → 0.2.7
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/Account.json +11 -11
- package/build/contracts/Actions.json +11 -11
- package/build/contracts/Address.json +1 -1
- package/build/contracts/Admin.json +23 -23
- package/build/contracts/AdminImpl.json +35 -307
- package/build/contracts/AdvancedMath.json +7 -7
- package/build/contracts/AmmRebalancerProxy.json +577 -621
- package/build/contracts/AmmRebalancerProxyV1.json +78 -32
- package/build/contracts/Babylonian.json +1 -1
- package/build/contracts/Bits.json +9 -9
- package/build/contracts/Cache.json +13 -13
- package/build/contracts/ChainlinkPriceOracleV1.json +16 -16
- package/build/contracts/Context.json +1 -1
- package/build/contracts/CustomTestToken.json +9 -9
- package/build/contracts/Decimal.json +9 -9
- package/build/contracts/DelayedMultiSig.json +9 -9
- package/build/contracts/DolomiteAmmERC20.json +11 -11
- package/build/contracts/DolomiteAmmFactory.json +14 -52
- package/build/contracts/DolomiteAmmLibrary.json +24 -24
- package/build/contracts/DolomiteAmmPair.json +27 -27
- package/build/contracts/DolomiteAmmRouterProxy.json +30 -363
- package/build/contracts/DolomiteMargin.json +21 -67
- package/build/contracts/DoubleExponentInterestSetter.json +15 -21
- package/build/contracts/EnumerableSet.json +7 -7
- package/build/contracts/ErroringOmiseToken.json +9 -9
- package/build/contracts/ErroringToken.json +10 -10
- package/build/contracts/Events.json +17 -17
- package/build/contracts/ExcessivelySafeCall.json +35 -35
- package/build/contracts/Exchange.json +15 -15
- package/build/contracts/Expiry.json +36 -36
- package/build/contracts/Getters.json +33 -33
- package/build/contracts/IAutoTrader.json +9 -9
- package/build/contracts/ICallee.json +7 -7
- package/build/contracts/IChainlinkAggregator.json +5 -5
- package/build/contracts/IDolomiteAmmERC20.json +5 -5
- package/build/contracts/IDolomiteAmmFactory.json +9 -9
- package/build/contracts/IDolomiteAmmPair.json +9 -9
- package/build/contracts/IDolomiteMargin.json +23 -23
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Detailed.json +5 -5
- package/build/contracts/IExchangeWrapper.json +5 -5
- package/build/contracts/IExpiry.json +9 -9
- package/build/contracts/IInterestSetter.json +7 -7
- package/build/contracts/ILiquidationCallback.json +7 -7
- package/build/contracts/IMakerOracle.json +5 -5
- package/build/contracts/IOasisDex.json +5 -5
- package/build/contracts/IPriceOracle.json +7 -7
- package/build/contracts/IRecyclable.json +9 -9
- package/build/contracts/ITransferProxy.json +5 -5
- package/build/contracts/IUniswapV2Callee.json +5 -5
- package/build/contracts/IUniswapV2Factory.json +5 -5
- package/build/contracts/IUniswapV2Pair.json +5 -5
- package/build/contracts/IUniswapV2Router.json +5 -5
- package/build/contracts/IWETH.json +5 -5
- package/build/contracts/Interest.json +15 -15
- package/build/contracts/LiquidateOrVaporizeImpl.json +32 -83
- package/build/contracts/LiquidatorProxyHelper.json +23 -23
- package/build/contracts/LiquidatorProxyV1.json +30 -36
- package/build/contracts/LiquidatorProxyV1WithAmm.json +49 -105
- package/build/contracts/Math.json +1 -1
- package/build/contracts/Migrations.json +8 -14
- package/build/contracts/Monetary.json +7 -7
- package/build/contracts/MultiCall.json +8 -14
- package/build/contracts/MultiSig.json +7 -7
- package/build/contracts/OmiseToken.json +8 -8
- package/build/contracts/OnlyDolomiteMargin.json +11 -11
- package/build/contracts/Operation.json +15 -15
- package/build/contracts/OperationImpl.json +39 -47
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/PartiallyDelayedMultiSig.json +9 -9
- package/build/contracts/PayableProxy.json +17 -23
- package/build/contracts/Permission.json +11 -11
- package/build/contracts/PolynomialInterestSetter.json +13 -13
- package/build/contracts/RecyclableTokenProxy.json +25 -25
- package/build/contracts/ReentrancyGuard.json +1 -1
- package/build/contracts/Require.json +7 -7
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeETH.json +7 -7
- package/build/contracts/SafeLiquidationCallback.json +17 -17
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SignedOperationProxy.json +21 -104
- package/build/contracts/SimpleFeeOwner.json +18 -63
- package/build/contracts/State.json +9 -9
- package/build/contracts/Storage.json +37 -37
- package/build/contracts/TestAmmRebalancerProxy.json +32 -58
- package/build/contracts/TestAutoTrader.json +22 -22
- package/build/contracts/TestBtcUsdChainlinkAggregator.json +10 -10
- package/build/contracts/TestCallee.json +19 -19
- package/build/contracts/TestChainlinkPriceOracleV1.json +10 -94
- package/build/contracts/TestCounter.json +7 -7
- package/build/contracts/TestDaiUsdChainlinkAggregator.json +11 -11
- package/build/contracts/TestDolomiteMargin.json +22 -22
- package/build/contracts/TestDoubleExponentInterestSetter.json +10 -10
- package/build/contracts/TestEthUsdChainlinkAggregator.json +11 -11
- package/build/contracts/TestExchangeWrapper.json +28 -28
- package/build/contracts/TestInterestSetter.json +13 -13
- package/build/contracts/TestLib.json +22 -22
- package/build/contracts/TestLinkUsdChainlinkAggregator.json +11 -11
- package/build/contracts/TestLiquidateCallback.json +719 -719
- package/build/contracts/TestLiquidationCallback.json +13 -13
- package/build/contracts/TestLrcEthChainlinkAggregator.json +11 -11
- package/build/contracts/TestMakerOracle.json +10 -10
- package/build/contracts/TestMaticUsdChainlinkAggregator.json +10 -10
- package/build/contracts/TestOasisDex.json +12 -12
- package/build/contracts/TestOperationImpl.json +14 -14
- package/build/contracts/TestPolynomialInterestSetter.json +10 -10
- package/build/contracts/TestPriceAggregator.json +9 -9
- package/build/contracts/TestPriceOracle.json +13 -13
- package/build/contracts/TestRecyclableToken.json +9 -9
- package/build/contracts/TestSimpleCallee.json +15 -15
- package/build/contracts/TestToken.json +9 -9
- package/build/contracts/TestTrader.json +17 -17
- package/build/contracts/TestUniswapAmmRebalancerProxy.json +16 -16
- package/build/contracts/TestUsdcUsdChainlinkAggregator.json +11 -11
- package/build/contracts/TestWETH.json +9 -9
- package/build/contracts/Time.json +9 -9
- package/build/contracts/Token.json +9 -9
- package/build/contracts/TokenA.json +10 -10
- package/build/contracts/TokenB.json +10 -10
- package/build/contracts/TokenC.json +10 -10
- package/build/contracts/TokenD.json +10 -10
- package/build/contracts/TokenE.json +10 -10
- package/build/contracts/TokenF.json +10 -10
- package/build/contracts/TransferProxy.json +22 -28
- package/build/contracts/TypedSignature.json +9 -9
- package/build/contracts/Types.json +9 -9
- package/build/contracts/UQ112x112.json +7 -7
- package/build/contracts/UniswapV2ERC20.json +7 -7
- package/build/contracts/UniswapV2Factory.json +12 -12
- package/build/contracts/UniswapV2Library.json +20 -20
- package/build/contracts/UniswapV2Pair.json +17 -17
- package/build/contracts/UniswapV2Router02.json +16 -16
- package/build/contracts/WETH9.json +1 -1
- package/contracts/external/amm/DolomiteAmmERC20.sol +135 -0
- package/contracts/external/amm/DolomiteAmmFactory.sol +122 -0
- package/contracts/external/amm/DolomiteAmmPair.sol +573 -0
- package/contracts/external/amm/SimpleFeeOwner.sol +107 -0
- package/contracts/external/helpers/LiquidatorProxyHelper.sol +252 -0
- package/contracts/external/helpers/OnlyDolomiteMargin.sol +63 -0
- package/contracts/external/interestsetters/DoubleExponentInterestSetter.sol +212 -0
- package/contracts/external/interestsetters/PolynomialInterestSetter.sol +205 -0
- package/contracts/external/interfaces/IChainlinkAggregator.sol +33 -0
- package/contracts/external/interfaces/IDolomiteAmmERC20.sol +52 -0
- package/contracts/external/interfaces/IDolomiteAmmFactory.sol +42 -0
- package/contracts/external/interfaces/IDolomiteAmmPair.sol +116 -0
- package/contracts/external/interfaces/IExpiry.sol +70 -0
- package/contracts/external/interfaces/IMakerOracle.sol +52 -0
- package/contracts/external/interfaces/IOasisDex.sol +326 -0
- package/contracts/external/interfaces/ITransferProxy.sol +53 -0
- package/contracts/external/interfaces/IUniswapV2Router.sol +134 -0
- package/contracts/external/lib/AdvancedMath.sol +23 -0
- package/contracts/external/lib/DolomiteAmmLibrary.sol +323 -0
- package/contracts/external/lib/TypedSignature.sol +120 -0
- package/contracts/external/lib/UQ112x112.sol +22 -0
- package/contracts/external/multisig/DelayedMultiSig.sol +206 -0
- package/contracts/external/multisig/MultiSig.sol +571 -0
- package/contracts/external/multisig/PartiallyDelayedMultiSig.sol +174 -0
- package/contracts/external/oracles/ChainlinkPriceOracleV1.sol +197 -0
- package/contracts/external/oracles/TestChainlinkPriceOracleV1.sol +98 -0
- package/contracts/external/proxies/AmmRebalancerProxyV1.sol +465 -0
- package/contracts/external/proxies/DolomiteAmmRouterProxy.sol +877 -0
- package/contracts/external/proxies/LiquidatorProxyV1.sol +507 -0
- package/contracts/external/proxies/LiquidatorProxyV1WithAmm.sol +574 -0
- package/contracts/external/proxies/PayableProxy.sol +146 -0
- package/contracts/external/proxies/RecyclableTokenProxy.sol +463 -0
- package/contracts/external/proxies/SignedOperationProxy.sol +553 -0
- package/contracts/external/proxies/TransferProxy.sol +207 -0
- package/contracts/external/traders/Expiry.sol +532 -0
- package/contracts/external/uniswap-v2/UniswapV2ERC20.sol +118 -0
- package/contracts/external/uniswap-v2/UniswapV2Factory.sol +67 -0
- package/contracts/external/uniswap-v2/UniswapV2Pair.sol +283 -0
- package/contracts/external/uniswap-v2/UniswapV2Router02.sol +566 -0
- package/contracts/external/uniswap-v2/interfaces/IUniswapV2Callee.sol +13 -0
- package/contracts/external/uniswap-v2/interfaces/IUniswapV2Factory.sol +18 -0
- package/contracts/external/uniswap-v2/interfaces/IUniswapV2Pair.sol +67 -0
- package/contracts/external/uniswap-v2/interfaces/IWETH.sol +7 -0
- package/contracts/external/uniswap-v2/libraries/SafeETH.sol +29 -0
- package/contracts/external/uniswap-v2/libraries/UniswapV2Library.sol +117 -0
- package/contracts/external/utils/MultiCall.sol +95 -0
- package/contracts/protocol/impl/artifacts/OperationImpl.json +80 -0
- package/contracts/protocol/impl/artifacts/OperationImpl_metadata.json +193 -0
- package/dist/build/published_contracts/AdminImpl.json +2 -2
- package/dist/build/published_contracts/AmmRebalancerProxyV1.json +5 -0
- package/dist/build/published_contracts/ChainlinkPriceOracleV1.json +1 -1
- package/dist/build/published_contracts/DolomiteAmmFactory.json +1 -1
- package/dist/build/published_contracts/DolomiteAmmRouterProxy.json +1 -1
- package/dist/build/published_contracts/DoubleExponentInterestSetter.json +2 -2
- package/dist/build/published_contracts/Expiry.json +1 -1
- package/dist/build/published_contracts/LiquidatorProxyV1.json +1 -1
- package/dist/build/published_contracts/LiquidatorProxyV1WithAmm.json +1 -1
- package/dist/build/published_contracts/MultiCall.json +1 -1
- package/dist/build/published_contracts/PayableProxy.json +2 -2
- package/dist/build/published_contracts/SignedOperationProxy.json +2 -2
- package/dist/build/published_contracts/SimpleFeeOwner.json +1 -1
- package/dist/build/published_contracts/TestUniswapAmmRebalancerProxy.json +140 -0
- package/dist/build/published_contracts/TransferProxy.json +1 -1
- package/dist/src/lib/Contracts.d.ts +3 -1
- package/dist/src/lib/Contracts.js +7 -3
- package/dist/src/lib/Contracts.js.map +1 -1
- package/package.json +2 -1
|
@@ -331,15 +331,15 @@
|
|
|
331
331
|
"type": "function"
|
|
332
332
|
}
|
|
333
333
|
],
|
|
334
|
-
"metadata": "{\"compiler\":{\"version\":\"0.5.16+commit.9c3226ce\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"dolomiteMargin\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"dolomiteAmmFactory\",\"type\":\"address\"},{\"internalType\":\"address[]\",\"name\":\"routers\",\"type\":\"address[]\"},{\"internalType\":\"bytes32[]\",\"name\":\"initCodeHashes\",\"type\":\"bytes32[]\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"router\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"initCodeHash\",\"type\":\"bytes32\"}],\"name\":\"RouterInitCodeHashSet\",\"type\":\"event\"},{\"constant\":true,\"inputs\":[],\"name\":\"DOLOMITE_AMM_FACTORY\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"DOLOMITE_MARGIN\",\"outputs\":[{\"internalType\":\"contract IDolomiteMargin\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"FILE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"ROUTER_TO_INIT_CODE_HASH_MAP\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address[]\",\"name\":\"routers\",\"type\":\"address[]\"},{\"internalType\":\"bytes32[]\",\"name\":\"initCodeHashes\",\"type\":\"bytes32[]\"}],\"name\":\"adminSetRouterInitCodeHashes\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"makerToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"takerToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"requestedFillAmount\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"orderData\",\"type\":\"bytes\"}],\"name\":\"exchange\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"makerToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"takerToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"desiredMakerToken\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"orderData\",\"type\":\"bytes\"}],\"name\":\"getExchangeCost\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"isOwner\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"components\":[{\"internalType\":\"bytes\",\"name\":\"dolomitePath\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"truePriceTokenA\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"truePriceTokenB\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"otherRouter\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"otherPath\",\"type\":\"bytes\"}],\"internalType\":\"struct AmmRebalancerProxy.RebalanceParams\",\"name\":\"params\",\"type\":\"tuple\"}],\"name\":\"performRebalance\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"methods\":{\"isOwner()\":{\"details\":\"Returns true if the caller is the current owner.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. * NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"/home/cdc218/projects/dolomite-protocol-v2/contracts/external/proxies/AmmRebalancerProxy.sol\":\"AmmRebalancerProxy\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"optimizer\":{\"enabled\":true,\"runs\":10000},\"remappings\":[]},\"sources\":{\"/home/cdc218/projects/dolomite-protocol-v2/contracts/external/helpers/OnlyDolomiteMargin.sol\":{\"keccak256\":\"0xfc9ce2f5a274ec66668c133f09fe213bc1a6a739f9147f4357a3493094de8deb\",\"urls\":[\"bzz-raw://e45442587f111fa0d85dd85a4e07993f5fecd1afce4f457ed21441f8b0abb937\",\"dweb:/ipfs/QmaNq3j3PUwb8Wrx2gEmFFsVa2GByDEkDCPGdwo2qvMeKh\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/external/interfaces/IDolomiteAmmFactory.sol\":{\"keccak256\":\"0xf5fd97ee3591ff30a3576d6d58847b5f6e156639578bed3827313a2c70823b78\",\"urls\":[\"bzz-raw://f9da41065f9b3b559bfc588cea01480f1c64ee7b1f1a86e54868f464fdfe2160\",\"dweb:/ipfs/QmWeBi2zSdPCENVV4fvCQ49HgnwLGxd3WS9sGMC4vR5NrB\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/external/interfaces/IDolomiteAmmPair.sol\":{\"keccak256\":\"0xe2272c233467a78460e681419f0acdc765de0ad5357d3b768665f289941ccd47\",\"urls\":[\"bzz-raw://114f1c797f4e7e803b0764ae7107a2279c3da806450287c9e5600211faeeab57\",\"dweb:/ipfs/QmUoLx1rGgCdX5ScsUkp4NsSZLyVWdKsVKeXuPCtcrAvLn\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/external/interfaces/IUniswapV2Router.sol\":{\"keccak256\":\"0xbb1dded2be890864da47836668261c2c655ec63a5fe6ccaa5da61a6376ebb03c\",\"urls\":[\"bzz-raw://8243cb7e11c97c7d95ad096d962f2be45bc1caccf6fc88a6ac0b3287031b8d1d\",\"dweb:/ipfs/QmbZuXgtDspV7P4qooQygPcoBxvoLS7A5xgJpXAsfsXrzS\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/external/lib/DolomiteAmmLibrary.sol\":{\"keccak256\":\"0x7aaafd4fc177e1b0de5a0568b08bda8940420687da6b6abac3521498e3e04d80\",\"urls\":[\"bzz-raw://1d05c799584e0e8e2b4750d72b3978e3e38052ec6e2be20184697f5290f25343\",\"dweb:/ipfs/Qmd2NKdbwdEacaj6p3tGAHFi6gAutPK7TwTyeGycGz7HVu\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/external/lib/TypedSignature.sol\":{\"keccak256\":\"0x4b4eb5fd2869d6c410948f78163773442c11bc82e393307e41359bbdb21577bf\",\"urls\":[\"bzz-raw://9c9c3abae44173086bc08f5479fbc67151d5905f60e1032ec6f9e40f841f3365\",\"dweb:/ipfs/QmbsQRX3gmcpimjFEW5ULJVavHQtViyg7NSQ2Q8Qcu6F6V\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/external/proxies/AmmRebalancerProxy.sol\":{\"keccak256\":\"0xf6abdb8e82e98ef3aa80971575979c309c5173ad2f1df5475a073ca473ef4f1e\",\"urls\":[\"bzz-raw://6c096544073d9946bd817c029262817d26425b2b92aa287188c403e885d53bf6\",\"dweb:/ipfs/QmXJ8FwxA2B8n8v7fTYpb9qAhc7GFbRjT2KYoNFGf4MsCn\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/external/uniswap-v2/interfaces/IUniswapV2Pair.sol\":{\"keccak256\":\"0x022ea15b611c155e236053a484d21223ae6f74da3828379cd8a34a16649b5945\",\"urls\":[\"bzz-raw://41979b601b10b34937f2f5939ab5c5240759c3434e405bf84a69ef94a1612454\",\"dweb:/ipfs/QmbK4y63kjtpbxFgResFo9K2bEhNxcxoTqddpJXeHxwqcT\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/interfaces/IDolomiteMargin.sol\":{\"keccak256\":\"0x3e95a2b461f3f0cc4000d71d5c7bb6b1222788cfac1c66faad029ccaa1859d1e\",\"urls\":[\"bzz-raw://cad9773b4a1b196ea3d71129b5bd5679df7db601555a6b29ac111d38c36b00f0\",\"dweb:/ipfs/QmThFva71eLSVmBHHxn34zP7BUCJZDD6wMJHxEkKNWkkvv\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/interfaces/IERC20Detailed.sol\":{\"keccak256\":\"0x22a62e2a8155e70300773721902f4b9118e17aa0bb5d9d1b046050a014cfb223\",\"urls\":[\"bzz-raw://03af737a33c552fbe58f6f1fbd5496854fdc28dd57be4365d56663725c083a18\",\"dweb:/ipfs/QmbgLqGAQEd6tXsZB8QaPNCAMiU6nNzP75wNbKdS65BuUF\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/interfaces/IExchangeWrapper.sol\":{\"keccak256\":\"0xfca7f5635821bbc8ff21db6982471a5f20071365496b74a8202e59494d0f327f\",\"urls\":[\"bzz-raw://eb289cb96c83a3ff7fd72d9a646694d324ee955874ef61e986850459b5841d16\",\"dweb:/ipfs/QmeeiaqShMqWpttPJ3GuDwxFzmq235HMVG7vDnLWnCupaZ\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/interfaces/IInterestSetter.sol\":{\"keccak256\":\"0x546825f65490a30e29d0f6446acec49c1e895ce6b33d48ca5c05092725a63a57\",\"urls\":[\"bzz-raw://6ad3013aed985bdf6e6234ae0f7f37e6bba76c3470c33bfa24678cf19b3b412c\",\"dweb:/ipfs/QmfYaSBzxGpgiHoR7ontMJY66S5L26XwkLYoEuzsEjpbQH\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/interfaces/IPriceOracle.sol\":{\"keccak256\":\"0x3f7c3d1397390ea44c6d5e5730d49476431c3df3b28334fe38218de5edc31138\",\"urls\":[\"bzz-raw://63ebf926fca9ce33aaabaf93805686acc25daded1648d6dab59c8c4d05116918\",\"dweb:/ipfs/QmeGkDp7ycYstpfqCYBiqoCYwy876gabx8r42o5koj3H5A\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/lib/Account.sol\":{\"keccak256\":\"0x0ab9a3fabc89984dff748af63d4319ee134051de2d7fc560e34ebaac86198396\",\"urls\":[\"bzz-raw://ab67f499a8ef83dc7e7cf7176a0f66eced40fa228eda8dd2d47e066ab985cf42\",\"dweb:/ipfs/QmXRHbsEYxr2Qsfsj5psXGV5LaPZHuzLiEXzSQJ77WSE27\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/lib/Actions.sol\":{\"keccak256\":\"0x44ec62b766a88a2f65267991e76cab88711e733b826dc9e578cb6ad6b38b2445\",\"urls\":[\"bzz-raw://731a8d44e57c9dcd7fbdefc37a6b5889c0d06defb3bd66b921b2a7db0edf0103\",\"dweb:/ipfs/QmcVbXc9oi5DMxjPtsBF76oJzD6zVjm7RuXgJfP3Goqrrb\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/lib/Bits.sol\":{\"keccak256\":\"0x425bf5764368faca16cc30a64b79d9bbe01fd8150444b58a464971c32450bd85\",\"urls\":[\"bzz-raw://064baf3155da634c5c80cea70bba0dda7a33af934b34f75f596961b4ab9aeafe\",\"dweb:/ipfs/QmTUHXoi9L6CkERyfhFs1jhxU66u2sbc6XRR5cH4TeHEqL\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/lib/Cache.sol\":{\"keccak256\":\"0x1e6ff383f285e311d07374edda353e14ac4f29201726b0062a2f046c1a2b482c\",\"urls\":[\"bzz-raw://fd11c5db01039bf2c95f3561b08d271b80b7b1cb9fd7f75da887f7609807c5a7\",\"dweb:/ipfs/QmcY6CugdEHaYUa8ZKSnUDhvtVuoLfpDscZcmC91koAn1t\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/lib/Decimal.sol\":{\"keccak256\":\"0x66990bbe3c58d0edf57d3f67ab5280e2a53958ce44f75c335c4c50542321bccb\",\"urls\":[\"bzz-raw://724cfdb5c99121aab5262679e46766a2883e344749870d7dbfa92d1617f68bf2\",\"dweb:/ipfs/QmYjAsS45f6UG2u3zuTks2HVfMYtyFCVMgUvD7Gt7XtU3R\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/lib/EnumerableSet.sol\":{\"keccak256\":\"0x9710b0ab43cc2d964d8722a0aabbedbf7e9d4756dcc0b4ab7c46c1ee68653042\",\"urls\":[\"bzz-raw://2405593d37f0f224bfca556f01634a9755bb0ed626f74dd15293106a8b4dd7d3\",\"dweb:/ipfs/QmTZ16S336jsoDnK5p3vAZRzimBkmdEJibncHVBJxBt469\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/lib/Interest.sol\":{\"keccak256\":\"0x73e75454568c5dfc3bdcf7dbf2ddce6ab8d3d317618bc1f1957f7667e15d3799\",\"urls\":[\"bzz-raw://7b1c8a9a79c8ffdbb0fa633f713ae3dfeac93b31d2b1639614ac32d473fb8250\",\"dweb:/ipfs/QmfARP93W2mgeVwD9Lkd3yVmbCLF2Mos7o8HJ1x6WYQmxZ\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/lib/Math.sol\":{\"keccak256\":\"0x0c0c913b6ccdb69063f9ec84879fcad20a1ee6f44402c9f5ec2b4f5b9f2fa16b\",\"urls\":[\"bzz-raw://89b32eefb57e5e63ad8c6e079ae7bf2d2c8622776cd45af0cf304e1cafd6e078\",\"dweb:/ipfs/Qmcj7yRnYuTgKC3ZqZqe8rynHGYVDS3UrFExcVGcqeaDHY\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/lib/Monetary.sol\":{\"keccak256\":\"0x5257274f2d4d3605f3e97ec45fb902111fe9a22506f0b4cf308ea933bc81bfe2\",\"urls\":[\"bzz-raw://85b8023b78805063a2ec8d376f1f5983994eabd96efd8ceadb0224dbb71c5678\",\"dweb:/ipfs/QmaDhzCzRqsuHuJfhToEC4pATQHwhh7yWWsjwfuRzFT1kG\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/lib/Require.sol\":{\"keccak256\":\"0xe641662503ea29ca959e84674188c3e9deaaf64c5623fb9560a4301c521ca1d3\",\"urls\":[\"bzz-raw://b10a04c7d014b99eb792c8c774e203c846d070b30cf0b715325fc07838ed6a6d\",\"dweb:/ipfs/QmUqZWnbchfEY9jM647yQamHe4GzspfUeRQF9k2nn1Hixd\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/lib/Storage.sol\":{\"keccak256\":\"0x9f8e80613b7dcefc4719e57a4a3f7c9bf2cadeb1d2c205c0b667fd5c5538648d\",\"urls\":[\"bzz-raw://ad5d2626e00154cdd4651c718824108220405b75e9196f0744874527d239246b\",\"dweb:/ipfs/QmW7VgfjXDURsTLBayTL6XBkvEX7BGsT9SYCVLpYVMAJtC\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/lib/Time.sol\":{\"keccak256\":\"0x233d6ebf965711bf980f4bb2e672fb1a11b4b879fd41c884b3c2b704417d0d0c\",\"urls\":[\"bzz-raw://6478ff81706d531f9438b96274a7b904abbbd9c631540c68c6a89c3accf27abf\",\"dweb:/ipfs/QmWe9vkz3qwVjrcbmcTL8wgkjLPsrEqxcqPJL9ujM8PPbp\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/lib/Token.sol\":{\"keccak256\":\"0xd7bcae9e3c570544fc946a00cc7695106a64c20bc130d0183612c0410a531d19\",\"urls\":[\"bzz-raw://0ff5ffd6abb9ed223a64128c131afd962bec07fb9867cb62593906b339c76920\",\"dweb:/ipfs/QmbTrJL4bekvBqqaw6wXnBhYzS9uAqULSWF2VzW4cdfsM5\"]},\"/home/cdc218/projects/dolomite-protocol-v2/contracts/protocol/lib/Types.sol\":{\"keccak256\":\"0xab134538648a2e223a7fe61db03c14f687657a5d37147f93c9088f11735aa311\",\"urls\":[\"bzz-raw://79dc7d2b30576d2349b99267642ac8d5fb7939c920b8d8045379d3614238bdc3\",\"dweb:/ipfs/QmaQJYg1nirHoWSC6G38Cjsk9pZBzEaNrGXKqTsvAzbyES\"]},\"@openzeppelin/contracts/GSN/Context.sol\":{\"keccak256\":\"0x90a3995645af7562d84b9d69363ffa5ae7217714ab61e951bf7bc450f40e4061\",\"urls\":[\"bzz-raw://216ef9d6b614db4eb46970b4e84903f2534a45572dd30a79f0041f1a5830f436\",\"dweb:/ipfs/QmNPrJ4MWKUAWzKXpUqeyKRUfosaoANZAqXgvepdrCwZAG\"]},\"@openzeppelin/contracts/math/SafeMath.sol\":{\"keccak256\":\"0x640b6dee7a4b830bdfd52b5031a07fc2b12209f5b2e29e5d364a7d37f69d8076\",\"urls\":[\"bzz-raw://31113152e1ddb78fe7a4197f247591ca894e93f916867beb708d8e747b6cc74f\",\"dweb:/ipfs/QmbZaJyXdpsYGykVhHH9qpVGQg9DGCxE2QufbCUy3daTgq\"]},\"@openzeppelin/contracts/ownership/Ownable.sol\":{\"keccak256\":\"0x6fb9d7889769d7cc161225f9ef7a90e468ba9788b253816f8d8b6894d3472c24\",\"urls\":[\"bzz-raw://cf4c00fc3c37cc5acf0c82ec6fd97bab67d72c2567fdc0ebf023d9c09b30a08e\",\"dweb:/ipfs/Qmb7TChG6DsEDX7LooJ4vmxot19f7VXX8S1zUGPeJTWbwZ\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0xe5bb0f57cff3e299f360052ba50f1ea0fff046df2be070b6943e0e3c3fdad8a9\",\"urls\":[\"bzz-raw://59fd025151435da35faa8093a5c7a17de02de9d08ad27275c5cdf05050820d91\",\"dweb:/ipfs/QmQMvwEcPhoRXzbXyrdoeRtvLoifUW9Qh7Luho7bmUPRkc\"]},\"@openzeppelin/contracts/token/ERC20/SafeERC20.sol\":{\"keccak256\":\"0x6f2c9955d65c522b80f4b8792f076512d2df947d2112cbc4d98a4781ed42ede2\",\"urls\":[\"bzz-raw://7d8ec81683520c06baeef3f7e06cd82bd6fd5fa611f26857f475f6c829540aff\",\"dweb:/ipfs/QmTDkFzKnrpiV1UKnSoiZAHPuguWzokrr4pFbSPvyaSo56\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x1a8e5072509c5ea7365eb1d48030b9be865140c8fb779968da0a459a0e174a11\",\"urls\":[\"bzz-raw://03335b7b07c7c8c8d613cfdd8ec39a0b5ec133ee510bf2fe6cc5a496767bef4b\",\"dweb:/ipfs/Qmebp4nzPja645c9yXSdJkGq96oU3am3LUnG2K3R7XxyKf\"]},\"@openzeppelin/contracts/utils/ReentrancyGuard.sol\":{\"keccak256\":\"0xb63221b23818d622bfd83d18e0968307e4fcb7a35536bdceded76e1cf8349acd\",\"urls\":[\"bzz-raw://44e1e8c22362c4708a8c3362735f1465f5b05e2f7315e16c7010d694ce019d73\",\"dweb:/ipfs/QmWj9g8X1hxkXRre2kwkEjLBetjuzmSbWHD81bsSojnBkS\"]},\"@uniswap/lib/contracts/libraries/Babylonian.sol\":{\"keccak256\":\"0xeb1c2a281a00f4660775f75ccfa1e51fbe1d75f86aeb9d0d297151ecdb900177\",\"urls\":[\"bzz-raw://68515f0265381bddfb1d1356ea10ce4e5784276fc09f197fcdcedfa5c75cc069\",\"dweb:/ipfs/QmXWVVPnuJwRUAu3Qpu1s7Fyc5WPQxmZPczVEe5cJ5wVHZ\"]}},\"version\":1}",
|
|
335
|
-
"bytecode": "0x60806040523480156200001157600080fd5b5060405162003dc838038062003dc8833981016040819052620000349162000438565b600080546001600160a01b0319166001600160a01b03861617815562000059620001f3565b600180546001600160a01b0319166001600160a01b038316908117909155604051919250906000907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a350600280546001600160a01b0319166001600160a01b0385161790558051825162000115911471416d6d526562616c616e63657250726f787960701b7f726f75746572732f696e6974436f64657320696e76616c6964206c656e677468620001f7602090811b62000f7f17901c565b60005b8251811015620001e8578181815181106200012f57fe5b6020026020010151600360008584815181106200014857fe5b60200260200101516001600160a01b03166001600160a01b03168152602001908152602001600020819055508281815181106200018157fe5b60200260200101516001600160a01b03167f8439af8069aecb3b77f115322be8bf93e7756c934ab30ea4fd1b59ea4227484a838381518110620001c057fe5b6020026020010151604051620001d79190620005ca565b60405180910390a260010162000118565b5050505050620006d4565b3390565b82620002705762000211826001600160e01b036200027516565b6101d160f51b6200022b836001600160e01b036200027516565b6040516020016200023f9392919062000593565b60408051601f198184030181529082905262461bcd60e51b82526200026791600401620005da565b60405180910390fd5b505050565b606080826040516020016200028b91906200057c565b60408051601f19818403018152919052905060205b8015620002fd57815160001990910190829082908110620002bd57fe5b01602001517fff000000000000000000000000000000000000000000000000000000000000001615620002f7576001018152905062000311565b620002a0565b505060408051600081526020810190915290505b919050565b80516200032381620006af565b92915050565b600082601f8301126200033b57600080fd5b8151620003526200034c826200061b565b620005f4565b915081818352602084019350602081019050838560208402820111156200037857600080fd5b60005b83811015620003a8578162000391888262000316565b84525060209283019291909101906001016200037b565b5050505092915050565b600082601f830112620003c457600080fd5b8151620003d56200034c826200061b565b91508181835260208401935060208101905083856020840282011115620003fb57600080fd5b60005b83811015620003a857816200041488826200042b565b8452506020928301929190910190600101620003fe565b80516200032381620006c9565b600080600080608085870312156200044f57600080fd5b60006200045d878762000316565b9450506020620004708782880162000316565b93505060408501516001600160401b038111156200048d57600080fd5b6200049b8782880162000329565b92505060608501516001600160401b03811115620004b857600080fd5b620004c687828801620003b2565b91505092959194509250565b620004e7620004e18262000656565b62000663565b82525050565b620004e78162000663565b620004e7620004e18262000663565b600062000514826200063c565b62000520818562000311565b93506200053281856020860162000672565b9290920192915050565b600062000549826200063c565b62000555818562000640565b93506200056781856020860162000672565b6200057281620006a5565b9093019392505050565b60006200058a8284620004f8565b50602001919050565b6000620005a1828662000507565b9150620005af8285620004d2565b600282019150620005c1828462000507565b95945050505050565b60208101620003238284620004ed565b60208082528101620005ed81846200053c565b9392505050565b6040518181016001600160401b03811182821017156200061357600080fd5b604052919050565b60006001600160401b038211156200063257600080fd5b5060209081020190565b5190565b90815260200190565b6000620003238262000666565b6001600160f01b03191690565b90565b6001600160a01b031690565b60005b838110156200068f57818101518382015260200162000675565b838111156200069f576000848401525b50505050565b601f01601f191690565b620006ba8162000649565b8114620006c657600080fd5b50565b620006ba8162000663565b6136e480620006e46000396000f3fe608060405234801561001057600080fd5b50600436106100d45760003560e01c80638d5c659e11610081578063c275f5dd1161005b578063c275f5dd1461018c578063d5dbd5151461019f578063f2fde38b146101a7576100d4565b80638d5c659e1461015c5780638da5cb5b1461016f5780638f32d59b14610177576100d4565b806366d555a9116100b257806366d555a91461012c578063715018a6146101415780637d98ebac14610149576100d4565b806315c14a4a146100d957806317859b4c146100f75780633a8fdd7d1461010c575b600080fd5b6100e16101ba565b6040516100ee91906133b7565b60405180910390f35b61010a610105366004612b91565b6101c9565b005b61011f61011a366004612a50565b610972565b6040516100ee91906133a9565b610134610b3b565b6040516100ee9190613305565b61010a610b4a565b61011f6101573660046129ab565b610bd9565b61011f61016a36600461290a565b610d94565b610134610da6565b61017f610db5565b6040516100ee919061339b565b61010a61019a366004612ace565b610ddb565b61011f610f2b565b61010a6101b536600461290a565b610f4f565b6000546001600160a01b031681565b8051516102459060281480156101e55750602882608001515110155b80156101fe57506014826080015151816101fb57fe5b06155b7f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c69642070617468206c656e67746873000000000000000000000000610f7f565b60606102548260000151610ff4565b905060606102658360800151610ff4565b90506103398160018351038151811061027a57fe5b60200260200101516001600160a01b03168360008151811061029857fe5b60200260200101516001600160a01b03161480156102f25750816000815181106102be57fe5b60200260200101516001600160a01b0316836001855103815181106102df57fe5b60200260200101516001600160a01b0316145b7f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c6964207061746820616c69676e6d656e7400000000000000000000610f7f565b61034161260f565b600254604080518082019091526001600160a01b03909116808252906020810161036b83876110eb565b81525091505060008060006103ad84600001518760008151811061038b57fe5b6020026020010151886001815181106103a057fe5b6020026020010151611121565b915091506000806103c889602001518a60400151868661115c565b91509150610417827f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c69642061546f420000000000000000000000000000000000000000610f7f565b80945050505050606082602001515160020160405190808252806020026020018201604052801561046257816020015b61044f612627565b8152602001906001900390816104475790505b5090506040518060400160405280336001600160a01b0316815260200160008152508160008151811061049157fe5b60200260200101819052506040518060400160405280336001600160a01b031681526020016001815250816001815181106104c857fe5b602090810291909101015260005b83602001515181101561053b576040518060400160405280856020015183815181106104fe57fe5b60200260200101516001600160a01b03168152602001600081525082826002018151811061052857fe5b60209081029190910101526001016104d6565b50606061054786611248565b60608801516001600160a01b0316600090815260036020526040812054919250906105b58115157f416d6d526562616c616e63657250726f787900000000000000000000000000007f726f75746572206e6f74207265636f676e697a65640000000000000000000000610f7f565b61063589606001516001600160a01b031663c45a01556040518163ffffffff1660e01b815260040160206040518083038186803b1580156105f557600080fd5b505afa158015610609573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061062d9190810190612928565b82878a61134a565b60008151811061064157fe5b60200260200101519150506060600188516002010360405190808252806020026020018201604052801561068f57816020015b61067c61263e565b8152602001906001900390816106745790505b50905060008590506106da6001856001875103815181106106ac57fe5b6020026020010151866000815181106106c157fe5b6020026020010151868e606001518f608001518761147b565b826000815181106106e757fe5b60200260200101819052505060606107048760000151878b61151c565b905061076b8160018351038151811061071957fe5b60200260200101518411157f416d6d526562616c616e63657250726f787900000000000000000000000000007f61726220636c6f73656400000000000000000000000000000000000000000000610f7f565b60005b8760200151518110156108a95761080b8860200151828151811061078e57fe5b60200260200101516001600160a01b03168783600201815181106107ae57fe5b6020026020010151600001516001600160a01b0316147f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c696420706f6f6c206f776e65722061646472657373000000000000610f7f565b61088760018260020187848151811061082057fe5b602002602001015188856001018151811061083757fe5b60200260200101518c60200151868151811061084f57fe5b602002602001015187878151811061086357fe5b602002602001015188886001018151811061087a57fe5b6020026020010151611635565b83826001018151811061089657fe5b602090810291909101015260010161076e565b506108ce60016000866001885103815181106108c157fe5b60200260200101516116b3565b826001845103815181106108de57fe5b60209081029190910101526000546040517fa67a6a450000000000000000000000000000000000000000000000000000000081526001600160a01b039091169063a67a6a45906109349088908690600401613376565b600060405180830381600087803b15801561094e57600080fd5b505af1158015610962573d6000803e3d6000fd5b5050505050505050505050505050565b600080606061098384860186612946565b9250509150606061099382610ff4565b9050610a08886001600160a01b0316826000815181106109af57fe5b60200260200101516001600160a01b0316147f416d6d526562616c616e63657250726f787900000000000000000000000000007f706174685b305d206e6f742074616b6572546f6b656e00000000000000000000610f7f565b610a7e896001600160a01b031682600184510381518110610a2557fe5b60200260200101516001600160a01b0316147f416d6d526562616c616e63657250726f787900000000000000000000000000007f706174685b6c6173745d206e6f74206d616b6572546f6b656e00000000000000610f7f565b6040517f1f00ca740000000000000000000000000000000000000000000000000000000081526001600160a01b03841690631f00ca7490610ac5908a908590600401613456565b60006040518083038186803b158015610add57600080fd5b505afa158015610af1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610b199190810190612b3e565b600081518110610b2557fe5b6020026020010151935050505095945050505050565b6002546001600160a01b031681565b610b52610db5565b610b775760405162461bcd60e51b8152600401610b6e90613416565b60405180910390fd5b6001546040516000916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055565b600080543390610c36906001600160a01b031682147f4f6e6c79446f6c6f6d6974654d617267696e00000000000000000000000000007f4f6e6c7920446f6c6f6d6974652063616e2063616c6c2066756e6374696f6e0084611741565b6000806060610c4786880188612946565b9250925092506060610c5882610ff4565b9050610c748a6001600160a01b0316826000815181106109af57fe5b610c918b6001600160a01b031682600184510381518110610a2557fe5b610c9c8a858b6117df565b6040517f38ed17390000000000000000000000000000000000000000000000000000000081526060906001600160a01b038616906338ed173990610cef908d908890879030906001420190600401613476565b600060405180830381600087803b158015610d0957600080fd5b505af1158015610d1d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610d459190810190612b3e565b9050610d698c8e83600185510381518110610d5c57fe5b60200260200101516117df565b80600182510381518110610d7957fe5b60200260200101519650505050505050979650505050505050565b60036020526000908152604090205481565b6001546001600160a01b031690565b6001546000906001600160a01b0316610dcc61189a565b6001600160a01b031614905090565b610de3610db5565b610dff5760405162461bcd60e51b8152600401610b6e90613416565b610e4c8382147f416d6d526562616c616e63657250726f787900000000000000000000000000007f726f75746572732f696e6974436f64657320696e76616c6964206c656e677468610f7f565b60005b83811015610f2457828282818110610e6357fe5b9050602002013560036000878785818110610e7a57fe5b9050602002016020610e8f919081019061290a565b6001600160a01b03168152602081019190915260400160002055848482818110610eb557fe5b9050602002016020610eca919081019061290a565b6001600160a01b03167f8439af8069aecb3b77f115322be8bf93e7756c934ab30ea4fd1b59ea4227484a848484818110610f0057fe5b90506020020135604051610f1491906133a9565b60405180910390a2600101610e4f565b5050505050565b7f416d6d526562616c616e63657250726f7879000000000000000000000000000081565b610f57610db5565b610f735760405162461bcd60e51b8152600401610b6e90613416565b610f7c8161189e565b50565b82610fef57610f8d82611938565b7f3a20000000000000000000000000000000000000000000000000000000000000610fb783611938565b604051602001610fc99392919061323d565b60408051601f198184030181529082905262461bcd60e51b8252610b6e916004016133c5565b505050565b606061105b601483518161100457fe5b0615801561101457506028835110155b7f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c69642070617468206c656e67746800000000000000000000000000610f7f565b6060601483518161106857fe5b04604051908082528060200260200182016040528015611092578160200160208202803883390190505b50905060005b81518110156110e25760148102848101602001518351606082901c908590859081106110c057fe5b6001600160a01b03909216602092830291909101909101525050600101611098565b5090505b919050565b6060611118837fa378880e0a6e80bffde1a0733d0e6bdc3708c1a9cd8bf8c9894fe0245f896563846119d0565b90505b92915050565b600080611150857fa378880e0a6e80bffde1a0733d0e6bdc3708c1a9cd8bf8c9894fe0245f8965638686611ac5565b91509150935093915050565b6000808561118084611174878963ffffffff611bae16565b9063ffffffff611be816565b1091506000611195858563ffffffff611bae16565b905060006111eb6111bb6103e5866111ad578a6111af565b895b9063ffffffff611bae16565b6111de6103e86111af886111cf578b6111d1565b8c5b879063ffffffff611bae16565b816111e557fe5b04611c2a565b905060006103e58561120e57611209876103e863ffffffff611bae16565b611220565b611220886103e863ffffffff611bae16565b8161122757fe5b04905061123a828263ffffffff611d7d16565b935050505094509492505050565b60005481516040805182815260208084028201019091526060926001600160a01b0316918391908015611285578160200160208202803883390190505b50905060005b845181101561134257826001600160a01b0316638fae3be18683815181106112af57fe5b60200260200101516040518263ffffffff1660e01b81526004016112d39190613305565b60206040518083038186803b1580156112eb57600080fd5b505afa1580156112ff573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506113239190810190612c09565b82828151811061132f57fe5b602090810291909101015260010161128b565b509392505050565b606061139c6002835110157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e76616c696420706174680000000000000000000000000000000000000000610f7f565b81516040519080825280602002602001820160405280156113c7578160200160208202803883390190505b50905082816001835103815181106113db57fe5b60209081029190910101528151600019015b80156114725760008061142b888887600187038151811061140a57fe5b602002602001015188878151811061141e57fe5b6020026020010151611dbf565b9150915061144d84848151811061143e57fe5b60200260200101518383611e18565b84600185038151811061145c57fe5b60209081029190910101525050600019016113ed565b50949350505050565b61148361263e565b60408051610100810182526004815260208082018b90528251608081018452600080825292938401929091820190815260200160008152602001888152508152602001888152602001878152602001306001600160a01b0316815260200160001981526020018584866040516020016114fe93929190613349565b60408051601f19818403018152919052905298975050505050505050565b606061156e6002835110157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e76616c696420706174680000000000000000000000000000000000000000610f7f565b8151604051908082528060200260200182016040528015611599578160200160208202803883390190505b50905082816000815181106115aa57fe5b60200260200101818152505060005b6001835103811015611342576000806115ef878685815181106115d857fe5b60200260200101518786600101815181106103a057fe5b9150915061161184848151811061160257fe5b60200260200101518383611f21565b84846001018151811061162057fe5b602090810291909101015250506001016115b9565b61163d61263e565b604080516101008101909152806005815260208082018b905260408051608081018252600181529201919081016000815260200160008152602001868152508152602001878152602001868152602001856001600160a01b03168152602001888152602001836040516020016114fe91906133a9565b6116bb61263e565b604080516101008101909152806002815260208082018790526040805160808101825260018152920191908101600081526020016001815260200160008152508152602001838152602001600019815260200160006001600160a01b031681526020018481526020016040518060200160405280600081525081525090505b9392505050565b836117d95761174f83611938565b7f3a2000000000000000000000000000000000000000000000000000000000000061177984611938565b7f203c0000000000000000000000000000000000000000000000000000000000006117a385612023565b604051610fc99594939291907f3e0000000000000000000000000000000000000000000000000000000000000090602001613265565b50505050565b6040517fdd62ed3e00000000000000000000000000000000000000000000000000000000815281906001600160a01b0385169063dd62ed3e906118289030908790600401613313565b60206040518083038186803b15801561184057600080fd5b505afa158015611854573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506118789190810190612c09565b1015610fef57610fef6001600160a01b0384168360001963ffffffff61218d16565b3390565b6001600160a01b0381166118c45760405162461bcd60e51b8152600401610b6e906133d6565b6001546040516001600160a01b038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b6060808260405160200161194c919061321c565b60408051601f19818403018152919052905060205b80156119b95781516000199091019082908290811061197c57fe5b01602001517fff0000000000000000000000000000000000000000000000000000000000000016156119b457600101815290506110e6565b611961565b505060408051600081526020810190915292915050565b6060611a226002835110157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e76616c69642070617468206c656e67746800000000000000000000000000610f7f565b60606001835103604051908082528060200260200182016040528015611a52578160200160208202803883390190505b50905060005b600184510381101561147257611a9986858381518110611a7457fe5b6020026020010151868460010181518110611a8b57fe5b6020026020010151886122e9565b828281518110611aa557fe5b6001600160a01b0390921660209283029190910190910152600101611a58565b6000806000611ad4858561235c565b509050600080611ae68988888b6122e9565b6001600160a01b031663b432a82c6040518163ffffffff1660e01b815260040160606040518083038186803b158015611b1e57600080fd5b505afa158015611b32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250611b569190810190612bc6565b506dffffffffffffffffffffffffffff1691506dffffffffffffffffffffffffffff169150826001600160a01b0316876001600160a01b031614611b9b578082611b9e565b81815b909a909950975050505050505050565b600082611bbd5750600061111b565b82820282848281611bca57fe5b04146111185760405162461bcd60e51b8152600401610b6e90613406565b600061111883836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250612444565b600081611c39575060006110e6565b8160017001000000000000000000000000000000008210611c5f5760809190911c9060401b5b680100000000000000008210611c7a5760409190911c9060201b5b6401000000008210611c915760209190911c9060101b5b620100008210611ca65760109190911c9060081b5b6101008210611cba5760089190911c9060041b5b60108210611ccd5760049190911c9060021b5b60088210611cd95760011b5b6001818581611ce457fe5b048201901c90506001818581611cf657fe5b048201901c90506001818581611d0857fe5b048201901c90506001818581611d1a57fe5b048201901c90506001818581611d2c57fe5b048201901c90506001818581611d3e57fe5b048201901c90506001818581611d5057fe5b048201901c90506000818581611d6257fe5b049050808210611d725780611d74565b815b95945050505050565b600061111883836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525061247b565b6000806000611dce858561235c565b509050600080611de08988888b6122e9565b6001600160a01b0316630902f1ac6040518163ffffffff1660e01b815260040160606040518083038186803b158015611b1e57600080fd5b6000611e68600085117f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e74206f757470757420616d6f756e74000000000000610f7f565b611ec2600084118015611e7b5750600083115b7f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e74206c697175696469747900000000000000000000610f7f565b6000611eda6103e86111af868863ffffffff611bae16565b90506000611ef46103e56111af868963ffffffff611d7d16565b9050611f176001611f0b848463ffffffff611be816565b9063ffffffff6124a716565b9695505050505050565b6000611f71600085117f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e7420696e70757420616d6f756e7400000000000000610f7f565b611fca600084118015611e7b5750600083117f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e74206c697175696469747900000000000000000000610f7f565b6000611fde856103e563ffffffff611bae16565b90506000611ff2828563ffffffff611bae16565b9050600061200c83611f0b886103e863ffffffff611bae16565b905080828161201757fe5b04979650505050505050565b60408051602a80825260608281019093526001600160a01b038416918391602082018180388339019050509050603060f81b8160008151811061206257fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350607860f81b816001815181106120a357fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a90535060005b601481101561134257600281026120ee600f85166124cc565b8382602903815181106120fd57fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600484901c935061213f600f85166124cc565b83826028038151811061214e57fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053505060049290921c916001016120d5565b80158061222e57506040517fdd62ed3e0000000000000000000000000000000000000000000000000000000081526001600160a01b0384169063dd62ed3e906121dc9030908690600401613313565b60206040518083038186803b1580156121f457600080fd5b505afa158015612208573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061222c9190810190612c09565b155b61224a5760405162461bcd60e51b8152600401610b6e90613436565b604051610fef9084907f095ea7b30000000000000000000000000000000000000000000000000000000090612285908690869060240161332e565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909316929092179091526124ee565b60008060006122f8868661235c565b915091508682826040516020016123109291906131f6565b6040516020818303038152906040528051906020012085604051602001612339939291906132c3565b60408051601f198184030181529190528051602090910120979650505050505050565b6000806123bf836001600160a01b0316856001600160a01b031614157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f6964656e746963616c2061646472657373657300000000000000000000000000610f7f565b826001600160a01b0316846001600160a01b0316106123df5782846123e2565b83835b909250905061243d6001600160a01b03831615157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f7a65726f20616464726573730000000000000000000000000000000000000000610f7f565b9250929050565b600081836124655760405162461bcd60e51b8152600401610b6e91906133c5565b50600083858161247157fe5b0495945050505050565b6000818484111561249f5760405162461bcd60e51b8152600401610b6e91906133c5565b505050900390565b6000828201838110156111185760405162461bcd60e51b8152600401610b6e906133e6565b6000600a8210156124e457506030810160f81b6110e6565b5060570160f81b90565b612500826001600160a01b03166125d3565b61251c5760405162461bcd60e51b8152600401610b6e90613446565b60006060836001600160a01b0316836040516125389190613231565b6000604051808303816000865af19150503d8060008114612575576040519150601f19603f3d011682016040523d82523d6000602084013e61257a565b606091505b50915091508161259c5760405162461bcd60e51b8152600401610b6e906133f6565b8051156117d957808060200190516125b79190810190612b73565b6117d95760405162461bcd60e51b8152600401610b6e90613426565b6000813f7fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47081811480159061260757508115155b949350505050565b60408051808201909152600081526060602082015290565b604080518082019091526000808252602082015290565b60408051610100810182526000808252602082015290810161265e612690565b8152602001600081526020016000815260200160006001600160a01b0316815260200160008152602001606081525090565b604080516080810190915260008082526020820190815260200160008152602001600081525090565b803561111b81613669565b805161111b81613669565b60008083601f8401126126e157600080fd5b50813567ffffffffffffffff8111156126f957600080fd5b60208301915083602082028301111561243d57600080fd5b600082601f83011261272257600080fd5b8151612735612730826134e6565b6134bf565b9150818183526020840193506020810190508385602084028201111561275a57600080fd5b60005b83811015612786578161277088826128f4565b845250602092830192919091019060010161275d565b5050505092915050565b805161111b8161367d565b60008083601f8401126127ad57600080fd5b50813567ffffffffffffffff8111156127c557600080fd5b60208301915083600182028301111561243d57600080fd5b600082601f8301126127ee57600080fd5b81356127fc61273082613507565b9150808252602083016020830185838301111561281857600080fd5b6128238382846135fc565b50505092915050565b600060a0828403121561283e57600080fd5b61284860a06134bf565b9050813567ffffffffffffffff81111561286157600080fd5b61286d848285016127dd565b825250602061287e848483016128e9565b6020830152506040612892848285016128e9565b60408301525060606128a6848285016126b9565b606083015250608082013567ffffffffffffffff8111156128c657600080fd5b6128d2848285016127dd565b60808301525092915050565b805161111b81613686565b803561111b8161368f565b805161111b8161368f565b805161111b81613698565b60006020828403121561291c57600080fd5b600061260784846126b9565b60006020828403121561293a57600080fd5b600061260784846126c4565b60008060006060848603121561295b57600080fd5b600061296786866126b9565b9350506020612978868287016128e9565b925050604084013567ffffffffffffffff81111561299557600080fd5b6129a1868287016127dd565b9150509250925092565b600080600080600080600060c0888a0312156129c657600080fd5b60006129d28a8a6126b9565b97505060206129e38a828b016126b9565b96505060406129f48a828b016126b9565b9550506060612a058a828b016126b9565b9450506080612a168a828b016128e9565b93505060a088013567ffffffffffffffff811115612a3357600080fd5b612a3f8a828b0161279b565b925092505092959891949750929550565b600080600080600060808688031215612a6857600080fd5b6000612a7488886126b9565b9550506020612a85888289016126b9565b9450506040612a96888289016128e9565b935050606086013567ffffffffffffffff811115612ab357600080fd5b612abf8882890161279b565b92509250509295509295909350565b60008060008060408587031215612ae457600080fd5b843567ffffffffffffffff811115612afb57600080fd5b612b07878288016126cf565b9450945050602085013567ffffffffffffffff811115612b2657600080fd5b612b32878288016126cf565b95989497509550505050565b600060208284031215612b5057600080fd5b815167ffffffffffffffff811115612b6757600080fd5b61260784828501612711565b600060208284031215612b8557600080fd5b60006126078484612790565b600060208284031215612ba357600080fd5b813567ffffffffffffffff811115612bba57600080fd5b6126078482850161282c565b600080600060608486031215612bdb57600080fd5b6000612be786866128de565b9350506020612bf8868287016128de565b92505060406129a1868287016128ff565b600060208284031215612c1b57600080fd5b600061260784846128f4565b6000612c338383612c5b565b505060200190565b600061111883836130e6565b6000612c5383836131d2565b505060400190565b612c6481613542565b82525050565b612c64612c7682613542565b613634565b6000612c8682613535565b612c908185613539565b9350612c9b8361352f565b8060005b83811015612cc9578151612cb38882612c27565b9750612cbe8361352f565b925050600101612c9f565b509495945050505050565b6000612cdf82613535565b612ce98185613539565b935083602082028501612cfb8561352f565b8060005b85811015612d355784840389528151612d188582612c3b565b9450612d238361352f565b60209a909a0199925050600101612cff565b5091979650505050505050565b6000612d4d82613535565b612d578185613539565b9350612d628361352f565b8060005b83811015612cc9578151612d7a8882612c47565b9750612d858361352f565b925050600101612d66565b612c648161354d565b612c64612da582613552565b61359c565b612c64612da582613577565b612c648161359c565b612c64612da58261359c565b6000612dd682613535565b612de08185613539565b9350612df0818560208601613608565b612df981613645565b9093019392505050565b6000612e0e82613535565b612e1881856110e6565b9350612e28818560208601613608565b9290920192915050565b612c64816135db565b612c64816135e6565b612c64816135f1565b6000612e5a602683613539565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206181527f6464726573730000000000000000000000000000000000000000000000000000602082015260400192915050565b6000612eb9601b83613539565b7f536166654d6174683a206164646974696f6e206f766572666c6f770000000000815260200192915050565b6000612ef2602083613539565b7f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815260200192915050565b6000612f2b6001836110e6565b7fff00000000000000000000000000000000000000000000000000000000000000815260010192915050565b6000612f64602183613539565b7f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f81527f7700000000000000000000000000000000000000000000000000000000000000602082015260400192915050565b6000612fc3602083613539565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572815260200192915050565b6000612ffc602a83613539565b7f5361666545524332303a204552433230206f7065726174696f6e20646964206e81527f6f74207375636365656400000000000000000000000000000000000000000000602082015260400192915050565b600061305b603683613539565b7f5361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f81527f20746f206e6f6e2d7a65726f20616c6c6f77616e636500000000000000000000602082015260400192915050565b60006130ba601f83613539565b7f5361666545524332303a2063616c6c20746f206e6f6e2d636f6e747261637400815260200192915050565b80516000906101608401906130fb8582612e3b565b50602083015161310e6020860182612db6565b5060408301516131216040860182613188565b50606083015161313460c0860182612db6565b50608083015161314760e0860182612db6565b5060a083015161315b610100860182612c5b565b5060c083015161316f610120860182612db6565b5060e0830151848203610140860152611d748282612dcb565b805160808301906131998482612d90565b5060208201516131ac6020850182612e44565b5060408201516131bf6040850182612e44565b5060608201516117d96060850182612db6565b805160408301906131e38482612c5b565b5060208201516117d96020850182612db6565b60006132028285612c6a565b6014820191506132128284612c6a565b5060140192915050565b60006132288284612dbf565b50602001919050565b600061173a8284612e03565b60006132498286612e03565b91506132558285612daa565b600282019150611d748284612e03565b60006132718289612e03565b915061327d8288612daa565b60028201915061328d8287612e03565b91506132998286612daa565b6002820191506132a98285612e03565b91506132b58284612d99565b506001019695505050505050565b60006132ce82612f1e565b91506132da8286612c6a565b6014820191506132ea8285612dbf565b6020820191506132fa8284612dbf565b506020019392505050565b6020810161111b8284612c5b565b604081016133218285612c5b565b61173a6020830184612c5b565b6040810161333c8285612c5b565b61173a6020830184612db6565b606081016133578286612c5b565b6133646020830185612db6565b8181036040830152611d748184612dcb565b604080825281016133878185612d42565b905081810360208301526126078184612cd4565b6020810161111b8284612d90565b6020810161111b8284612db6565b6020810161111b8284612e32565b602080825281016111188184612dcb565b6020808252810161111b81612e4d565b6020808252810161111b81612eac565b6020808252810161111b81612ee5565b6020808252810161111b81612f57565b6020808252810161111b81612fb6565b6020808252810161111b81612fef565b6020808252810161111b8161304e565b6020808252810161111b816130ad565b604081016134648285612db6565b81810360208301526126078184612c7b565b60a081016134848288612db6565b6134916020830187612db6565b81810360408301526134a38186612c7b565b90506134b26060830185612c5b565b611f176080830184612db6565b60405181810167ffffffffffffffff811182821017156134de57600080fd5b604052919050565b600067ffffffffffffffff8211156134fd57600080fd5b5060209081020190565b600067ffffffffffffffff82111561351e57600080fd5b506020601f91909101601f19160190565b60200190565b5190565b90815260200190565b600061111b826135c6565b151590565b7fff000000000000000000000000000000000000000000000000000000000000001690565b7fffff0000000000000000000000000000000000000000000000000000000000001690565b90565b806110e681613655565b806110e68161365f565b6dffffffffffffffffffffffffffff1690565b6001600160a01b031690565b63ffffffff1690565b600061111b82613542565b600061111b8261359f565b600061111b826135a9565b82818337506000910152565b60005b8381101561362357818101518382015260200161360b565b838111156117d95750506000910152565b600061111b82600061111b8261364f565b601f01601f191690565b60601b90565b60098110610f7c57fe5b60028110610f7c57fe5b61367281613542565b8114610f7c57600080fd5b6136728161354d565b613672816135b3565b6136728161359c565b613672816135d256fea365627a7a723158205d91d1e291d0c7ae0355da176f368f1e859cff2088af90629c151e088b547e056c6578706572696d656e74616cf564736f6c63430005100040",
|
|
336
|
-
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100d45760003560e01c80638d5c659e11610081578063c275f5dd1161005b578063c275f5dd1461018c578063d5dbd5151461019f578063f2fde38b146101a7576100d4565b80638d5c659e1461015c5780638da5cb5b1461016f5780638f32d59b14610177576100d4565b806366d555a9116100b257806366d555a91461012c578063715018a6146101415780637d98ebac14610149576100d4565b806315c14a4a146100d957806317859b4c146100f75780633a8fdd7d1461010c575b600080fd5b6100e16101ba565b6040516100ee91906133b7565b60405180910390f35b61010a610105366004612b91565b6101c9565b005b61011f61011a366004612a50565b610972565b6040516100ee91906133a9565b610134610b3b565b6040516100ee9190613305565b61010a610b4a565b61011f6101573660046129ab565b610bd9565b61011f61016a36600461290a565b610d94565b610134610da6565b61017f610db5565b6040516100ee919061339b565b61010a61019a366004612ace565b610ddb565b61011f610f2b565b61010a6101b536600461290a565b610f4f565b6000546001600160a01b031681565b8051516102459060281480156101e55750602882608001515110155b80156101fe57506014826080015151816101fb57fe5b06155b7f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c69642070617468206c656e67746873000000000000000000000000610f7f565b60606102548260000151610ff4565b905060606102658360800151610ff4565b90506103398160018351038151811061027a57fe5b60200260200101516001600160a01b03168360008151811061029857fe5b60200260200101516001600160a01b03161480156102f25750816000815181106102be57fe5b60200260200101516001600160a01b0316836001855103815181106102df57fe5b60200260200101516001600160a01b0316145b7f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c6964207061746820616c69676e6d656e7400000000000000000000610f7f565b61034161260f565b600254604080518082019091526001600160a01b03909116808252906020810161036b83876110eb565b81525091505060008060006103ad84600001518760008151811061038b57fe5b6020026020010151886001815181106103a057fe5b6020026020010151611121565b915091506000806103c889602001518a60400151868661115c565b91509150610417827f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c69642061546f420000000000000000000000000000000000000000610f7f565b80945050505050606082602001515160020160405190808252806020026020018201604052801561046257816020015b61044f612627565b8152602001906001900390816104475790505b5090506040518060400160405280336001600160a01b0316815260200160008152508160008151811061049157fe5b60200260200101819052506040518060400160405280336001600160a01b031681526020016001815250816001815181106104c857fe5b602090810291909101015260005b83602001515181101561053b576040518060400160405280856020015183815181106104fe57fe5b60200260200101516001600160a01b03168152602001600081525082826002018151811061052857fe5b60209081029190910101526001016104d6565b50606061054786611248565b60608801516001600160a01b0316600090815260036020526040812054919250906105b58115157f416d6d526562616c616e63657250726f787900000000000000000000000000007f726f75746572206e6f74207265636f676e697a65640000000000000000000000610f7f565b61063589606001516001600160a01b031663c45a01556040518163ffffffff1660e01b815260040160206040518083038186803b1580156105f557600080fd5b505afa158015610609573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061062d9190810190612928565b82878a61134a565b60008151811061064157fe5b60200260200101519150506060600188516002010360405190808252806020026020018201604052801561068f57816020015b61067c61263e565b8152602001906001900390816106745790505b50905060008590506106da6001856001875103815181106106ac57fe5b6020026020010151866000815181106106c157fe5b6020026020010151868e606001518f608001518761147b565b826000815181106106e757fe5b60200260200101819052505060606107048760000151878b61151c565b905061076b8160018351038151811061071957fe5b60200260200101518411157f416d6d526562616c616e63657250726f787900000000000000000000000000007f61726220636c6f73656400000000000000000000000000000000000000000000610f7f565b60005b8760200151518110156108a95761080b8860200151828151811061078e57fe5b60200260200101516001600160a01b03168783600201815181106107ae57fe5b6020026020010151600001516001600160a01b0316147f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c696420706f6f6c206f776e65722061646472657373000000000000610f7f565b61088760018260020187848151811061082057fe5b602002602001015188856001018151811061083757fe5b60200260200101518c60200151868151811061084f57fe5b602002602001015187878151811061086357fe5b602002602001015188886001018151811061087a57fe5b6020026020010151611635565b83826001018151811061089657fe5b602090810291909101015260010161076e565b506108ce60016000866001885103815181106108c157fe5b60200260200101516116b3565b826001845103815181106108de57fe5b60209081029190910101526000546040517fa67a6a450000000000000000000000000000000000000000000000000000000081526001600160a01b039091169063a67a6a45906109349088908690600401613376565b600060405180830381600087803b15801561094e57600080fd5b505af1158015610962573d6000803e3d6000fd5b5050505050505050505050505050565b600080606061098384860186612946565b9250509150606061099382610ff4565b9050610a08886001600160a01b0316826000815181106109af57fe5b60200260200101516001600160a01b0316147f416d6d526562616c616e63657250726f787900000000000000000000000000007f706174685b305d206e6f742074616b6572546f6b656e00000000000000000000610f7f565b610a7e896001600160a01b031682600184510381518110610a2557fe5b60200260200101516001600160a01b0316147f416d6d526562616c616e63657250726f787900000000000000000000000000007f706174685b6c6173745d206e6f74206d616b6572546f6b656e00000000000000610f7f565b6040517f1f00ca740000000000000000000000000000000000000000000000000000000081526001600160a01b03841690631f00ca7490610ac5908a908590600401613456565b60006040518083038186803b158015610add57600080fd5b505afa158015610af1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610b199190810190612b3e565b600081518110610b2557fe5b6020026020010151935050505095945050505050565b6002546001600160a01b031681565b610b52610db5565b610b775760405162461bcd60e51b8152600401610b6e90613416565b60405180910390fd5b6001546040516000916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055565b600080543390610c36906001600160a01b031682147f4f6e6c79446f6c6f6d6974654d617267696e00000000000000000000000000007f4f6e6c7920446f6c6f6d6974652063616e2063616c6c2066756e6374696f6e0084611741565b6000806060610c4786880188612946565b9250925092506060610c5882610ff4565b9050610c748a6001600160a01b0316826000815181106109af57fe5b610c918b6001600160a01b031682600184510381518110610a2557fe5b610c9c8a858b6117df565b6040517f38ed17390000000000000000000000000000000000000000000000000000000081526060906001600160a01b038616906338ed173990610cef908d908890879030906001420190600401613476565b600060405180830381600087803b158015610d0957600080fd5b505af1158015610d1d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610d459190810190612b3e565b9050610d698c8e83600185510381518110610d5c57fe5b60200260200101516117df565b80600182510381518110610d7957fe5b60200260200101519650505050505050979650505050505050565b60036020526000908152604090205481565b6001546001600160a01b031690565b6001546000906001600160a01b0316610dcc61189a565b6001600160a01b031614905090565b610de3610db5565b610dff5760405162461bcd60e51b8152600401610b6e90613416565b610e4c8382147f416d6d526562616c616e63657250726f787900000000000000000000000000007f726f75746572732f696e6974436f64657320696e76616c6964206c656e677468610f7f565b60005b83811015610f2457828282818110610e6357fe5b9050602002013560036000878785818110610e7a57fe5b9050602002016020610e8f919081019061290a565b6001600160a01b03168152602081019190915260400160002055848482818110610eb557fe5b9050602002016020610eca919081019061290a565b6001600160a01b03167f8439af8069aecb3b77f115322be8bf93e7756c934ab30ea4fd1b59ea4227484a848484818110610f0057fe5b90506020020135604051610f1491906133a9565b60405180910390a2600101610e4f565b5050505050565b7f416d6d526562616c616e63657250726f7879000000000000000000000000000081565b610f57610db5565b610f735760405162461bcd60e51b8152600401610b6e90613416565b610f7c8161189e565b50565b82610fef57610f8d82611938565b7f3a20000000000000000000000000000000000000000000000000000000000000610fb783611938565b604051602001610fc99392919061323d565b60408051601f198184030181529082905262461bcd60e51b8252610b6e916004016133c5565b505050565b606061105b601483518161100457fe5b0615801561101457506028835110155b7f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c69642070617468206c656e67746800000000000000000000000000610f7f565b6060601483518161106857fe5b04604051908082528060200260200182016040528015611092578160200160208202803883390190505b50905060005b81518110156110e25760148102848101602001518351606082901c908590859081106110c057fe5b6001600160a01b03909216602092830291909101909101525050600101611098565b5090505b919050565b6060611118837fa378880e0a6e80bffde1a0733d0e6bdc3708c1a9cd8bf8c9894fe0245f896563846119d0565b90505b92915050565b600080611150857fa378880e0a6e80bffde1a0733d0e6bdc3708c1a9cd8bf8c9894fe0245f8965638686611ac5565b91509150935093915050565b6000808561118084611174878963ffffffff611bae16565b9063ffffffff611be816565b1091506000611195858563ffffffff611bae16565b905060006111eb6111bb6103e5866111ad578a6111af565b895b9063ffffffff611bae16565b6111de6103e86111af886111cf578b6111d1565b8c5b879063ffffffff611bae16565b816111e557fe5b04611c2a565b905060006103e58561120e57611209876103e863ffffffff611bae16565b611220565b611220886103e863ffffffff611bae16565b8161122757fe5b04905061123a828263ffffffff611d7d16565b935050505094509492505050565b60005481516040805182815260208084028201019091526060926001600160a01b0316918391908015611285578160200160208202803883390190505b50905060005b845181101561134257826001600160a01b0316638fae3be18683815181106112af57fe5b60200260200101516040518263ffffffff1660e01b81526004016112d39190613305565b60206040518083038186803b1580156112eb57600080fd5b505afa1580156112ff573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506113239190810190612c09565b82828151811061132f57fe5b602090810291909101015260010161128b565b509392505050565b606061139c6002835110157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e76616c696420706174680000000000000000000000000000000000000000610f7f565b81516040519080825280602002602001820160405280156113c7578160200160208202803883390190505b50905082816001835103815181106113db57fe5b60209081029190910101528151600019015b80156114725760008061142b888887600187038151811061140a57fe5b602002602001015188878151811061141e57fe5b6020026020010151611dbf565b9150915061144d84848151811061143e57fe5b60200260200101518383611e18565b84600185038151811061145c57fe5b60209081029190910101525050600019016113ed565b50949350505050565b61148361263e565b60408051610100810182526004815260208082018b90528251608081018452600080825292938401929091820190815260200160008152602001888152508152602001888152602001878152602001306001600160a01b0316815260200160001981526020018584866040516020016114fe93929190613349565b60408051601f19818403018152919052905298975050505050505050565b606061156e6002835110157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e76616c696420706174680000000000000000000000000000000000000000610f7f565b8151604051908082528060200260200182016040528015611599578160200160208202803883390190505b50905082816000815181106115aa57fe5b60200260200101818152505060005b6001835103811015611342576000806115ef878685815181106115d857fe5b60200260200101518786600101815181106103a057fe5b9150915061161184848151811061160257fe5b60200260200101518383611f21565b84846001018151811061162057fe5b602090810291909101015250506001016115b9565b61163d61263e565b604080516101008101909152806005815260208082018b905260408051608081018252600181529201919081016000815260200160008152602001868152508152602001878152602001868152602001856001600160a01b03168152602001888152602001836040516020016114fe91906133a9565b6116bb61263e565b604080516101008101909152806002815260208082018790526040805160808101825260018152920191908101600081526020016001815260200160008152508152602001838152602001600019815260200160006001600160a01b031681526020018481526020016040518060200160405280600081525081525090505b9392505050565b836117d95761174f83611938565b7f3a2000000000000000000000000000000000000000000000000000000000000061177984611938565b7f203c0000000000000000000000000000000000000000000000000000000000006117a385612023565b604051610fc99594939291907f3e0000000000000000000000000000000000000000000000000000000000000090602001613265565b50505050565b6040517fdd62ed3e00000000000000000000000000000000000000000000000000000000815281906001600160a01b0385169063dd62ed3e906118289030908790600401613313565b60206040518083038186803b15801561184057600080fd5b505afa158015611854573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506118789190810190612c09565b1015610fef57610fef6001600160a01b0384168360001963ffffffff61218d16565b3390565b6001600160a01b0381166118c45760405162461bcd60e51b8152600401610b6e906133d6565b6001546040516001600160a01b038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b6060808260405160200161194c919061321c565b60408051601f19818403018152919052905060205b80156119b95781516000199091019082908290811061197c57fe5b01602001517fff0000000000000000000000000000000000000000000000000000000000000016156119b457600101815290506110e6565b611961565b505060408051600081526020810190915292915050565b6060611a226002835110157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e76616c69642070617468206c656e67746800000000000000000000000000610f7f565b60606001835103604051908082528060200260200182016040528015611a52578160200160208202803883390190505b50905060005b600184510381101561147257611a9986858381518110611a7457fe5b6020026020010151868460010181518110611a8b57fe5b6020026020010151886122e9565b828281518110611aa557fe5b6001600160a01b0390921660209283029190910190910152600101611a58565b6000806000611ad4858561235c565b509050600080611ae68988888b6122e9565b6001600160a01b031663b432a82c6040518163ffffffff1660e01b815260040160606040518083038186803b158015611b1e57600080fd5b505afa158015611b32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250611b569190810190612bc6565b506dffffffffffffffffffffffffffff1691506dffffffffffffffffffffffffffff169150826001600160a01b0316876001600160a01b031614611b9b578082611b9e565b81815b909a909950975050505050505050565b600082611bbd5750600061111b565b82820282848281611bca57fe5b04146111185760405162461bcd60e51b8152600401610b6e90613406565b600061111883836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250612444565b600081611c39575060006110e6565b8160017001000000000000000000000000000000008210611c5f5760809190911c9060401b5b680100000000000000008210611c7a5760409190911c9060201b5b6401000000008210611c915760209190911c9060101b5b620100008210611ca65760109190911c9060081b5b6101008210611cba5760089190911c9060041b5b60108210611ccd5760049190911c9060021b5b60088210611cd95760011b5b6001818581611ce457fe5b048201901c90506001818581611cf657fe5b048201901c90506001818581611d0857fe5b048201901c90506001818581611d1a57fe5b048201901c90506001818581611d2c57fe5b048201901c90506001818581611d3e57fe5b048201901c90506001818581611d5057fe5b048201901c90506000818581611d6257fe5b049050808210611d725780611d74565b815b95945050505050565b600061111883836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525061247b565b6000806000611dce858561235c565b509050600080611de08988888b6122e9565b6001600160a01b0316630902f1ac6040518163ffffffff1660e01b815260040160606040518083038186803b158015611b1e57600080fd5b6000611e68600085117f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e74206f757470757420616d6f756e74000000000000610f7f565b611ec2600084118015611e7b5750600083115b7f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e74206c697175696469747900000000000000000000610f7f565b6000611eda6103e86111af868863ffffffff611bae16565b90506000611ef46103e56111af868963ffffffff611d7d16565b9050611f176001611f0b848463ffffffff611be816565b9063ffffffff6124a716565b9695505050505050565b6000611f71600085117f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e7420696e70757420616d6f756e7400000000000000610f7f565b611fca600084118015611e7b5750600083117f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e74206c697175696469747900000000000000000000610f7f565b6000611fde856103e563ffffffff611bae16565b90506000611ff2828563ffffffff611bae16565b9050600061200c83611f0b886103e863ffffffff611bae16565b905080828161201757fe5b04979650505050505050565b60408051602a80825260608281019093526001600160a01b038416918391602082018180388339019050509050603060f81b8160008151811061206257fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350607860f81b816001815181106120a357fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a90535060005b601481101561134257600281026120ee600f85166124cc565b8382602903815181106120fd57fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600484901c935061213f600f85166124cc565b83826028038151811061214e57fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053505060049290921c916001016120d5565b80158061222e57506040517fdd62ed3e0000000000000000000000000000000000000000000000000000000081526001600160a01b0384169063dd62ed3e906121dc9030908690600401613313565b60206040518083038186803b1580156121f457600080fd5b505afa158015612208573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061222c9190810190612c09565b155b61224a5760405162461bcd60e51b8152600401610b6e90613436565b604051610fef9084907f095ea7b30000000000000000000000000000000000000000000000000000000090612285908690869060240161332e565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909316929092179091526124ee565b60008060006122f8868661235c565b915091508682826040516020016123109291906131f6565b6040516020818303038152906040528051906020012085604051602001612339939291906132c3565b60408051601f198184030181529190528051602090910120979650505050505050565b6000806123bf836001600160a01b0316856001600160a01b031614157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f6964656e746963616c2061646472657373657300000000000000000000000000610f7f565b826001600160a01b0316846001600160a01b0316106123df5782846123e2565b83835b909250905061243d6001600160a01b03831615157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f7a65726f20616464726573730000000000000000000000000000000000000000610f7f565b9250929050565b600081836124655760405162461bcd60e51b8152600401610b6e91906133c5565b50600083858161247157fe5b0495945050505050565b6000818484111561249f5760405162461bcd60e51b8152600401610b6e91906133c5565b505050900390565b6000828201838110156111185760405162461bcd60e51b8152600401610b6e906133e6565b6000600a8210156124e457506030810160f81b6110e6565b5060570160f81b90565b612500826001600160a01b03166125d3565b61251c5760405162461bcd60e51b8152600401610b6e90613446565b60006060836001600160a01b0316836040516125389190613231565b6000604051808303816000865af19150503d8060008114612575576040519150601f19603f3d011682016040523d82523d6000602084013e61257a565b606091505b50915091508161259c5760405162461bcd60e51b8152600401610b6e906133f6565b8051156117d957808060200190516125b79190810190612b73565b6117d95760405162461bcd60e51b8152600401610b6e90613426565b6000813f7fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47081811480159061260757508115155b949350505050565b60408051808201909152600081526060602082015290565b604080518082019091526000808252602082015290565b60408051610100810182526000808252602082015290810161265e612690565b8152602001600081526020016000815260200160006001600160a01b0316815260200160008152602001606081525090565b604080516080810190915260008082526020820190815260200160008152602001600081525090565b803561111b81613669565b805161111b81613669565b60008083601f8401126126e157600080fd5b50813567ffffffffffffffff8111156126f957600080fd5b60208301915083602082028301111561243d57600080fd5b600082601f83011261272257600080fd5b8151612735612730826134e6565b6134bf565b9150818183526020840193506020810190508385602084028201111561275a57600080fd5b60005b83811015612786578161277088826128f4565b845250602092830192919091019060010161275d565b5050505092915050565b805161111b8161367d565b60008083601f8401126127ad57600080fd5b50813567ffffffffffffffff8111156127c557600080fd5b60208301915083600182028301111561243d57600080fd5b600082601f8301126127ee57600080fd5b81356127fc61273082613507565b9150808252602083016020830185838301111561281857600080fd5b6128238382846135fc565b50505092915050565b600060a0828403121561283e57600080fd5b61284860a06134bf565b9050813567ffffffffffffffff81111561286157600080fd5b61286d848285016127dd565b825250602061287e848483016128e9565b6020830152506040612892848285016128e9565b60408301525060606128a6848285016126b9565b606083015250608082013567ffffffffffffffff8111156128c657600080fd5b6128d2848285016127dd565b60808301525092915050565b805161111b81613686565b803561111b8161368f565b805161111b8161368f565b805161111b81613698565b60006020828403121561291c57600080fd5b600061260784846126b9565b60006020828403121561293a57600080fd5b600061260784846126c4565b60008060006060848603121561295b57600080fd5b600061296786866126b9565b9350506020612978868287016128e9565b925050604084013567ffffffffffffffff81111561299557600080fd5b6129a1868287016127dd565b9150509250925092565b600080600080600080600060c0888a0312156129c657600080fd5b60006129d28a8a6126b9565b97505060206129e38a828b016126b9565b96505060406129f48a828b016126b9565b9550506060612a058a828b016126b9565b9450506080612a168a828b016128e9565b93505060a088013567ffffffffffffffff811115612a3357600080fd5b612a3f8a828b0161279b565b925092505092959891949750929550565b600080600080600060808688031215612a6857600080fd5b6000612a7488886126b9565b9550506020612a85888289016126b9565b9450506040612a96888289016128e9565b935050606086013567ffffffffffffffff811115612ab357600080fd5b612abf8882890161279b565b92509250509295509295909350565b60008060008060408587031215612ae457600080fd5b843567ffffffffffffffff811115612afb57600080fd5b612b07878288016126cf565b9450945050602085013567ffffffffffffffff811115612b2657600080fd5b612b32878288016126cf565b95989497509550505050565b600060208284031215612b5057600080fd5b815167ffffffffffffffff811115612b6757600080fd5b61260784828501612711565b600060208284031215612b8557600080fd5b60006126078484612790565b600060208284031215612ba357600080fd5b813567ffffffffffffffff811115612bba57600080fd5b6126078482850161282c565b600080600060608486031215612bdb57600080fd5b6000612be786866128de565b9350506020612bf8868287016128de565b92505060406129a1868287016128ff565b600060208284031215612c1b57600080fd5b600061260784846128f4565b6000612c338383612c5b565b505060200190565b600061111883836130e6565b6000612c5383836131d2565b505060400190565b612c6481613542565b82525050565b612c64612c7682613542565b613634565b6000612c8682613535565b612c908185613539565b9350612c9b8361352f565b8060005b83811015612cc9578151612cb38882612c27565b9750612cbe8361352f565b925050600101612c9f565b509495945050505050565b6000612cdf82613535565b612ce98185613539565b935083602082028501612cfb8561352f565b8060005b85811015612d355784840389528151612d188582612c3b565b9450612d238361352f565b60209a909a0199925050600101612cff565b5091979650505050505050565b6000612d4d82613535565b612d578185613539565b9350612d628361352f565b8060005b83811015612cc9578151612d7a8882612c47565b9750612d858361352f565b925050600101612d66565b612c648161354d565b612c64612da582613552565b61359c565b612c64612da582613577565b612c648161359c565b612c64612da58261359c565b6000612dd682613535565b612de08185613539565b9350612df0818560208601613608565b612df981613645565b9093019392505050565b6000612e0e82613535565b612e1881856110e6565b9350612e28818560208601613608565b9290920192915050565b612c64816135db565b612c64816135e6565b612c64816135f1565b6000612e5a602683613539565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206181527f6464726573730000000000000000000000000000000000000000000000000000602082015260400192915050565b6000612eb9601b83613539565b7f536166654d6174683a206164646974696f6e206f766572666c6f770000000000815260200192915050565b6000612ef2602083613539565b7f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815260200192915050565b6000612f2b6001836110e6565b7fff00000000000000000000000000000000000000000000000000000000000000815260010192915050565b6000612f64602183613539565b7f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f81527f7700000000000000000000000000000000000000000000000000000000000000602082015260400192915050565b6000612fc3602083613539565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572815260200192915050565b6000612ffc602a83613539565b7f5361666545524332303a204552433230206f7065726174696f6e20646964206e81527f6f74207375636365656400000000000000000000000000000000000000000000602082015260400192915050565b600061305b603683613539565b7f5361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f81527f20746f206e6f6e2d7a65726f20616c6c6f77616e636500000000000000000000602082015260400192915050565b60006130ba601f83613539565b7f5361666545524332303a2063616c6c20746f206e6f6e2d636f6e747261637400815260200192915050565b80516000906101608401906130fb8582612e3b565b50602083015161310e6020860182612db6565b5060408301516131216040860182613188565b50606083015161313460c0860182612db6565b50608083015161314760e0860182612db6565b5060a083015161315b610100860182612c5b565b5060c083015161316f610120860182612db6565b5060e0830151848203610140860152611d748282612dcb565b805160808301906131998482612d90565b5060208201516131ac6020850182612e44565b5060408201516131bf6040850182612e44565b5060608201516117d96060850182612db6565b805160408301906131e38482612c5b565b5060208201516117d96020850182612db6565b60006132028285612c6a565b6014820191506132128284612c6a565b5060140192915050565b60006132288284612dbf565b50602001919050565b600061173a8284612e03565b60006132498286612e03565b91506132558285612daa565b600282019150611d748284612e03565b60006132718289612e03565b915061327d8288612daa565b60028201915061328d8287612e03565b91506132998286612daa565b6002820191506132a98285612e03565b91506132b58284612d99565b506001019695505050505050565b60006132ce82612f1e565b91506132da8286612c6a565b6014820191506132ea8285612dbf565b6020820191506132fa8284612dbf565b506020019392505050565b6020810161111b8284612c5b565b604081016133218285612c5b565b61173a6020830184612c5b565b6040810161333c8285612c5b565b61173a6020830184612db6565b606081016133578286612c5b565b6133646020830185612db6565b8181036040830152611d748184612dcb565b604080825281016133878185612d42565b905081810360208301526126078184612cd4565b6020810161111b8284612d90565b6020810161111b8284612db6565b6020810161111b8284612e32565b602080825281016111188184612dcb565b6020808252810161111b81612e4d565b6020808252810161111b81612eac565b6020808252810161111b81612ee5565b6020808252810161111b81612f57565b6020808252810161111b81612fb6565b6020808252810161111b81612fef565b6020808252810161111b8161304e565b6020808252810161111b816130ad565b604081016134648285612db6565b81810360208301526126078184612c7b565b60a081016134848288612db6565b6134916020830187612db6565b81810360408301526134a38186612c7b565b90506134b26060830185612c5b565b611f176080830184612db6565b60405181810167ffffffffffffffff811182821017156134de57600080fd5b604052919050565b600067ffffffffffffffff8211156134fd57600080fd5b5060209081020190565b600067ffffffffffffffff82111561351e57600080fd5b506020601f91909101601f19160190565b60200190565b5190565b90815260200190565b600061111b826135c6565b151590565b7fff000000000000000000000000000000000000000000000000000000000000001690565b7fffff0000000000000000000000000000000000000000000000000000000000001690565b90565b806110e681613655565b806110e68161365f565b6dffffffffffffffffffffffffffff1690565b6001600160a01b031690565b63ffffffff1690565b600061111b82613542565b600061111b8261359f565b600061111b826135a9565b82818337506000910152565b60005b8381101561362357818101518382015260200161360b565b838111156117d95750506000910152565b600061111b82600061111b8261364f565b601f01601f191690565b60601b90565b60098110610f7c57fe5b60028110610f7c57fe5b61367281613542565b8114610f7c57600080fd5b6136728161354d565b613672816135b3565b6136728161359c565b613672816135d256fea365627a7a723158205d91d1e291d0c7ae0355da176f368f1e859cff2088af90629c151e088b547e056c6578706572696d656e74616cf564736f6c63430005100040",
|
|
334
|
+
"metadata": "{\"compiler\":{\"version\":\"0.5.16+commit.9c3226ce\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"dolomiteMargin\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"dolomiteAmmFactory\",\"type\":\"address\"},{\"internalType\":\"address[]\",\"name\":\"routers\",\"type\":\"address[]\"},{\"internalType\":\"bytes32[]\",\"name\":\"initCodeHashes\",\"type\":\"bytes32[]\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"router\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"initCodeHash\",\"type\":\"bytes32\"}],\"name\":\"RouterInitCodeHashSet\",\"type\":\"event\"},{\"constant\":true,\"inputs\":[],\"name\":\"DOLOMITE_AMM_FACTORY\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"DOLOMITE_MARGIN\",\"outputs\":[{\"internalType\":\"contract IDolomiteMargin\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"FILE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"ROUTER_TO_INIT_CODE_HASH_MAP\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address[]\",\"name\":\"routers\",\"type\":\"address[]\"},{\"internalType\":\"bytes32[]\",\"name\":\"initCodeHashes\",\"type\":\"bytes32[]\"}],\"name\":\"adminSetRouterInitCodeHashes\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"receiver\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"makerToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"takerToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"requestedFillAmount\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"orderData\",\"type\":\"bytes\"}],\"name\":\"exchange\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"makerToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"takerToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"desiredMakerToken\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"orderData\",\"type\":\"bytes\"}],\"name\":\"getExchangeCost\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"isOwner\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"components\":[{\"internalType\":\"bytes\",\"name\":\"dolomitePath\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"truePriceTokenA\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"truePriceTokenB\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"otherRouter\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"otherPath\",\"type\":\"bytes\"}],\"internalType\":\"struct AmmRebalancerProxy.RebalanceParams\",\"name\":\"params\",\"type\":\"tuple\"}],\"name\":\"performRebalance\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"methods\":{\"isOwner()\":{\"details\":\"Returns true if the caller is the current owner.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. * NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/proxies/AmmRebalancerProxy.sol\":\"AmmRebalancerProxy\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"optimizer\":{\"enabled\":true,\"runs\":10000},\"remappings\":[]},\"sources\":{\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/helpers/OnlyDolomiteMargin.sol\":{\"keccak256\":\"0xfc9ce2f5a274ec66668c133f09fe213bc1a6a739f9147f4357a3493094de8deb\",\"urls\":[\"bzz-raw://e45442587f111fa0d85dd85a4e07993f5fecd1afce4f457ed21441f8b0abb937\",\"dweb:/ipfs/QmaNq3j3PUwb8Wrx2gEmFFsVa2GByDEkDCPGdwo2qvMeKh\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/interfaces/IDolomiteAmmFactory.sol\":{\"keccak256\":\"0xf5fd97ee3591ff30a3576d6d58847b5f6e156639578bed3827313a2c70823b78\",\"urls\":[\"bzz-raw://f9da41065f9b3b559bfc588cea01480f1c64ee7b1f1a86e54868f464fdfe2160\",\"dweb:/ipfs/QmWeBi2zSdPCENVV4fvCQ49HgnwLGxd3WS9sGMC4vR5NrB\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/interfaces/IDolomiteAmmPair.sol\":{\"keccak256\":\"0xe2272c233467a78460e681419f0acdc765de0ad5357d3b768665f289941ccd47\",\"urls\":[\"bzz-raw://114f1c797f4e7e803b0764ae7107a2279c3da806450287c9e5600211faeeab57\",\"dweb:/ipfs/QmUoLx1rGgCdX5ScsUkp4NsSZLyVWdKsVKeXuPCtcrAvLn\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/interfaces/IUniswapV2Router.sol\":{\"keccak256\":\"0xbb1dded2be890864da47836668261c2c655ec63a5fe6ccaa5da61a6376ebb03c\",\"urls\":[\"bzz-raw://8243cb7e11c97c7d95ad096d962f2be45bc1caccf6fc88a6ac0b3287031b8d1d\",\"dweb:/ipfs/QmbZuXgtDspV7P4qooQygPcoBxvoLS7A5xgJpXAsfsXrzS\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/lib/DolomiteAmmLibrary.sol\":{\"keccak256\":\"0x0524ddd51d7e1d2763f53fa0cae47c068760930b4cdde9e09c2822a66a56bb86\",\"urls\":[\"bzz-raw://12cc579a1c687c6271b4ff3e7525253a3b84bb1f549b6703f3cfbae8a5b9a81b\",\"dweb:/ipfs/QmaezCERXxEuVu2ixydZcEyG3TzRwuP3ttKyaUDBT2HSrK\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/lib/TypedSignature.sol\":{\"keccak256\":\"0x4b4eb5fd2869d6c410948f78163773442c11bc82e393307e41359bbdb21577bf\",\"urls\":[\"bzz-raw://9c9c3abae44173086bc08f5479fbc67151d5905f60e1032ec6f9e40f841f3365\",\"dweb:/ipfs/QmbsQRX3gmcpimjFEW5ULJVavHQtViyg7NSQ2Q8Qcu6F6V\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/proxies/AmmRebalancerProxy.sol\":{\"keccak256\":\"0xf6abdb8e82e98ef3aa80971575979c309c5173ad2f1df5475a073ca473ef4f1e\",\"urls\":[\"bzz-raw://6c096544073d9946bd817c029262817d26425b2b92aa287188c403e885d53bf6\",\"dweb:/ipfs/QmXJ8FwxA2B8n8v7fTYpb9qAhc7GFbRjT2KYoNFGf4MsCn\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/uniswap-v2/interfaces/IUniswapV2Pair.sol\":{\"keccak256\":\"0x022ea15b611c155e236053a484d21223ae6f74da3828379cd8a34a16649b5945\",\"urls\":[\"bzz-raw://41979b601b10b34937f2f5939ab5c5240759c3434e405bf84a69ef94a1612454\",\"dweb:/ipfs/QmbK4y63kjtpbxFgResFo9K2bEhNxcxoTqddpJXeHxwqcT\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/interfaces/IDolomiteMargin.sol\":{\"keccak256\":\"0x1e73364879c267fdd2bfd871e62ee58ee3d65fbef3b71e3cc104fbff499eca6c\",\"urls\":[\"bzz-raw://e3b1327980a5949afd52cff4713f47ee4fdee9a8b376ceaa3402f5c9696b8c1b\",\"dweb:/ipfs/QmbhQzVEdaraPJizT5DTtk6CDzH3guHNipHW5T23uTtFkX\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/interfaces/IERC20Detailed.sol\":{\"keccak256\":\"0x22a62e2a8155e70300773721902f4b9118e17aa0bb5d9d1b046050a014cfb223\",\"urls\":[\"bzz-raw://03af737a33c552fbe58f6f1fbd5496854fdc28dd57be4365d56663725c083a18\",\"dweb:/ipfs/QmbgLqGAQEd6tXsZB8QaPNCAMiU6nNzP75wNbKdS65BuUF\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/interfaces/IExchangeWrapper.sol\":{\"keccak256\":\"0xfca7f5635821bbc8ff21db6982471a5f20071365496b74a8202e59494d0f327f\",\"urls\":[\"bzz-raw://eb289cb96c83a3ff7fd72d9a646694d324ee955874ef61e986850459b5841d16\",\"dweb:/ipfs/QmeeiaqShMqWpttPJ3GuDwxFzmq235HMVG7vDnLWnCupaZ\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/interfaces/IInterestSetter.sol\":{\"keccak256\":\"0x546825f65490a30e29d0f6446acec49c1e895ce6b33d48ca5c05092725a63a57\",\"urls\":[\"bzz-raw://6ad3013aed985bdf6e6234ae0f7f37e6bba76c3470c33bfa24678cf19b3b412c\",\"dweb:/ipfs/QmfYaSBzxGpgiHoR7ontMJY66S5L26XwkLYoEuzsEjpbQH\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/interfaces/IPriceOracle.sol\":{\"keccak256\":\"0x3f7c3d1397390ea44c6d5e5730d49476431c3df3b28334fe38218de5edc31138\",\"urls\":[\"bzz-raw://63ebf926fca9ce33aaabaf93805686acc25daded1648d6dab59c8c4d05116918\",\"dweb:/ipfs/QmeGkDp7ycYstpfqCYBiqoCYwy876gabx8r42o5koj3H5A\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Account.sol\":{\"keccak256\":\"0x0ab9a3fabc89984dff748af63d4319ee134051de2d7fc560e34ebaac86198396\",\"urls\":[\"bzz-raw://ab67f499a8ef83dc7e7cf7176a0f66eced40fa228eda8dd2d47e066ab985cf42\",\"dweb:/ipfs/QmXRHbsEYxr2Qsfsj5psXGV5LaPZHuzLiEXzSQJ77WSE27\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Actions.sol\":{\"keccak256\":\"0x44ec62b766a88a2f65267991e76cab88711e733b826dc9e578cb6ad6b38b2445\",\"urls\":[\"bzz-raw://731a8d44e57c9dcd7fbdefc37a6b5889c0d06defb3bd66b921b2a7db0edf0103\",\"dweb:/ipfs/QmcVbXc9oi5DMxjPtsBF76oJzD6zVjm7RuXgJfP3Goqrrb\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Bits.sol\":{\"keccak256\":\"0x425bf5764368faca16cc30a64b79d9bbe01fd8150444b58a464971c32450bd85\",\"urls\":[\"bzz-raw://064baf3155da634c5c80cea70bba0dda7a33af934b34f75f596961b4ab9aeafe\",\"dweb:/ipfs/QmTUHXoi9L6CkERyfhFs1jhxU66u2sbc6XRR5cH4TeHEqL\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Cache.sol\":{\"keccak256\":\"0x1e6ff383f285e311d07374edda353e14ac4f29201726b0062a2f046c1a2b482c\",\"urls\":[\"bzz-raw://fd11c5db01039bf2c95f3561b08d271b80b7b1cb9fd7f75da887f7609807c5a7\",\"dweb:/ipfs/QmcY6CugdEHaYUa8ZKSnUDhvtVuoLfpDscZcmC91koAn1t\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Decimal.sol\":{\"keccak256\":\"0x66990bbe3c58d0edf57d3f67ab5280e2a53958ce44f75c335c4c50542321bccb\",\"urls\":[\"bzz-raw://724cfdb5c99121aab5262679e46766a2883e344749870d7dbfa92d1617f68bf2\",\"dweb:/ipfs/QmYjAsS45f6UG2u3zuTks2HVfMYtyFCVMgUvD7Gt7XtU3R\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/EnumerableSet.sol\":{\"keccak256\":\"0x9710b0ab43cc2d964d8722a0aabbedbf7e9d4756dcc0b4ab7c46c1ee68653042\",\"urls\":[\"bzz-raw://2405593d37f0f224bfca556f01634a9755bb0ed626f74dd15293106a8b4dd7d3\",\"dweb:/ipfs/QmTZ16S336jsoDnK5p3vAZRzimBkmdEJibncHVBJxBt469\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Interest.sol\":{\"keccak256\":\"0x73e75454568c5dfc3bdcf7dbf2ddce6ab8d3d317618bc1f1957f7667e15d3799\",\"urls\":[\"bzz-raw://7b1c8a9a79c8ffdbb0fa633f713ae3dfeac93b31d2b1639614ac32d473fb8250\",\"dweb:/ipfs/QmfARP93W2mgeVwD9Lkd3yVmbCLF2Mos7o8HJ1x6WYQmxZ\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Math.sol\":{\"keccak256\":\"0x0c0c913b6ccdb69063f9ec84879fcad20a1ee6f44402c9f5ec2b4f5b9f2fa16b\",\"urls\":[\"bzz-raw://89b32eefb57e5e63ad8c6e079ae7bf2d2c8622776cd45af0cf304e1cafd6e078\",\"dweb:/ipfs/Qmcj7yRnYuTgKC3ZqZqe8rynHGYVDS3UrFExcVGcqeaDHY\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Monetary.sol\":{\"keccak256\":\"0x5257274f2d4d3605f3e97ec45fb902111fe9a22506f0b4cf308ea933bc81bfe2\",\"urls\":[\"bzz-raw://85b8023b78805063a2ec8d376f1f5983994eabd96efd8ceadb0224dbb71c5678\",\"dweb:/ipfs/QmaDhzCzRqsuHuJfhToEC4pATQHwhh7yWWsjwfuRzFT1kG\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Require.sol\":{\"keccak256\":\"0xe641662503ea29ca959e84674188c3e9deaaf64c5623fb9560a4301c521ca1d3\",\"urls\":[\"bzz-raw://b10a04c7d014b99eb792c8c774e203c846d070b30cf0b715325fc07838ed6a6d\",\"dweb:/ipfs/QmUqZWnbchfEY9jM647yQamHe4GzspfUeRQF9k2nn1Hixd\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Storage.sol\":{\"keccak256\":\"0xf930fbde3ab43ec8f079dbad062453b502542f53b7eec670c8e86c7a2e47dd9a\",\"urls\":[\"bzz-raw://e1c402fc55471e8372be478e99f91c28373f096e31f0ef1d5072dfdb81541c29\",\"dweb:/ipfs/QmTc8WSfFCbxNQqNpq1vptUVFxteKQ8HWEhyXREyPZ2neu\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Time.sol\":{\"keccak256\":\"0x233d6ebf965711bf980f4bb2e672fb1a11b4b879fd41c884b3c2b704417d0d0c\",\"urls\":[\"bzz-raw://6478ff81706d531f9438b96274a7b904abbbd9c631540c68c6a89c3accf27abf\",\"dweb:/ipfs/QmWe9vkz3qwVjrcbmcTL8wgkjLPsrEqxcqPJL9ujM8PPbp\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Token.sol\":{\"keccak256\":\"0xd7bcae9e3c570544fc946a00cc7695106a64c20bc130d0183612c0410a531d19\",\"urls\":[\"bzz-raw://0ff5ffd6abb9ed223a64128c131afd962bec07fb9867cb62593906b339c76920\",\"dweb:/ipfs/QmbTrJL4bekvBqqaw6wXnBhYzS9uAqULSWF2VzW4cdfsM5\"]},\"/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Types.sol\":{\"keccak256\":\"0xab134538648a2e223a7fe61db03c14f687657a5d37147f93c9088f11735aa311\",\"urls\":[\"bzz-raw://79dc7d2b30576d2349b99267642ac8d5fb7939c920b8d8045379d3614238bdc3\",\"dweb:/ipfs/QmaQJYg1nirHoWSC6G38Cjsk9pZBzEaNrGXKqTsvAzbyES\"]},\"@openzeppelin/contracts/GSN/Context.sol\":{\"keccak256\":\"0x90a3995645af7562d84b9d69363ffa5ae7217714ab61e951bf7bc450f40e4061\",\"urls\":[\"bzz-raw://216ef9d6b614db4eb46970b4e84903f2534a45572dd30a79f0041f1a5830f436\",\"dweb:/ipfs/QmNPrJ4MWKUAWzKXpUqeyKRUfosaoANZAqXgvepdrCwZAG\"]},\"@openzeppelin/contracts/math/SafeMath.sol\":{\"keccak256\":\"0x640b6dee7a4b830bdfd52b5031a07fc2b12209f5b2e29e5d364a7d37f69d8076\",\"urls\":[\"bzz-raw://31113152e1ddb78fe7a4197f247591ca894e93f916867beb708d8e747b6cc74f\",\"dweb:/ipfs/QmbZaJyXdpsYGykVhHH9qpVGQg9DGCxE2QufbCUy3daTgq\"]},\"@openzeppelin/contracts/ownership/Ownable.sol\":{\"keccak256\":\"0x6fb9d7889769d7cc161225f9ef7a90e468ba9788b253816f8d8b6894d3472c24\",\"urls\":[\"bzz-raw://cf4c00fc3c37cc5acf0c82ec6fd97bab67d72c2567fdc0ebf023d9c09b30a08e\",\"dweb:/ipfs/Qmb7TChG6DsEDX7LooJ4vmxot19f7VXX8S1zUGPeJTWbwZ\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0xe5bb0f57cff3e299f360052ba50f1ea0fff046df2be070b6943e0e3c3fdad8a9\",\"urls\":[\"bzz-raw://59fd025151435da35faa8093a5c7a17de02de9d08ad27275c5cdf05050820d91\",\"dweb:/ipfs/QmQMvwEcPhoRXzbXyrdoeRtvLoifUW9Qh7Luho7bmUPRkc\"]},\"@openzeppelin/contracts/token/ERC20/SafeERC20.sol\":{\"keccak256\":\"0x6f2c9955d65c522b80f4b8792f076512d2df947d2112cbc4d98a4781ed42ede2\",\"urls\":[\"bzz-raw://7d8ec81683520c06baeef3f7e06cd82bd6fd5fa611f26857f475f6c829540aff\",\"dweb:/ipfs/QmTDkFzKnrpiV1UKnSoiZAHPuguWzokrr4pFbSPvyaSo56\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x1a8e5072509c5ea7365eb1d48030b9be865140c8fb779968da0a459a0e174a11\",\"urls\":[\"bzz-raw://03335b7b07c7c8c8d613cfdd8ec39a0b5ec133ee510bf2fe6cc5a496767bef4b\",\"dweb:/ipfs/Qmebp4nzPja645c9yXSdJkGq96oU3am3LUnG2K3R7XxyKf\"]},\"@openzeppelin/contracts/utils/ReentrancyGuard.sol\":{\"keccak256\":\"0xb63221b23818d622bfd83d18e0968307e4fcb7a35536bdceded76e1cf8349acd\",\"urls\":[\"bzz-raw://44e1e8c22362c4708a8c3362735f1465f5b05e2f7315e16c7010d694ce019d73\",\"dweb:/ipfs/QmWj9g8X1hxkXRre2kwkEjLBetjuzmSbWHD81bsSojnBkS\"]},\"@uniswap/lib/contracts/libraries/Babylonian.sol\":{\"keccak256\":\"0xeb1c2a281a00f4660775f75ccfa1e51fbe1d75f86aeb9d0d297151ecdb900177\",\"urls\":[\"bzz-raw://68515f0265381bddfb1d1356ea10ce4e5784276fc09f197fcdcedfa5c75cc069\",\"dweb:/ipfs/QmXWVVPnuJwRUAu3Qpu1s7Fyc5WPQxmZPczVEe5cJ5wVHZ\"]}},\"version\":1}",
|
|
335
|
+
"bytecode": "0x60806040523480156200001157600080fd5b5060405162003dc838038062003dc8833981016040819052620000349162000438565b600080546001600160a01b0319166001600160a01b03861617815562000059620001f3565b600180546001600160a01b0319166001600160a01b038316908117909155604051919250906000907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a350600280546001600160a01b0319166001600160a01b0385161790558051825162000115911471416d6d526562616c616e63657250726f787960701b7f726f75746572732f696e6974436f64657320696e76616c6964206c656e677468620001f7602090811b62000f7f17901c565b60005b8251811015620001e8578181815181106200012f57fe5b6020026020010151600360008584815181106200014857fe5b60200260200101516001600160a01b03166001600160a01b03168152602001908152602001600020819055508281815181106200018157fe5b60200260200101516001600160a01b03167f8439af8069aecb3b77f115322be8bf93e7756c934ab30ea4fd1b59ea4227484a838381518110620001c057fe5b6020026020010151604051620001d79190620005ca565b60405180910390a260010162000118565b5050505050620006d4565b3390565b82620002705762000211826001600160e01b036200027516565b6101d160f51b6200022b836001600160e01b036200027516565b6040516020016200023f9392919062000593565b60408051601f198184030181529082905262461bcd60e51b82526200026791600401620005da565b60405180910390fd5b505050565b606080826040516020016200028b91906200057c565b60408051601f19818403018152919052905060205b8015620002fd57815160001990910190829082908110620002bd57fe5b01602001517fff000000000000000000000000000000000000000000000000000000000000001615620002f7576001018152905062000311565b620002a0565b505060408051600081526020810190915290505b919050565b80516200032381620006af565b92915050565b600082601f8301126200033b57600080fd5b8151620003526200034c826200061b565b620005f4565b915081818352602084019350602081019050838560208402820111156200037857600080fd5b60005b83811015620003a8578162000391888262000316565b84525060209283019291909101906001016200037b565b5050505092915050565b600082601f830112620003c457600080fd5b8151620003d56200034c826200061b565b91508181835260208401935060208101905083856020840282011115620003fb57600080fd5b60005b83811015620003a857816200041488826200042b565b8452506020928301929190910190600101620003fe565b80516200032381620006c9565b600080600080608085870312156200044f57600080fd5b60006200045d878762000316565b9450506020620004708782880162000316565b93505060408501516001600160401b038111156200048d57600080fd5b6200049b8782880162000329565b92505060608501516001600160401b03811115620004b857600080fd5b620004c687828801620003b2565b91505092959194509250565b620004e7620004e18262000656565b62000663565b82525050565b620004e78162000663565b620004e7620004e18262000663565b600062000514826200063c565b62000520818562000311565b93506200053281856020860162000672565b9290920192915050565b600062000549826200063c565b62000555818562000640565b93506200056781856020860162000672565b6200057281620006a5565b9093019392505050565b60006200058a8284620004f8565b50602001919050565b6000620005a1828662000507565b9150620005af8285620004d2565b600282019150620005c1828462000507565b95945050505050565b60208101620003238284620004ed565b60208082528101620005ed81846200053c565b9392505050565b6040518181016001600160401b03811182821017156200061357600080fd5b604052919050565b60006001600160401b038211156200063257600080fd5b5060209081020190565b5190565b90815260200190565b6000620003238262000666565b6001600160f01b03191690565b90565b6001600160a01b031690565b60005b838110156200068f57818101518382015260200162000675565b838111156200069f576000848401525b50505050565b601f01601f191690565b620006ba8162000649565b8114620006c657600080fd5b50565b620006ba8162000663565b6136e480620006e46000396000f3fe608060405234801561001057600080fd5b50600436106100d45760003560e01c80638d5c659e11610081578063c275f5dd1161005b578063c275f5dd1461018c578063d5dbd5151461019f578063f2fde38b146101a7576100d4565b80638d5c659e1461015c5780638da5cb5b1461016f5780638f32d59b14610177576100d4565b806366d555a9116100b257806366d555a91461012c578063715018a6146101415780637d98ebac14610149576100d4565b806315c14a4a146100d957806317859b4c146100f75780633a8fdd7d1461010c575b600080fd5b6100e16101ba565b6040516100ee91906133b7565b60405180910390f35b61010a610105366004612b91565b6101c9565b005b61011f61011a366004612a50565b610972565b6040516100ee91906133a9565b610134610b3b565b6040516100ee9190613305565b61010a610b4a565b61011f6101573660046129ab565b610bd9565b61011f61016a36600461290a565b610d94565b610134610da6565b61017f610db5565b6040516100ee919061339b565b61010a61019a366004612ace565b610ddb565b61011f610f2b565b61010a6101b536600461290a565b610f4f565b6000546001600160a01b031681565b8051516102459060281480156101e55750602882608001515110155b80156101fe57506014826080015151816101fb57fe5b06155b7f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c69642070617468206c656e67746873000000000000000000000000610f7f565b60606102548260000151610ff4565b905060606102658360800151610ff4565b90506103398160018351038151811061027a57fe5b60200260200101516001600160a01b03168360008151811061029857fe5b60200260200101516001600160a01b03161480156102f25750816000815181106102be57fe5b60200260200101516001600160a01b0316836001855103815181106102df57fe5b60200260200101516001600160a01b0316145b7f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c6964207061746820616c69676e6d656e7400000000000000000000610f7f565b61034161260f565b600254604080518082019091526001600160a01b03909116808252906020810161036b83876110eb565b81525091505060008060006103ad84600001518760008151811061038b57fe5b6020026020010151886001815181106103a057fe5b6020026020010151611121565b915091506000806103c889602001518a60400151868661115c565b91509150610417827f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c69642061546f420000000000000000000000000000000000000000610f7f565b80945050505050606082602001515160020160405190808252806020026020018201604052801561046257816020015b61044f612627565b8152602001906001900390816104475790505b5090506040518060400160405280336001600160a01b0316815260200160008152508160008151811061049157fe5b60200260200101819052506040518060400160405280336001600160a01b031681526020016001815250816001815181106104c857fe5b602090810291909101015260005b83602001515181101561053b576040518060400160405280856020015183815181106104fe57fe5b60200260200101516001600160a01b03168152602001600081525082826002018151811061052857fe5b60209081029190910101526001016104d6565b50606061054786611248565b60608801516001600160a01b0316600090815260036020526040812054919250906105b58115157f416d6d526562616c616e63657250726f787900000000000000000000000000007f726f75746572206e6f74207265636f676e697a65640000000000000000000000610f7f565b61063589606001516001600160a01b031663c45a01556040518163ffffffff1660e01b815260040160206040518083038186803b1580156105f557600080fd5b505afa158015610609573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061062d9190810190612928565b82878a61134a565b60008151811061064157fe5b60200260200101519150506060600188516002010360405190808252806020026020018201604052801561068f57816020015b61067c61263e565b8152602001906001900390816106745790505b50905060008590506106da6001856001875103815181106106ac57fe5b6020026020010151866000815181106106c157fe5b6020026020010151868e606001518f608001518761147b565b826000815181106106e757fe5b60200260200101819052505060606107048760000151878b61151c565b905061076b8160018351038151811061071957fe5b60200260200101518411157f416d6d526562616c616e63657250726f787900000000000000000000000000007f61726220636c6f73656400000000000000000000000000000000000000000000610f7f565b60005b8760200151518110156108a95761080b8860200151828151811061078e57fe5b60200260200101516001600160a01b03168783600201815181106107ae57fe5b6020026020010151600001516001600160a01b0316147f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c696420706f6f6c206f776e65722061646472657373000000000000610f7f565b61088760018260020187848151811061082057fe5b602002602001015188856001018151811061083757fe5b60200260200101518c60200151868151811061084f57fe5b602002602001015187878151811061086357fe5b602002602001015188886001018151811061087a57fe5b6020026020010151611635565b83826001018151811061089657fe5b602090810291909101015260010161076e565b506108ce60016000866001885103815181106108c157fe5b60200260200101516116b3565b826001845103815181106108de57fe5b60209081029190910101526000546040517fa67a6a450000000000000000000000000000000000000000000000000000000081526001600160a01b039091169063a67a6a45906109349088908690600401613376565b600060405180830381600087803b15801561094e57600080fd5b505af1158015610962573d6000803e3d6000fd5b5050505050505050505050505050565b600080606061098384860186612946565b9250509150606061099382610ff4565b9050610a08886001600160a01b0316826000815181106109af57fe5b60200260200101516001600160a01b0316147f416d6d526562616c616e63657250726f787900000000000000000000000000007f706174685b305d206e6f742074616b6572546f6b656e00000000000000000000610f7f565b610a7e896001600160a01b031682600184510381518110610a2557fe5b60200260200101516001600160a01b0316147f416d6d526562616c616e63657250726f787900000000000000000000000000007f706174685b6c6173745d206e6f74206d616b6572546f6b656e00000000000000610f7f565b6040517f1f00ca740000000000000000000000000000000000000000000000000000000081526001600160a01b03841690631f00ca7490610ac5908a908590600401613456565b60006040518083038186803b158015610add57600080fd5b505afa158015610af1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610b199190810190612b3e565b600081518110610b2557fe5b6020026020010151935050505095945050505050565b6002546001600160a01b031681565b610b52610db5565b610b775760405162461bcd60e51b8152600401610b6e90613416565b60405180910390fd5b6001546040516000916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055565b600080543390610c36906001600160a01b031682147f4f6e6c79446f6c6f6d6974654d617267696e00000000000000000000000000007f4f6e6c7920446f6c6f6d6974652063616e2063616c6c2066756e6374696f6e0084611741565b6000806060610c4786880188612946565b9250925092506060610c5882610ff4565b9050610c748a6001600160a01b0316826000815181106109af57fe5b610c918b6001600160a01b031682600184510381518110610a2557fe5b610c9c8a858b6117df565b6040517f38ed17390000000000000000000000000000000000000000000000000000000081526060906001600160a01b038616906338ed173990610cef908d908890879030906001420190600401613476565b600060405180830381600087803b158015610d0957600080fd5b505af1158015610d1d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610d459190810190612b3e565b9050610d698c8e83600185510381518110610d5c57fe5b60200260200101516117df565b80600182510381518110610d7957fe5b60200260200101519650505050505050979650505050505050565b60036020526000908152604090205481565b6001546001600160a01b031690565b6001546000906001600160a01b0316610dcc61189a565b6001600160a01b031614905090565b610de3610db5565b610dff5760405162461bcd60e51b8152600401610b6e90613416565b610e4c8382147f416d6d526562616c616e63657250726f787900000000000000000000000000007f726f75746572732f696e6974436f64657320696e76616c6964206c656e677468610f7f565b60005b83811015610f2457828282818110610e6357fe5b9050602002013560036000878785818110610e7a57fe5b9050602002016020610e8f919081019061290a565b6001600160a01b03168152602081019190915260400160002055848482818110610eb557fe5b9050602002016020610eca919081019061290a565b6001600160a01b03167f8439af8069aecb3b77f115322be8bf93e7756c934ab30ea4fd1b59ea4227484a848484818110610f0057fe5b90506020020135604051610f1491906133a9565b60405180910390a2600101610e4f565b5050505050565b7f416d6d526562616c616e63657250726f7879000000000000000000000000000081565b610f57610db5565b610f735760405162461bcd60e51b8152600401610b6e90613416565b610f7c8161189e565b50565b82610fef57610f8d82611938565b7f3a20000000000000000000000000000000000000000000000000000000000000610fb783611938565b604051602001610fc99392919061323d565b60408051601f198184030181529082905262461bcd60e51b8252610b6e916004016133c5565b505050565b606061105b601483518161100457fe5b0615801561101457506028835110155b7f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c69642070617468206c656e67746800000000000000000000000000610f7f565b6060601483518161106857fe5b04604051908082528060200260200182016040528015611092578160200160208202803883390190505b50905060005b81518110156110e25760148102848101602001518351606082901c908590859081106110c057fe5b6001600160a01b03909216602092830291909101909101525050600101611098565b5090505b919050565b6060611118837f99e5d981ca94e9c872879e524a49120e24cbcf49f184de7f4f78583a822580a7846119d0565b90505b92915050565b600080611150857f99e5d981ca94e9c872879e524a49120e24cbcf49f184de7f4f78583a822580a78686611ac5565b91509150935093915050565b6000808561118084611174878963ffffffff611bae16565b9063ffffffff611be816565b1091506000611195858563ffffffff611bae16565b905060006111eb6111bb6103e5866111ad578a6111af565b895b9063ffffffff611bae16565b6111de6103e86111af886111cf578b6111d1565b8c5b879063ffffffff611bae16565b816111e557fe5b04611c2a565b905060006103e58561120e57611209876103e863ffffffff611bae16565b611220565b611220886103e863ffffffff611bae16565b8161122757fe5b04905061123a828263ffffffff611d7d16565b935050505094509492505050565b60005481516040805182815260208084028201019091526060926001600160a01b0316918391908015611285578160200160208202803883390190505b50905060005b845181101561134257826001600160a01b0316638fae3be18683815181106112af57fe5b60200260200101516040518263ffffffff1660e01b81526004016112d39190613305565b60206040518083038186803b1580156112eb57600080fd5b505afa1580156112ff573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506113239190810190612c09565b82828151811061132f57fe5b602090810291909101015260010161128b565b509392505050565b606061139c6002835110157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e76616c696420706174680000000000000000000000000000000000000000610f7f565b81516040519080825280602002602001820160405280156113c7578160200160208202803883390190505b50905082816001835103815181106113db57fe5b60209081029190910101528151600019015b80156114725760008061142b888887600187038151811061140a57fe5b602002602001015188878151811061141e57fe5b6020026020010151611dbf565b9150915061144d84848151811061143e57fe5b60200260200101518383611e18565b84600185038151811061145c57fe5b60209081029190910101525050600019016113ed565b50949350505050565b61148361263e565b60408051610100810182526004815260208082018b90528251608081018452600080825292938401929091820190815260200160008152602001888152508152602001888152602001878152602001306001600160a01b0316815260200160001981526020018584866040516020016114fe93929190613349565b60408051601f19818403018152919052905298975050505050505050565b606061156e6002835110157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e76616c696420706174680000000000000000000000000000000000000000610f7f565b8151604051908082528060200260200182016040528015611599578160200160208202803883390190505b50905082816000815181106115aa57fe5b60200260200101818152505060005b6001835103811015611342576000806115ef878685815181106115d857fe5b60200260200101518786600101815181106103a057fe5b9150915061161184848151811061160257fe5b60200260200101518383611f21565b84846001018151811061162057fe5b602090810291909101015250506001016115b9565b61163d61263e565b604080516101008101909152806005815260208082018b905260408051608081018252600181529201919081016000815260200160008152602001868152508152602001878152602001868152602001856001600160a01b03168152602001888152602001836040516020016114fe91906133a9565b6116bb61263e565b604080516101008101909152806002815260208082018790526040805160808101825260018152920191908101600081526020016001815260200160008152508152602001838152602001600019815260200160006001600160a01b031681526020018481526020016040518060200160405280600081525081525090505b9392505050565b836117d95761174f83611938565b7f3a2000000000000000000000000000000000000000000000000000000000000061177984611938565b7f203c0000000000000000000000000000000000000000000000000000000000006117a385612023565b604051610fc99594939291907f3e0000000000000000000000000000000000000000000000000000000000000090602001613265565b50505050565b6040517fdd62ed3e00000000000000000000000000000000000000000000000000000000815281906001600160a01b0385169063dd62ed3e906118289030908790600401613313565b60206040518083038186803b15801561184057600080fd5b505afa158015611854573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506118789190810190612c09565b1015610fef57610fef6001600160a01b0384168360001963ffffffff61218d16565b3390565b6001600160a01b0381166118c45760405162461bcd60e51b8152600401610b6e906133d6565b6001546040516001600160a01b038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b6060808260405160200161194c919061321c565b60408051601f19818403018152919052905060205b80156119b95781516000199091019082908290811061197c57fe5b01602001517fff0000000000000000000000000000000000000000000000000000000000000016156119b457600101815290506110e6565b611961565b505060408051600081526020810190915292915050565b6060611a226002835110157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e76616c69642070617468206c656e67746800000000000000000000000000610f7f565b60606001835103604051908082528060200260200182016040528015611a52578160200160208202803883390190505b50905060005b600184510381101561147257611a9986858381518110611a7457fe5b6020026020010151868460010181518110611a8b57fe5b6020026020010151886122e9565b828281518110611aa557fe5b6001600160a01b0390921660209283029190910190910152600101611a58565b6000806000611ad4858561235c565b509050600080611ae68988888b6122e9565b6001600160a01b031663b432a82c6040518163ffffffff1660e01b815260040160606040518083038186803b158015611b1e57600080fd5b505afa158015611b32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250611b569190810190612bc6565b506dffffffffffffffffffffffffffff1691506dffffffffffffffffffffffffffff169150826001600160a01b0316876001600160a01b031614611b9b578082611b9e565b81815b909a909950975050505050505050565b600082611bbd5750600061111b565b82820282848281611bca57fe5b04146111185760405162461bcd60e51b8152600401610b6e90613406565b600061111883836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250612444565b600081611c39575060006110e6565b8160017001000000000000000000000000000000008210611c5f5760809190911c9060401b5b680100000000000000008210611c7a5760409190911c9060201b5b6401000000008210611c915760209190911c9060101b5b620100008210611ca65760109190911c9060081b5b6101008210611cba5760089190911c9060041b5b60108210611ccd5760049190911c9060021b5b60088210611cd95760011b5b6001818581611ce457fe5b048201901c90506001818581611cf657fe5b048201901c90506001818581611d0857fe5b048201901c90506001818581611d1a57fe5b048201901c90506001818581611d2c57fe5b048201901c90506001818581611d3e57fe5b048201901c90506001818581611d5057fe5b048201901c90506000818581611d6257fe5b049050808210611d725780611d74565b815b95945050505050565b600061111883836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525061247b565b6000806000611dce858561235c565b509050600080611de08988888b6122e9565b6001600160a01b0316630902f1ac6040518163ffffffff1660e01b815260040160606040518083038186803b158015611b1e57600080fd5b6000611e68600085117f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e74206f757470757420616d6f756e74000000000000610f7f565b611ec2600084118015611e7b5750600083115b7f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e74206c697175696469747900000000000000000000610f7f565b6000611eda6103e86111af868863ffffffff611bae16565b90506000611ef46103e56111af868963ffffffff611d7d16565b9050611f176001611f0b848463ffffffff611be816565b9063ffffffff6124a716565b9695505050505050565b6000611f71600085117f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e7420696e70757420616d6f756e7400000000000000610f7f565b611fca600084118015611e7b5750600083117f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e74206c697175696469747900000000000000000000610f7f565b6000611fde856103e563ffffffff611bae16565b90506000611ff2828563ffffffff611bae16565b9050600061200c83611f0b886103e863ffffffff611bae16565b905080828161201757fe5b04979650505050505050565b60408051602a80825260608281019093526001600160a01b038416918391602082018180388339019050509050603060f81b8160008151811061206257fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350607860f81b816001815181106120a357fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a90535060005b601481101561134257600281026120ee600f85166124cc565b8382602903815181106120fd57fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600484901c935061213f600f85166124cc565b83826028038151811061214e57fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053505060049290921c916001016120d5565b80158061222e57506040517fdd62ed3e0000000000000000000000000000000000000000000000000000000081526001600160a01b0384169063dd62ed3e906121dc9030908690600401613313565b60206040518083038186803b1580156121f457600080fd5b505afa158015612208573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061222c9190810190612c09565b155b61224a5760405162461bcd60e51b8152600401610b6e90613436565b604051610fef9084907f095ea7b30000000000000000000000000000000000000000000000000000000090612285908690869060240161332e565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909316929092179091526124ee565b60008060006122f8868661235c565b915091508682826040516020016123109291906131f6565b6040516020818303038152906040528051906020012085604051602001612339939291906132c3565b60408051601f198184030181529190528051602090910120979650505050505050565b6000806123bf836001600160a01b0316856001600160a01b031614157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f6964656e746963616c2061646472657373657300000000000000000000000000610f7f565b826001600160a01b0316846001600160a01b0316106123df5782846123e2565b83835b909250905061243d6001600160a01b03831615157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f7a65726f20616464726573730000000000000000000000000000000000000000610f7f565b9250929050565b600081836124655760405162461bcd60e51b8152600401610b6e91906133c5565b50600083858161247157fe5b0495945050505050565b6000818484111561249f5760405162461bcd60e51b8152600401610b6e91906133c5565b505050900390565b6000828201838110156111185760405162461bcd60e51b8152600401610b6e906133e6565b6000600a8210156124e457506030810160f81b6110e6565b5060570160f81b90565b612500826001600160a01b03166125d3565b61251c5760405162461bcd60e51b8152600401610b6e90613446565b60006060836001600160a01b0316836040516125389190613231565b6000604051808303816000865af19150503d8060008114612575576040519150601f19603f3d011682016040523d82523d6000602084013e61257a565b606091505b50915091508161259c5760405162461bcd60e51b8152600401610b6e906133f6565b8051156117d957808060200190516125b79190810190612b73565b6117d95760405162461bcd60e51b8152600401610b6e90613426565b6000813f7fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47081811480159061260757508115155b949350505050565b60408051808201909152600081526060602082015290565b604080518082019091526000808252602082015290565b60408051610100810182526000808252602082015290810161265e612690565b8152602001600081526020016000815260200160006001600160a01b0316815260200160008152602001606081525090565b604080516080810190915260008082526020820190815260200160008152602001600081525090565b803561111b81613669565b805161111b81613669565b60008083601f8401126126e157600080fd5b50813567ffffffffffffffff8111156126f957600080fd5b60208301915083602082028301111561243d57600080fd5b600082601f83011261272257600080fd5b8151612735612730826134e6565b6134bf565b9150818183526020840193506020810190508385602084028201111561275a57600080fd5b60005b83811015612786578161277088826128f4565b845250602092830192919091019060010161275d565b5050505092915050565b805161111b8161367d565b60008083601f8401126127ad57600080fd5b50813567ffffffffffffffff8111156127c557600080fd5b60208301915083600182028301111561243d57600080fd5b600082601f8301126127ee57600080fd5b81356127fc61273082613507565b9150808252602083016020830185838301111561281857600080fd5b6128238382846135fc565b50505092915050565b600060a0828403121561283e57600080fd5b61284860a06134bf565b9050813567ffffffffffffffff81111561286157600080fd5b61286d848285016127dd565b825250602061287e848483016128e9565b6020830152506040612892848285016128e9565b60408301525060606128a6848285016126b9565b606083015250608082013567ffffffffffffffff8111156128c657600080fd5b6128d2848285016127dd565b60808301525092915050565b805161111b81613686565b803561111b8161368f565b805161111b8161368f565b805161111b81613698565b60006020828403121561291c57600080fd5b600061260784846126b9565b60006020828403121561293a57600080fd5b600061260784846126c4565b60008060006060848603121561295b57600080fd5b600061296786866126b9565b9350506020612978868287016128e9565b925050604084013567ffffffffffffffff81111561299557600080fd5b6129a1868287016127dd565b9150509250925092565b600080600080600080600060c0888a0312156129c657600080fd5b60006129d28a8a6126b9565b97505060206129e38a828b016126b9565b96505060406129f48a828b016126b9565b9550506060612a058a828b016126b9565b9450506080612a168a828b016128e9565b93505060a088013567ffffffffffffffff811115612a3357600080fd5b612a3f8a828b0161279b565b925092505092959891949750929550565b600080600080600060808688031215612a6857600080fd5b6000612a7488886126b9565b9550506020612a85888289016126b9565b9450506040612a96888289016128e9565b935050606086013567ffffffffffffffff811115612ab357600080fd5b612abf8882890161279b565b92509250509295509295909350565b60008060008060408587031215612ae457600080fd5b843567ffffffffffffffff811115612afb57600080fd5b612b07878288016126cf565b9450945050602085013567ffffffffffffffff811115612b2657600080fd5b612b32878288016126cf565b95989497509550505050565b600060208284031215612b5057600080fd5b815167ffffffffffffffff811115612b6757600080fd5b61260784828501612711565b600060208284031215612b8557600080fd5b60006126078484612790565b600060208284031215612ba357600080fd5b813567ffffffffffffffff811115612bba57600080fd5b6126078482850161282c565b600080600060608486031215612bdb57600080fd5b6000612be786866128de565b9350506020612bf8868287016128de565b92505060406129a1868287016128ff565b600060208284031215612c1b57600080fd5b600061260784846128f4565b6000612c338383612c5b565b505060200190565b600061111883836130e6565b6000612c5383836131d2565b505060400190565b612c6481613542565b82525050565b612c64612c7682613542565b613634565b6000612c8682613535565b612c908185613539565b9350612c9b8361352f565b8060005b83811015612cc9578151612cb38882612c27565b9750612cbe8361352f565b925050600101612c9f565b509495945050505050565b6000612cdf82613535565b612ce98185613539565b935083602082028501612cfb8561352f565b8060005b85811015612d355784840389528151612d188582612c3b565b9450612d238361352f565b60209a909a0199925050600101612cff565b5091979650505050505050565b6000612d4d82613535565b612d578185613539565b9350612d628361352f565b8060005b83811015612cc9578151612d7a8882612c47565b9750612d858361352f565b925050600101612d66565b612c648161354d565b612c64612da582613552565b61359c565b612c64612da582613577565b612c648161359c565b612c64612da58261359c565b6000612dd682613535565b612de08185613539565b9350612df0818560208601613608565b612df981613645565b9093019392505050565b6000612e0e82613535565b612e1881856110e6565b9350612e28818560208601613608565b9290920192915050565b612c64816135db565b612c64816135e6565b612c64816135f1565b6000612e5a602683613539565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206181527f6464726573730000000000000000000000000000000000000000000000000000602082015260400192915050565b6000612eb9601b83613539565b7f536166654d6174683a206164646974696f6e206f766572666c6f770000000000815260200192915050565b6000612ef2602083613539565b7f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815260200192915050565b6000612f2b6001836110e6565b7fff00000000000000000000000000000000000000000000000000000000000000815260010192915050565b6000612f64602183613539565b7f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f81527f7700000000000000000000000000000000000000000000000000000000000000602082015260400192915050565b6000612fc3602083613539565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572815260200192915050565b6000612ffc602a83613539565b7f5361666545524332303a204552433230206f7065726174696f6e20646964206e81527f6f74207375636365656400000000000000000000000000000000000000000000602082015260400192915050565b600061305b603683613539565b7f5361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f81527f20746f206e6f6e2d7a65726f20616c6c6f77616e636500000000000000000000602082015260400192915050565b60006130ba601f83613539565b7f5361666545524332303a2063616c6c20746f206e6f6e2d636f6e747261637400815260200192915050565b80516000906101608401906130fb8582612e3b565b50602083015161310e6020860182612db6565b5060408301516131216040860182613188565b50606083015161313460c0860182612db6565b50608083015161314760e0860182612db6565b5060a083015161315b610100860182612c5b565b5060c083015161316f610120860182612db6565b5060e0830151848203610140860152611d748282612dcb565b805160808301906131998482612d90565b5060208201516131ac6020850182612e44565b5060408201516131bf6040850182612e44565b5060608201516117d96060850182612db6565b805160408301906131e38482612c5b565b5060208201516117d96020850182612db6565b60006132028285612c6a565b6014820191506132128284612c6a565b5060140192915050565b60006132288284612dbf565b50602001919050565b600061173a8284612e03565b60006132498286612e03565b91506132558285612daa565b600282019150611d748284612e03565b60006132718289612e03565b915061327d8288612daa565b60028201915061328d8287612e03565b91506132998286612daa565b6002820191506132a98285612e03565b91506132b58284612d99565b506001019695505050505050565b60006132ce82612f1e565b91506132da8286612c6a565b6014820191506132ea8285612dbf565b6020820191506132fa8284612dbf565b506020019392505050565b6020810161111b8284612c5b565b604081016133218285612c5b565b61173a6020830184612c5b565b6040810161333c8285612c5b565b61173a6020830184612db6565b606081016133578286612c5b565b6133646020830185612db6565b8181036040830152611d748184612dcb565b604080825281016133878185612d42565b905081810360208301526126078184612cd4565b6020810161111b8284612d90565b6020810161111b8284612db6565b6020810161111b8284612e32565b602080825281016111188184612dcb565b6020808252810161111b81612e4d565b6020808252810161111b81612eac565b6020808252810161111b81612ee5565b6020808252810161111b81612f57565b6020808252810161111b81612fb6565b6020808252810161111b81612fef565b6020808252810161111b8161304e565b6020808252810161111b816130ad565b604081016134648285612db6565b81810360208301526126078184612c7b565b60a081016134848288612db6565b6134916020830187612db6565b81810360408301526134a38186612c7b565b90506134b26060830185612c5b565b611f176080830184612db6565b60405181810167ffffffffffffffff811182821017156134de57600080fd5b604052919050565b600067ffffffffffffffff8211156134fd57600080fd5b5060209081020190565b600067ffffffffffffffff82111561351e57600080fd5b506020601f91909101601f19160190565b60200190565b5190565b90815260200190565b600061111b826135c6565b151590565b7fff000000000000000000000000000000000000000000000000000000000000001690565b7fffff0000000000000000000000000000000000000000000000000000000000001690565b90565b806110e681613655565b806110e68161365f565b6dffffffffffffffffffffffffffff1690565b6001600160a01b031690565b63ffffffff1690565b600061111b82613542565b600061111b8261359f565b600061111b826135a9565b82818337506000910152565b60005b8381101561362357818101518382015260200161360b565b838111156117d95750506000910152565b600061111b82600061111b8261364f565b601f01601f191690565b60601b90565b60098110610f7c57fe5b60028110610f7c57fe5b61367281613542565b8114610f7c57600080fd5b6136728161354d565b613672816135b3565b6136728161359c565b613672816135d256fea365627a7a7231582030f59ba77805180074d00492299167d40106078fdd3852adfede9f3ce0804b156c6578706572696d656e74616cf564736f6c63430005100040",
|
|
336
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100d45760003560e01c80638d5c659e11610081578063c275f5dd1161005b578063c275f5dd1461018c578063d5dbd5151461019f578063f2fde38b146101a7576100d4565b80638d5c659e1461015c5780638da5cb5b1461016f5780638f32d59b14610177576100d4565b806366d555a9116100b257806366d555a91461012c578063715018a6146101415780637d98ebac14610149576100d4565b806315c14a4a146100d957806317859b4c146100f75780633a8fdd7d1461010c575b600080fd5b6100e16101ba565b6040516100ee91906133b7565b60405180910390f35b61010a610105366004612b91565b6101c9565b005b61011f61011a366004612a50565b610972565b6040516100ee91906133a9565b610134610b3b565b6040516100ee9190613305565b61010a610b4a565b61011f6101573660046129ab565b610bd9565b61011f61016a36600461290a565b610d94565b610134610da6565b61017f610db5565b6040516100ee919061339b565b61010a61019a366004612ace565b610ddb565b61011f610f2b565b61010a6101b536600461290a565b610f4f565b6000546001600160a01b031681565b8051516102459060281480156101e55750602882608001515110155b80156101fe57506014826080015151816101fb57fe5b06155b7f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c69642070617468206c656e67746873000000000000000000000000610f7f565b60606102548260000151610ff4565b905060606102658360800151610ff4565b90506103398160018351038151811061027a57fe5b60200260200101516001600160a01b03168360008151811061029857fe5b60200260200101516001600160a01b03161480156102f25750816000815181106102be57fe5b60200260200101516001600160a01b0316836001855103815181106102df57fe5b60200260200101516001600160a01b0316145b7f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c6964207061746820616c69676e6d656e7400000000000000000000610f7f565b61034161260f565b600254604080518082019091526001600160a01b03909116808252906020810161036b83876110eb565b81525091505060008060006103ad84600001518760008151811061038b57fe5b6020026020010151886001815181106103a057fe5b6020026020010151611121565b915091506000806103c889602001518a60400151868661115c565b91509150610417827f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c69642061546f420000000000000000000000000000000000000000610f7f565b80945050505050606082602001515160020160405190808252806020026020018201604052801561046257816020015b61044f612627565b8152602001906001900390816104475790505b5090506040518060400160405280336001600160a01b0316815260200160008152508160008151811061049157fe5b60200260200101819052506040518060400160405280336001600160a01b031681526020016001815250816001815181106104c857fe5b602090810291909101015260005b83602001515181101561053b576040518060400160405280856020015183815181106104fe57fe5b60200260200101516001600160a01b03168152602001600081525082826002018151811061052857fe5b60209081029190910101526001016104d6565b50606061054786611248565b60608801516001600160a01b0316600090815260036020526040812054919250906105b58115157f416d6d526562616c616e63657250726f787900000000000000000000000000007f726f75746572206e6f74207265636f676e697a65640000000000000000000000610f7f565b61063589606001516001600160a01b031663c45a01556040518163ffffffff1660e01b815260040160206040518083038186803b1580156105f557600080fd5b505afa158015610609573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061062d9190810190612928565b82878a61134a565b60008151811061064157fe5b60200260200101519150506060600188516002010360405190808252806020026020018201604052801561068f57816020015b61067c61263e565b8152602001906001900390816106745790505b50905060008590506106da6001856001875103815181106106ac57fe5b6020026020010151866000815181106106c157fe5b6020026020010151868e606001518f608001518761147b565b826000815181106106e757fe5b60200260200101819052505060606107048760000151878b61151c565b905061076b8160018351038151811061071957fe5b60200260200101518411157f416d6d526562616c616e63657250726f787900000000000000000000000000007f61726220636c6f73656400000000000000000000000000000000000000000000610f7f565b60005b8760200151518110156108a95761080b8860200151828151811061078e57fe5b60200260200101516001600160a01b03168783600201815181106107ae57fe5b6020026020010151600001516001600160a01b0316147f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c696420706f6f6c206f776e65722061646472657373000000000000610f7f565b61088760018260020187848151811061082057fe5b602002602001015188856001018151811061083757fe5b60200260200101518c60200151868151811061084f57fe5b602002602001015187878151811061086357fe5b602002602001015188886001018151811061087a57fe5b6020026020010151611635565b83826001018151811061089657fe5b602090810291909101015260010161076e565b506108ce60016000866001885103815181106108c157fe5b60200260200101516116b3565b826001845103815181106108de57fe5b60209081029190910101526000546040517fa67a6a450000000000000000000000000000000000000000000000000000000081526001600160a01b039091169063a67a6a45906109349088908690600401613376565b600060405180830381600087803b15801561094e57600080fd5b505af1158015610962573d6000803e3d6000fd5b5050505050505050505050505050565b600080606061098384860186612946565b9250509150606061099382610ff4565b9050610a08886001600160a01b0316826000815181106109af57fe5b60200260200101516001600160a01b0316147f416d6d526562616c616e63657250726f787900000000000000000000000000007f706174685b305d206e6f742074616b6572546f6b656e00000000000000000000610f7f565b610a7e896001600160a01b031682600184510381518110610a2557fe5b60200260200101516001600160a01b0316147f416d6d526562616c616e63657250726f787900000000000000000000000000007f706174685b6c6173745d206e6f74206d616b6572546f6b656e00000000000000610f7f565b6040517f1f00ca740000000000000000000000000000000000000000000000000000000081526001600160a01b03841690631f00ca7490610ac5908a908590600401613456565b60006040518083038186803b158015610add57600080fd5b505afa158015610af1573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610b199190810190612b3e565b600081518110610b2557fe5b6020026020010151935050505095945050505050565b6002546001600160a01b031681565b610b52610db5565b610b775760405162461bcd60e51b8152600401610b6e90613416565b60405180910390fd5b6001546040516000916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055565b600080543390610c36906001600160a01b031682147f4f6e6c79446f6c6f6d6974654d617267696e00000000000000000000000000007f4f6e6c7920446f6c6f6d6974652063616e2063616c6c2066756e6374696f6e0084611741565b6000806060610c4786880188612946565b9250925092506060610c5882610ff4565b9050610c748a6001600160a01b0316826000815181106109af57fe5b610c918b6001600160a01b031682600184510381518110610a2557fe5b610c9c8a858b6117df565b6040517f38ed17390000000000000000000000000000000000000000000000000000000081526060906001600160a01b038616906338ed173990610cef908d908890879030906001420190600401613476565b600060405180830381600087803b158015610d0957600080fd5b505af1158015610d1d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610d459190810190612b3e565b9050610d698c8e83600185510381518110610d5c57fe5b60200260200101516117df565b80600182510381518110610d7957fe5b60200260200101519650505050505050979650505050505050565b60036020526000908152604090205481565b6001546001600160a01b031690565b6001546000906001600160a01b0316610dcc61189a565b6001600160a01b031614905090565b610de3610db5565b610dff5760405162461bcd60e51b8152600401610b6e90613416565b610e4c8382147f416d6d526562616c616e63657250726f787900000000000000000000000000007f726f75746572732f696e6974436f64657320696e76616c6964206c656e677468610f7f565b60005b83811015610f2457828282818110610e6357fe5b9050602002013560036000878785818110610e7a57fe5b9050602002016020610e8f919081019061290a565b6001600160a01b03168152602081019190915260400160002055848482818110610eb557fe5b9050602002016020610eca919081019061290a565b6001600160a01b03167f8439af8069aecb3b77f115322be8bf93e7756c934ab30ea4fd1b59ea4227484a848484818110610f0057fe5b90506020020135604051610f1491906133a9565b60405180910390a2600101610e4f565b5050505050565b7f416d6d526562616c616e63657250726f7879000000000000000000000000000081565b610f57610db5565b610f735760405162461bcd60e51b8152600401610b6e90613416565b610f7c8161189e565b50565b82610fef57610f8d82611938565b7f3a20000000000000000000000000000000000000000000000000000000000000610fb783611938565b604051602001610fc99392919061323d565b60408051601f198184030181529082905262461bcd60e51b8252610b6e916004016133c5565b505050565b606061105b601483518161100457fe5b0615801561101457506028835110155b7f416d6d526562616c616e63657250726f787900000000000000000000000000007f696e76616c69642070617468206c656e67746800000000000000000000000000610f7f565b6060601483518161106857fe5b04604051908082528060200260200182016040528015611092578160200160208202803883390190505b50905060005b81518110156110e25760148102848101602001518351606082901c908590859081106110c057fe5b6001600160a01b03909216602092830291909101909101525050600101611098565b5090505b919050565b6060611118837f99e5d981ca94e9c872879e524a49120e24cbcf49f184de7f4f78583a822580a7846119d0565b90505b92915050565b600080611150857f99e5d981ca94e9c872879e524a49120e24cbcf49f184de7f4f78583a822580a78686611ac5565b91509150935093915050565b6000808561118084611174878963ffffffff611bae16565b9063ffffffff611be816565b1091506000611195858563ffffffff611bae16565b905060006111eb6111bb6103e5866111ad578a6111af565b895b9063ffffffff611bae16565b6111de6103e86111af886111cf578b6111d1565b8c5b879063ffffffff611bae16565b816111e557fe5b04611c2a565b905060006103e58561120e57611209876103e863ffffffff611bae16565b611220565b611220886103e863ffffffff611bae16565b8161122757fe5b04905061123a828263ffffffff611d7d16565b935050505094509492505050565b60005481516040805182815260208084028201019091526060926001600160a01b0316918391908015611285578160200160208202803883390190505b50905060005b845181101561134257826001600160a01b0316638fae3be18683815181106112af57fe5b60200260200101516040518263ffffffff1660e01b81526004016112d39190613305565b60206040518083038186803b1580156112eb57600080fd5b505afa1580156112ff573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506113239190810190612c09565b82828151811061132f57fe5b602090810291909101015260010161128b565b509392505050565b606061139c6002835110157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e76616c696420706174680000000000000000000000000000000000000000610f7f565b81516040519080825280602002602001820160405280156113c7578160200160208202803883390190505b50905082816001835103815181106113db57fe5b60209081029190910101528151600019015b80156114725760008061142b888887600187038151811061140a57fe5b602002602001015188878151811061141e57fe5b6020026020010151611dbf565b9150915061144d84848151811061143e57fe5b60200260200101518383611e18565b84600185038151811061145c57fe5b60209081029190910101525050600019016113ed565b50949350505050565b61148361263e565b60408051610100810182526004815260208082018b90528251608081018452600080825292938401929091820190815260200160008152602001888152508152602001888152602001878152602001306001600160a01b0316815260200160001981526020018584866040516020016114fe93929190613349565b60408051601f19818403018152919052905298975050505050505050565b606061156e6002835110157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e76616c696420706174680000000000000000000000000000000000000000610f7f565b8151604051908082528060200260200182016040528015611599578160200160208202803883390190505b50905082816000815181106115aa57fe5b60200260200101818152505060005b6001835103811015611342576000806115ef878685815181106115d857fe5b60200260200101518786600101815181106103a057fe5b9150915061161184848151811061160257fe5b60200260200101518383611f21565b84846001018151811061162057fe5b602090810291909101015250506001016115b9565b61163d61263e565b604080516101008101909152806005815260208082018b905260408051608081018252600181529201919081016000815260200160008152602001868152508152602001878152602001868152602001856001600160a01b03168152602001888152602001836040516020016114fe91906133a9565b6116bb61263e565b604080516101008101909152806002815260208082018790526040805160808101825260018152920191908101600081526020016001815260200160008152508152602001838152602001600019815260200160006001600160a01b031681526020018481526020016040518060200160405280600081525081525090505b9392505050565b836117d95761174f83611938565b7f3a2000000000000000000000000000000000000000000000000000000000000061177984611938565b7f203c0000000000000000000000000000000000000000000000000000000000006117a385612023565b604051610fc99594939291907f3e0000000000000000000000000000000000000000000000000000000000000090602001613265565b50505050565b6040517fdd62ed3e00000000000000000000000000000000000000000000000000000000815281906001600160a01b0385169063dd62ed3e906118289030908790600401613313565b60206040518083038186803b15801561184057600080fd5b505afa158015611854573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506118789190810190612c09565b1015610fef57610fef6001600160a01b0384168360001963ffffffff61218d16565b3390565b6001600160a01b0381166118c45760405162461bcd60e51b8152600401610b6e906133d6565b6001546040516001600160a01b038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b6060808260405160200161194c919061321c565b60408051601f19818403018152919052905060205b80156119b95781516000199091019082908290811061197c57fe5b01602001517fff0000000000000000000000000000000000000000000000000000000000000016156119b457600101815290506110e6565b611961565b505060408051600081526020810190915292915050565b6060611a226002835110157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e76616c69642070617468206c656e67746800000000000000000000000000610f7f565b60606001835103604051908082528060200260200182016040528015611a52578160200160208202803883390190505b50905060005b600184510381101561147257611a9986858381518110611a7457fe5b6020026020010151868460010181518110611a8b57fe5b6020026020010151886122e9565b828281518110611aa557fe5b6001600160a01b0390921660209283029190910190910152600101611a58565b6000806000611ad4858561235c565b509050600080611ae68988888b6122e9565b6001600160a01b031663b432a82c6040518163ffffffff1660e01b815260040160606040518083038186803b158015611b1e57600080fd5b505afa158015611b32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250611b569190810190612bc6565b506dffffffffffffffffffffffffffff1691506dffffffffffffffffffffffffffff169150826001600160a01b0316876001600160a01b031614611b9b578082611b9e565b81815b909a909950975050505050505050565b600082611bbd5750600061111b565b82820282848281611bca57fe5b04146111185760405162461bcd60e51b8152600401610b6e90613406565b600061111883836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250612444565b600081611c39575060006110e6565b8160017001000000000000000000000000000000008210611c5f5760809190911c9060401b5b680100000000000000008210611c7a5760409190911c9060201b5b6401000000008210611c915760209190911c9060101b5b620100008210611ca65760109190911c9060081b5b6101008210611cba5760089190911c9060041b5b60108210611ccd5760049190911c9060021b5b60088210611cd95760011b5b6001818581611ce457fe5b048201901c90506001818581611cf657fe5b048201901c90506001818581611d0857fe5b048201901c90506001818581611d1a57fe5b048201901c90506001818581611d2c57fe5b048201901c90506001818581611d3e57fe5b048201901c90506001818581611d5057fe5b048201901c90506000818581611d6257fe5b049050808210611d725780611d74565b815b95945050505050565b600061111883836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525061247b565b6000806000611dce858561235c565b509050600080611de08988888b6122e9565b6001600160a01b0316630902f1ac6040518163ffffffff1660e01b815260040160606040518083038186803b158015611b1e57600080fd5b6000611e68600085117f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e74206f757470757420616d6f756e74000000000000610f7f565b611ec2600084118015611e7b5750600083115b7f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e74206c697175696469747900000000000000000000610f7f565b6000611eda6103e86111af868863ffffffff611bae16565b90506000611ef46103e56111af868963ffffffff611d7d16565b9050611f176001611f0b848463ffffffff611be816565b9063ffffffff6124a716565b9695505050505050565b6000611f71600085117f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e7420696e70757420616d6f756e7400000000000000610f7f565b611fca600084118015611e7b5750600083117f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f696e73756666696369656e74206c697175696469747900000000000000000000610f7f565b6000611fde856103e563ffffffff611bae16565b90506000611ff2828563ffffffff611bae16565b9050600061200c83611f0b886103e863ffffffff611bae16565b905080828161201757fe5b04979650505050505050565b60408051602a80825260608281019093526001600160a01b038416918391602082018180388339019050509050603060f81b8160008151811061206257fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350607860f81b816001815181106120a357fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a90535060005b601481101561134257600281026120ee600f85166124cc565b8382602903815181106120fd57fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600484901c935061213f600f85166124cc565b83826028038151811061214e57fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053505060049290921c916001016120d5565b80158061222e57506040517fdd62ed3e0000000000000000000000000000000000000000000000000000000081526001600160a01b0384169063dd62ed3e906121dc9030908690600401613313565b60206040518083038186803b1580156121f457600080fd5b505afa158015612208573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061222c9190810190612c09565b155b61224a5760405162461bcd60e51b8152600401610b6e90613436565b604051610fef9084907f095ea7b30000000000000000000000000000000000000000000000000000000090612285908690869060240161332e565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909316929092179091526124ee565b60008060006122f8868661235c565b915091508682826040516020016123109291906131f6565b6040516020818303038152906040528051906020012085604051602001612339939291906132c3565b60408051601f198184030181529190528051602090910120979650505050505050565b6000806123bf836001600160a01b0316856001600160a01b031614157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f6964656e746963616c2061646472657373657300000000000000000000000000610f7f565b826001600160a01b0316846001600160a01b0316106123df5782846123e2565b83835b909250905061243d6001600160a01b03831615157f446f6c6f6d697465416d6d4c69627261727900000000000000000000000000007f7a65726f20616464726573730000000000000000000000000000000000000000610f7f565b9250929050565b600081836124655760405162461bcd60e51b8152600401610b6e91906133c5565b50600083858161247157fe5b0495945050505050565b6000818484111561249f5760405162461bcd60e51b8152600401610b6e91906133c5565b505050900390565b6000828201838110156111185760405162461bcd60e51b8152600401610b6e906133e6565b6000600a8210156124e457506030810160f81b6110e6565b5060570160f81b90565b612500826001600160a01b03166125d3565b61251c5760405162461bcd60e51b8152600401610b6e90613446565b60006060836001600160a01b0316836040516125389190613231565b6000604051808303816000865af19150503d8060008114612575576040519150601f19603f3d011682016040523d82523d6000602084013e61257a565b606091505b50915091508161259c5760405162461bcd60e51b8152600401610b6e906133f6565b8051156117d957808060200190516125b79190810190612b73565b6117d95760405162461bcd60e51b8152600401610b6e90613426565b6000813f7fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47081811480159061260757508115155b949350505050565b60408051808201909152600081526060602082015290565b604080518082019091526000808252602082015290565b60408051610100810182526000808252602082015290810161265e612690565b8152602001600081526020016000815260200160006001600160a01b0316815260200160008152602001606081525090565b604080516080810190915260008082526020820190815260200160008152602001600081525090565b803561111b81613669565b805161111b81613669565b60008083601f8401126126e157600080fd5b50813567ffffffffffffffff8111156126f957600080fd5b60208301915083602082028301111561243d57600080fd5b600082601f83011261272257600080fd5b8151612735612730826134e6565b6134bf565b9150818183526020840193506020810190508385602084028201111561275a57600080fd5b60005b83811015612786578161277088826128f4565b845250602092830192919091019060010161275d565b5050505092915050565b805161111b8161367d565b60008083601f8401126127ad57600080fd5b50813567ffffffffffffffff8111156127c557600080fd5b60208301915083600182028301111561243d57600080fd5b600082601f8301126127ee57600080fd5b81356127fc61273082613507565b9150808252602083016020830185838301111561281857600080fd5b6128238382846135fc565b50505092915050565b600060a0828403121561283e57600080fd5b61284860a06134bf565b9050813567ffffffffffffffff81111561286157600080fd5b61286d848285016127dd565b825250602061287e848483016128e9565b6020830152506040612892848285016128e9565b60408301525060606128a6848285016126b9565b606083015250608082013567ffffffffffffffff8111156128c657600080fd5b6128d2848285016127dd565b60808301525092915050565b805161111b81613686565b803561111b8161368f565b805161111b8161368f565b805161111b81613698565b60006020828403121561291c57600080fd5b600061260784846126b9565b60006020828403121561293a57600080fd5b600061260784846126c4565b60008060006060848603121561295b57600080fd5b600061296786866126b9565b9350506020612978868287016128e9565b925050604084013567ffffffffffffffff81111561299557600080fd5b6129a1868287016127dd565b9150509250925092565b600080600080600080600060c0888a0312156129c657600080fd5b60006129d28a8a6126b9565b97505060206129e38a828b016126b9565b96505060406129f48a828b016126b9565b9550506060612a058a828b016126b9565b9450506080612a168a828b016128e9565b93505060a088013567ffffffffffffffff811115612a3357600080fd5b612a3f8a828b0161279b565b925092505092959891949750929550565b600080600080600060808688031215612a6857600080fd5b6000612a7488886126b9565b9550506020612a85888289016126b9565b9450506040612a96888289016128e9565b935050606086013567ffffffffffffffff811115612ab357600080fd5b612abf8882890161279b565b92509250509295509295909350565b60008060008060408587031215612ae457600080fd5b843567ffffffffffffffff811115612afb57600080fd5b612b07878288016126cf565b9450945050602085013567ffffffffffffffff811115612b2657600080fd5b612b32878288016126cf565b95989497509550505050565b600060208284031215612b5057600080fd5b815167ffffffffffffffff811115612b6757600080fd5b61260784828501612711565b600060208284031215612b8557600080fd5b60006126078484612790565b600060208284031215612ba357600080fd5b813567ffffffffffffffff811115612bba57600080fd5b6126078482850161282c565b600080600060608486031215612bdb57600080fd5b6000612be786866128de565b9350506020612bf8868287016128de565b92505060406129a1868287016128ff565b600060208284031215612c1b57600080fd5b600061260784846128f4565b6000612c338383612c5b565b505060200190565b600061111883836130e6565b6000612c5383836131d2565b505060400190565b612c6481613542565b82525050565b612c64612c7682613542565b613634565b6000612c8682613535565b612c908185613539565b9350612c9b8361352f565b8060005b83811015612cc9578151612cb38882612c27565b9750612cbe8361352f565b925050600101612c9f565b509495945050505050565b6000612cdf82613535565b612ce98185613539565b935083602082028501612cfb8561352f565b8060005b85811015612d355784840389528151612d188582612c3b565b9450612d238361352f565b60209a909a0199925050600101612cff565b5091979650505050505050565b6000612d4d82613535565b612d578185613539565b9350612d628361352f565b8060005b83811015612cc9578151612d7a8882612c47565b9750612d858361352f565b925050600101612d66565b612c648161354d565b612c64612da582613552565b61359c565b612c64612da582613577565b612c648161359c565b612c64612da58261359c565b6000612dd682613535565b612de08185613539565b9350612df0818560208601613608565b612df981613645565b9093019392505050565b6000612e0e82613535565b612e1881856110e6565b9350612e28818560208601613608565b9290920192915050565b612c64816135db565b612c64816135e6565b612c64816135f1565b6000612e5a602683613539565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206181527f6464726573730000000000000000000000000000000000000000000000000000602082015260400192915050565b6000612eb9601b83613539565b7f536166654d6174683a206164646974696f6e206f766572666c6f770000000000815260200192915050565b6000612ef2602083613539565b7f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815260200192915050565b6000612f2b6001836110e6565b7fff00000000000000000000000000000000000000000000000000000000000000815260010192915050565b6000612f64602183613539565b7f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f81527f7700000000000000000000000000000000000000000000000000000000000000602082015260400192915050565b6000612fc3602083613539565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572815260200192915050565b6000612ffc602a83613539565b7f5361666545524332303a204552433230206f7065726174696f6e20646964206e81527f6f74207375636365656400000000000000000000000000000000000000000000602082015260400192915050565b600061305b603683613539565b7f5361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f81527f20746f206e6f6e2d7a65726f20616c6c6f77616e636500000000000000000000602082015260400192915050565b60006130ba601f83613539565b7f5361666545524332303a2063616c6c20746f206e6f6e2d636f6e747261637400815260200192915050565b80516000906101608401906130fb8582612e3b565b50602083015161310e6020860182612db6565b5060408301516131216040860182613188565b50606083015161313460c0860182612db6565b50608083015161314760e0860182612db6565b5060a083015161315b610100860182612c5b565b5060c083015161316f610120860182612db6565b5060e0830151848203610140860152611d748282612dcb565b805160808301906131998482612d90565b5060208201516131ac6020850182612e44565b5060408201516131bf6040850182612e44565b5060608201516117d96060850182612db6565b805160408301906131e38482612c5b565b5060208201516117d96020850182612db6565b60006132028285612c6a565b6014820191506132128284612c6a565b5060140192915050565b60006132288284612dbf565b50602001919050565b600061173a8284612e03565b60006132498286612e03565b91506132558285612daa565b600282019150611d748284612e03565b60006132718289612e03565b915061327d8288612daa565b60028201915061328d8287612e03565b91506132998286612daa565b6002820191506132a98285612e03565b91506132b58284612d99565b506001019695505050505050565b60006132ce82612f1e565b91506132da8286612c6a565b6014820191506132ea8285612dbf565b6020820191506132fa8284612dbf565b506020019392505050565b6020810161111b8284612c5b565b604081016133218285612c5b565b61173a6020830184612c5b565b6040810161333c8285612c5b565b61173a6020830184612db6565b606081016133578286612c5b565b6133646020830185612db6565b8181036040830152611d748184612dcb565b604080825281016133878185612d42565b905081810360208301526126078184612cd4565b6020810161111b8284612d90565b6020810161111b8284612db6565b6020810161111b8284612e32565b602080825281016111188184612dcb565b6020808252810161111b81612e4d565b6020808252810161111b81612eac565b6020808252810161111b81612ee5565b6020808252810161111b81612f57565b6020808252810161111b81612fb6565b6020808252810161111b81612fef565b6020808252810161111b8161304e565b6020808252810161111b816130ad565b604081016134648285612db6565b81810360208301526126078184612c7b565b60a081016134848288612db6565b6134916020830187612db6565b81810360408301526134a38186612c7b565b90506134b26060830185612c5b565b611f176080830184612db6565b60405181810167ffffffffffffffff811182821017156134de57600080fd5b604052919050565b600067ffffffffffffffff8211156134fd57600080fd5b5060209081020190565b600067ffffffffffffffff82111561351e57600080fd5b506020601f91909101601f19160190565b60200190565b5190565b90815260200190565b600061111b826135c6565b151590565b7fff000000000000000000000000000000000000000000000000000000000000001690565b7fffff0000000000000000000000000000000000000000000000000000000000001690565b90565b806110e681613655565b806110e68161365f565b6dffffffffffffffffffffffffffff1690565b6001600160a01b031690565b63ffffffff1690565b600061111b82613542565b600061111b8261359f565b600061111b826135a9565b82818337506000910152565b60005b8381101561362357818101518382015260200161360b565b838111156117d95750506000910152565b600061111b82600061111b8261364f565b601f01601f191690565b60601b90565b60098110610f7c57fe5b60028110610f7c57fe5b61367281613542565b8114610f7c57600080fd5b6136728161354d565b613672816135b3565b6136728161359c565b613672816135d256fea365627a7a7231582030f59ba77805180074d00492299167d40106078fdd3852adfede9f3ce0804b156c6578706572696d656e74616cf564736f6c63430005100040",
|
|
337
337
|
"sourceMap": "1538:13600:27:-;;;2257:633;8:9:-1;5:2;;;30:1;27;20:12;5:2;2257:633:27;;;;;;;;;;;;;;;;;;;;;1293:15:6;:49;;-1:-1:-1;;;;;;1293:49:6;-1:-1:-1;;;;;1293:49:6;;;;;718:12:125;:10;:12::i;:::-;740:6;:18;;-1:-1:-1;;;;;;740:18:125;-1:-1:-1;;;;;740:18:125;;;;;;;;773:43;;740:18;;-1:-1:-1;740:18:125;-1:-1:-1;;773:43:125;;-1:-1:-1;;773:43:125;-1:-1:-1;2483:20:27;:41;;-1:-1:-1;;;;;;2483:41:27;-1:-1:-1;;;;;2483:41:27;;;;;2579:21;;2561:14;;2535:141;;2561:39;-1:-1:-1;;;2535:141:27;:12;;;;;;;:141;;:::i;:::-;2691:6;2686:198;2707:7;:14;2703:1;:18;2686:198;;;2785:14;2800:1;2785:17;;;;;;;;;;;;;;2742:28;:40;2771:7;2779:1;2771:10;;;;;;;;;;;;;;-1:-1:-1;;;;;2742:40:27;-1:-1:-1;;;;;2742:40:27;;;;;;;;;;;;:60;;;;2843:7;2851:1;2843:10;;;;;;;;;;;;;;-1:-1:-1;;;;;2821:52:27;;2855:14;2870:1;2855:17;;;;;;;;;;;;;;2821:52;;;;;;;;;;;;;;;2723:3;;2686:198;;;;2257:633;;;;1538:13600;;788:96:122;867:10;788:96;:::o;1294:426:77:-;1428:4;1423:291;;1542:24;1561:4;-1:-1:-1;;;;;1542:18:77;:24;:::i;:::-;-1:-1:-1;;;1623:26:77;1642:6;-1:-1:-1;;;;;1623:18:77;:26;:::i;:::-;1500:171;;;;;;;;;;;;;;;-1:-1:-1;;26:21;;;22:32;6:49;;1500:171:77;;;;-1:-1:-1;;;1448:255:77;;;;;;;;;;;;;;;;1423:291;1294:426;;;:::o;6359:966::-;6462:12;6537:19;6576:5;6559:23;;;;;;;;;;;;;-1:-1:-1;;26:21;;;22:32;6:49;;6559:23:77;;;;-1:-1:-1;49:4;6688:571:77;6709:5;;6688:571;;6960:9;;-1:-1:-1;;6862:3:77;;;;6960:6;;6862:3;;6960:9;;;;;;;;;;;;:14;6956:293;;7015:1;7011:5;7141:22;;7148:6;-1:-1:-1;7221:13:77;;6956:293;6688:571;;;-1:-1:-1;;7306:12:77;;;7316:1;7306:12;;;;;;;;;-1:-1:-1;6359:966:77;;;;:::o;5:134:-1:-;83:13;;101:33;83:13;101:33;;;68:71;;;;;164:722;;292:3;285:4;277:6;273:17;269:27;259:2;;310:1;307;300:12;259:2;340:6;334:13;362:80;377:64;434:6;377:64;;;362:80;;;353:89;;459:5;484:6;477:5;470:21;514:4;506:6;502:17;492:27;;536:4;531:3;527:14;520:21;;589:6;636:3;628:4;620:6;616:17;611:3;607:27;604:36;601:2;;;653:1;650;643:12;601:2;678:1;663:217;688:6;685:1;682:13;663:217;;;746:3;768:48;812:3;800:10;768:48;;;756:61;;-1:-1;840:4;831:14;;;;859;;;;;710:1;703:9;663:217;;;667:14;252:634;;;;;;;;912:722;;1040:3;1033:4;1025:6;1021:17;1017:27;1007:2;;1058:1;1055;1048:12;1007:2;1088:6;1082:13;1110:80;1125:64;1182:6;1125:64;;1110:80;1101:89;;1207:5;1232:6;1225:5;1218:21;1262:4;1254:6;1250:17;1240:27;;1284:4;1279:3;1275:14;1268:21;;1337:6;1384:3;1376:4;1368:6;1364:17;1359:3;1355:27;1352:36;1349:2;;;1401:1;1398;1391:12;1349:2;1426:1;1411:217;1436:6;1433:1;1430:13;1411:217;;;1494:3;1516:48;1560:3;1548:10;1516:48;;;1504:61;;-1:-1;1588:4;1579:14;;;;1607;;;;;1458:1;1451:9;1411:217;;1642:134;1720:13;;1738:33;1720:13;1738:33;;1783:930;;;;;1999:3;1987:9;1978:7;1974:23;1970:33;1967:2;;;2016:1;2013;2006:12;1967:2;2051:1;2068:64;2124:7;2104:9;2068:64;;;2058:74;;2030:108;2169:2;2187:64;2243:7;2234:6;2223:9;2219:22;2187:64;;;2177:74;;2148:109;2309:2;2298:9;2294:18;2288:25;-1:-1;;;;;2325:6;2322:30;2319:2;;;2365:1;2362;2355:12;2319:2;2385:89;2466:7;2457:6;2446:9;2442:22;2385:89;;;2375:99;;2267:213;2532:2;2521:9;2517:18;2511:25;-1:-1;;;;;2548:6;2545:30;2542:2;;;2588:1;2585;2578:12;2542:2;2608:89;2689:7;2680:6;2669:9;2665:22;2608:89;;;2598:99;;2490:213;1961:752;;;;;;;;2720:148;2819:43;2838:23;2855:5;2838:23;;;2819:43;;;2814:3;2807:56;2801:67;;;2875:113;2958:24;2976:5;2958:24;;2995:152;3096:45;3116:24;3134:5;3116:24;;3154:356;;3282:38;3314:5;3282:38;;;3332:88;3413:6;3408:3;3332:88;;;3325:95;;3425:52;3470:6;3465:3;3458:4;3451:5;3447:16;3425:52;;;3489:16;;;;;3262:248;-1:-1;;3262:248;3517:347;;3629:39;3662:5;3629:39;;;3680:71;3744:6;3739:3;3680:71;;;3673:78;;3756:52;3801:6;3796:3;3789:4;3782:5;3778:16;3756:52;;;3829:29;3851:6;3829:29;;;3820:39;;;;3609:255;-1:-1;;;3609:255;3871:244;;3990:75;4061:3;4052:6;3990:75;;;-1:-1;4087:2;4078:12;;3978:137;-1:-1;3978:137;4122:553;;4338:93;4427:3;4418:6;4338:93;;;4331:100;;4442:73;4511:3;4502:6;4442:73;;;4537:1;4532:3;4528:11;4521:18;;4557:93;4646:3;4637:6;4557:93;;;4550:100;4319:356;-1:-1;;;;;4319:356;4682:213;4800:2;4785:18;;4814:71;4789:9;4858:6;4814:71;;4902:301;5040:2;5054:47;;;5025:18;;5115:78;5025:18;5179:6;5115:78;;;5107:86;5011:192;-1:-1;;;5011:192;5210:256;5272:2;5266:9;5298:17;;;-1:-1;;;;;5358:34;;5394:22;;;5355:62;5352:2;;;5430:1;5427;5420:12;5352:2;5446;5439:22;5250:216;;-1:-1;5250:216;5473:304;;-1:-1;;;;;5624:6;5621:30;5618:2;;;5664:1;5661;5654:12;5618:2;-1:-1;5699:4;5687:17;;;5752:15;;5555:222;6095:121;6182:12;;6153:63;6506:163;6609:19;;;6658:4;6649:14;;6602:67;6677:91;;6739:24;6757:5;6739:24;;6775:144;-1:-1;;;;;;6836:78;;6819:100;6926:72;6988:5;6971:27;7005:121;-1:-1;;;;;7067:54;;7050:76;7134:268;7199:1;7206:101;7220:6;7217:1;7214:13;7206:101;;;7287:11;;;7281:18;7268:11;;;7261:39;7242:2;7235:10;7206:101;;;7322:6;7319:1;7316:13;7313:2;;;7387:1;7378:6;7373:3;7369:16;7362:27;7313:2;7183:219;;;;;7571:97;7659:2;7639:14;-1:-1;;7635:28;;7619:49;7676:117;7745:24;7763:5;7745:24;;;7738:5;7735:35;7725:2;;7784:1;7781;7774:12;7725:2;7719:74;;7800:117;7869:24;7887:5;7869:24;;7843:74;1538:13600:27;;;;;;",
|
|
338
338
|
"deployedSourceMap": "1538:13600:27:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;1538:13600:27;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1122:38:6;;;:::i;:::-;;;;;;;;;;;;;;;;5283:5266:27;;;;;;;;;:::i;:::-;;4570:707;;;;;;;;;:::i;:::-;;;;;;;;1741:35;;;:::i;:::-;;;;;;;;1684:137:125;;;:::i;3418:1146:27:-;;;;;;;;;:::i;1782:63::-;;;;;;;;;:::i;899:77:125:-;;;:::i;1250:92::-;;;:::i;:::-;;;;;;;;2896:516:27;;;;;;;;;:::i;1683:51::-;;;:::i;1970:107:125:-;;;;;;;;;:::i;1122:38:6:-;;;-1:-1:-1;;;;;1122:38:6;;:::o;5283:5266:27:-;5397:19;;:26;5371:192;;5427:2;5397:32;:65;;;;;5460:2;5433:6;:16;;;:23;:29;;5397:65;:102;;;;;5492:2;5466:6;:16;;;:23;:28;;;;;;:33;5397:102;5513:4;5371:192;:12;:192::i;:::-;5574:29;5606:35;5621:6;:19;;;5606:14;:35::i;:::-;5574:67;;5651:26;5680:32;5695:6;:16;;;5680:14;:32::i;:::-;5651:61;;5722:199;5767:9;5796:1;5777:9;:16;:20;5767:31;;;;;;;;;;;;;;-1:-1:-1;;;;;5748:50:27;:12;5761:1;5748:15;;;;;;;;;;;;;;-1:-1:-1;;;;;5748:50:27;;:107;;;;;5843:9;5853:1;5843:12;;;;;;;;;;;;;;-1:-1:-1;;;;;5802:53:27;:12;5837:1;5815:12;:19;:23;5802:37;;;;;;;;;;;;;;-1:-1:-1;;;;;5802:53:27;;5748:107;5869:4;5722:199;:12;:199::i;:::-;5970:27;;:::i;:::-;6047:20;;6089:171;;;;;;;;;-1:-1:-1;;;;;6047:20:27;;;6089:171;;;6047:20;6089:171;;;6187:58;6047:20;6232:12;6187:27;:58::i;:::-;6089:171;;;6081:179;;5283:5266;6318:21;6402:16;6420;6440:152;6491:5;:21;;;6530:12;6543:1;6530:15;;;;;;;;;;;;;;6563:12;6576:1;6563:15;;;;;;;;;;;;;;6440:33;:152::i;:::-;6401:191;;;;6607:11;6620:22;6646:175;6693:6;:22;;;6733:6;:22;;;6773:8;6799;6646:29;:175::i;:::-;6606:215;;;;6836:104;6866:6;6890:4;6836:104;:12;:104::i;:::-;6974:17;6955:36;;5283:5266;;;;7049:30;7105:5;:19;;;:26;7101:1;:30;7082:50;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;7049:83;;7156:80;;;;;;;;7191:10;-1:-1:-1;;;;;7156:80:27;;;;;7224:1;7156:80;;;7142:8;7151:1;7142:11;;;;;;;;;;;;;:94;;;;7260:80;;;;;;;;7295:10;-1:-1:-1;;;;;7260:80:27;;;;;7328:1;7260:80;;;7246:8;7255:1;7246:11;;;;;;;;;;;;;;;;;:94;7356:6;7351:201;7372:5;:19;;;:26;7368:1;:30;7351:201;;;7437:104;;;;;;;;7476:5;:19;;;7496:1;7476:22;;;;;;;;;;;;;;-1:-1:-1;;;;;7437:104:27;;;;;7525:1;7437:104;;;7419:8;7432:1;7428;:5;7419:15;;;;;;;;;;;;;;;;;:122;7400:3;;7351:201;;;;7562:32;7597:41;7625:12;7597:27;:41::i;:::-;7851:18;;;;-1:-1:-1;;;;;7822:48:27;7687:18;7822:48;;;:28;:48;;;;;;7562:76;;-1:-1:-1;7687:18:27;7884:138;7914:31;;;7963:4;7884:138;:12;:138::i;:::-;8213:205;8279:6;:18;;;-1:-1:-1;;;;;8262:44:27;;:46;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;8262:46:27;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;8262:46:27;;;;;;;101:4:-1;97:9;90:4;84;80:15;76:31;69:5;65:43;126:6;120:4;113:20;0:138;8262:46:27;;;;;;;;;8326:17;8361:16;8395:9;8213:31;:205::i;:::-;8419:1;8213:208;;;;;;;;;;;;;;8197:224;;5283:5266;8585:35;8674:1;8652:12;:19;8648:1;:23;:27;8623:53;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;8585:91;;9001:19;9023:16;9001:38;;9066:326;9095:1;9114:18;9161:1;9133:18;:25;:29;9114:49;;;;;;;;;;;;;;9181:18;9200:1;9181:21;;;;;;;;;;;;;;9220:13;9251:6;:18;;;9287:6;:16;;;9321:14;9066:11;:326::i;:::-;9053:7;9061:1;9053:10;;;;;;;;;;;;;:339;;;;5283:5266;9450:32;9485:136;9534:5;:21;;;9569:16;9599:12;9485:35;:136::i;:::-;9450:171;;9631:146;9674:18;9721:1;9693:18;:25;:29;9674:49;;;;;;;;;;;;;;9657:13;:66;;9737:4;9631:146;:12;:146::i;:::-;9793:6;9788:541;9809:5;:19;;;:26;9805:1;:30;9788:541;;;9856:159;9911:5;:19;;;9931:1;9911:22;;;;;;;;;;;;;;-1:-1:-1;;;;;9886:47:27;:8;9895:1;9899;9895:5;9886:15;;;;;;;;;;;;;;:21;;;-1:-1:-1;;;;;9886:47:27;;9951:4;9856:159;:12;:159::i;:::-;10046:272;10076:1;10095;10099;10095:5;10118:18;10137:1;10118:21;;;;;;;;;;;;;;10157:18;10176:1;10180;10176:5;10157:25;;;;;;;;;;;;;;10200:5;:19;;;10220:1;10200:22;;;;;;;;;;;;;;10240:18;10259:1;10240:21;;;;;;;;;;;;;;10279:18;10298:1;10302;10298:5;10279:25;;;;;;;;;;;;;;10046:12;:272::i;:::-;10029:7;10037:1;10041;10037:5;10029:14;;;;;;;;;;;;;;;;;:289;9837:3;;9788:541;;;;10368:121;10400:1;10415;10430:18;10477:1;10449:18;:25;:29;10430:49;;;;;;;;;;;;;;10368:18;:121::i;:::-;10338:7;10363:1;10346:7;:14;:18;10338:27;;;;;;;;;;;;;;;;;:151;10500:15;;:42;;;;;-1:-1:-1;;;;;10500:15:27;;;;:23;;:42;;10524:8;;10534:7;;10500:42;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;10500:42:27;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;10500:42:27;;;;5283:5266;;;;;;;;;;:::o;4570:707::-;4761:7;;4798:20;4822:45;;;;4833:9;4822:45;;;4780:87;;;;;4877:21;4901:23;4916:7;4901:14;:23::i;:::-;4877:47;;4934:113;4971:10;-1:-1:-1;;;;;4960:21:27;:4;4965:1;4960:7;;;;;;;;;;;;;;-1:-1:-1;;;;;4960:21:27;;4995:4;4934:113;:12;:113::i;:::-;5057:130;5108:10;-1:-1:-1;;;;;5083:35:27;:4;5102:1;5088:4;:11;:15;5083:21;;;;;;;;;;;;;;-1:-1:-1;;;;;5083:35:27;;5132:4;5057:130;:12;:130::i;:::-;5205:62;;;;;-1:-1:-1;;;;;5205:37:27;;;;;:62;;5243:17;;5262:4;;5205:62;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;5205:62:27;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;5205:62:27;;;;;;39:16:-1;36:1;17:17;2:54;101:4;5205:62:27;80:15:-1;;;-1:-1;;76:31;65:43;;120:4;113:20;5205:62:27;;;;;;;;;5268:1;5205:65;;;;;;;;;;;;;;5198:72;;;;;4570:707;;;;;;;:::o;1741:35::-;;;-1:-1:-1;;;;;1741:35:27;;:::o;1684:137:125:-;1103:9;:7;:9::i;:::-;1095:54;;;;-1:-1:-1;;;1095:54:125;;;;;;;;;;;;;;;;;1766:6;;1745:40;;1782:1;;-1:-1:-1;;;;;1766:6:125;;1745:40;;1782:1;;1745:40;1795:6;:19;;;;;;1684:137::o;3418:1146:27:-;3673:7;1493:15:6;;3648:10:27;;1451:151:6;;-1:-1:-1;;;;;1493:15:6;1477:32;;1523:4;1451:151;3648:10:27;1451:12:6;:151::i;:::-;3693:14:27;;3728:20;3752:45;;;;3763:9;3752:45;;;3692:105;;;;;;3807:21;3831:23;3846:7;3831:14;:23::i;:::-;3807:47;;3864:113;3901:10;-1:-1:-1;;;;;3890:21:27;:4;3895:1;3890:7;;;;;;;3864:113;3987:130;4038:10;-1:-1:-1;;;;;4013:35:27;:4;4032:1;4018:4;:11;:15;4013:21;;;;;;;3987:130;4128:66;4154:10;4166:6;4174:19;4128:25;:66::i;:::-;4229:196;;;;;4205:21;;-1:-1:-1;;;;;4229:49:27;;;;;:196;;4292:19;;4325:12;;4351:4;;4377;;4414:1;4396:15;:19;;4229:196;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;4229:196:27;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;4229:196:27;;;;;;39:16:-1;36:1;17:17;2:54;101:4;4229:196:27;80:15:-1;;;-1:-1;;76:31;65:43;;120:4;113:20;4229:196:27;;;;;;;;;4205:220;;4436:76;4462:10;4474:8;4484:7;4509:1;4492:7;:14;:18;4484:27;;;;;;;;;;;;;;4436:25;:76::i;:::-;4530:7;4555:1;4538:7;:14;:18;4530:27;;;;;;;;;;;;;;4523:34;;;;;;;3418:1146;;;;;;;;;;:::o;1782:63::-;;;;;;;;;;;;;:::o;899:77:125:-;963:6;;-1:-1:-1;;;;;963:6:125;899:77;:::o;1250:92::-;1329:6;;1290:4;;-1:-1:-1;;;;;1329:6:125;1313:12;:10;:12::i;:::-;-1:-1:-1;;;;;1313:22:125;;1306:29;;1250:92;:::o;2896:516:27:-;1103:9:125;:7;:9::i;:::-;1095:54;;;;-1:-1:-1;;;1095:54:125;;;;;;;;;3056:141:27;3082:39;;;3135:4;3056:141;:12;:141::i;:::-;3213:6;3208:198;3225:18;;;3208:198;;;3307:14;;3322:1;3307:17;;;;;;;;;;;;;3264:28;:40;3293:7;;3301:1;3293:10;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;3264:40:27;;;;;;;;;;;;-1:-1:-1;3264:40:27;:60;3365:7;;3373:1;3365:10;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;3343:52:27;;3377:14;;3392:1;3377:17;;;;;;;;;;;;;3343:52;;;;;;;;;;;;;;;3245:3;;3208:198;;;;2896:516;;;;:::o;1683:51::-;;;:::o;1970:107:125:-;1103:9;:7;:9::i;:::-;1095:54;;;;-1:-1:-1;;;1095:54:125;;;;;;;;;2042:28;2061:8;2042:18;:28::i;:::-;1970:107;:::o;1294:426:77:-;1428:4;1423:291;;1542:24;1561:4;1542:18;:24::i;:::-;1592:5;1623:26;1642:6;1623:18;:26::i;:::-;1500:171;;;;;;;;;;;;;;;-1:-1:-1;;26:21;;;22:32;6:49;;1500:171:77;;;;-1:-1:-1;;;1448:255:77;;;;;;;;1423:291;1294:426;;;:::o;11438:665:27:-;11521:16;11549:137;11592:2;11575:7;:14;:19;;;;;;:24;:48;;;;;11621:2;11603:7;:14;:20;;11575:48;11637:4;11549:137;:12;:137::i;:::-;11696:21;11751:2;11734:7;:14;:19;;;;;;11720:34;;;;;;;;;;;;;;;;;;;;;;29:2:-1;21:6;17:15;117:4;105:10;97:6;88:34;136:17;;-1:-1;11720:34:27;-1:-1:-1;11696:58:27;-1:-1:-1;11769:6:27;11764:312;11785:4;:11;11781:1;:15;11764:312;;;11831:2;:6;;11984:29;;;12001:2;11984:29;11978:36;12041:7;;12051:14;;;;;12041:4;;11836:1;;12041:7;;;;;;-1:-1:-1;;;;;12041:24:27;;;:7;;;;;;;;;;;:24;-1:-1:-1;;11798:3:27;;11764:312;;;-1:-1:-1;12092:4:27;-1:-1:-1;11438:665:27;;;;:::o;1219:189:19:-;1322:16;1357:44;1366:7;1034:66;1396:4;1357:8;:44::i;:::-;1350:51;;1219:189;;;;;:::o;3495:298::-;3621:13;;3668:118;3696:7;1034:66;3750:6;3770;3668:14;:118::i;:::-;3661:125;;;;3495:298;;;;;;:::o;10608:824:27:-;10818:11;;10918:15;10872:43;10906:8;10872:29;:8;10885:15;10872:29;:12;:29;:::i;:::-;:33;:43;:33;:43;:::i;:::-;:61;;-1:-1:-1;10944:17:27;10964:22;:8;10977;10964:22;:12;:22;:::i;:::-;10944:42;;10997:16;11016:181;11127:60;11183:3;11135:6;:42;;11162:15;11135:42;;;11144:15;11135:42;11127:55;:60;:55;:60;:::i;:::-;11045:67;11107:4;11045:57;11059:6;:42;;11086:15;11059:42;;;11068:15;11059:42;11045:9;;:57;:13;:57;:::i;:67::-;:142;;;;;;11016:15;:181::i;:::-;10997:200;;11207:17;11280:3;11228:6;:48;;11258:18;:8;11271:4;11258:18;:12;:18;:::i;:::-;11228:48;;;11237:18;:8;11250:4;11237:18;:12;:18;:::i;:::-;11227:56;;;;;;;-1:-1:-1;11402:23:27;:8;11227:56;11402:23;:12;:23;:::i;:::-;11391:34;;10608:824;;;;;;;;;;:::o;14733:402::-;14855:30;14888:15;14951:11;;14940:23;;;;;;;;;;;;;;;;14830:13;;-1:-1:-1;;;;;14888:15:27;;14830:13;;14940:23;;;;;;;;29:2:-1;21:6;17:15;117:4;105:10;97:6;88:34;136:17;;-1:-1;14940:23:27;-1:-1:-1;14913:50:27;-1:-1:-1;14978:6:27;14973:129;14994:4;:11;14990:1;:15;14973:129;;;15042:14;-1:-1:-1;;;;;15042:40:27;;15083:4;15088:1;15083:7;;;;;;;;;;;;;;15042:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;15042:49:27;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;15042:49:27;;;;;;;101:4:-1;97:9;90:4;84;80:15;76:31;69:5;65:43;126:6;120:4;113:20;0:138;15042:49:27;;;;;;;;;15026:10;15037:1;15026:13;;;;;;;;;;;;;;;;;:65;15007:3;;14973:129;;;-1:-1:-1;15118:10:27;14733:402;-1:-1:-1;;;14733:402:27:o;9013:715:19:-;9174:21;9207:98;9248:1;9233:4;:11;:16;;9263:4;9207:98;:12;:98::i;:::-;9336:4;:11;9325:23;;;;;;;;;;;;;;;;;;;;;;29:2:-1;21:6;17:15;117:4;105:10;97:6;88:34;136:17;;-1:-1;9325:23:19;;9315:33;;9388:9;9358:7;9383:1;9366:7;:14;:18;9358:27;;;;;;;;;;;;;;;;;:39;9421:11;;-1:-1:-1;;9421:15:19;9407:315;9438:5;;9407:315;;9465:14;9481:15;9500:134;9529:7;9554:12;9584:4;9593:1;9589;:5;9584:11;;;;;;;;;;;;;;9613:4;9618:1;9613:7;;;;;;;;;;;;;;9500:11;:134::i;:::-;9464:170;;;;9665:46;9677:7;9685:1;9677:10;;;;;;;;;;;;;;9689:9;9700:10;9665:11;:46::i;:::-;9648:7;9660:1;9656;:5;9648:14;;;;;;;;;;;;;;;;;:63;-1:-1:-1;;;;9445:3:19;9407:315;;;;9013:715;;;;;;:::o;12382:829:27:-;12629:25;;:::i;:::-;12673:531;;;;;;;;12719:23;12673:531;;;;;;;;;12860:94;;;;;;;-1:-1:-1;12860:94:27;;;12673:531;;;;;12860:94;;;;;;;;;12914:26;12860:94;;;;12942:11;12860:94;;;12673:531;;;;12986:15;12673:531;;;;13035:17;12673:531;;;;13089:4;-1:-1:-1;;;;;12673:531:27;;;;;-1:-1:-1;;12673:531:27;;;;13166:6;13174:12;13188:4;13155:38;;;;;;;;;;;;;;;-1:-1:-1;;26:21;;;22:32;6:49;;13155:38:27;;;12673:531;;12666:538;12382:829;-1:-1:-1;;;;;;;;12382:829:27:o;6923:578:19:-;7057:21;7090:98;7131:1;7116:4;:11;:16;;7146:4;7090:98;:12;:98::i;:::-;7219:4;:11;7208:23;;;;;;;;;;;;;;;;;;;;;;29:2:-1;21:6;17:15;117:4;105:10;97:6;88:34;136:17;;-1:-1;7208:23:19;;7198:33;;7254:8;7241:7;7249:1;7241:10;;;;;;;;;;;;;:21;;;;;7277:6;7272:223;7303:1;7289:4;:11;:15;7285:1;:19;7272:223;;;7326:14;7342:15;7361:45;7376:7;7385:4;7390:1;7385:7;;;;;;;;;;;;;;7394:4;7399:1;7403;7399:5;7394:11;;;;;;;7361:45;7325:81;;;;7437:47;7450:7;7458:1;7450:10;;;;;;;;;;;;;;7462:9;7473:10;7437:12;:47::i;:::-;7420:7;7428:1;7432;7428:5;7420:14;;;;;;;;;;;;;;;;;:64;-1:-1:-1;;7306:3:19;;7272:223;;13217:830:27;13474:25;;:::i;:::-;13518:522;;;;;;;;;;13564:24;13518:522;;;;;;;;;;13706:93;;;;;;;13724:4;13706:93;;13518:522;;;13706:93;;;-1:-1:-1;13706:93:27;;;;13759:26;13706:93;;;;13787:11;13706:93;;;13518:522;;;;13831:15;13518:522;;;;13880:17;13518:522;;;;13926:13;-1:-1:-1;;;;;13518:522:27;;;;;13970:14;13518:522;;;;14016:12;14005:24;;;;;;;;;14053:674;14193:25;;:::i;:::-;14237:483;;;;;;;;;;14283:27;14237:483;;;;;;;;;;14428:84;;;;;;;14446:4;14428:84;;14237:483;;;14428:84;;;-1:-1:-1;14428:84:27;;;;14481:27;14428:84;;;;14510:1;14428:84;;;14237:483;;;;14544:8;14237:483;;;;-1:-1:-1;;14237:483:27;;;;14632:1;-1:-1:-1;;;;;14237:483:27;;;;;14665:14;14237:483;;;;14700:9;;;;;;;;;;;;14237:483;;;14230:490;;14053:674;;;;;;:::o;2962:561:77:-;3122:4;3117:400;;3236:24;3255:4;3236:18;:24::i;:::-;3286:5;3317:26;3336:6;3317:18;:26::i;:::-;3369:6;3401:19;3411:8;3401:9;:19::i;:::-;3194:280;;;;;;;;;3446:6;;3194:280;;;;3117:400;2962:561;;;;:::o;12109:267:27:-;12242:47;;;;;12292:6;;-1:-1:-1;;;;;12242:23:27;;;;;:47;;12274:4;;12281:7;;12242:47;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;12242:47:27;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;12242:47:27;;;;;;;101:4:-1;97:9;90:4;84;80:15;76:31;69:5;65:43;126:6;120:4;113:20;0:138;12242:47:27;;;;;;;;;:56;12238:132;;;12314:45;-1:-1:-1;;;;;12314:25:27;;12340:7;-1:-1:-1;;12314:45:27;:25;:45;:::i;788:96:122:-;867:10;788:96;:::o;2178:225:125:-;-1:-1:-1;;;;;2251:22:125;;2243:73;;;;-1:-1:-1;;;2243:73:125;;;;;;;;;2352:6;;2331:38;;-1:-1:-1;;;;;2331:38:125;;;;2352:6;;2331:38;;2352:6;;2331:38;2379:6;:17;;;;-1:-1:-1;;;;;2379:17:125;;;;;;;;;;2178:225::o;6359:966:77:-;6462:12;6537:19;6576:5;6559:23;;;;;;;;;;;;;-1:-1:-1;;26:21;;;22:32;6:49;;6559:23:77;;;;-1:-1:-1;49:4;6688:571:77;6709:5;;6688:571;;6960:9;;-1:-1:-1;;6862:3:77;;;;6960:6;;6862:3;;6960:9;;;;;;;;;;;;:14;6956:293;;7015:1;7011:5;7141:22;;7148:6;-1:-1:-1;7221:13:77;;6956:293;6688:571;;;-1:-1:-1;;7306:12:77;;;7316:1;7306:12;;;;;;;;;7299:19;-1:-1:-1;;6359:966:77:o;1414:579:19:-;1547:16;1575:105;1616:1;1601:4;:11;:16;;1631:4;1575:105;:12;:105::i;:::-;1691:22;1744:1;1730:4;:11;:15;1716:30;;;;;;;;;;;;;;;;;;;;;;29:2:-1;21:6;17:15;117:4;105:10;97:6;88:34;136:17;;-1:-1;1716:30:19;-1:-1:-1;1691:55:19;-1:-1:-1;1761:6:19;1756:209;1791:1;1777:4;:11;:15;1773:1;:19;1756:209;;;1824:130;1849:7;1874:4;1879:1;1874:7;;;;;;;;;;;;;;1899:4;1904:1;1908;1904:5;1899:11;;;;;;;;;;;;;;1928:12;1824:7;:130::i;:::-;1813:5;1819:1;1813:8;;;;;;;;-1:-1:-1;;;;;1813:141:19;;;:8;;;;;;;;;;;:141;1794:3;;1756:209;;4366:569;4522:13;4537;4563:14;4582:26;4593:6;4601;4582:10;:26::i;:::-;4562:46;;;4619:13;4634;4682:124;4707:7;4732:6;4756;4780:12;4682:7;:124::i;:::-;-1:-1:-1;;;;;4652:179:19;;:181;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;4652:181:19;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;4652:181:19;;;;;;;101:4:-1;97:9;90:4;84;80:15;76:31;69:5;65:43;126:6;120:4;113:20;0:138;4652:181:19;;;;;;;;;4618:215;;;;;;;;;4876:6;-1:-1:-1;;;;;4866:16:19;:6;-1:-1:-1;;;;;4866:16:19;;:62;;4909:8;4919;4866:62;;;4886:8;4896;4866:62;4843:85;;;;-1:-1:-1;4366:569:19;-1:-1:-1;;;;;;;;4366:569:19:o;2159:459:124:-;2217:7;2458:6;2454:45;;-1:-1:-1;2487:1:124;2480:8;;2454:45;2521:5;;;2525:1;2521;:5;:1;2544:5;;;;;:10;2536:56;;;;-1:-1:-1;;;2536:56:124;;;;;;;;3073:130;3131:7;3157:39;3161:1;3164;3157:39;;;;;;;;;;;;;;;;;:3;:39::i;382:1197:130:-;430:7;453:6;449:20;;-1:-1:-1;468:1:130;461:8;;449:20;644:1;667;688:35;682:41;;678:104;;746:3;739:10;;;;;769:2;763:8;678:104;801:19;795:2;:25;791:87;;843:2;836:9;;;;;865:2;859:8;791:87;897:11;891:2;:17;887:79;;931:2;924:9;;;;;953:2;947:8;887:79;985:7;979:2;:13;975:74;;1015:2;1008:9;;;;;1037:1;1031:7;975:74;1068:5;1062:2;:11;1058:71;;1096:1;1089:8;;;;;1117:1;1111:7;1058:71;1148:4;1142:2;:10;1138:70;;1175:1;1168:8;;;;;1196:1;1190:7;1138:70;1227:3;1221:2;:9;1217:47;;1252:1;1246:7;1217:47;1292:1;1286;1282;:5;;;;;;1278:1;:9;1277:16;;1273:20;;1322:1;1316;1312;:5;;;;;;1308:1;:9;1307:16;;1303:20;;1352:1;1346;1342;:5;;;;;;1338:1;:9;1337:16;;1333:20;;1382:1;1376;1372;:5;;;;;;1368:1;:9;1367:16;;1363:20;;1412:1;1406;1402;:5;;;;;;1398:1;:9;1397:16;;1393:20;;1442:1;1436;1432;:5;;;;;;1428:1;:9;1427:16;;1423:20;;1472:1;1466;1462;:5;;;;;;1458:1;:9;1457:16;;1453:20;;1520:10;1537:1;1533;:5;;;;;;1520:18;;1560:2;1556:1;:6;:15;;1569:2;1556:15;;;1565:1;1556:15;1548:24;382:1197;-1:-1:-1;;;;;382:1197:130:o;1274:134:124:-;1332:7;1358:43;1362:1;1365;1358:43;;;;;;;;;;;;;;;;;:3;:43::i;3799:561:19:-;3952:13;3967;3993:14;4012:26;4023:6;4031;4012:10;:26::i;:::-;3992:46;;;4049:13;4064;4110:124;4135:7;4160:6;4184;4208:12;4110:7;:124::i;:::-;-1:-1:-1;;;;;4082:174:19;;:176;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;6265:579:19;6358:13;6383:109;6421:1;6409:9;:13;6436:4;6383:109;:12;:109::i;:::-;6502:123;6540:1;6528:9;:13;:31;;;;;6558:1;6545:10;:14;6528:31;6573:4;6502:123;:12;:123::i;:::-;6635:14;6652:34;6681:4;6652:24;:9;6666;6652:24;:13;:24;:::i;:34::-;6635:51;-1:-1:-1;6696:16:19;6715:34;6745:3;6715:25;:10;6730:9;6715:25;:14;:25;:::i;:34::-;6696:53;-1:-1:-1;6804:33:19;6835:1;6804:26;:9;6696:53;6804:26;:13;:26;:::i;:::-;:30;:33;:30;:33;:::i;:::-;6793:44;6265:579;-1:-1:-1;;;;;;6265:579:19:o;5559:588::-;5652:14;5678:107;5715:1;5704:8;:12;5730:4;5678:107;:12;:107::i;:::-;5795:123;5833:1;5821:9;:13;:31;;;;;5851:1;5838:10;:14;5866:4;5795:123;:12;:123::i;:::-;5928:20;5951:17;:8;5964:3;5951:17;:12;:17;:::i;:::-;5928:40;-1:-1:-1;5978:14:19;5995:31;5928:40;6015:10;5995:31;:19;:31;:::i;:::-;5978:48;-1:-1:-1;6036:16:19;6055:40;6079:15;6055:19;:9;6069:4;6055:19;:13;:19;:::i;:40::-;6036:59;;6129:11;6117:9;:23;;;;;;;5559:588;-1:-1:-1;;;;;;;5559:588:19:o;8249:962:77:-;8521:13;;;8531:2;8521:13;;;8343:12;8521:13;;;;;;-1:-1:-1;;;;;8383:14:77;;;8343:12;;8521:13;;;21:6:-1;;104:10;8521:13:77;87:34:-1;135:17;;-1:-1;8521:13:77;8499:35;;902:2;8598:23;;8586:6;8593:1;8586:9;;;;;;;;;;;:35;;;;;;;;;;;1010:3;8643:27;;8631:6;8638:1;8631:9;;;;;;;;;;;:39;;;;;;;;;;-1:-1:-1;8784:9:77;8779:402;8803:2;8799:1;:6;8779:402;;;8892:1;8888:5;;8985:23;1232:3;8990:17;;8985:4;:23::i;:::-;8964:6;8976:5;8971:2;:10;8964:18;;;;;;;;;;;:44;;;;;;;;;;;9031:1;9026;:6;;9022:10;;9123:23;1232:3;9128:1;:17;9123:4;:23::i;:::-;9102:6;9114:5;9109:2;:10;9102:18;;;;;;;;;;;:44;;;;;;;;;;-1:-1:-1;;9169:1:77;9164:6;;;;;8807:3;;8779:402;;1050:612:127;1415:10;;;1414:62;;-1:-1:-1;1431:39:127;;;;;-1:-1:-1;;;;;1431:15:127;;;;;:39;;1455:4;;1462:7;;1431:39;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;1431:39:127;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;1431:39:127;;;;;;;101:4:-1;97:9;90:4;84;80:15;76:31;69:5;65:43;126:6;120:4;113:20;0:138;1431:39:127;;;;;;;;;:44;1414:62;1406:150;;;;-1:-1:-1;;;1406:150:127;;;;;;;;;1592:62;;1566:89;;1585:5;;1615:22;;1592:62;;1639:7;;1648:5;;1592:62;;;;;;;;-1:-1:-1;;26:21;;;22:32;6:49;;1592:62:127;;;49:4:-1;25:18;;61:17;;1592:62:127;182:15:-1;1592:62:127;;;;179:29:-1;;;;160:49;;;1566:18:127;:89::i;2855:585:19:-;3004:12;3029:14;3045;3063:26;3074:6;3082;3063:10;:26::i;:::-;3028:61;;;;3255:7;3315:6;3323;3298:32;;;;;;;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;3298:32:19;;;3288:43;;;;;;3357:12;3180:211;;;;;;;;;;;;;;;-1:-1:-1;;26:21;;;22:32;6:49;;3180:211:19;;;3149:260;;49:4:-1;3149:260:19;;;;;2855:585;-1:-1:-1;;;;;;;2855:585:19:o;2099:423::-;2174:14;2190;2216:105;2252:6;-1:-1:-1;;;;;2242:16:19;:6;-1:-1:-1;;;;;2242:16:19;;;2272:4;2216:105;:12;:105::i;:::-;2359:6;-1:-1:-1;;;;;2350:15:19;:6;-1:-1:-1;;;;;2350:15:19;;:53;;2388:6;2396;2350:53;;;2369:6;2377;2350:53;2331:72;;-1:-1:-1;2331:72:19;-1:-1:-1;2413:102:19;-1:-1:-1;;;;;2439:20:19;;;;2473:4;2413:102;:12;:102::i;:::-;2099:423;;;;;:::o;3718:338:124:-;3804:7;3904:12;3897:5;3889:28;;;;-1:-1:-1;;;3889:28:124;;;;;;;;;;;3927:9;3943:1;3939;:5;;;;;;;3718:338;-1:-1:-1;;;;;3718:338:124:o;1732:187::-;1818:7;1853:12;1845:6;;;;1837:29;;;;-1:-1:-1;;;1837:29:124;;;;;;;;;;-1:-1:-1;;;1888:5:124;;;1732:187::o;834:176::-;892:7;923:5;;;946:6;;;;938:46;;;;-1:-1:-1;;;938:46:124;;;;;;;;10183:325:77;10272:4;10340:2;10332:5;:10;10328:79;;;-1:-1:-1;902:2:77;10376:18;;10365:31;;10358:38;;10328:79;-1:-1:-1;956:2:77;10472:27;10461:40;;;10183:325::o;2666:1095:127:-;3261:27;3269:5;-1:-1:-1;;;;;3261:25:127;;:27::i;:::-;3253:71;;;;-1:-1:-1;;;3253:71:127;;;;;;;;;3395:12;3409:23;3444:5;-1:-1:-1;;;;;3436:19:127;3456:4;3436:25;;;;;;;;;;;;;;;;;;;;;;;14:1:-1;21;16:31;;;;75:4;69:11;64:16;;144:4;140:9;133:4;115:16;111:27;107:43;104:1;100:51;94:4;87:65;169:16;166:1;159:27;225:16;222:1;215:4;212:1;208:12;193:49;7:242;;16:31;36:4;31:9;;7:242;;3394:67:127;;;;3479:7;3471:52;;;;-1:-1:-1;;;3471:52:127;;;;;;;;;3538:17;;:21;3534:221;;3678:10;3667:30;;;;;;;;;;;;;;3659:85;;;;-1:-1:-1;;;3659:85:127;;;;;;;;686:610:128;746:4;1207:20;;1052:66;1246:23;;;;;;:42;;-1:-1:-1;1273:15:128;;;1246:42;1238:51;686:610;-1:-1:-1;;;;686:610:128:o;1538:13600:27:-;;;;;;;;;;-1:-1:-1;1538:13600:27;;;;;;;;:::o;:::-;;;;;;;;;;-1:-1:-1;1538:13600:27;;;;;;;;:::o;:::-;;;;;;;;;-1:-1:-1;1538:13600:27;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;1538:13600:27;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;-1:-1:-1;1538:13600:27;;;;;;;;;;;;;;;;;;;;;:::o;5:130:-1:-;72:20;;97:33;72:20;97:33;;142:134;220:13;;238:33;220:13;238:33;;454:352;;;584:3;577:4;569:6;565:17;561:27;551:2;;602:1;599;592:12;551:2;-1:-1;622:20;;662:18;651:30;;648:2;;;694:1;691;684:12;648:2;728:4;720:6;716:17;704:29;;779:3;771:4;763:6;759:17;749:8;745:32;742:41;739:2;;;796:1;793;786:12;1210:722;;1338:3;1331:4;1323:6;1319:17;1315:27;1305:2;;1356:1;1353;1346:12;1305:2;1386:6;1380:13;1408:80;1423:64;1480:6;1423:64;;;1408:80;;;1399:89;;1505:5;1530:6;1523:5;1516:21;1560:4;1552:6;1548:17;1538:27;;1582:4;1577:3;1573:14;1566:21;;1635:6;1682:3;1674:4;1666:6;1662:17;1657:3;1653:27;1650:36;1647:2;;;1699:1;1696;1689:12;1647:2;1724:1;1709:217;1734:6;1731:1;1728:13;1709:217;;;1792:3;1814:48;1858:3;1846:10;1814:48;;;1802:61;;-1:-1;1886:4;1877:14;;;;1905;;;;;1756:1;1749:9;1709:217;;;1713:14;1298:634;;;;;;;;1940:128;2015:13;;2033:30;2015:13;2033:30;;2089:336;;;2203:3;2196:4;2188:6;2184:17;2180:27;2170:2;;2221:1;2218;2211:12;2170:2;-1:-1;2241:20;;2281:18;2270:30;;2267:2;;;2313:1;2310;2303:12;2267:2;2347:4;2339:6;2335:17;2323:29;;2398:3;2390:4;2382:6;2378:17;2368:8;2364:32;2361:41;2358:2;;;2415:1;2412;2405:12;2434:432;;2531:3;2524:4;2516:6;2512:17;2508:27;2498:2;;2549:1;2546;2539:12;2498:2;2586:6;2573:20;2608:60;2623:44;2660:6;2623:44;;2608:60;2599:69;;2688:6;2681:5;2674:21;2724:4;2716:6;2712:17;2757:4;2750:5;2746:16;2792:3;2783:6;2778:3;2774:16;2771:25;2768:2;;;2809:1;2806;2799:12;2768:2;2819:41;2853:6;2848:3;2843;2819:41;;;2491:375;;;;;;;;2922:1132;;3044:4;3032:9;3027:3;3023:19;3019:30;3016:2;;;3062:1;3059;3052:12;3016:2;3080:20;3095:4;3080:20;;;3071:29;-1:-1;3158:31;;3209:18;3198:30;;3195:2;;;3241:1;3238;3231:12;3195:2;3276:54;3326:3;3317:6;3306:9;3302:22;3276:54;;;3251:80;;-1:-1;3403:2;3436:49;3481:3;3457:22;;;3436:49;;;3429:4;3422:5;3418:16;3411:75;3352:145;3558:2;3591:49;3636:3;3627:6;3616:9;3612:22;3591:49;;;3584:4;3577:5;3573:16;3566:75;3507:145;3709:2;3742:49;3787:3;3778:6;3767:9;3763:22;3742:49;;;3735:4;3728:5;3724:16;3717:75;3662:141;3886:3;3875:9;3871:19;3858:33;3911:18;3903:6;3900:30;3897:2;;;3943:1;3940;3933:12;3897:2;3978:54;4028:3;4019:6;4008:9;4004:22;3978:54;;;3971:4;3964:5;3960:16;3953:80;3813:231;3010:1044;;;;;4061:134;4139:13;;4157:33;4139:13;4157:33;;4202:130;4269:20;;4294:33;4269:20;4294:33;;4339:134;4417:13;;4435:33;4417:13;4435:33;;4480:132;4557:13;;4575:32;4557:13;4575:32;;4619:241;;4723:2;4711:9;4702:7;4698:23;4694:32;4691:2;;;4739:1;4736;4729:12;4691:2;4774:1;4791:53;4836:7;4816:9;4791:53;;4867:263;;4982:2;4970:9;4961:7;4957:23;4953:32;4950:2;;;4998:1;4995;4988:12;4950:2;5033:1;5050:64;5106:7;5086:9;5050:64;;5137:603;;;;5288:2;5276:9;5267:7;5263:23;5259:32;5256:2;;;5304:1;5301;5294:12;5256:2;5339:1;5356:61;5409:7;5389:9;5356:61;;;5346:71;;5318:105;5454:2;5472:53;5517:7;5508:6;5497:9;5493:22;5472:53;;;5462:63;;5433:98;5590:2;5579:9;5575:18;5562:32;5614:18;5606:6;5603:30;5600:2;;;5646:1;5643;5636:12;5600:2;5666:58;5716:7;5707:6;5696:9;5692:22;5666:58;;;5656:68;;5541:189;5250:490;;;;;;5747:993;;;;;;;;5955:3;5943:9;5934:7;5930:23;5926:33;5923:2;;;5972:1;5969;5962:12;5923:2;6007:1;6024:53;6069:7;6049:9;6024:53;;;6014:63;;5986:97;6114:2;6132:53;6177:7;6168:6;6157:9;6153:22;6132:53;;;6122:63;;6093:98;6222:2;6240:53;6285:7;6276:6;6265:9;6261:22;6240:53;;;6230:63;;6201:98;6330:2;6348:53;6393:7;6384:6;6373:9;6369:22;6348:53;;;6338:63;;6309:98;6438:3;6457:53;6502:7;6493:6;6482:9;6478:22;6457:53;;;6447:63;;6417:99;6575:3;6564:9;6560:19;6547:33;6600:18;6592:6;6589:30;6586:2;;;6632:1;6629;6622:12;6586:2;6660:64;6716:7;6707:6;6696:9;6692:22;6660:64;;;6650:74;;;;6526:204;5917:823;;;;;;;;;;;6747:741;;;;;;6921:3;6909:9;6900:7;6896:23;6892:33;6889:2;;;6938:1;6935;6928:12;6889:2;6973:1;6990:53;7035:7;7015:9;6990:53;;;6980:63;;6952:97;7080:2;7098:53;7143:7;7134:6;7123:9;7119:22;7098:53;;;7088:63;;7059:98;7188:2;7206:53;7251:7;7242:6;7231:9;7227:22;7206:53;;;7196:63;;7167:98;7324:2;7313:9;7309:18;7296:32;7348:18;7340:6;7337:30;7334:2;;;7380:1;7377;7370:12;7334:2;7408:64;7464:7;7455:6;7444:9;7440:22;7408:64;;;7398:74;;;;7275:203;6883:605;;;;;;;;;7495:678;;;;;7686:2;7674:9;7665:7;7661:23;7657:32;7654:2;;;7702:1;7699;7692:12;7654:2;7737:31;;7788:18;7777:30;;7774:2;;;7820:1;7817;7810:12;7774:2;7848:80;7920:7;7911:6;7900:9;7896:22;7848:80;;;7838:90;;;;7716:218;7993:2;7982:9;7978:18;7965:32;8017:18;8009:6;8006:30;8003:2;;;8049:1;8046;8039:12;8003:2;8077:80;8149:7;8140:6;8129:9;8125:22;8077:80;;;7648:525;;;;-1:-1;8067:90;-1:-1;;;;7648:525;8180:392;;8320:2;8308:9;8299:7;8295:23;8291:32;8288:2;;;8336:1;8333;8326:12;8288:2;8371:24;;8415:18;8404:30;;8401:2;;;8447:1;8444;8437:12;8401:2;8467:89;8548:7;8539:6;8528:9;8524:22;8467:89;;8579:257;;8691:2;8679:9;8670:7;8666:23;8662:32;8659:2;;;8707:1;8704;8697:12;8659:2;8742:1;8759:61;8812:7;8792:9;8759:61;;8843:393;;8980:2;8968:9;8959:7;8955:23;8951:32;8948:2;;;8996:1;8993;8986:12;8948:2;9031:31;;9082:18;9071:30;;9068:2;;;9114:1;9111;9104:12;9068:2;9134:86;9212:7;9203:6;9192:9;9188:22;9134:86;;9243:533;;;;9391:2;9379:9;9370:7;9366:23;9362:32;9359:2;;;9407:1;9404;9397:12;9359:2;9442:1;9459:64;9515:7;9495:9;9459:64;;;9449:74;;9421:108;9560:2;9578:64;9634:7;9625:6;9614:9;9610:22;9578:64;;;9568:74;;9539:109;9679:2;9697:63;9752:7;9743:6;9732:9;9728:22;9697:63;;9783:263;;9898:2;9886:9;9877:7;9873:23;9869:32;9866:2;;;9914:1;9911;9904:12;9866:2;9949:1;9966:64;10022:7;10002:9;9966:64;;10054:173;;10141:46;10183:3;10175:6;10141:46;;;-1:-1;;10216:4;10207:14;;10134:93;10236:257;;10387:100;10483:3;10475:6;10387:100;;10502:253;;10627:88;10711:3;10703:6;10627:88;;;-1:-1;;10744:4;10735:14;;10620:135;10763:103;10836:24;10854:5;10836:24;;;10831:3;10824:37;10818:48;;;10993:152;11094:45;11114:24;11132:5;11114:24;;;11094:45;;11183:690;;11328:54;11376:5;11328:54;;;11395:86;11474:6;11469:3;11395:86;;;11388:93;;11502:56;11552:5;11502:56;;;11578:7;11606:1;11591:260;11616:6;11613:1;11610:13;11591:260;;;11683:6;11677:13;11704:63;11763:3;11748:13;11704:63;;;11697:70;;11784:60;11837:6;11784:60;;;11774:70;-1:-1;;11638:1;11631:9;11591:260;;;-1:-1;11864:3;;11307:566;-1:-1;;;;;11307:566;11948:1048;;12143:79;12216:5;12143:79;;;12235:111;12339:6;12334:3;12235:111;;;12228:118;;12369:3;12411:4;12403:6;12399:17;12394:3;12390:27;12438:81;12513:5;12438:81;;;12539:7;12567:1;12552:405;12577:6;12574:1;12571:13;12552:405;;;12639:9;12633:4;12629:20;12624:3;12617:33;12684:6;12678:13;12706:114;12815:4;12800:13;12706:114;;;12698:122;;12837:85;12915:6;12837:85;;;12945:4;12936:14;;;;;12827:95;-1:-1;;12599:1;12592:9;12552:405;;;-1:-1;12970:4;;12122:874;-1:-1;;;;;;;12122:874;13059:842;;13242:73;13309:5;13242:73;;;13328:105;13426:6;13421:3;13328:105;;;13321:112;;13454:75;13523:5;13454:75;;;13549:7;13577:1;13562:317;13587:6;13584:1;13581:13;13562:317;;;13654:6;13648:13;13675:101;13772:3;13757:13;13675:101;;;13668:108;;13793:79;13865:6;13793:79;;;13783:89;-1:-1;;13609:1;13602:9;13562:317;;13909:94;13976:21;13991:5;13976:21;;14121:148;14220:43;14239:23;14256:5;14239:23;;;14220:43;;14276:148;14375:43;14394:23;14411:5;14394:23;;14431:113;14514:24;14532:5;14514:24;;14551:152;14652:45;14672:24;14690:5;14672:24;;14710:343;;14820:38;14852:5;14820:38;;;14870:70;14933:6;14928:3;14870:70;;;14863:77;;14945:52;14990:6;14985:3;14978:4;14971:5;14967:16;14945:52;;;15018:29;15040:6;15018:29;;;15009:39;;;;14800:253;-1:-1;;;14800:253;15060:356;;15188:38;15220:5;15188:38;;;15238:88;15319:6;15314:3;15238:88;;;15231:95;;15331:52;15376:6;15371:3;15364:4;15357:5;15353:16;15331:52;;;15395:16;;;;;15168:248;-1:-1;;15168:248;15745:176;15853:62;15909:5;15853:62;;15928:144;16015:51;16060:5;16015:51;;16079:158;16173:58;16225:5;16173:58;;16758:375;;16918:67;16982:2;16977:3;16918:67;;;17018:34;16998:55;;17087:8;17082:2;17073:12;;17066:30;17124:2;17115:12;;16904:229;-1:-1;;16904:229;17142:327;;17302:67;17366:2;17361:3;17302:67;;;17402:29;17382:50;;17460:2;17451:12;;17288:181;-1:-1;;17288:181;17478:332;;17638:67;17702:2;17697:3;17638:67;;;17738:34;17718:55;;17801:2;17792:12;;17624:186;-1:-1;;17624:186;17819:398;;17997:84;18079:1;18074:3;17997:84;;;18114:66;18094:87;;18209:1;18200:11;;17983:234;-1:-1;;17983:234;18226:370;;18386:67;18450:2;18445:3;18386:67;;;18486:34;18466:55;;18555:3;18550:2;18541:12;;18534:25;18587:2;18578:12;;18372:224;-1:-1;;18372:224;18605:332;;18765:67;18829:2;18824:3;18765:67;;;18865:34;18845:55;;18928:2;18919:12;;18751:186;-1:-1;;18751:186;18946:379;;19106:67;19170:2;19165:3;19106:67;;;19206:34;19186:55;;19275:12;19270:2;19261:12;;19254:34;19316:2;19307:12;;19092:233;-1:-1;;19092:233;19334:391;;19494:67;19558:2;19553:3;19494:67;;;19594:34;19574:55;;19663:24;19658:2;19649:12;;19642:46;19716:2;19707:12;;19480:245;-1:-1;;19480:245;19734:331;;19894:67;19958:2;19953:3;19894:67;;;19994:33;19974:54;;20056:2;20047:12;;19880:185;-1:-1;;19880:185;20134:1616;20353:23;;20134:1616;;20279:6;20270:16;;;20382:77;20274:3;20353:23;20382:77;;;20301:164;20543:4;20536:5;20532:16;20526:23;20555:63;20612:4;20607:3;20603:14;20589:12;20555:63;;;20475:149;20699:4;20692:5;20688:16;20682:23;20711:119;20824:4;20819:3;20815:14;20801:12;20711:119;;;20634:202;20920:4;20913:5;20909:16;20903:23;20932:63;20989:4;20984:3;20980:14;20966:12;20932:63;;;20846:155;21087:4;21080:5;21076:16;21070:23;21099:63;21156:4;21151:3;21147:14;21133:12;21099:63;;;21011:157;21249:4;21242:5;21238:16;21232:23;21261:65;21318:6;21313:3;21309:16;21295:12;21261:65;;;21178:154;21415:4;21408:5;21404:16;21398:23;21427:65;21484:6;21479:3;21475:16;21461:12;21427:65;;;21342:156;21571:4;21564:5;21560:16;21554:23;21625:3;21619:4;21615:14;21606:6;21601:3;21597:16;21590:40;21645:67;21707:4;21693:12;21645:67;;21816:821;22021:23;;21955:4;21946:14;;;22050:57;21950:3;22021:23;22050:57;;;21975:138;22194:4;22187:5;22183:16;22177:23;22206:84;22284:4;22279:3;22275:14;22261:12;22206:84;;;22123:173;22368:4;22361:5;22357:16;22351:23;22380:81;22455:4;22450:3;22446:14;22432:12;22380:81;;;22306:161;22541:4;22534:5;22530:16;22524:23;22553:63;22610:4;22605:3;22601:14;22587:12;22553:63;;22693:461;22885:23;;22818:4;22809:14;;;22914:63;22813:3;22885:23;22914:63;;;22838:145;23058:4;23051:5;23047:16;23041:23;23070:63;23127:4;23122:3;23118:14;23104:12;23070:63;;23391:383;;23538:75;23609:3;23600:6;23538:75;;;23635:2;23630:3;23626:12;23619:19;;23649:75;23720:3;23711:6;23649:75;;;-1:-1;23746:2;23737:12;;23526:248;-1:-1;;23526:248;23781:244;;23900:75;23971:3;23962:6;23900:75;;;-1:-1;23997:2;23988:12;;23888:137;-1:-1;23888:137;24032:262;;24176:93;24265:3;24256:6;24176:93;;24301:553;;24517:93;24606:3;24597:6;24517:93;;;24510:100;;24621:73;24690:3;24681:6;24621:73;;;24716:1;24711:3;24707:11;24700:18;;24736:93;24825:3;24816:6;24736:93;;24861:978;;25175:93;25264:3;25255:6;25175:93;;;25168:100;;25279:73;25348:3;25339:6;25279:73;;;25374:1;25369:3;25365:11;25358:18;;25394:93;25483:3;25474:6;25394:93;;;25387:100;;25498:73;25567:3;25558:6;25498:73;;;25593:1;25588:3;25584:11;25577:18;;25613:93;25702:3;25693:6;25613:93;;;25606:100;;25717:73;25786:3;25777:6;25717:73;;;-1:-1;25812:1;25803:11;;25156:683;-1:-1;;;;;;25156:683;25846:789;;26129:148;26273:3;26129:148;;;26122:155;;26288:75;26359:3;26350:6;26288:75;;;26385:2;26380:3;26376:12;26369:19;;26399:75;26470:3;26461:6;26399:75;;;26496:2;26491:3;26487:12;26480:19;;26510:75;26581:3;26572:6;26510:75;;;-1:-1;26607:2;26598:12;;26110:525;-1:-1;;;26110:525;26642:213;26760:2;26745:18;;26774:71;26749:9;26818:6;26774:71;;26862:324;27008:2;26993:18;;27022:71;26997:9;27066:6;27022:71;;;27104:72;27172:2;27161:9;27157:18;27148:6;27104:72;;27193:324;27339:2;27324:18;;27353:71;27328:9;27397:6;27353:71;;;27435:72;27503:2;27492:9;27488:18;27479:6;27435:72;;27524:519;27716:2;27701:18;;27730:71;27705:9;27774:6;27730:71;;;27812:72;27880:2;27869:9;27865:18;27856:6;27812:72;;;27932:9;27926:4;27922:20;27917:2;27906:9;27902:18;27895:48;27957:76;28028:4;28019:6;27957:76;;28050:796;28384:2;28398:47;;;28369:18;;28459:146;28369:18;28591:6;28459:146;;;28451:154;;28653:9;28647:4;28643:20;28638:2;28627:9;28623:18;28616:48;28678:158;28831:4;28822:6;28678:158;;28853:201;28965:2;28950:18;;28979:65;28954:9;29017:6;28979:65;;29061:213;29179:2;29164:18;;29193:71;29168:9;29237:6;29193:71;;29281:263;29424:2;29409:18;;29438:96;29413:9;29507:6;29438:96;;29551:301;29689:2;29703:47;;;29674:18;;29764:78;29674:18;29828:6;29764:78;;29859:407;30050:2;30064:47;;;30035:18;;30125:131;30035:18;30125:131;;30273:407;30464:2;30478:47;;;30449:18;;30539:131;30449:18;30539:131;;30687:407;30878:2;30892:47;;;30863:18;;30953:131;30863:18;30953:131;;31101:407;31292:2;31306:47;;;31277:18;;31367:131;31277:18;31367:131;;31515:407;31706:2;31720:47;;;31691:18;;31781:131;31691:18;31781:131;;31929:407;32120:2;32134:47;;;32105:18;;32195:131;32105:18;32195:131;;32343:407;32534:2;32548:47;;;32519:18;;32609:131;32519:18;32609:131;;32757:407;32948:2;32962:47;;;32933:18;;33023:131;32933:18;33023:131;;33391:472;33587:2;33572:18;;33601:71;33576:9;33645:6;33601:71;;;33720:9;33714:4;33710:20;33705:2;33694:9;33690:18;33683:48;33745:108;33848:4;33839:6;33745:108;;33870:807;34150:3;34135:19;;34165:71;34139:9;34209:6;34165:71;;;34247:72;34315:2;34304:9;34300:18;34291:6;34247:72;;;34367:9;34361:4;34357:20;34352:2;34341:9;34337:18;34330:48;34392:108;34495:4;34486:6;34392:108;;;34384:116;;34511:72;34579:2;34568:9;34564:18;34555:6;34511:72;;;34594:73;34662:3;34651:9;34647:19;34638:6;34594:73;;34684:256;34746:2;34740:9;34772:17;;;34847:18;34832:34;;34868:22;;;34829:62;34826:2;;;34904:1;34901;34894:12;34826:2;34920;34913:22;34724:216;;-1:-1;34724:216;34947:304;;35106:18;35098:6;35095:30;35092:2;;;35138:1;35135;35128:12;35092:2;-1:-1;35173:4;35161:17;;;35226:15;;35029:222;35258:317;;35397:18;35389:6;35386:30;35383:2;;;35429:1;35426;35419:12;35383:2;-1:-1;35560:4;35496;35473:17;;;;-1:-1;;35469:33;35550:15;;35320:255;35582:151;35706:4;35697:14;;35654:79;36100:137;36203:12;;36174:63;37347:178;37465:19;;;37514:4;37505:14;;37458:67;38762:91;;38824:24;38842:5;38824:24;;38966:85;39032:13;39025:21;;39008:43;39058:144;39130:66;39119:78;;39102:100;39209:144;39281:66;39270:78;;39253:100;39360:72;39422:5;39405:27;39439:138;39517:5;39523:49;39517:5;39523:49;;39584:152;39669:5;39675:56;39669:5;39675:56;;39896:109;39969:30;39958:42;;39941:64;40012:121;-1:-1;;;;;40074:54;;40057:76;40219:88;40291:10;40280:22;;40263:44;40314:171;;40418:62;40474:5;40418:62;;40632:138;;40725:40;40759:5;40725:40;;40777:152;;40877:47;40918:5;40877:47;;41090:145;41171:6;41166:3;41161;41148:30;-1:-1;41227:1;41209:16;;41202:27;41141:94;41244:268;41309:1;41316:101;41330:6;41327:1;41324:13;41316:101;;;41397:11;;;41391:18;41378:11;;;41371:39;41352:2;41345:10;41316:101;;;41432:6;41429:1;41426:13;41423:2;;;-1:-1;;41497:1;41479:16;;41472:27;41293:219;41520:95;;41584:26;41604:5;41863:89;41927:20;41941:5;41927:20;;41959:97;42047:2;42027:14;-1:-1;;42023:28;;42007:49;42064:94;42138:2;42134:14;;42106:52;42166:107;42251:1;42244:5;42241:12;42231:2;;42257:9;42280:114;42372:1;42365:5;42362:12;42352:2;;42378:9;42519:117;42588:24;42606:5;42588:24;;;42581:5;42578:35;42568:2;;42627:1;42624;42617:12;42783:111;42849:21;42864:5;42849:21;;42901:117;42970:24;42988:5;42970:24;;43025:117;43094:24;43112:5;43094:24;;43149:115;43217:23;43234:5;43217:23;",
|
|
339
339
|
"source": "/*\n\n Copyright 2021 Dolomite.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n*/\n\npragma solidity ^0.5.7;\npragma experimental ABIEncoderV2;\n\nimport \"@openzeppelin/contracts/math/SafeMath.sol\";\nimport \"@openzeppelin/contracts/ownership/Ownable.sol\";\nimport \"@openzeppelin/contracts/token/ERC20/IERC20.sol\";\nimport \"@openzeppelin/contracts/token/ERC20/SafeERC20.sol\";\nimport \"@openzeppelin/contracts/utils/ReentrancyGuard.sol\";\n\nimport \"@uniswap/lib/contracts/libraries/Babylonian.sol\";\n\nimport \"../../protocol/interfaces/IExchangeWrapper.sol\";\nimport \"../../protocol/interfaces/IDolomiteMargin.sol\";\n\nimport \"../../protocol/lib/Account.sol\";\nimport \"../../protocol/lib/Actions.sol\";\nimport \"../../protocol/lib/Require.sol\";\nimport \"../../protocol/lib/Types.sol\";\n\nimport \"../lib/DolomiteAmmLibrary.sol\";\nimport \"../lib/TypedSignature.sol\";\n\nimport \"../interfaces/IDolomiteAmmFactory.sol\";\nimport \"../interfaces/IDolomiteAmmPair.sol\";\nimport \"../interfaces/IUniswapV2Router.sol\";\n\nimport \"../helpers/OnlyDolomiteMargin.sol\";\n\n\ncontract AmmRebalancerProxy is IExchangeWrapper, OnlyDolomiteMargin, Ownable {\n using SafeERC20 for IERC20;\n using SafeMath for uint;\n\n bytes32 public constant FILE = \"AmmRebalancerProxy\";\n\n address public DOLOMITE_AMM_FACTORY;\n mapping(address => bytes32) public ROUTER_TO_INIT_CODE_HASH_MAP;\n\n struct RebalanceParams {\n bytes dolomitePath;\n uint truePriceTokenA;\n uint truePriceTokenB;\n address otherRouter;\n bytes otherPath;\n }\n\n struct RebalanceCache {\n address dolomiteFactory;\n address[] dolomitePools;\n }\n\n event RouterInitCodeHashSet(address indexed router, bytes32 initCodeHash);\n\n // ============ Constructor ============\n\n constructor (\n address dolomiteMargin,\n address dolomiteAmmFactory,\n address[] memory routers,\n bytes32[] memory initCodeHashes\n )\n public\n OnlyDolomiteMargin(dolomiteMargin)\n {\n DOLOMITE_AMM_FACTORY = dolomiteAmmFactory;\n\n Require.that(\n routers.length == initCodeHashes.length,\n FILE,\n \"routers/initCodes invalid length\"\n );\n for (uint i = 0; i < routers.length; i++) {\n ROUTER_TO_INIT_CODE_HASH_MAP[routers[i]] = initCodeHashes[i];\n emit RouterInitCodeHashSet(routers[i], initCodeHashes[i]);\n }\n }\n\n function adminSetRouterInitCodeHashes(\n address[] calldata routers,\n bytes32[] calldata initCodeHashes\n )\n external\n onlyOwner {\n Require.that(\n routers.length == initCodeHashes.length,\n FILE,\n \"routers/initCodes invalid length\"\n );\n\n for (uint i = 0; i < routers.length; i++) {\n ROUTER_TO_INIT_CODE_HASH_MAP[routers[i]] = initCodeHashes[i];\n emit RouterInitCodeHashSet(routers[i], initCodeHashes[i]);\n }\n }\n\n function exchange(\n address,\n address receiver,\n address makerToken,\n address takerToken,\n uint256 requestedFillAmount,\n bytes calldata orderData\n )\n external\n onlyDolomiteMargin(msg.sender)\n returns (uint256) {\n (address router, uint amountOutMin, bytes memory rawPath) = abi.decode(orderData, (address, uint, bytes));\n address[] memory path = _decodeRawPath(rawPath);\n Require.that(\n path[0] == takerToken,\n FILE,\n \"path[0] not takerToken\"\n );\n Require.that(\n path[path.length - 1] == makerToken,\n FILE,\n \"path[last] not makerToken\"\n );\n\n _checkAllowanceAndApprove(takerToken, router, requestedFillAmount);\n\n uint[] memory amounts = IUniswapV2Router(router).swapExactTokensForTokens(\n requestedFillAmount,\n amountOutMin,\n path,\n address(this),\n block.timestamp + 1\n );\n\n _checkAllowanceAndApprove(makerToken, receiver, amounts[amounts.length - 1]);\n\n return amounts[amounts.length - 1];\n }\n\n function getExchangeCost(\n address makerToken,\n address takerToken,\n uint256 desiredMakerToken,\n bytes calldata orderData\n )\n external\n view\n returns (uint256) {\n (address router,, bytes memory rawPath) = abi.decode(orderData, (address, uint, bytes));\n address[] memory path = _decodeRawPath(rawPath);\n Require.that(\n path[0] == takerToken,\n FILE,\n \"path[0] not takerToken\"\n );\n Require.that(\n path[path.length - 1] == makerToken,\n FILE,\n \"path[last] not makerToken\"\n );\n\n return IUniswapV2Router(router).getAmountsIn(desiredMakerToken, path)[0];\n }\n\n function performRebalance(\n RebalanceParams memory params\n ) public {\n Require.that(\n params.dolomitePath.length == 40 && params.otherPath.length >= 40 && params.otherPath.length % 20 == 0,\n FILE,\n \"invalid path lengths\"\n );\n\n address[] memory dolomitePath = _decodeRawPath(params.dolomitePath);\n address[] memory otherPath = _decodeRawPath(params.otherPath);\n Require.that(\n dolomitePath[0] == otherPath[otherPath.length - 1] && dolomitePath[dolomitePath.length - 1] == otherPath[0],\n FILE,\n \"invalid path alignment\"\n );\n\n // solium-disable indentation\n RebalanceCache memory cache;\n {\n address dolomiteFactory = DOLOMITE_AMM_FACTORY;\n cache = RebalanceCache({\n dolomiteFactory: dolomiteFactory,\n dolomitePools: DolomiteAmmLibrary.getPools(dolomiteFactory, dolomitePath)\n });\n }\n // solium-enable indentation\n\n uint dolomiteAmountIn;\n // solium-disable indentation\n {\n (uint256 reserveA, uint256 reserveB) = DolomiteAmmLibrary.getReservesWei(\n cache.dolomiteFactory,\n dolomitePath[0],\n dolomitePath[1]\n );\n (bool isAToB, uint _dolomiteAmountIn) = _computeProfitMaximizingTrade(\n params.truePriceTokenA,\n params.truePriceTokenB,\n reserveA,\n reserveB\n );\n\n Require.that(\n isAToB,\n FILE,\n \"invalid aToB\"\n );\n\n dolomiteAmountIn = _dolomiteAmountIn;\n }\n // solium-enable indentation\n\n Account.Info[] memory accounts = new Account.Info[](2 + cache.dolomitePools.length);\n accounts[0] = Account.Info({\n owner : msg.sender,\n number : 0\n });\n accounts[1] = Account.Info({\n owner : msg.sender,\n number : 1\n });\n\n for (uint i = 0; i < cache.dolomitePools.length; i++) {\n accounts[2 + i] = Account.Info({\n owner : cache.dolomitePools[i],\n number : 0\n });\n }\n\n uint[] memory dolomiteMarketPath = _getMarketPathFromTokenPath(dolomitePath);\n\n // solium-disable indentation\n uint otherAmountIn;\n {\n // blocked off to prevent the \"stack too deep\" error\n bytes32 otherInitCodeHash = ROUTER_TO_INIT_CODE_HASH_MAP[params.otherRouter];\n Require.that(\n otherInitCodeHash != bytes32(0),\n FILE,\n \"router not recognized\"\n );\n\n // dolomiteAmountIn is the amountOut for the other trade\n // Require.that(false, FILE, \"printing results\", dolomiteAmountIn);\n otherAmountIn = DolomiteAmmLibrary.getAmountsIn(\n IUniswapV2Router(params.otherRouter).factory(),\n otherInitCodeHash,\n dolomiteAmountIn,\n otherPath\n )[0];\n }\n // solium-enable indentation\n\n // 1 action for transferring, 1 for selling via the other router, and trades are paths.length - 1\n Actions.ActionArgs[] memory actions = new Actions.ActionArgs[](2 + dolomitePath.length - 1);\n\n // trade from accountIndex=1 and transfer to 0, to ensure re-balances are down with flash-loaned funds\n // the dolomiteInputMarketId is the output market for the other trade and vice versa\n // solium-disable indentation\n {\n // done to prevent the \"stack too deep\" error\n uint otherAmountOut = dolomiteAmountIn;\n actions[0] = _encodeSell(\n 1,\n dolomiteMarketPath[dolomiteMarketPath.length - 1],\n dolomiteMarketPath[0],\n otherAmountIn,\n params.otherRouter,\n params.otherPath,\n otherAmountOut // this is the other trade's output amount\n );\n }\n // solium-enable indentation\n\n uint[] memory dolomiteAmountsOut = DolomiteAmmLibrary.getAmountsOutWei(\n cache.dolomiteFactory,\n dolomiteAmountIn,\n dolomitePath\n );\n Require.that(\n otherAmountIn <= dolomiteAmountsOut[dolomiteAmountsOut.length - 1],\n FILE,\n \"arb closed\"\n );\n\n for (uint i = 0; i < cache.dolomitePools.length; i++) {\n Require.that(\n accounts[i + 2].owner == cache.dolomitePools[i],\n FILE,\n \"invalid pool owner address\"\n );\n actions[i + 1] = _encodeTrade(\n 1,\n i + 2,\n dolomiteMarketPath[i],\n dolomiteMarketPath[i + 1],\n cache.dolomitePools[i],\n dolomiteAmountsOut[i],\n dolomiteAmountsOut[i + 1]\n );\n }\n actions[actions.length - 1] = _encodeTransferAll(\n 1,\n 0,\n dolomiteMarketPath[dolomiteMarketPath.length - 1]\n );\n\n DOLOMITE_MARGIN.operate(accounts, actions);\n }\n\n // ============ Internal Functions ============\n\n function _computeProfitMaximizingTrade(\n uint256 truePriceTokenA,\n uint256 truePriceTokenB,\n uint256 reserveA,\n uint256 reserveB\n )\n internal\n pure\n returns (bool isAToB, uint256 amountIn)\n {\n isAToB = reserveA.mul(truePriceTokenB).div(reserveB) < truePriceTokenA;\n\n uint256 invariant = reserveA.mul(reserveB);\n\n uint256 leftSide = Babylonian.sqrt(\n invariant.mul(isAToB ? truePriceTokenA : truePriceTokenB).mul(1000) /\n uint256(isAToB ? truePriceTokenB : truePriceTokenA).mul(997)\n );\n uint256 rightSide = (isAToB ? reserveA.mul(1000) : reserveB.mul(1000)) / 997;\n\n // compute the amount that must be sent to move the price to the profit-maximizing price\n amountIn = leftSide.sub(rightSide);\n }\n\n function _decodeRawPath(\n bytes memory rawPath\n ) internal pure returns (address[] memory) {\n Require.that(\n rawPath.length % 20 == 0 && rawPath.length >= 40,\n FILE,\n \"invalid path length\"\n );\n address[] memory path = new address[](rawPath.length / 20);\n for (uint i = 0; i < path.length; i++) {\n uint offset = 20 * i; // 20 bytes per address\n bytes20 token;\n // solium-disable-next-line\n assembly {\n token := mload(add(add(rawPath, 32), offset))\n }\n path[i] = address(token);\n }\n return path;\n }\n\n function _checkAllowanceAndApprove(\n address token,\n address spender,\n uint amount\n ) internal {\n if (IERC20(token).allowance(address(this), spender) < amount) {\n IERC20(token).safeApprove(spender, uint(- 1));\n }\n }\n\n function _encodeSell(\n uint fromAccountIndex,\n uint primaryMarketId,\n uint secondaryMarketId,\n uint amountInWei,\n address router,\n bytes memory path,\n uint amountOutWei\n ) internal view returns (Actions.ActionArgs memory) {\n return Actions.ActionArgs({\n actionType : Actions.ActionType.Sell,\n accountId : fromAccountIndex,\n // solium-disable-next-line arg-overflow\n amount : Types.AssetAmount(false, Types.AssetDenomination.Wei, Types.AssetReference.Delta, amountInWei),\n primaryMarketId : primaryMarketId,\n secondaryMarketId : secondaryMarketId,\n otherAddress : address(this),\n otherAccountId : uint(- 1),\n data : abi.encode(router, amountOutWei, path)\n });\n }\n\n function _encodeTrade(\n uint fromAccountIndex,\n uint toAccountIndex,\n uint primaryMarketId,\n uint secondaryMarketId,\n address traderAddress,\n uint amountInWei,\n uint amountOutWei\n ) internal pure returns (Actions.ActionArgs memory) {\n return Actions.ActionArgs({\n actionType : Actions.ActionType.Trade,\n accountId : fromAccountIndex,\n // solium-disable-next-line arg-overflow\n amount : Types.AssetAmount(true, Types.AssetDenomination.Wei, Types.AssetReference.Delta, amountInWei),\n primaryMarketId : primaryMarketId,\n secondaryMarketId : secondaryMarketId,\n otherAddress : traderAddress,\n otherAccountId : toAccountIndex,\n data : abi.encode(amountOutWei)\n });\n }\n\n function _encodeTransferAll(\n uint fromAccountIndex,\n uint toAccountIndex,\n uint marketId\n ) internal pure returns (Actions.ActionArgs memory) {\n return Actions.ActionArgs({\n actionType : Actions.ActionType.Transfer,\n accountId : fromAccountIndex,\n // solium-disable-next-line arg-overflow\n amount : Types.AssetAmount(true, Types.AssetDenomination.Wei, Types.AssetReference.Target, 0),\n primaryMarketId : marketId,\n secondaryMarketId : uint(- 1),\n otherAddress : address(0),\n otherAccountId : toAccountIndex,\n data : bytes(\"\")\n });\n }\n\n function _getMarketPathFromTokenPath(\n address[] memory path\n ) internal view returns (uint[] memory) {\n IDolomiteMargin dolomiteMargin = DOLOMITE_MARGIN;\n uint[] memory marketPath = new uint[](path.length);\n for (uint i = 0; i < path.length; i++) {\n marketPath[i] = dolomiteMargin.getMarketIdByTokenAddress(path[i]);\n }\n return marketPath;\n }\n\n}\n",
|
|
340
|
-
"sourcePath": "/
|
|
340
|
+
"sourcePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/proxies/AmmRebalancerProxy.sol",
|
|
341
341
|
"ast": {
|
|
342
|
-
"absolutePath": "/
|
|
342
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/proxies/AmmRebalancerProxy.sol",
|
|
343
343
|
"exportedSymbols": {
|
|
344
344
|
"AmmRebalancerProxy": [
|
|
345
345
|
9454
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
"id": 8280,
|
|
375
375
|
"nodeType": "ImportDirective",
|
|
376
376
|
"scope": 9455,
|
|
377
|
-
"sourceUnit":
|
|
377
|
+
"sourceUnit": 41172,
|
|
378
378
|
"src": "654:51:27",
|
|
379
379
|
"symbolAliases": [],
|
|
380
380
|
"unitAlias": ""
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"id": 8281,
|
|
386
386
|
"nodeType": "ImportDirective",
|
|
387
387
|
"scope": 9455,
|
|
388
|
-
"sourceUnit":
|
|
388
|
+
"sourceUnit": 41290,
|
|
389
389
|
"src": "706:55:27",
|
|
390
390
|
"symbolAliases": [],
|
|
391
391
|
"unitAlias": ""
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
"id": 8282,
|
|
397
397
|
"nodeType": "ImportDirective",
|
|
398
398
|
"scope": 9455,
|
|
399
|
-
"sourceUnit":
|
|
399
|
+
"sourceUnit": 41359,
|
|
400
400
|
"src": "762:56:27",
|
|
401
401
|
"symbolAliases": [],
|
|
402
402
|
"unitAlias": ""
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
"id": 8283,
|
|
408
408
|
"nodeType": "ImportDirective",
|
|
409
409
|
"scope": 9455,
|
|
410
|
-
"sourceUnit":
|
|
410
|
+
"sourceUnit": 41579,
|
|
411
411
|
"src": "819:59:27",
|
|
412
412
|
"symbolAliases": [],
|
|
413
413
|
"unitAlias": ""
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
"id": 8284,
|
|
419
419
|
"nodeType": "ImportDirective",
|
|
420
420
|
"scope": 9455,
|
|
421
|
-
"sourceUnit":
|
|
421
|
+
"sourceUnit": 41684,
|
|
422
422
|
"src": "879:59:27",
|
|
423
423
|
"symbolAliases": [],
|
|
424
424
|
"unitAlias": ""
|
|
@@ -429,79 +429,79 @@
|
|
|
429
429
|
"id": 8285,
|
|
430
430
|
"nodeType": "ImportDirective",
|
|
431
431
|
"scope": 9455,
|
|
432
|
-
"sourceUnit":
|
|
432
|
+
"sourceUnit": 41887,
|
|
433
433
|
"src": "940:57:27",
|
|
434
434
|
"symbolAliases": [],
|
|
435
435
|
"unitAlias": ""
|
|
436
436
|
},
|
|
437
437
|
{
|
|
438
|
-
"absolutePath": "/
|
|
438
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/interfaces/IExchangeWrapper.sol",
|
|
439
439
|
"file": "../../protocol/interfaces/IExchangeWrapper.sol",
|
|
440
440
|
"id": 8286,
|
|
441
441
|
"nodeType": "ImportDirective",
|
|
442
442
|
"scope": 9455,
|
|
443
|
-
"sourceUnit":
|
|
443
|
+
"sourceUnit": 27742,
|
|
444
444
|
"src": "999:56:27",
|
|
445
445
|
"symbolAliases": [],
|
|
446
446
|
"unitAlias": ""
|
|
447
447
|
},
|
|
448
448
|
{
|
|
449
|
-
"absolutePath": "/
|
|
449
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/interfaces/IDolomiteMargin.sol",
|
|
450
450
|
"file": "../../protocol/interfaces/IDolomiteMargin.sol",
|
|
451
451
|
"id": 8287,
|
|
452
452
|
"nodeType": "ImportDirective",
|
|
453
453
|
"scope": 9455,
|
|
454
|
-
"sourceUnit":
|
|
454
|
+
"sourceUnit": 27686,
|
|
455
455
|
"src": "1056:55:27",
|
|
456
456
|
"symbolAliases": [],
|
|
457
457
|
"unitAlias": ""
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
|
-
"absolutePath": "/
|
|
460
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Account.sol",
|
|
461
461
|
"file": "../../protocol/lib/Account.sol",
|
|
462
462
|
"id": 8288,
|
|
463
463
|
"nodeType": "ImportDirective",
|
|
464
464
|
"scope": 9455,
|
|
465
|
-
"sourceUnit":
|
|
465
|
+
"sourceUnit": 27936,
|
|
466
466
|
"src": "1113:40:27",
|
|
467
467
|
"symbolAliases": [],
|
|
468
468
|
"unitAlias": ""
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
|
-
"absolutePath": "/
|
|
471
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Actions.sol",
|
|
472
472
|
"file": "../../protocol/lib/Actions.sol",
|
|
473
473
|
"id": 8289,
|
|
474
474
|
"nodeType": "ImportDirective",
|
|
475
475
|
"scope": 9455,
|
|
476
|
-
"sourceUnit":
|
|
476
|
+
"sourceUnit": 28405,
|
|
477
477
|
"src": "1154:40:27",
|
|
478
478
|
"symbolAliases": [],
|
|
479
479
|
"unitAlias": ""
|
|
480
480
|
},
|
|
481
481
|
{
|
|
482
|
-
"absolutePath": "/
|
|
482
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Require.sol",
|
|
483
483
|
"file": "../../protocol/lib/Require.sol",
|
|
484
484
|
"id": 8290,
|
|
485
485
|
"nodeType": "ImportDirective",
|
|
486
486
|
"scope": 9455,
|
|
487
|
-
"sourceUnit":
|
|
487
|
+
"sourceUnit": 31454,
|
|
488
488
|
"src": "1195:40:27",
|
|
489
489
|
"symbolAliases": [],
|
|
490
490
|
"unitAlias": ""
|
|
491
491
|
},
|
|
492
492
|
{
|
|
493
|
-
"absolutePath": "/
|
|
493
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Types.sol",
|
|
494
494
|
"file": "../../protocol/lib/Types.sol",
|
|
495
495
|
"id": 8291,
|
|
496
496
|
"nodeType": "ImportDirective",
|
|
497
497
|
"scope": 9455,
|
|
498
|
-
"sourceUnit":
|
|
498
|
+
"sourceUnit": 34027,
|
|
499
499
|
"src": "1236:38:27",
|
|
500
500
|
"symbolAliases": [],
|
|
501
501
|
"unitAlias": ""
|
|
502
502
|
},
|
|
503
503
|
{
|
|
504
|
-
"absolutePath": "/
|
|
504
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/lib/DolomiteAmmLibrary.sol",
|
|
505
505
|
"file": "../lib/DolomiteAmmLibrary.sol",
|
|
506
506
|
"id": 8292,
|
|
507
507
|
"nodeType": "ImportDirective",
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"unitAlias": ""
|
|
513
513
|
},
|
|
514
514
|
{
|
|
515
|
-
"absolutePath": "/
|
|
515
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/lib/TypedSignature.sol",
|
|
516
516
|
"file": "../lib/TypedSignature.sol",
|
|
517
517
|
"id": 8293,
|
|
518
518
|
"nodeType": "ImportDirective",
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
"unitAlias": ""
|
|
524
524
|
},
|
|
525
525
|
{
|
|
526
|
-
"absolutePath": "/
|
|
526
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/interfaces/IDolomiteAmmFactory.sol",
|
|
527
527
|
"file": "../interfaces/IDolomiteAmmFactory.sol",
|
|
528
528
|
"id": 8294,
|
|
529
529
|
"nodeType": "ImportDirective",
|
|
@@ -534,7 +534,7 @@
|
|
|
534
534
|
"unitAlias": ""
|
|
535
535
|
},
|
|
536
536
|
{
|
|
537
|
-
"absolutePath": "/
|
|
537
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/interfaces/IDolomiteAmmPair.sol",
|
|
538
538
|
"file": "../interfaces/IDolomiteAmmPair.sol",
|
|
539
539
|
"id": 8295,
|
|
540
540
|
"nodeType": "ImportDirective",
|
|
@@ -545,7 +545,7 @@
|
|
|
545
545
|
"unitAlias": ""
|
|
546
546
|
},
|
|
547
547
|
{
|
|
548
|
-
"absolutePath": "/
|
|
548
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/interfaces/IUniswapV2Router.sol",
|
|
549
549
|
"file": "../interfaces/IUniswapV2Router.sol",
|
|
550
550
|
"id": 8296,
|
|
551
551
|
"nodeType": "ImportDirective",
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"unitAlias": ""
|
|
557
557
|
},
|
|
558
558
|
{
|
|
559
|
-
"absolutePath": "/
|
|
559
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/helpers/OnlyDolomiteMargin.sol",
|
|
560
560
|
"file": "../helpers/OnlyDolomiteMargin.sol",
|
|
561
561
|
"id": 8297,
|
|
562
562
|
"nodeType": "ImportDirective",
|
|
@@ -575,10 +575,10 @@
|
|
|
575
575
|
"id": 8298,
|
|
576
576
|
"name": "IExchangeWrapper",
|
|
577
577
|
"nodeType": "UserDefinedTypeName",
|
|
578
|
-
"referencedDeclaration":
|
|
578
|
+
"referencedDeclaration": 27741,
|
|
579
579
|
"src": "1569:16:27",
|
|
580
580
|
"typeDescriptions": {
|
|
581
|
-
"typeIdentifier": "t_contract$_IExchangeWrapper_$
|
|
581
|
+
"typeIdentifier": "t_contract$_IExchangeWrapper_$27741",
|
|
582
582
|
"typeString": "contract IExchangeWrapper"
|
|
583
583
|
}
|
|
584
584
|
},
|
|
@@ -611,10 +611,10 @@
|
|
|
611
611
|
"id": 8302,
|
|
612
612
|
"name": "Ownable",
|
|
613
613
|
"nodeType": "UserDefinedTypeName",
|
|
614
|
-
"referencedDeclaration":
|
|
614
|
+
"referencedDeclaration": 41289,
|
|
615
615
|
"src": "1607:7:27",
|
|
616
616
|
"typeDescriptions": {
|
|
617
|
-
"typeIdentifier": "t_contract$_Ownable_$
|
|
617
|
+
"typeIdentifier": "t_contract$_Ownable_$41289",
|
|
618
618
|
"typeString": "contract Ownable"
|
|
619
619
|
}
|
|
620
620
|
},
|
|
@@ -625,9 +625,9 @@
|
|
|
625
625
|
],
|
|
626
626
|
"contractDependencies": [
|
|
627
627
|
3329,
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
628
|
+
27741,
|
|
629
|
+
40915,
|
|
630
|
+
41289
|
|
631
631
|
],
|
|
632
632
|
"contractKind": "contract",
|
|
633
633
|
"documentation": null,
|
|
@@ -635,10 +635,10 @@
|
|
|
635
635
|
"id": 9454,
|
|
636
636
|
"linearizedBaseContracts": [
|
|
637
637
|
9454,
|
|
638
|
-
|
|
639
|
-
|
|
638
|
+
41289,
|
|
639
|
+
40915,
|
|
640
640
|
3329,
|
|
641
|
-
|
|
641
|
+
27741
|
|
642
642
|
],
|
|
643
643
|
"name": "AmmRebalancerProxy",
|
|
644
644
|
"nodeType": "ContractDefinition",
|
|
@@ -650,10 +650,10 @@
|
|
|
650
650
|
"id": 8304,
|
|
651
651
|
"name": "SafeERC20",
|
|
652
652
|
"nodeType": "UserDefinedTypeName",
|
|
653
|
-
"referencedDeclaration":
|
|
653
|
+
"referencedDeclaration": 41578,
|
|
654
654
|
"src": "1627:9:27",
|
|
655
655
|
"typeDescriptions": {
|
|
656
|
-
"typeIdentifier": "t_contract$_SafeERC20_$
|
|
656
|
+
"typeIdentifier": "t_contract$_SafeERC20_$41578",
|
|
657
657
|
"typeString": "library SafeERC20"
|
|
658
658
|
}
|
|
659
659
|
},
|
|
@@ -664,10 +664,10 @@
|
|
|
664
664
|
"id": 8305,
|
|
665
665
|
"name": "IERC20",
|
|
666
666
|
"nodeType": "UserDefinedTypeName",
|
|
667
|
-
"referencedDeclaration":
|
|
667
|
+
"referencedDeclaration": 41358,
|
|
668
668
|
"src": "1641:6:27",
|
|
669
669
|
"typeDescriptions": {
|
|
670
|
-
"typeIdentifier": "t_contract$_IERC20_$
|
|
670
|
+
"typeIdentifier": "t_contract$_IERC20_$41358",
|
|
671
671
|
"typeString": "contract IERC20"
|
|
672
672
|
}
|
|
673
673
|
}
|
|
@@ -679,10 +679,10 @@
|
|
|
679
679
|
"id": 8307,
|
|
680
680
|
"name": "SafeMath",
|
|
681
681
|
"nodeType": "UserDefinedTypeName",
|
|
682
|
-
"referencedDeclaration":
|
|
682
|
+
"referencedDeclaration": 41171,
|
|
683
683
|
"src": "1659:8:27",
|
|
684
684
|
"typeDescriptions": {
|
|
685
|
-
"typeIdentifier": "t_contract$_SafeMath_$
|
|
685
|
+
"typeIdentifier": "t_contract$_SafeMath_$41171",
|
|
686
686
|
"typeString": "library SafeMath"
|
|
687
687
|
}
|
|
688
688
|
},
|
|
@@ -1287,10 +1287,10 @@
|
|
|
1287
1287
|
"name": "Require",
|
|
1288
1288
|
"nodeType": "Identifier",
|
|
1289
1289
|
"overloadedDeclarations": [],
|
|
1290
|
-
"referencedDeclaration":
|
|
1290
|
+
"referencedDeclaration": 31453,
|
|
1291
1291
|
"src": "2535:7:27",
|
|
1292
1292
|
"typeDescriptions": {
|
|
1293
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
1293
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
1294
1294
|
"typeString": "type(library Require)"
|
|
1295
1295
|
}
|
|
1296
1296
|
},
|
|
@@ -1301,7 +1301,7 @@
|
|
|
1301
1301
|
"lValueRequested": false,
|
|
1302
1302
|
"memberName": "that",
|
|
1303
1303
|
"nodeType": "MemberAccess",
|
|
1304
|
-
"referencedDeclaration":
|
|
1304
|
+
"referencedDeclaration": 30815,
|
|
1305
1305
|
"src": "2535:12:27",
|
|
1306
1306
|
"typeDescriptions": {
|
|
1307
1307
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -2068,10 +2068,10 @@
|
|
|
2068
2068
|
"name": "Require",
|
|
2069
2069
|
"nodeType": "Identifier",
|
|
2070
2070
|
"overloadedDeclarations": [],
|
|
2071
|
-
"referencedDeclaration":
|
|
2071
|
+
"referencedDeclaration": 31453,
|
|
2072
2072
|
"src": "3056:7:27",
|
|
2073
2073
|
"typeDescriptions": {
|
|
2074
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
2074
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
2075
2075
|
"typeString": "type(library Require)"
|
|
2076
2076
|
}
|
|
2077
2077
|
},
|
|
@@ -2082,7 +2082,7 @@
|
|
|
2082
2082
|
"lValueRequested": false,
|
|
2083
2083
|
"memberName": "that",
|
|
2084
2084
|
"nodeType": "MemberAccess",
|
|
2085
|
-
"referencedDeclaration":
|
|
2085
|
+
"referencedDeclaration": 30815,
|
|
2086
2086
|
"src": "3056:12:27",
|
|
2087
2087
|
"typeDescriptions": {
|
|
2088
2088
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -2536,7 +2536,7 @@
|
|
|
2536
2536
|
"name": "onlyOwner",
|
|
2537
2537
|
"nodeType": "Identifier",
|
|
2538
2538
|
"overloadedDeclarations": [],
|
|
2539
|
-
"referencedDeclaration":
|
|
2539
|
+
"referencedDeclaration": 41222,
|
|
2540
2540
|
"src": "3036:9:27",
|
|
2541
2541
|
"typeDescriptions": {
|
|
2542
2542
|
"typeIdentifier": "t_modifier$__$",
|
|
@@ -2831,7 +2831,7 @@
|
|
|
2831
2831
|
"name": "abi",
|
|
2832
2832
|
"nodeType": "Identifier",
|
|
2833
2833
|
"overloadedDeclarations": [],
|
|
2834
|
-
"referencedDeclaration":
|
|
2834
|
+
"referencedDeclaration": 42134,
|
|
2835
2835
|
"src": "3752:3:27",
|
|
2836
2836
|
"typeDescriptions": {
|
|
2837
2837
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -3098,10 +3098,10 @@
|
|
|
3098
3098
|
"name": "Require",
|
|
3099
3099
|
"nodeType": "Identifier",
|
|
3100
3100
|
"overloadedDeclarations": [],
|
|
3101
|
-
"referencedDeclaration":
|
|
3101
|
+
"referencedDeclaration": 31453,
|
|
3102
3102
|
"src": "3864:7:27",
|
|
3103
3103
|
"typeDescriptions": {
|
|
3104
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
3104
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
3105
3105
|
"typeString": "type(library Require)"
|
|
3106
3106
|
}
|
|
3107
3107
|
},
|
|
@@ -3112,7 +3112,7 @@
|
|
|
3112
3112
|
"lValueRequested": false,
|
|
3113
3113
|
"memberName": "that",
|
|
3114
3114
|
"nodeType": "MemberAccess",
|
|
3115
|
-
"referencedDeclaration":
|
|
3115
|
+
"referencedDeclaration": 30815,
|
|
3116
3116
|
"src": "3864:12:27",
|
|
3117
3117
|
"typeDescriptions": {
|
|
3118
3118
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -3319,10 +3319,10 @@
|
|
|
3319
3319
|
"name": "Require",
|
|
3320
3320
|
"nodeType": "Identifier",
|
|
3321
3321
|
"overloadedDeclarations": [],
|
|
3322
|
-
"referencedDeclaration":
|
|
3322
|
+
"referencedDeclaration": 31453,
|
|
3323
3323
|
"src": "3987:7:27",
|
|
3324
3324
|
"typeDescriptions": {
|
|
3325
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
3325
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
3326
3326
|
"typeString": "type(library Require)"
|
|
3327
3327
|
}
|
|
3328
3328
|
},
|
|
@@ -3333,7 +3333,7 @@
|
|
|
3333
3333
|
"lValueRequested": false,
|
|
3334
3334
|
"memberName": "that",
|
|
3335
3335
|
"nodeType": "MemberAccess",
|
|
3336
|
-
"referencedDeclaration":
|
|
3336
|
+
"referencedDeclaration": 30815,
|
|
3337
3337
|
"src": "3987:12:27",
|
|
3338
3338
|
"typeDescriptions": {
|
|
3339
3339
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -3540,7 +3540,7 @@
|
|
|
3540
3540
|
"name": "this",
|
|
3541
3541
|
"nodeType": "Identifier",
|
|
3542
3542
|
"overloadedDeclarations": [],
|
|
3543
|
-
"referencedDeclaration":
|
|
3543
|
+
"referencedDeclaration": 42229,
|
|
3544
3544
|
"src": "4377:4:27",
|
|
3545
3545
|
"typeDescriptions": {
|
|
3546
3546
|
"typeIdentifier": "t_contract$_AmmRebalancerProxy_$9454",
|
|
@@ -3601,7 +3601,7 @@
|
|
|
3601
3601
|
"name": "block",
|
|
3602
3602
|
"nodeType": "Identifier",
|
|
3603
3603
|
"overloadedDeclarations": [],
|
|
3604
|
-
"referencedDeclaration":
|
|
3604
|
+
"referencedDeclaration": 42137,
|
|
3605
3605
|
"src": "4396:5:27",
|
|
3606
3606
|
"typeDescriptions": {
|
|
3607
3607
|
"typeIdentifier": "t_magic_block",
|
|
@@ -4036,7 +4036,7 @@
|
|
|
4036
4036
|
"name": "msg",
|
|
4037
4037
|
"nodeType": "Identifier",
|
|
4038
4038
|
"overloadedDeclarations": [],
|
|
4039
|
-
"referencedDeclaration":
|
|
4039
|
+
"referencedDeclaration": 42147,
|
|
4040
4040
|
"src": "3648:3:27",
|
|
4041
4041
|
"typeDescriptions": {
|
|
4042
4042
|
"typeIdentifier": "t_magic_message",
|
|
@@ -4281,7 +4281,7 @@
|
|
|
4281
4281
|
"scope": 9454,
|
|
4282
4282
|
"src": "3418:1146:27",
|
|
4283
4283
|
"stateMutability": "nonpayable",
|
|
4284
|
-
"superFunction":
|
|
4284
|
+
"superFunction": 27727,
|
|
4285
4285
|
"visibility": "external"
|
|
4286
4286
|
},
|
|
4287
4287
|
{
|
|
@@ -4449,7 +4449,7 @@
|
|
|
4449
4449
|
"name": "abi",
|
|
4450
4450
|
"nodeType": "Identifier",
|
|
4451
4451
|
"overloadedDeclarations": [],
|
|
4452
|
-
"referencedDeclaration":
|
|
4452
|
+
"referencedDeclaration": 42134,
|
|
4453
4453
|
"src": "4822:3:27",
|
|
4454
4454
|
"typeDescriptions": {
|
|
4455
4455
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -4716,10 +4716,10 @@
|
|
|
4716
4716
|
"name": "Require",
|
|
4717
4717
|
"nodeType": "Identifier",
|
|
4718
4718
|
"overloadedDeclarations": [],
|
|
4719
|
-
"referencedDeclaration":
|
|
4719
|
+
"referencedDeclaration": 31453,
|
|
4720
4720
|
"src": "4934:7:27",
|
|
4721
4721
|
"typeDescriptions": {
|
|
4722
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
4722
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
4723
4723
|
"typeString": "type(library Require)"
|
|
4724
4724
|
}
|
|
4725
4725
|
},
|
|
@@ -4730,7 +4730,7 @@
|
|
|
4730
4730
|
"lValueRequested": false,
|
|
4731
4731
|
"memberName": "that",
|
|
4732
4732
|
"nodeType": "MemberAccess",
|
|
4733
|
-
"referencedDeclaration":
|
|
4733
|
+
"referencedDeclaration": 30815,
|
|
4734
4734
|
"src": "4934:12:27",
|
|
4735
4735
|
"typeDescriptions": {
|
|
4736
4736
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -4937,10 +4937,10 @@
|
|
|
4937
4937
|
"name": "Require",
|
|
4938
4938
|
"nodeType": "Identifier",
|
|
4939
4939
|
"overloadedDeclarations": [],
|
|
4940
|
-
"referencedDeclaration":
|
|
4940
|
+
"referencedDeclaration": 31453,
|
|
4941
4941
|
"src": "5057:7:27",
|
|
4942
4942
|
"typeDescriptions": {
|
|
4943
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
4943
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
4944
4944
|
"typeString": "type(library Require)"
|
|
4945
4945
|
}
|
|
4946
4946
|
},
|
|
@@ -4951,7 +4951,7 @@
|
|
|
4951
4951
|
"lValueRequested": false,
|
|
4952
4952
|
"memberName": "that",
|
|
4953
4953
|
"nodeType": "MemberAccess",
|
|
4954
|
-
"referencedDeclaration":
|
|
4954
|
+
"referencedDeclaration": 30815,
|
|
4955
4955
|
"src": "5057:12:27",
|
|
4956
4956
|
"typeDescriptions": {
|
|
4957
4957
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -5290,7 +5290,7 @@
|
|
|
5290
5290
|
"scope": 9454,
|
|
5291
5291
|
"src": "4570:707:27",
|
|
5292
5292
|
"stateMutability": "view",
|
|
5293
|
-
"superFunction":
|
|
5293
|
+
"superFunction": 27740,
|
|
5294
5294
|
"visibility": "external"
|
|
5295
5295
|
},
|
|
5296
5296
|
{
|
|
@@ -5677,10 +5677,10 @@
|
|
|
5677
5677
|
"name": "Require",
|
|
5678
5678
|
"nodeType": "Identifier",
|
|
5679
5679
|
"overloadedDeclarations": [],
|
|
5680
|
-
"referencedDeclaration":
|
|
5680
|
+
"referencedDeclaration": 31453,
|
|
5681
5681
|
"src": "5371:7:27",
|
|
5682
5682
|
"typeDescriptions": {
|
|
5683
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
5683
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
5684
5684
|
"typeString": "type(library Require)"
|
|
5685
5685
|
}
|
|
5686
5686
|
},
|
|
@@ -5691,7 +5691,7 @@
|
|
|
5691
5691
|
"lValueRequested": false,
|
|
5692
5692
|
"memberName": "that",
|
|
5693
5693
|
"nodeType": "MemberAccess",
|
|
5694
|
-
"referencedDeclaration":
|
|
5694
|
+
"referencedDeclaration": 30815,
|
|
5695
5695
|
"src": "5371:12:27",
|
|
5696
5696
|
"typeDescriptions": {
|
|
5697
5697
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -6328,10 +6328,10 @@
|
|
|
6328
6328
|
"name": "Require",
|
|
6329
6329
|
"nodeType": "Identifier",
|
|
6330
6330
|
"overloadedDeclarations": [],
|
|
6331
|
-
"referencedDeclaration":
|
|
6331
|
+
"referencedDeclaration": 31453,
|
|
6332
6332
|
"src": "5722:7:27",
|
|
6333
6333
|
"typeDescriptions": {
|
|
6334
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
6334
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
6335
6335
|
"typeString": "type(library Require)"
|
|
6336
6336
|
}
|
|
6337
6337
|
},
|
|
@@ -6342,7 +6342,7 @@
|
|
|
6342
6342
|
"lValueRequested": false,
|
|
6343
6343
|
"memberName": "that",
|
|
6344
6344
|
"nodeType": "MemberAccess",
|
|
6345
|
-
"referencedDeclaration":
|
|
6345
|
+
"referencedDeclaration": 30815,
|
|
6346
6346
|
"src": "5722:12:27",
|
|
6347
6347
|
"typeDescriptions": {
|
|
6348
6348
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -7183,10 +7183,10 @@
|
|
|
7183
7183
|
"name": "Require",
|
|
7184
7184
|
"nodeType": "Identifier",
|
|
7185
7185
|
"overloadedDeclarations": [],
|
|
7186
|
-
"referencedDeclaration":
|
|
7186
|
+
"referencedDeclaration": 31453,
|
|
7187
7187
|
"src": "6836:7:27",
|
|
7188
7188
|
"typeDescriptions": {
|
|
7189
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
7189
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
7190
7190
|
"typeString": "type(library Require)"
|
|
7191
7191
|
}
|
|
7192
7192
|
},
|
|
@@ -7197,7 +7197,7 @@
|
|
|
7197
7197
|
"lValueRequested": false,
|
|
7198
7198
|
"memberName": "that",
|
|
7199
7199
|
"nodeType": "MemberAccess",
|
|
7200
|
-
"referencedDeclaration":
|
|
7200
|
+
"referencedDeclaration": 30815,
|
|
7201
7201
|
"src": "6836:12:27",
|
|
7202
7202
|
"typeDescriptions": {
|
|
7203
7203
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -7285,7 +7285,7 @@
|
|
|
7285
7285
|
"stateVariable": false,
|
|
7286
7286
|
"storageLocation": "memory",
|
|
7287
7287
|
"typeDescriptions": {
|
|
7288
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
7288
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr",
|
|
7289
7289
|
"typeString": "struct Account.Info[]"
|
|
7290
7290
|
},
|
|
7291
7291
|
"typeName": {
|
|
@@ -7294,10 +7294,10 @@
|
|
|
7294
7294
|
"id": 8793,
|
|
7295
7295
|
"name": "Account.Info",
|
|
7296
7296
|
"nodeType": "UserDefinedTypeName",
|
|
7297
|
-
"referencedDeclaration":
|
|
7297
|
+
"referencedDeclaration": 27901,
|
|
7298
7298
|
"src": "7049:12:27",
|
|
7299
7299
|
"typeDescriptions": {
|
|
7300
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
7300
|
+
"typeIdentifier": "t_struct$_Info_$27901_storage_ptr",
|
|
7301
7301
|
"typeString": "struct Account.Info"
|
|
7302
7302
|
}
|
|
7303
7303
|
},
|
|
@@ -7306,7 +7306,7 @@
|
|
|
7306
7306
|
"nodeType": "ArrayTypeName",
|
|
7307
7307
|
"src": "7049:14:27",
|
|
7308
7308
|
"typeDescriptions": {
|
|
7309
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
7309
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_storage_$dyn_storage_ptr",
|
|
7310
7310
|
"typeString": "struct Account.Info[]"
|
|
7311
7311
|
}
|
|
7312
7312
|
},
|
|
@@ -7416,7 +7416,7 @@
|
|
|
7416
7416
|
"nodeType": "NewExpression",
|
|
7417
7417
|
"src": "7082:18:27",
|
|
7418
7418
|
"typeDescriptions": {
|
|
7419
|
-
"typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_Info_$
|
|
7419
|
+
"typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_Info_$27901_memory_$dyn_memory_$",
|
|
7420
7420
|
"typeString": "function (uint256) pure returns (struct Account.Info memory[] memory)"
|
|
7421
7421
|
},
|
|
7422
7422
|
"typeName": {
|
|
@@ -7425,10 +7425,10 @@
|
|
|
7425
7425
|
"id": 8796,
|
|
7426
7426
|
"name": "Account.Info",
|
|
7427
7427
|
"nodeType": "UserDefinedTypeName",
|
|
7428
|
-
"referencedDeclaration":
|
|
7428
|
+
"referencedDeclaration": 27901,
|
|
7429
7429
|
"src": "7086:12:27",
|
|
7430
7430
|
"typeDescriptions": {
|
|
7431
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
7431
|
+
"typeIdentifier": "t_struct$_Info_$27901_storage_ptr",
|
|
7432
7432
|
"typeString": "struct Account.Info"
|
|
7433
7433
|
}
|
|
7434
7434
|
},
|
|
@@ -7437,7 +7437,7 @@
|
|
|
7437
7437
|
"nodeType": "ArrayTypeName",
|
|
7438
7438
|
"src": "7086:14:27",
|
|
7439
7439
|
"typeDescriptions": {
|
|
7440
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
7440
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_storage_$dyn_storage_ptr",
|
|
7441
7441
|
"typeString": "struct Account.Info[]"
|
|
7442
7442
|
}
|
|
7443
7443
|
}
|
|
@@ -7452,7 +7452,7 @@
|
|
|
7452
7452
|
"nodeType": "FunctionCall",
|
|
7453
7453
|
"src": "7082:50:27",
|
|
7454
7454
|
"typeDescriptions": {
|
|
7455
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
7455
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory",
|
|
7456
7456
|
"typeString": "struct Account.Info memory[] memory"
|
|
7457
7457
|
}
|
|
7458
7458
|
},
|
|
@@ -7478,7 +7478,7 @@
|
|
|
7478
7478
|
"referencedDeclaration": 8795,
|
|
7479
7479
|
"src": "7142:8:27",
|
|
7480
7480
|
"typeDescriptions": {
|
|
7481
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
7481
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr",
|
|
7482
7482
|
"typeString": "struct Account.Info memory[] memory"
|
|
7483
7483
|
}
|
|
7484
7484
|
},
|
|
@@ -7508,7 +7508,7 @@
|
|
|
7508
7508
|
"nodeType": "IndexAccess",
|
|
7509
7509
|
"src": "7142:11:27",
|
|
7510
7510
|
"typeDescriptions": {
|
|
7511
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
7511
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
7512
7512
|
"typeString": "struct Account.Info memory"
|
|
7513
7513
|
}
|
|
7514
7514
|
},
|
|
@@ -7525,7 +7525,7 @@
|
|
|
7525
7525
|
"name": "msg",
|
|
7526
7526
|
"nodeType": "Identifier",
|
|
7527
7527
|
"overloadedDeclarations": [],
|
|
7528
|
-
"referencedDeclaration":
|
|
7528
|
+
"referencedDeclaration": 42147,
|
|
7529
7529
|
"src": "7191:3:27",
|
|
7530
7530
|
"typeDescriptions": {
|
|
7531
7531
|
"typeIdentifier": "t_magic_message",
|
|
@@ -7582,10 +7582,10 @@
|
|
|
7582
7582
|
"name": "Account",
|
|
7583
7583
|
"nodeType": "Identifier",
|
|
7584
7584
|
"overloadedDeclarations": [],
|
|
7585
|
-
"referencedDeclaration":
|
|
7585
|
+
"referencedDeclaration": 27935,
|
|
7586
7586
|
"src": "7156:7:27",
|
|
7587
7587
|
"typeDescriptions": {
|
|
7588
|
-
"typeIdentifier": "t_type$_t_contract$_Account_$
|
|
7588
|
+
"typeIdentifier": "t_type$_t_contract$_Account_$27935_$",
|
|
7589
7589
|
"typeString": "type(library Account)"
|
|
7590
7590
|
}
|
|
7591
7591
|
},
|
|
@@ -7596,10 +7596,10 @@
|
|
|
7596
7596
|
"lValueRequested": false,
|
|
7597
7597
|
"memberName": "Info",
|
|
7598
7598
|
"nodeType": "MemberAccess",
|
|
7599
|
-
"referencedDeclaration":
|
|
7599
|
+
"referencedDeclaration": 27901,
|
|
7600
7600
|
"src": "7156:12:27",
|
|
7601
7601
|
"typeDescriptions": {
|
|
7602
|
-
"typeIdentifier": "t_type$_t_struct$_Info_$
|
|
7602
|
+
"typeIdentifier": "t_type$_t_struct$_Info_$27901_storage_ptr_$",
|
|
7603
7603
|
"typeString": "type(struct Account.Info storage pointer)"
|
|
7604
7604
|
}
|
|
7605
7605
|
},
|
|
@@ -7616,13 +7616,13 @@
|
|
|
7616
7616
|
"nodeType": "FunctionCall",
|
|
7617
7617
|
"src": "7156:80:27",
|
|
7618
7618
|
"typeDescriptions": {
|
|
7619
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
7619
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
7620
7620
|
"typeString": "struct Account.Info memory"
|
|
7621
7621
|
}
|
|
7622
7622
|
},
|
|
7623
7623
|
"src": "7142:94:27",
|
|
7624
7624
|
"typeDescriptions": {
|
|
7625
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
7625
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
7626
7626
|
"typeString": "struct Account.Info memory"
|
|
7627
7627
|
}
|
|
7628
7628
|
},
|
|
@@ -7649,7 +7649,7 @@
|
|
|
7649
7649
|
"referencedDeclaration": 8795,
|
|
7650
7650
|
"src": "7246:8:27",
|
|
7651
7651
|
"typeDescriptions": {
|
|
7652
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
7652
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr",
|
|
7653
7653
|
"typeString": "struct Account.Info memory[] memory"
|
|
7654
7654
|
}
|
|
7655
7655
|
},
|
|
@@ -7679,7 +7679,7 @@
|
|
|
7679
7679
|
"nodeType": "IndexAccess",
|
|
7680
7680
|
"src": "7246:11:27",
|
|
7681
7681
|
"typeDescriptions": {
|
|
7682
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
7682
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
7683
7683
|
"typeString": "struct Account.Info memory"
|
|
7684
7684
|
}
|
|
7685
7685
|
},
|
|
@@ -7696,7 +7696,7 @@
|
|
|
7696
7696
|
"name": "msg",
|
|
7697
7697
|
"nodeType": "Identifier",
|
|
7698
7698
|
"overloadedDeclarations": [],
|
|
7699
|
-
"referencedDeclaration":
|
|
7699
|
+
"referencedDeclaration": 42147,
|
|
7700
7700
|
"src": "7295:3:27",
|
|
7701
7701
|
"typeDescriptions": {
|
|
7702
7702
|
"typeIdentifier": "t_magic_message",
|
|
@@ -7753,10 +7753,10 @@
|
|
|
7753
7753
|
"name": "Account",
|
|
7754
7754
|
"nodeType": "Identifier",
|
|
7755
7755
|
"overloadedDeclarations": [],
|
|
7756
|
-
"referencedDeclaration":
|
|
7756
|
+
"referencedDeclaration": 27935,
|
|
7757
7757
|
"src": "7260:7:27",
|
|
7758
7758
|
"typeDescriptions": {
|
|
7759
|
-
"typeIdentifier": "t_type$_t_contract$_Account_$
|
|
7759
|
+
"typeIdentifier": "t_type$_t_contract$_Account_$27935_$",
|
|
7760
7760
|
"typeString": "type(library Account)"
|
|
7761
7761
|
}
|
|
7762
7762
|
},
|
|
@@ -7767,10 +7767,10 @@
|
|
|
7767
7767
|
"lValueRequested": false,
|
|
7768
7768
|
"memberName": "Info",
|
|
7769
7769
|
"nodeType": "MemberAccess",
|
|
7770
|
-
"referencedDeclaration":
|
|
7770
|
+
"referencedDeclaration": 27901,
|
|
7771
7771
|
"src": "7260:12:27",
|
|
7772
7772
|
"typeDescriptions": {
|
|
7773
|
-
"typeIdentifier": "t_type$_t_struct$_Info_$
|
|
7773
|
+
"typeIdentifier": "t_type$_t_struct$_Info_$27901_storage_ptr_$",
|
|
7774
7774
|
"typeString": "type(struct Account.Info storage pointer)"
|
|
7775
7775
|
}
|
|
7776
7776
|
},
|
|
@@ -7787,13 +7787,13 @@
|
|
|
7787
7787
|
"nodeType": "FunctionCall",
|
|
7788
7788
|
"src": "7260:80:27",
|
|
7789
7789
|
"typeDescriptions": {
|
|
7790
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
7790
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
7791
7791
|
"typeString": "struct Account.Info memory"
|
|
7792
7792
|
}
|
|
7793
7793
|
},
|
|
7794
7794
|
"src": "7246:94:27",
|
|
7795
7795
|
"typeDescriptions": {
|
|
7796
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
7796
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
7797
7797
|
"typeString": "struct Account.Info memory"
|
|
7798
7798
|
}
|
|
7799
7799
|
},
|
|
@@ -7826,7 +7826,7 @@
|
|
|
7826
7826
|
"referencedDeclaration": 8795,
|
|
7827
7827
|
"src": "7419:8:27",
|
|
7828
7828
|
"typeDescriptions": {
|
|
7829
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
7829
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr",
|
|
7830
7830
|
"typeString": "struct Account.Info memory[] memory"
|
|
7831
7831
|
}
|
|
7832
7832
|
},
|
|
@@ -7888,7 +7888,7 @@
|
|
|
7888
7888
|
"nodeType": "IndexAccess",
|
|
7889
7889
|
"src": "7419:15:27",
|
|
7890
7890
|
"typeDescriptions": {
|
|
7891
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
7891
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
7892
7892
|
"typeString": "struct Account.Info memory"
|
|
7893
7893
|
}
|
|
7894
7894
|
},
|
|
@@ -7989,10 +7989,10 @@
|
|
|
7989
7989
|
"name": "Account",
|
|
7990
7990
|
"nodeType": "Identifier",
|
|
7991
7991
|
"overloadedDeclarations": [],
|
|
7992
|
-
"referencedDeclaration":
|
|
7992
|
+
"referencedDeclaration": 27935,
|
|
7993
7993
|
"src": "7437:7:27",
|
|
7994
7994
|
"typeDescriptions": {
|
|
7995
|
-
"typeIdentifier": "t_type$_t_contract$_Account_$
|
|
7995
|
+
"typeIdentifier": "t_type$_t_contract$_Account_$27935_$",
|
|
7996
7996
|
"typeString": "type(library Account)"
|
|
7997
7997
|
}
|
|
7998
7998
|
},
|
|
@@ -8003,10 +8003,10 @@
|
|
|
8003
8003
|
"lValueRequested": false,
|
|
8004
8004
|
"memberName": "Info",
|
|
8005
8005
|
"nodeType": "MemberAccess",
|
|
8006
|
-
"referencedDeclaration":
|
|
8006
|
+
"referencedDeclaration": 27901,
|
|
8007
8007
|
"src": "7437:12:27",
|
|
8008
8008
|
"typeDescriptions": {
|
|
8009
|
-
"typeIdentifier": "t_type$_t_struct$_Info_$
|
|
8009
|
+
"typeIdentifier": "t_type$_t_struct$_Info_$27901_storage_ptr_$",
|
|
8010
8010
|
"typeString": "type(struct Account.Info storage pointer)"
|
|
8011
8011
|
}
|
|
8012
8012
|
},
|
|
@@ -8023,13 +8023,13 @@
|
|
|
8023
8023
|
"nodeType": "FunctionCall",
|
|
8024
8024
|
"src": "7437:104:27",
|
|
8025
8025
|
"typeDescriptions": {
|
|
8026
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
8026
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
8027
8027
|
"typeString": "struct Account.Info memory"
|
|
8028
8028
|
}
|
|
8029
8029
|
},
|
|
8030
8030
|
"src": "7419:122:27",
|
|
8031
8031
|
"typeDescriptions": {
|
|
8032
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
8032
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
8033
8033
|
"typeString": "struct Account.Info memory"
|
|
8034
8034
|
}
|
|
8035
8035
|
},
|
|
@@ -8582,10 +8582,10 @@
|
|
|
8582
8582
|
"name": "Require",
|
|
8583
8583
|
"nodeType": "Identifier",
|
|
8584
8584
|
"overloadedDeclarations": [],
|
|
8585
|
-
"referencedDeclaration":
|
|
8585
|
+
"referencedDeclaration": 31453,
|
|
8586
8586
|
"src": "7884:7:27",
|
|
8587
8587
|
"typeDescriptions": {
|
|
8588
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
8588
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
8589
8589
|
"typeString": "type(library Require)"
|
|
8590
8590
|
}
|
|
8591
8591
|
},
|
|
@@ -8596,7 +8596,7 @@
|
|
|
8596
8596
|
"lValueRequested": false,
|
|
8597
8597
|
"memberName": "that",
|
|
8598
8598
|
"nodeType": "MemberAccess",
|
|
8599
|
-
"referencedDeclaration":
|
|
8599
|
+
"referencedDeclaration": 30815,
|
|
8600
8600
|
"src": "7884:12:27",
|
|
8601
8601
|
"typeDescriptions": {
|
|
8602
8602
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -8904,7 +8904,7 @@
|
|
|
8904
8904
|
"stateVariable": false,
|
|
8905
8905
|
"storageLocation": "memory",
|
|
8906
8906
|
"typeDescriptions": {
|
|
8907
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
8907
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr",
|
|
8908
8908
|
"typeString": "struct Actions.ActionArgs[]"
|
|
8909
8909
|
},
|
|
8910
8910
|
"typeName": {
|
|
@@ -8913,10 +8913,10 @@
|
|
|
8913
8913
|
"id": 8907,
|
|
8914
8914
|
"name": "Actions.ActionArgs",
|
|
8915
8915
|
"nodeType": "UserDefinedTypeName",
|
|
8916
|
-
"referencedDeclaration":
|
|
8916
|
+
"referencedDeclaration": 27980,
|
|
8917
8917
|
"src": "8585:18:27",
|
|
8918
8918
|
"typeDescriptions": {
|
|
8919
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
8919
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_storage_ptr",
|
|
8920
8920
|
"typeString": "struct Actions.ActionArgs"
|
|
8921
8921
|
}
|
|
8922
8922
|
},
|
|
@@ -8925,7 +8925,7 @@
|
|
|
8925
8925
|
"nodeType": "ArrayTypeName",
|
|
8926
8926
|
"src": "8585:20:27",
|
|
8927
8927
|
"typeDescriptions": {
|
|
8928
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
8928
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_storage_$dyn_storage_ptr",
|
|
8929
8929
|
"typeString": "struct Actions.ActionArgs[]"
|
|
8930
8930
|
}
|
|
8931
8931
|
},
|
|
@@ -9056,7 +9056,7 @@
|
|
|
9056
9056
|
"nodeType": "NewExpression",
|
|
9057
9057
|
"src": "8623:24:27",
|
|
9058
9058
|
"typeDescriptions": {
|
|
9059
|
-
"typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_ActionArgs_$
|
|
9059
|
+
"typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_$",
|
|
9060
9060
|
"typeString": "function (uint256) pure returns (struct Actions.ActionArgs memory[] memory)"
|
|
9061
9061
|
},
|
|
9062
9062
|
"typeName": {
|
|
@@ -9065,10 +9065,10 @@
|
|
|
9065
9065
|
"id": 8910,
|
|
9066
9066
|
"name": "Actions.ActionArgs",
|
|
9067
9067
|
"nodeType": "UserDefinedTypeName",
|
|
9068
|
-
"referencedDeclaration":
|
|
9068
|
+
"referencedDeclaration": 27980,
|
|
9069
9069
|
"src": "8627:18:27",
|
|
9070
9070
|
"typeDescriptions": {
|
|
9071
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
9071
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_storage_ptr",
|
|
9072
9072
|
"typeString": "struct Actions.ActionArgs"
|
|
9073
9073
|
}
|
|
9074
9074
|
},
|
|
@@ -9077,7 +9077,7 @@
|
|
|
9077
9077
|
"nodeType": "ArrayTypeName",
|
|
9078
9078
|
"src": "8627:20:27",
|
|
9079
9079
|
"typeDescriptions": {
|
|
9080
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
9080
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_storage_$dyn_storage_ptr",
|
|
9081
9081
|
"typeString": "struct Actions.ActionArgs[]"
|
|
9082
9082
|
}
|
|
9083
9083
|
}
|
|
@@ -9092,7 +9092,7 @@
|
|
|
9092
9092
|
"nodeType": "FunctionCall",
|
|
9093
9093
|
"src": "8623:53:27",
|
|
9094
9094
|
"typeDescriptions": {
|
|
9095
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
9095
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory",
|
|
9096
9096
|
"typeString": "struct Actions.ActionArgs memory[] memory"
|
|
9097
9097
|
}
|
|
9098
9098
|
},
|
|
@@ -9172,7 +9172,7 @@
|
|
|
9172
9172
|
"referencedDeclaration": 8909,
|
|
9173
9173
|
"src": "9053:7:27",
|
|
9174
9174
|
"typeDescriptions": {
|
|
9175
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
9175
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr",
|
|
9176
9176
|
"typeString": "struct Actions.ActionArgs memory[] memory"
|
|
9177
9177
|
}
|
|
9178
9178
|
},
|
|
@@ -9202,7 +9202,7 @@
|
|
|
9202
9202
|
"nodeType": "IndexAccess",
|
|
9203
9203
|
"src": "9053:10:27",
|
|
9204
9204
|
"typeDescriptions": {
|
|
9205
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
9205
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
9206
9206
|
"typeString": "struct Actions.ActionArgs memory"
|
|
9207
9207
|
}
|
|
9208
9208
|
},
|
|
@@ -9490,7 +9490,7 @@
|
|
|
9490
9490
|
"referencedDeclaration": 9312,
|
|
9491
9491
|
"src": "9066:11:27",
|
|
9492
9492
|
"typeDescriptions": {
|
|
9493
|
-
"typeIdentifier": "t_function_internal_view$_t_uint256_$_t_uint256_$_t_uint256_$_t_uint256_$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$returns$_t_struct$_ActionArgs_$
|
|
9493
|
+
"typeIdentifier": "t_function_internal_view$_t_uint256_$_t_uint256_$_t_uint256_$_t_uint256_$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$returns$_t_struct$_ActionArgs_$27980_memory_ptr_$",
|
|
9494
9494
|
"typeString": "function (uint256,uint256,uint256,uint256,address,bytes memory,uint256) view returns (struct Actions.ActionArgs memory)"
|
|
9495
9495
|
}
|
|
9496
9496
|
},
|
|
@@ -9504,13 +9504,13 @@
|
|
|
9504
9504
|
"nodeType": "FunctionCall",
|
|
9505
9505
|
"src": "9066:326:27",
|
|
9506
9506
|
"typeDescriptions": {
|
|
9507
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
9507
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory_ptr",
|
|
9508
9508
|
"typeString": "struct Actions.ActionArgs memory"
|
|
9509
9509
|
}
|
|
9510
9510
|
},
|
|
9511
9511
|
"src": "9053:339:27",
|
|
9512
9512
|
"typeDescriptions": {
|
|
9513
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
9513
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
9514
9514
|
"typeString": "struct Actions.ActionArgs memory"
|
|
9515
9515
|
}
|
|
9516
9516
|
},
|
|
@@ -9863,10 +9863,10 @@
|
|
|
9863
9863
|
"name": "Require",
|
|
9864
9864
|
"nodeType": "Identifier",
|
|
9865
9865
|
"overloadedDeclarations": [],
|
|
9866
|
-
"referencedDeclaration":
|
|
9866
|
+
"referencedDeclaration": 31453,
|
|
9867
9867
|
"src": "9631:7:27",
|
|
9868
9868
|
"typeDescriptions": {
|
|
9869
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
9869
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
9870
9870
|
"typeString": "type(library Require)"
|
|
9871
9871
|
}
|
|
9872
9872
|
},
|
|
@@ -9877,7 +9877,7 @@
|
|
|
9877
9877
|
"lValueRequested": false,
|
|
9878
9878
|
"memberName": "that",
|
|
9879
9879
|
"nodeType": "MemberAccess",
|
|
9880
|
-
"referencedDeclaration":
|
|
9880
|
+
"referencedDeclaration": 30815,
|
|
9881
9881
|
"src": "9631:12:27",
|
|
9882
9882
|
"typeDescriptions": {
|
|
9883
9883
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -9936,7 +9936,7 @@
|
|
|
9936
9936
|
"referencedDeclaration": 8795,
|
|
9937
9937
|
"src": "9886:8:27",
|
|
9938
9938
|
"typeDescriptions": {
|
|
9939
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
9939
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr",
|
|
9940
9940
|
"typeString": "struct Account.Info memory[] memory"
|
|
9941
9941
|
}
|
|
9942
9942
|
},
|
|
@@ -9998,7 +9998,7 @@
|
|
|
9998
9998
|
"nodeType": "IndexAccess",
|
|
9999
9999
|
"src": "9886:15:27",
|
|
10000
10000
|
"typeDescriptions": {
|
|
10001
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
10001
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
10002
10002
|
"typeString": "struct Account.Info memory"
|
|
10003
10003
|
}
|
|
10004
10004
|
},
|
|
@@ -10009,7 +10009,7 @@
|
|
|
10009
10009
|
"lValueRequested": false,
|
|
10010
10010
|
"memberName": "owner",
|
|
10011
10011
|
"nodeType": "MemberAccess",
|
|
10012
|
-
"referencedDeclaration":
|
|
10012
|
+
"referencedDeclaration": 27898,
|
|
10013
10013
|
"src": "9886:21:27",
|
|
10014
10014
|
"typeDescriptions": {
|
|
10015
10015
|
"typeIdentifier": "t_address",
|
|
@@ -10133,10 +10133,10 @@
|
|
|
10133
10133
|
"name": "Require",
|
|
10134
10134
|
"nodeType": "Identifier",
|
|
10135
10135
|
"overloadedDeclarations": [],
|
|
10136
|
-
"referencedDeclaration":
|
|
10136
|
+
"referencedDeclaration": 31453,
|
|
10137
10137
|
"src": "9856:7:27",
|
|
10138
10138
|
"typeDescriptions": {
|
|
10139
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
10139
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
10140
10140
|
"typeString": "type(library Require)"
|
|
10141
10141
|
}
|
|
10142
10142
|
},
|
|
@@ -10147,7 +10147,7 @@
|
|
|
10147
10147
|
"lValueRequested": false,
|
|
10148
10148
|
"memberName": "that",
|
|
10149
10149
|
"nodeType": "MemberAccess",
|
|
10150
|
-
"referencedDeclaration":
|
|
10150
|
+
"referencedDeclaration": 30815,
|
|
10151
10151
|
"src": "9856:12:27",
|
|
10152
10152
|
"typeDescriptions": {
|
|
10153
10153
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -10191,7 +10191,7 @@
|
|
|
10191
10191
|
"referencedDeclaration": 8909,
|
|
10192
10192
|
"src": "10029:7:27",
|
|
10193
10193
|
"typeDescriptions": {
|
|
10194
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
10194
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr",
|
|
10195
10195
|
"typeString": "struct Actions.ActionArgs memory[] memory"
|
|
10196
10196
|
}
|
|
10197
10197
|
},
|
|
@@ -10253,7 +10253,7 @@
|
|
|
10253
10253
|
"nodeType": "IndexAccess",
|
|
10254
10254
|
"src": "10029:14:27",
|
|
10255
10255
|
"typeDescriptions": {
|
|
10256
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
10256
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
10257
10257
|
"typeString": "struct Actions.ActionArgs memory"
|
|
10258
10258
|
}
|
|
10259
10259
|
},
|
|
@@ -10659,7 +10659,7 @@
|
|
|
10659
10659
|
"referencedDeclaration": 9359,
|
|
10660
10660
|
"src": "10046:12:27",
|
|
10661
10661
|
"typeDescriptions": {
|
|
10662
|
-
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_uint256_$_t_uint256_$_t_address_$_t_uint256_$_t_uint256_$returns$_t_struct$_ActionArgs_$
|
|
10662
|
+
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_uint256_$_t_uint256_$_t_address_$_t_uint256_$_t_uint256_$returns$_t_struct$_ActionArgs_$27980_memory_ptr_$",
|
|
10663
10663
|
"typeString": "function (uint256,uint256,uint256,uint256,address,uint256,uint256) pure returns (struct Actions.ActionArgs memory)"
|
|
10664
10664
|
}
|
|
10665
10665
|
},
|
|
@@ -10673,13 +10673,13 @@
|
|
|
10673
10673
|
"nodeType": "FunctionCall",
|
|
10674
10674
|
"src": "10046:272:27",
|
|
10675
10675
|
"typeDescriptions": {
|
|
10676
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
10676
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory_ptr",
|
|
10677
10677
|
"typeString": "struct Actions.ActionArgs memory"
|
|
10678
10678
|
}
|
|
10679
10679
|
},
|
|
10680
10680
|
"src": "10029:289:27",
|
|
10681
10681
|
"typeDescriptions": {
|
|
10682
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
10682
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
10683
10683
|
"typeString": "struct Actions.ActionArgs memory"
|
|
10684
10684
|
}
|
|
10685
10685
|
},
|
|
@@ -10877,7 +10877,7 @@
|
|
|
10877
10877
|
"referencedDeclaration": 8909,
|
|
10878
10878
|
"src": "10338:7:27",
|
|
10879
10879
|
"typeDescriptions": {
|
|
10880
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
10880
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr",
|
|
10881
10881
|
"typeString": "struct Actions.ActionArgs memory[] memory"
|
|
10882
10882
|
}
|
|
10883
10883
|
},
|
|
@@ -10904,7 +10904,7 @@
|
|
|
10904
10904
|
"referencedDeclaration": 8909,
|
|
10905
10905
|
"src": "10346:7:27",
|
|
10906
10906
|
"typeDescriptions": {
|
|
10907
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
10907
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr",
|
|
10908
10908
|
"typeString": "struct Actions.ActionArgs memory[] memory"
|
|
10909
10909
|
}
|
|
10910
10910
|
},
|
|
@@ -10955,7 +10955,7 @@
|
|
|
10955
10955
|
"nodeType": "IndexAccess",
|
|
10956
10956
|
"src": "10338:27:27",
|
|
10957
10957
|
"typeDescriptions": {
|
|
10958
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
10958
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
10959
10959
|
"typeString": "struct Actions.ActionArgs memory"
|
|
10960
10960
|
}
|
|
10961
10961
|
},
|
|
@@ -11116,7 +11116,7 @@
|
|
|
11116
11116
|
"referencedDeclaration": 9402,
|
|
11117
11117
|
"src": "10368:18:27",
|
|
11118
11118
|
"typeDescriptions": {
|
|
11119
|
-
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_struct$_ActionArgs_$
|
|
11119
|
+
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_struct$_ActionArgs_$27980_memory_ptr_$",
|
|
11120
11120
|
"typeString": "function (uint256,uint256,uint256) pure returns (struct Actions.ActionArgs memory)"
|
|
11121
11121
|
}
|
|
11122
11122
|
},
|
|
@@ -11130,13 +11130,13 @@
|
|
|
11130
11130
|
"nodeType": "FunctionCall",
|
|
11131
11131
|
"src": "10368:121:27",
|
|
11132
11132
|
"typeDescriptions": {
|
|
11133
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
11133
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory_ptr",
|
|
11134
11134
|
"typeString": "struct Actions.ActionArgs memory"
|
|
11135
11135
|
}
|
|
11136
11136
|
},
|
|
11137
11137
|
"src": "10338:151:27",
|
|
11138
11138
|
"typeDescriptions": {
|
|
11139
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
11139
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
11140
11140
|
"typeString": "struct Actions.ActionArgs memory"
|
|
11141
11141
|
}
|
|
11142
11142
|
},
|
|
@@ -11157,7 +11157,7 @@
|
|
|
11157
11157
|
"referencedDeclaration": 8795,
|
|
11158
11158
|
"src": "10524:8:27",
|
|
11159
11159
|
"typeDescriptions": {
|
|
11160
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
11160
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr",
|
|
11161
11161
|
"typeString": "struct Account.Info memory[] memory"
|
|
11162
11162
|
}
|
|
11163
11163
|
},
|
|
@@ -11170,7 +11170,7 @@
|
|
|
11170
11170
|
"referencedDeclaration": 8909,
|
|
11171
11171
|
"src": "10534:7:27",
|
|
11172
11172
|
"typeDescriptions": {
|
|
11173
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
11173
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr",
|
|
11174
11174
|
"typeString": "struct Actions.ActionArgs memory[] memory"
|
|
11175
11175
|
}
|
|
11176
11176
|
}
|
|
@@ -11178,11 +11178,11 @@
|
|
|
11178
11178
|
"expression": {
|
|
11179
11179
|
"argumentTypes": [
|
|
11180
11180
|
{
|
|
11181
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
11181
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr",
|
|
11182
11182
|
"typeString": "struct Account.Info memory[] memory"
|
|
11183
11183
|
},
|
|
11184
11184
|
{
|
|
11185
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
11185
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr",
|
|
11186
11186
|
"typeString": "struct Actions.ActionArgs memory[] memory"
|
|
11187
11187
|
}
|
|
11188
11188
|
],
|
|
@@ -11195,7 +11195,7 @@
|
|
|
11195
11195
|
"referencedDeclaration": 3297,
|
|
11196
11196
|
"src": "10500:15:27",
|
|
11197
11197
|
"typeDescriptions": {
|
|
11198
|
-
"typeIdentifier": "t_contract$_IDolomiteMargin_$
|
|
11198
|
+
"typeIdentifier": "t_contract$_IDolomiteMargin_$27685",
|
|
11199
11199
|
"typeString": "contract IDolomiteMargin"
|
|
11200
11200
|
}
|
|
11201
11201
|
},
|
|
@@ -11206,10 +11206,10 @@
|
|
|
11206
11206
|
"lValueRequested": false,
|
|
11207
11207
|
"memberName": "operate",
|
|
11208
11208
|
"nodeType": "MemberAccess",
|
|
11209
|
-
"referencedDeclaration":
|
|
11209
|
+
"referencedDeclaration": 27678,
|
|
11210
11210
|
"src": "10500:23:27",
|
|
11211
11211
|
"typeDescriptions": {
|
|
11212
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_array$_t_struct$_Info_$
|
|
11212
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr_$_t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr_$returns$__$",
|
|
11213
11213
|
"typeString": "function (struct Account.Info memory[] memory,struct Actions.ActionArgs memory[] memory) external"
|
|
11214
11214
|
}
|
|
11215
11215
|
},
|
|
@@ -11395,7 +11395,7 @@
|
|
|
11395
11395
|
"lValueRequested": false,
|
|
11396
11396
|
"memberName": "mul",
|
|
11397
11397
|
"nodeType": "MemberAccess",
|
|
11398
|
-
"referencedDeclaration":
|
|
11398
|
+
"referencedDeclaration": 41088,
|
|
11399
11399
|
"src": "10872:12:27",
|
|
11400
11400
|
"typeDescriptions": {
|
|
11401
11401
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -11423,7 +11423,7 @@
|
|
|
11423
11423
|
"lValueRequested": false,
|
|
11424
11424
|
"memberName": "div",
|
|
11425
11425
|
"nodeType": "MemberAccess",
|
|
11426
|
-
"referencedDeclaration":
|
|
11426
|
+
"referencedDeclaration": 41104,
|
|
11427
11427
|
"src": "10872:33:27",
|
|
11428
11428
|
"typeDescriptions": {
|
|
11429
11429
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -11552,7 +11552,7 @@
|
|
|
11552
11552
|
"lValueRequested": false,
|
|
11553
11553
|
"memberName": "mul",
|
|
11554
11554
|
"nodeType": "MemberAccess",
|
|
11555
|
-
"referencedDeclaration":
|
|
11555
|
+
"referencedDeclaration": 41088,
|
|
11556
11556
|
"src": "10964:12:27",
|
|
11557
11557
|
"typeDescriptions": {
|
|
11558
11558
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -11736,7 +11736,7 @@
|
|
|
11736
11736
|
"lValueRequested": false,
|
|
11737
11737
|
"memberName": "mul",
|
|
11738
11738
|
"nodeType": "MemberAccess",
|
|
11739
|
-
"referencedDeclaration":
|
|
11739
|
+
"referencedDeclaration": 41088,
|
|
11740
11740
|
"src": "11045:13:27",
|
|
11741
11741
|
"typeDescriptions": {
|
|
11742
11742
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -11764,7 +11764,7 @@
|
|
|
11764
11764
|
"lValueRequested": false,
|
|
11765
11765
|
"memberName": "mul",
|
|
11766
11766
|
"nodeType": "MemberAccess",
|
|
11767
|
-
"referencedDeclaration":
|
|
11767
|
+
"referencedDeclaration": 41088,
|
|
11768
11768
|
"src": "11045:61:27",
|
|
11769
11769
|
"typeDescriptions": {
|
|
11770
11770
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -11914,7 +11914,7 @@
|
|
|
11914
11914
|
"lValueRequested": false,
|
|
11915
11915
|
"memberName": "mul",
|
|
11916
11916
|
"nodeType": "MemberAccess",
|
|
11917
|
-
"referencedDeclaration":
|
|
11917
|
+
"referencedDeclaration": 41088,
|
|
11918
11918
|
"src": "11127:55:27",
|
|
11919
11919
|
"typeDescriptions": {
|
|
11920
11920
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -11955,10 +11955,10 @@
|
|
|
11955
11955
|
"name": "Babylonian",
|
|
11956
11956
|
"nodeType": "Identifier",
|
|
11957
11957
|
"overloadedDeclarations": [],
|
|
11958
|
-
"referencedDeclaration":
|
|
11958
|
+
"referencedDeclaration": 41886,
|
|
11959
11959
|
"src": "11016:10:27",
|
|
11960
11960
|
"typeDescriptions": {
|
|
11961
|
-
"typeIdentifier": "t_type$_t_contract$_Babylonian_$
|
|
11961
|
+
"typeIdentifier": "t_type$_t_contract$_Babylonian_$41886_$",
|
|
11962
11962
|
"typeString": "type(library Babylonian)"
|
|
11963
11963
|
}
|
|
11964
11964
|
},
|
|
@@ -11969,7 +11969,7 @@
|
|
|
11969
11969
|
"lValueRequested": false,
|
|
11970
11970
|
"memberName": "sqrt",
|
|
11971
11971
|
"nodeType": "MemberAccess",
|
|
11972
|
-
"referencedDeclaration":
|
|
11972
|
+
"referencedDeclaration": 41885,
|
|
11973
11973
|
"src": "11016:15:27",
|
|
11974
11974
|
"typeDescriptions": {
|
|
11975
11975
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$",
|
|
@@ -12104,7 +12104,7 @@
|
|
|
12104
12104
|
"lValueRequested": false,
|
|
12105
12105
|
"memberName": "mul",
|
|
12106
12106
|
"nodeType": "MemberAccess",
|
|
12107
|
-
"referencedDeclaration":
|
|
12107
|
+
"referencedDeclaration": 41088,
|
|
12108
12108
|
"src": "11258:12:27",
|
|
12109
12109
|
"typeDescriptions": {
|
|
12110
12110
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -12181,7 +12181,7 @@
|
|
|
12181
12181
|
"lValueRequested": false,
|
|
12182
12182
|
"memberName": "mul",
|
|
12183
12183
|
"nodeType": "MemberAccess",
|
|
12184
|
-
"referencedDeclaration":
|
|
12184
|
+
"referencedDeclaration": 41088,
|
|
12185
12185
|
"src": "11237:12:27",
|
|
12186
12186
|
"typeDescriptions": {
|
|
12187
12187
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -12317,7 +12317,7 @@
|
|
|
12317
12317
|
"lValueRequested": false,
|
|
12318
12318
|
"memberName": "sub",
|
|
12319
12319
|
"nodeType": "MemberAccess",
|
|
12320
|
-
"referencedDeclaration":
|
|
12320
|
+
"referencedDeclaration": 41027,
|
|
12321
12321
|
"src": "11402:12:27",
|
|
12322
12322
|
"typeDescriptions": {
|
|
12323
12323
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -12784,10 +12784,10 @@
|
|
|
12784
12784
|
"name": "Require",
|
|
12785
12785
|
"nodeType": "Identifier",
|
|
12786
12786
|
"overloadedDeclarations": [],
|
|
12787
|
-
"referencedDeclaration":
|
|
12787
|
+
"referencedDeclaration": 31453,
|
|
12788
12788
|
"src": "11549:7:27",
|
|
12789
12789
|
"typeDescriptions": {
|
|
12790
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
12790
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
12791
12791
|
"typeString": "type(library Require)"
|
|
12792
12792
|
}
|
|
12793
12793
|
},
|
|
@@ -12798,7 +12798,7 @@
|
|
|
12798
12798
|
"lValueRequested": false,
|
|
12799
12799
|
"memberName": "that",
|
|
12800
12800
|
"nodeType": "MemberAccess",
|
|
12801
|
-
"referencedDeclaration":
|
|
12801
|
+
"referencedDeclaration": 30815,
|
|
12802
12802
|
"src": "11549:12:27",
|
|
12803
12803
|
"typeDescriptions": {
|
|
12804
12804
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -13564,7 +13564,7 @@
|
|
|
13564
13564
|
"name": "this",
|
|
13565
13565
|
"nodeType": "Identifier",
|
|
13566
13566
|
"overloadedDeclarations": [],
|
|
13567
|
-
"referencedDeclaration":
|
|
13567
|
+
"referencedDeclaration": 42229,
|
|
13568
13568
|
"src": "12274:4:27",
|
|
13569
13569
|
"typeDescriptions": {
|
|
13570
13570
|
"typeIdentifier": "t_contract$_AmmRebalancerProxy_$9454",
|
|
@@ -13659,10 +13659,10 @@
|
|
|
13659
13659
|
"name": "IERC20",
|
|
13660
13660
|
"nodeType": "Identifier",
|
|
13661
13661
|
"overloadedDeclarations": [],
|
|
13662
|
-
"referencedDeclaration":
|
|
13662
|
+
"referencedDeclaration": 41358,
|
|
13663
13663
|
"src": "12242:6:27",
|
|
13664
13664
|
"typeDescriptions": {
|
|
13665
|
-
"typeIdentifier": "t_type$_t_contract$_IERC20_$
|
|
13665
|
+
"typeIdentifier": "t_type$_t_contract$_IERC20_$41358_$",
|
|
13666
13666
|
"typeString": "type(contract IERC20)"
|
|
13667
13667
|
}
|
|
13668
13668
|
},
|
|
@@ -13676,7 +13676,7 @@
|
|
|
13676
13676
|
"nodeType": "FunctionCall",
|
|
13677
13677
|
"src": "12242:13:27",
|
|
13678
13678
|
"typeDescriptions": {
|
|
13679
|
-
"typeIdentifier": "t_contract$_IERC20_$
|
|
13679
|
+
"typeIdentifier": "t_contract$_IERC20_$41358",
|
|
13680
13680
|
"typeString": "contract IERC20"
|
|
13681
13681
|
}
|
|
13682
13682
|
},
|
|
@@ -13687,7 +13687,7 @@
|
|
|
13687
13687
|
"lValueRequested": false,
|
|
13688
13688
|
"memberName": "allowance",
|
|
13689
13689
|
"nodeType": "MemberAccess",
|
|
13690
|
-
"referencedDeclaration":
|
|
13690
|
+
"referencedDeclaration": 41321,
|
|
13691
13691
|
"src": "12242:23:27",
|
|
13692
13692
|
"typeDescriptions": {
|
|
13693
13693
|
"typeIdentifier": "t_function_external_view$_t_address_$_t_address_$returns$_t_uint256_$",
|
|
@@ -13867,10 +13867,10 @@
|
|
|
13867
13867
|
"name": "IERC20",
|
|
13868
13868
|
"nodeType": "Identifier",
|
|
13869
13869
|
"overloadedDeclarations": [],
|
|
13870
|
-
"referencedDeclaration":
|
|
13870
|
+
"referencedDeclaration": 41358,
|
|
13871
13871
|
"src": "12314:6:27",
|
|
13872
13872
|
"typeDescriptions": {
|
|
13873
|
-
"typeIdentifier": "t_type$_t_contract$_IERC20_$
|
|
13873
|
+
"typeIdentifier": "t_type$_t_contract$_IERC20_$41358_$",
|
|
13874
13874
|
"typeString": "type(contract IERC20)"
|
|
13875
13875
|
}
|
|
13876
13876
|
},
|
|
@@ -13884,7 +13884,7 @@
|
|
|
13884
13884
|
"nodeType": "FunctionCall",
|
|
13885
13885
|
"src": "12314:13:27",
|
|
13886
13886
|
"typeDescriptions": {
|
|
13887
|
-
"typeIdentifier": "t_contract$_IERC20_$
|
|
13887
|
+
"typeIdentifier": "t_contract$_IERC20_$41358",
|
|
13888
13888
|
"typeString": "contract IERC20"
|
|
13889
13889
|
}
|
|
13890
13890
|
},
|
|
@@ -13895,10 +13895,10 @@
|
|
|
13895
13895
|
"lValueRequested": false,
|
|
13896
13896
|
"memberName": "safeApprove",
|
|
13897
13897
|
"nodeType": "MemberAccess",
|
|
13898
|
-
"referencedDeclaration":
|
|
13898
|
+
"referencedDeclaration": 41457,
|
|
13899
13899
|
"src": "12314:25:27",
|
|
13900
13900
|
"typeDescriptions": {
|
|
13901
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IERC20_$
|
|
13901
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IERC20_$41358_$_t_address_$_t_uint256_$returns$__$bound_to$_t_contract$_IERC20_$41358_$",
|
|
13902
13902
|
"typeString": "function (contract IERC20,address,uint256)"
|
|
13903
13903
|
}
|
|
13904
13904
|
},
|
|
@@ -14051,10 +14051,10 @@
|
|
|
14051
14051
|
"name": "Actions",
|
|
14052
14052
|
"nodeType": "Identifier",
|
|
14053
14053
|
"overloadedDeclarations": [],
|
|
14054
|
-
"referencedDeclaration":
|
|
14054
|
+
"referencedDeclaration": 28404,
|
|
14055
14055
|
"src": "12719:7:27",
|
|
14056
14056
|
"typeDescriptions": {
|
|
14057
|
-
"typeIdentifier": "t_type$_t_contract$_Actions_$
|
|
14057
|
+
"typeIdentifier": "t_type$_t_contract$_Actions_$28404_$",
|
|
14058
14058
|
"typeString": "type(library Actions)"
|
|
14059
14059
|
}
|
|
14060
14060
|
},
|
|
@@ -14065,10 +14065,10 @@
|
|
|
14065
14065
|
"lValueRequested": false,
|
|
14066
14066
|
"memberName": "ActionType",
|
|
14067
14067
|
"nodeType": "MemberAccess",
|
|
14068
|
-
"referencedDeclaration":
|
|
14068
|
+
"referencedDeclaration": 27955,
|
|
14069
14069
|
"src": "12719:18:27",
|
|
14070
14070
|
"typeDescriptions": {
|
|
14071
|
-
"typeIdentifier": "t_type$_t_enum$_ActionType_$
|
|
14071
|
+
"typeIdentifier": "t_type$_t_enum$_ActionType_$27955_$",
|
|
14072
14072
|
"typeString": "type(enum Actions.ActionType)"
|
|
14073
14073
|
}
|
|
14074
14074
|
},
|
|
@@ -14082,7 +14082,7 @@
|
|
|
14082
14082
|
"referencedDeclaration": null,
|
|
14083
14083
|
"src": "12719:23:27",
|
|
14084
14084
|
"typeDescriptions": {
|
|
14085
|
-
"typeIdentifier": "t_enum$_ActionType_$
|
|
14085
|
+
"typeIdentifier": "t_enum$_ActionType_$27955",
|
|
14086
14086
|
"typeString": "enum Actions.ActionType"
|
|
14087
14087
|
}
|
|
14088
14088
|
},
|
|
@@ -14130,10 +14130,10 @@
|
|
|
14130
14130
|
"name": "Types",
|
|
14131
14131
|
"nodeType": "Identifier",
|
|
14132
14132
|
"overloadedDeclarations": [],
|
|
14133
|
-
"referencedDeclaration":
|
|
14133
|
+
"referencedDeclaration": 34026,
|
|
14134
14134
|
"src": "12885:5:27",
|
|
14135
14135
|
"typeDescriptions": {
|
|
14136
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
14136
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
14137
14137
|
"typeString": "type(library Types)"
|
|
14138
14138
|
}
|
|
14139
14139
|
},
|
|
@@ -14144,10 +14144,10 @@
|
|
|
14144
14144
|
"lValueRequested": false,
|
|
14145
14145
|
"memberName": "AssetDenomination",
|
|
14146
14146
|
"nodeType": "MemberAccess",
|
|
14147
|
-
"referencedDeclaration":
|
|
14147
|
+
"referencedDeclaration": 33538,
|
|
14148
14148
|
"src": "12885:23:27",
|
|
14149
14149
|
"typeDescriptions": {
|
|
14150
|
-
"typeIdentifier": "t_type$_t_enum$_AssetDenomination_$
|
|
14150
|
+
"typeIdentifier": "t_type$_t_enum$_AssetDenomination_$33538_$",
|
|
14151
14151
|
"typeString": "type(enum Types.AssetDenomination)"
|
|
14152
14152
|
}
|
|
14153
14153
|
},
|
|
@@ -14161,7 +14161,7 @@
|
|
|
14161
14161
|
"referencedDeclaration": null,
|
|
14162
14162
|
"src": "12885:27:27",
|
|
14163
14163
|
"typeDescriptions": {
|
|
14164
|
-
"typeIdentifier": "t_enum$_AssetDenomination_$
|
|
14164
|
+
"typeIdentifier": "t_enum$_AssetDenomination_$33538",
|
|
14165
14165
|
"typeString": "enum Types.AssetDenomination"
|
|
14166
14166
|
}
|
|
14167
14167
|
},
|
|
@@ -14175,10 +14175,10 @@
|
|
|
14175
14175
|
"name": "Types",
|
|
14176
14176
|
"nodeType": "Identifier",
|
|
14177
14177
|
"overloadedDeclarations": [],
|
|
14178
|
-
"referencedDeclaration":
|
|
14178
|
+
"referencedDeclaration": 34026,
|
|
14179
14179
|
"src": "12914:5:27",
|
|
14180
14180
|
"typeDescriptions": {
|
|
14181
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
14181
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
14182
14182
|
"typeString": "type(library Types)"
|
|
14183
14183
|
}
|
|
14184
14184
|
},
|
|
@@ -14189,10 +14189,10 @@
|
|
|
14189
14189
|
"lValueRequested": false,
|
|
14190
14190
|
"memberName": "AssetReference",
|
|
14191
14191
|
"nodeType": "MemberAccess",
|
|
14192
|
-
"referencedDeclaration":
|
|
14192
|
+
"referencedDeclaration": 33541,
|
|
14193
14193
|
"src": "12914:20:27",
|
|
14194
14194
|
"typeDescriptions": {
|
|
14195
|
-
"typeIdentifier": "t_type$_t_enum$_AssetReference_$
|
|
14195
|
+
"typeIdentifier": "t_type$_t_enum$_AssetReference_$33541_$",
|
|
14196
14196
|
"typeString": "type(enum Types.AssetReference)"
|
|
14197
14197
|
}
|
|
14198
14198
|
},
|
|
@@ -14206,7 +14206,7 @@
|
|
|
14206
14206
|
"referencedDeclaration": null,
|
|
14207
14207
|
"src": "12914:26:27",
|
|
14208
14208
|
"typeDescriptions": {
|
|
14209
|
-
"typeIdentifier": "t_enum$_AssetReference_$
|
|
14209
|
+
"typeIdentifier": "t_enum$_AssetReference_$33541",
|
|
14210
14210
|
"typeString": "enum Types.AssetReference"
|
|
14211
14211
|
}
|
|
14212
14212
|
},
|
|
@@ -14231,11 +14231,11 @@
|
|
|
14231
14231
|
"typeString": "bool"
|
|
14232
14232
|
},
|
|
14233
14233
|
{
|
|
14234
|
-
"typeIdentifier": "t_enum$_AssetDenomination_$
|
|
14234
|
+
"typeIdentifier": "t_enum$_AssetDenomination_$33538",
|
|
14235
14235
|
"typeString": "enum Types.AssetDenomination"
|
|
14236
14236
|
},
|
|
14237
14237
|
{
|
|
14238
|
-
"typeIdentifier": "t_enum$_AssetReference_$
|
|
14238
|
+
"typeIdentifier": "t_enum$_AssetReference_$33541",
|
|
14239
14239
|
"typeString": "enum Types.AssetReference"
|
|
14240
14240
|
},
|
|
14241
14241
|
{
|
|
@@ -14249,10 +14249,10 @@
|
|
|
14249
14249
|
"name": "Types",
|
|
14250
14250
|
"nodeType": "Identifier",
|
|
14251
14251
|
"overloadedDeclarations": [],
|
|
14252
|
-
"referencedDeclaration":
|
|
14252
|
+
"referencedDeclaration": 34026,
|
|
14253
14253
|
"src": "12860:5:27",
|
|
14254
14254
|
"typeDescriptions": {
|
|
14255
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
14255
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
14256
14256
|
"typeString": "type(library Types)"
|
|
14257
14257
|
}
|
|
14258
14258
|
},
|
|
@@ -14263,10 +14263,10 @@
|
|
|
14263
14263
|
"lValueRequested": false,
|
|
14264
14264
|
"memberName": "AssetAmount",
|
|
14265
14265
|
"nodeType": "MemberAccess",
|
|
14266
|
-
"referencedDeclaration":
|
|
14266
|
+
"referencedDeclaration": 33550,
|
|
14267
14267
|
"src": "12860:17:27",
|
|
14268
14268
|
"typeDescriptions": {
|
|
14269
|
-
"typeIdentifier": "t_type$_t_struct$_AssetAmount_$
|
|
14269
|
+
"typeIdentifier": "t_type$_t_struct$_AssetAmount_$33550_storage_ptr_$",
|
|
14270
14270
|
"typeString": "type(struct Types.AssetAmount storage pointer)"
|
|
14271
14271
|
}
|
|
14272
14272
|
},
|
|
@@ -14280,7 +14280,7 @@
|
|
|
14280
14280
|
"nodeType": "FunctionCall",
|
|
14281
14281
|
"src": "12860:94:27",
|
|
14282
14282
|
"typeDescriptions": {
|
|
14283
|
-
"typeIdentifier": "t_struct$_AssetAmount_$
|
|
14283
|
+
"typeIdentifier": "t_struct$_AssetAmount_$33550_memory",
|
|
14284
14284
|
"typeString": "struct Types.AssetAmount memory"
|
|
14285
14285
|
}
|
|
14286
14286
|
},
|
|
@@ -14319,7 +14319,7 @@
|
|
|
14319
14319
|
"name": "this",
|
|
14320
14320
|
"nodeType": "Identifier",
|
|
14321
14321
|
"overloadedDeclarations": [],
|
|
14322
|
-
"referencedDeclaration":
|
|
14322
|
+
"referencedDeclaration": 42229,
|
|
14323
14323
|
"src": "13089:4:27",
|
|
14324
14324
|
"typeDescriptions": {
|
|
14325
14325
|
"typeIdentifier": "t_contract$_AmmRebalancerProxy_$9454",
|
|
@@ -14497,7 +14497,7 @@
|
|
|
14497
14497
|
"name": "abi",
|
|
14498
14498
|
"nodeType": "Identifier",
|
|
14499
14499
|
"overloadedDeclarations": [],
|
|
14500
|
-
"referencedDeclaration":
|
|
14500
|
+
"referencedDeclaration": 42134,
|
|
14501
14501
|
"src": "13155:3:27",
|
|
14502
14502
|
"typeDescriptions": {
|
|
14503
14503
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -14536,7 +14536,7 @@
|
|
|
14536
14536
|
"expression": {
|
|
14537
14537
|
"argumentTypes": [
|
|
14538
14538
|
{
|
|
14539
|
-
"typeIdentifier": "t_enum$_ActionType_$
|
|
14539
|
+
"typeIdentifier": "t_enum$_ActionType_$27955",
|
|
14540
14540
|
"typeString": "enum Actions.ActionType"
|
|
14541
14541
|
},
|
|
14542
14542
|
{
|
|
@@ -14544,7 +14544,7 @@
|
|
|
14544
14544
|
"typeString": "uint256"
|
|
14545
14545
|
},
|
|
14546
14546
|
{
|
|
14547
|
-
"typeIdentifier": "t_struct$_AssetAmount_$
|
|
14547
|
+
"typeIdentifier": "t_struct$_AssetAmount_$33550_memory",
|
|
14548
14548
|
"typeString": "struct Types.AssetAmount memory"
|
|
14549
14549
|
},
|
|
14550
14550
|
{
|
|
@@ -14574,10 +14574,10 @@
|
|
|
14574
14574
|
"name": "Actions",
|
|
14575
14575
|
"nodeType": "Identifier",
|
|
14576
14576
|
"overloadedDeclarations": [],
|
|
14577
|
-
"referencedDeclaration":
|
|
14577
|
+
"referencedDeclaration": 28404,
|
|
14578
14578
|
"src": "12673:7:27",
|
|
14579
14579
|
"typeDescriptions": {
|
|
14580
|
-
"typeIdentifier": "t_type$_t_contract$_Actions_$
|
|
14580
|
+
"typeIdentifier": "t_type$_t_contract$_Actions_$28404_$",
|
|
14581
14581
|
"typeString": "type(library Actions)"
|
|
14582
14582
|
}
|
|
14583
14583
|
},
|
|
@@ -14588,10 +14588,10 @@
|
|
|
14588
14588
|
"lValueRequested": false,
|
|
14589
14589
|
"memberName": "ActionArgs",
|
|
14590
14590
|
"nodeType": "MemberAccess",
|
|
14591
|
-
"referencedDeclaration":
|
|
14591
|
+
"referencedDeclaration": 27980,
|
|
14592
14592
|
"src": "12673:18:27",
|
|
14593
14593
|
"typeDescriptions": {
|
|
14594
|
-
"typeIdentifier": "t_type$_t_struct$_ActionArgs_$
|
|
14594
|
+
"typeIdentifier": "t_type$_t_struct$_ActionArgs_$27980_storage_ptr_$",
|
|
14595
14595
|
"typeString": "type(struct Actions.ActionArgs storage pointer)"
|
|
14596
14596
|
}
|
|
14597
14597
|
},
|
|
@@ -14614,7 +14614,7 @@
|
|
|
14614
14614
|
"nodeType": "FunctionCall",
|
|
14615
14615
|
"src": "12673:531:27",
|
|
14616
14616
|
"typeDescriptions": {
|
|
14617
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
14617
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
14618
14618
|
"typeString": "struct Actions.ActionArgs memory"
|
|
14619
14619
|
}
|
|
14620
14620
|
},
|
|
@@ -14836,7 +14836,7 @@
|
|
|
14836
14836
|
"stateVariable": false,
|
|
14837
14837
|
"storageLocation": "memory",
|
|
14838
14838
|
"typeDescriptions": {
|
|
14839
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
14839
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory_ptr",
|
|
14840
14840
|
"typeString": "struct Actions.ActionArgs"
|
|
14841
14841
|
},
|
|
14842
14842
|
"typeName": {
|
|
@@ -14844,10 +14844,10 @@
|
|
|
14844
14844
|
"id": 9274,
|
|
14845
14845
|
"name": "Actions.ActionArgs",
|
|
14846
14846
|
"nodeType": "UserDefinedTypeName",
|
|
14847
|
-
"referencedDeclaration":
|
|
14847
|
+
"referencedDeclaration": 27980,
|
|
14848
14848
|
"src": "12629:18:27",
|
|
14849
14849
|
"typeDescriptions": {
|
|
14850
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
14850
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_storage_ptr",
|
|
14851
14851
|
"typeString": "struct Actions.ActionArgs"
|
|
14852
14852
|
}
|
|
14853
14853
|
},
|
|
@@ -14883,10 +14883,10 @@
|
|
|
14883
14883
|
"name": "Actions",
|
|
14884
14884
|
"nodeType": "Identifier",
|
|
14885
14885
|
"overloadedDeclarations": [],
|
|
14886
|
-
"referencedDeclaration":
|
|
14886
|
+
"referencedDeclaration": 28404,
|
|
14887
14887
|
"src": "13564:7:27",
|
|
14888
14888
|
"typeDescriptions": {
|
|
14889
|
-
"typeIdentifier": "t_type$_t_contract$_Actions_$
|
|
14889
|
+
"typeIdentifier": "t_type$_t_contract$_Actions_$28404_$",
|
|
14890
14890
|
"typeString": "type(library Actions)"
|
|
14891
14891
|
}
|
|
14892
14892
|
},
|
|
@@ -14897,10 +14897,10 @@
|
|
|
14897
14897
|
"lValueRequested": false,
|
|
14898
14898
|
"memberName": "ActionType",
|
|
14899
14899
|
"nodeType": "MemberAccess",
|
|
14900
|
-
"referencedDeclaration":
|
|
14900
|
+
"referencedDeclaration": 27955,
|
|
14901
14901
|
"src": "13564:18:27",
|
|
14902
14902
|
"typeDescriptions": {
|
|
14903
|
-
"typeIdentifier": "t_type$_t_enum$_ActionType_$
|
|
14903
|
+
"typeIdentifier": "t_type$_t_enum$_ActionType_$27955_$",
|
|
14904
14904
|
"typeString": "type(enum Actions.ActionType)"
|
|
14905
14905
|
}
|
|
14906
14906
|
},
|
|
@@ -14914,7 +14914,7 @@
|
|
|
14914
14914
|
"referencedDeclaration": null,
|
|
14915
14915
|
"src": "13564:24:27",
|
|
14916
14916
|
"typeDescriptions": {
|
|
14917
|
-
"typeIdentifier": "t_enum$_ActionType_$
|
|
14917
|
+
"typeIdentifier": "t_enum$_ActionType_$27955",
|
|
14918
14918
|
"typeString": "enum Actions.ActionType"
|
|
14919
14919
|
}
|
|
14920
14920
|
},
|
|
@@ -14962,10 +14962,10 @@
|
|
|
14962
14962
|
"name": "Types",
|
|
14963
14963
|
"nodeType": "Identifier",
|
|
14964
14964
|
"overloadedDeclarations": [],
|
|
14965
|
-
"referencedDeclaration":
|
|
14965
|
+
"referencedDeclaration": 34026,
|
|
14966
14966
|
"src": "13730:5:27",
|
|
14967
14967
|
"typeDescriptions": {
|
|
14968
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
14968
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
14969
14969
|
"typeString": "type(library Types)"
|
|
14970
14970
|
}
|
|
14971
14971
|
},
|
|
@@ -14976,10 +14976,10 @@
|
|
|
14976
14976
|
"lValueRequested": false,
|
|
14977
14977
|
"memberName": "AssetDenomination",
|
|
14978
14978
|
"nodeType": "MemberAccess",
|
|
14979
|
-
"referencedDeclaration":
|
|
14979
|
+
"referencedDeclaration": 33538,
|
|
14980
14980
|
"src": "13730:23:27",
|
|
14981
14981
|
"typeDescriptions": {
|
|
14982
|
-
"typeIdentifier": "t_type$_t_enum$_AssetDenomination_$
|
|
14982
|
+
"typeIdentifier": "t_type$_t_enum$_AssetDenomination_$33538_$",
|
|
14983
14983
|
"typeString": "type(enum Types.AssetDenomination)"
|
|
14984
14984
|
}
|
|
14985
14985
|
},
|
|
@@ -14993,7 +14993,7 @@
|
|
|
14993
14993
|
"referencedDeclaration": null,
|
|
14994
14994
|
"src": "13730:27:27",
|
|
14995
14995
|
"typeDescriptions": {
|
|
14996
|
-
"typeIdentifier": "t_enum$_AssetDenomination_$
|
|
14996
|
+
"typeIdentifier": "t_enum$_AssetDenomination_$33538",
|
|
14997
14997
|
"typeString": "enum Types.AssetDenomination"
|
|
14998
14998
|
}
|
|
14999
14999
|
},
|
|
@@ -15007,10 +15007,10 @@
|
|
|
15007
15007
|
"name": "Types",
|
|
15008
15008
|
"nodeType": "Identifier",
|
|
15009
15009
|
"overloadedDeclarations": [],
|
|
15010
|
-
"referencedDeclaration":
|
|
15010
|
+
"referencedDeclaration": 34026,
|
|
15011
15011
|
"src": "13759:5:27",
|
|
15012
15012
|
"typeDescriptions": {
|
|
15013
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
15013
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
15014
15014
|
"typeString": "type(library Types)"
|
|
15015
15015
|
}
|
|
15016
15016
|
},
|
|
@@ -15021,10 +15021,10 @@
|
|
|
15021
15021
|
"lValueRequested": false,
|
|
15022
15022
|
"memberName": "AssetReference",
|
|
15023
15023
|
"nodeType": "MemberAccess",
|
|
15024
|
-
"referencedDeclaration":
|
|
15024
|
+
"referencedDeclaration": 33541,
|
|
15025
15025
|
"src": "13759:20:27",
|
|
15026
15026
|
"typeDescriptions": {
|
|
15027
|
-
"typeIdentifier": "t_type$_t_enum$_AssetReference_$
|
|
15027
|
+
"typeIdentifier": "t_type$_t_enum$_AssetReference_$33541_$",
|
|
15028
15028
|
"typeString": "type(enum Types.AssetReference)"
|
|
15029
15029
|
}
|
|
15030
15030
|
},
|
|
@@ -15038,7 +15038,7 @@
|
|
|
15038
15038
|
"referencedDeclaration": null,
|
|
15039
15039
|
"src": "13759:26:27",
|
|
15040
15040
|
"typeDescriptions": {
|
|
15041
|
-
"typeIdentifier": "t_enum$_AssetReference_$
|
|
15041
|
+
"typeIdentifier": "t_enum$_AssetReference_$33541",
|
|
15042
15042
|
"typeString": "enum Types.AssetReference"
|
|
15043
15043
|
}
|
|
15044
15044
|
},
|
|
@@ -15063,11 +15063,11 @@
|
|
|
15063
15063
|
"typeString": "bool"
|
|
15064
15064
|
},
|
|
15065
15065
|
{
|
|
15066
|
-
"typeIdentifier": "t_enum$_AssetDenomination_$
|
|
15066
|
+
"typeIdentifier": "t_enum$_AssetDenomination_$33538",
|
|
15067
15067
|
"typeString": "enum Types.AssetDenomination"
|
|
15068
15068
|
},
|
|
15069
15069
|
{
|
|
15070
|
-
"typeIdentifier": "t_enum$_AssetReference_$
|
|
15070
|
+
"typeIdentifier": "t_enum$_AssetReference_$33541",
|
|
15071
15071
|
"typeString": "enum Types.AssetReference"
|
|
15072
15072
|
},
|
|
15073
15073
|
{
|
|
@@ -15081,10 +15081,10 @@
|
|
|
15081
15081
|
"name": "Types",
|
|
15082
15082
|
"nodeType": "Identifier",
|
|
15083
15083
|
"overloadedDeclarations": [],
|
|
15084
|
-
"referencedDeclaration":
|
|
15084
|
+
"referencedDeclaration": 34026,
|
|
15085
15085
|
"src": "13706:5:27",
|
|
15086
15086
|
"typeDescriptions": {
|
|
15087
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
15087
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
15088
15088
|
"typeString": "type(library Types)"
|
|
15089
15089
|
}
|
|
15090
15090
|
},
|
|
@@ -15095,10 +15095,10 @@
|
|
|
15095
15095
|
"lValueRequested": false,
|
|
15096
15096
|
"memberName": "AssetAmount",
|
|
15097
15097
|
"nodeType": "MemberAccess",
|
|
15098
|
-
"referencedDeclaration":
|
|
15098
|
+
"referencedDeclaration": 33550,
|
|
15099
15099
|
"src": "13706:17:27",
|
|
15100
15100
|
"typeDescriptions": {
|
|
15101
|
-
"typeIdentifier": "t_type$_t_struct$_AssetAmount_$
|
|
15101
|
+
"typeIdentifier": "t_type$_t_struct$_AssetAmount_$33550_storage_ptr_$",
|
|
15102
15102
|
"typeString": "type(struct Types.AssetAmount storage pointer)"
|
|
15103
15103
|
}
|
|
15104
15104
|
},
|
|
@@ -15112,7 +15112,7 @@
|
|
|
15112
15112
|
"nodeType": "FunctionCall",
|
|
15113
15113
|
"src": "13706:93:27",
|
|
15114
15114
|
"typeDescriptions": {
|
|
15115
|
-
"typeIdentifier": "t_struct$_AssetAmount_$
|
|
15115
|
+
"typeIdentifier": "t_struct$_AssetAmount_$33550_memory",
|
|
15116
15116
|
"typeString": "struct Types.AssetAmount memory"
|
|
15117
15117
|
}
|
|
15118
15118
|
},
|
|
@@ -15198,7 +15198,7 @@
|
|
|
15198
15198
|
"name": "abi",
|
|
15199
15199
|
"nodeType": "Identifier",
|
|
15200
15200
|
"overloadedDeclarations": [],
|
|
15201
|
-
"referencedDeclaration":
|
|
15201
|
+
"referencedDeclaration": 42134,
|
|
15202
15202
|
"src": "14005:3:27",
|
|
15203
15203
|
"typeDescriptions": {
|
|
15204
15204
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -15237,7 +15237,7 @@
|
|
|
15237
15237
|
"expression": {
|
|
15238
15238
|
"argumentTypes": [
|
|
15239
15239
|
{
|
|
15240
|
-
"typeIdentifier": "t_enum$_ActionType_$
|
|
15240
|
+
"typeIdentifier": "t_enum$_ActionType_$27955",
|
|
15241
15241
|
"typeString": "enum Actions.ActionType"
|
|
15242
15242
|
},
|
|
15243
15243
|
{
|
|
@@ -15245,7 +15245,7 @@
|
|
|
15245
15245
|
"typeString": "uint256"
|
|
15246
15246
|
},
|
|
15247
15247
|
{
|
|
15248
|
-
"typeIdentifier": "t_struct$_AssetAmount_$
|
|
15248
|
+
"typeIdentifier": "t_struct$_AssetAmount_$33550_memory",
|
|
15249
15249
|
"typeString": "struct Types.AssetAmount memory"
|
|
15250
15250
|
},
|
|
15251
15251
|
{
|
|
@@ -15275,10 +15275,10 @@
|
|
|
15275
15275
|
"name": "Actions",
|
|
15276
15276
|
"nodeType": "Identifier",
|
|
15277
15277
|
"overloadedDeclarations": [],
|
|
15278
|
-
"referencedDeclaration":
|
|
15278
|
+
"referencedDeclaration": 28404,
|
|
15279
15279
|
"src": "13518:7:27",
|
|
15280
15280
|
"typeDescriptions": {
|
|
15281
|
-
"typeIdentifier": "t_type$_t_contract$_Actions_$
|
|
15281
|
+
"typeIdentifier": "t_type$_t_contract$_Actions_$28404_$",
|
|
15282
15282
|
"typeString": "type(library Actions)"
|
|
15283
15283
|
}
|
|
15284
15284
|
},
|
|
@@ -15289,10 +15289,10 @@
|
|
|
15289
15289
|
"lValueRequested": false,
|
|
15290
15290
|
"memberName": "ActionArgs",
|
|
15291
15291
|
"nodeType": "MemberAccess",
|
|
15292
|
-
"referencedDeclaration":
|
|
15292
|
+
"referencedDeclaration": 27980,
|
|
15293
15293
|
"src": "13518:18:27",
|
|
15294
15294
|
"typeDescriptions": {
|
|
15295
|
-
"typeIdentifier": "t_type$_t_struct$_ActionArgs_$
|
|
15295
|
+
"typeIdentifier": "t_type$_t_struct$_ActionArgs_$27980_storage_ptr_$",
|
|
15296
15296
|
"typeString": "type(struct Actions.ActionArgs storage pointer)"
|
|
15297
15297
|
}
|
|
15298
15298
|
},
|
|
@@ -15315,7 +15315,7 @@
|
|
|
15315
15315
|
"nodeType": "FunctionCall",
|
|
15316
15316
|
"src": "13518:522:27",
|
|
15317
15317
|
"typeDescriptions": {
|
|
15318
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
15318
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
15319
15319
|
"typeString": "struct Actions.ActionArgs memory"
|
|
15320
15320
|
}
|
|
15321
15321
|
},
|
|
@@ -15537,7 +15537,7 @@
|
|
|
15537
15537
|
"stateVariable": false,
|
|
15538
15538
|
"storageLocation": "memory",
|
|
15539
15539
|
"typeDescriptions": {
|
|
15540
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
15540
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory_ptr",
|
|
15541
15541
|
"typeString": "struct Actions.ActionArgs"
|
|
15542
15542
|
},
|
|
15543
15543
|
"typeName": {
|
|
@@ -15545,10 +15545,10 @@
|
|
|
15545
15545
|
"id": 9328,
|
|
15546
15546
|
"name": "Actions.ActionArgs",
|
|
15547
15547
|
"nodeType": "UserDefinedTypeName",
|
|
15548
|
-
"referencedDeclaration":
|
|
15548
|
+
"referencedDeclaration": 27980,
|
|
15549
15549
|
"src": "13474:18:27",
|
|
15550
15550
|
"typeDescriptions": {
|
|
15551
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
15551
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_storage_ptr",
|
|
15552
15552
|
"typeString": "struct Actions.ActionArgs"
|
|
15553
15553
|
}
|
|
15554
15554
|
},
|
|
@@ -15584,10 +15584,10 @@
|
|
|
15584
15584
|
"name": "Actions",
|
|
15585
15585
|
"nodeType": "Identifier",
|
|
15586
15586
|
"overloadedDeclarations": [],
|
|
15587
|
-
"referencedDeclaration":
|
|
15587
|
+
"referencedDeclaration": 28404,
|
|
15588
15588
|
"src": "14283:7:27",
|
|
15589
15589
|
"typeDescriptions": {
|
|
15590
|
-
"typeIdentifier": "t_type$_t_contract$_Actions_$
|
|
15590
|
+
"typeIdentifier": "t_type$_t_contract$_Actions_$28404_$",
|
|
15591
15591
|
"typeString": "type(library Actions)"
|
|
15592
15592
|
}
|
|
15593
15593
|
},
|
|
@@ -15598,10 +15598,10 @@
|
|
|
15598
15598
|
"lValueRequested": false,
|
|
15599
15599
|
"memberName": "ActionType",
|
|
15600
15600
|
"nodeType": "MemberAccess",
|
|
15601
|
-
"referencedDeclaration":
|
|
15601
|
+
"referencedDeclaration": 27955,
|
|
15602
15602
|
"src": "14283:18:27",
|
|
15603
15603
|
"typeDescriptions": {
|
|
15604
|
-
"typeIdentifier": "t_type$_t_enum$_ActionType_$
|
|
15604
|
+
"typeIdentifier": "t_type$_t_enum$_ActionType_$27955_$",
|
|
15605
15605
|
"typeString": "type(enum Actions.ActionType)"
|
|
15606
15606
|
}
|
|
15607
15607
|
},
|
|
@@ -15615,7 +15615,7 @@
|
|
|
15615
15615
|
"referencedDeclaration": null,
|
|
15616
15616
|
"src": "14283:27:27",
|
|
15617
15617
|
"typeDescriptions": {
|
|
15618
|
-
"typeIdentifier": "t_enum$_ActionType_$
|
|
15618
|
+
"typeIdentifier": "t_enum$_ActionType_$27955",
|
|
15619
15619
|
"typeString": "enum Actions.ActionType"
|
|
15620
15620
|
}
|
|
15621
15621
|
},
|
|
@@ -15663,10 +15663,10 @@
|
|
|
15663
15663
|
"name": "Types",
|
|
15664
15664
|
"nodeType": "Identifier",
|
|
15665
15665
|
"overloadedDeclarations": [],
|
|
15666
|
-
"referencedDeclaration":
|
|
15666
|
+
"referencedDeclaration": 34026,
|
|
15667
15667
|
"src": "14452:5:27",
|
|
15668
15668
|
"typeDescriptions": {
|
|
15669
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
15669
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
15670
15670
|
"typeString": "type(library Types)"
|
|
15671
15671
|
}
|
|
15672
15672
|
},
|
|
@@ -15677,10 +15677,10 @@
|
|
|
15677
15677
|
"lValueRequested": false,
|
|
15678
15678
|
"memberName": "AssetDenomination",
|
|
15679
15679
|
"nodeType": "MemberAccess",
|
|
15680
|
-
"referencedDeclaration":
|
|
15680
|
+
"referencedDeclaration": 33538,
|
|
15681
15681
|
"src": "14452:23:27",
|
|
15682
15682
|
"typeDescriptions": {
|
|
15683
|
-
"typeIdentifier": "t_type$_t_enum$_AssetDenomination_$
|
|
15683
|
+
"typeIdentifier": "t_type$_t_enum$_AssetDenomination_$33538_$",
|
|
15684
15684
|
"typeString": "type(enum Types.AssetDenomination)"
|
|
15685
15685
|
}
|
|
15686
15686
|
},
|
|
@@ -15694,7 +15694,7 @@
|
|
|
15694
15694
|
"referencedDeclaration": null,
|
|
15695
15695
|
"src": "14452:27:27",
|
|
15696
15696
|
"typeDescriptions": {
|
|
15697
|
-
"typeIdentifier": "t_enum$_AssetDenomination_$
|
|
15697
|
+
"typeIdentifier": "t_enum$_AssetDenomination_$33538",
|
|
15698
15698
|
"typeString": "enum Types.AssetDenomination"
|
|
15699
15699
|
}
|
|
15700
15700
|
},
|
|
@@ -15708,10 +15708,10 @@
|
|
|
15708
15708
|
"name": "Types",
|
|
15709
15709
|
"nodeType": "Identifier",
|
|
15710
15710
|
"overloadedDeclarations": [],
|
|
15711
|
-
"referencedDeclaration":
|
|
15711
|
+
"referencedDeclaration": 34026,
|
|
15712
15712
|
"src": "14481:5:27",
|
|
15713
15713
|
"typeDescriptions": {
|
|
15714
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
15714
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
15715
15715
|
"typeString": "type(library Types)"
|
|
15716
15716
|
}
|
|
15717
15717
|
},
|
|
@@ -15722,10 +15722,10 @@
|
|
|
15722
15722
|
"lValueRequested": false,
|
|
15723
15723
|
"memberName": "AssetReference",
|
|
15724
15724
|
"nodeType": "MemberAccess",
|
|
15725
|
-
"referencedDeclaration":
|
|
15725
|
+
"referencedDeclaration": 33541,
|
|
15726
15726
|
"src": "14481:20:27",
|
|
15727
15727
|
"typeDescriptions": {
|
|
15728
|
-
"typeIdentifier": "t_type$_t_enum$_AssetReference_$
|
|
15728
|
+
"typeIdentifier": "t_type$_t_enum$_AssetReference_$33541_$",
|
|
15729
15729
|
"typeString": "type(enum Types.AssetReference)"
|
|
15730
15730
|
}
|
|
15731
15731
|
},
|
|
@@ -15739,7 +15739,7 @@
|
|
|
15739
15739
|
"referencedDeclaration": null,
|
|
15740
15740
|
"src": "14481:27:27",
|
|
15741
15741
|
"typeDescriptions": {
|
|
15742
|
-
"typeIdentifier": "t_enum$_AssetReference_$
|
|
15742
|
+
"typeIdentifier": "t_enum$_AssetReference_$33541",
|
|
15743
15743
|
"typeString": "enum Types.AssetReference"
|
|
15744
15744
|
}
|
|
15745
15745
|
},
|
|
@@ -15769,11 +15769,11 @@
|
|
|
15769
15769
|
"typeString": "bool"
|
|
15770
15770
|
},
|
|
15771
15771
|
{
|
|
15772
|
-
"typeIdentifier": "t_enum$_AssetDenomination_$
|
|
15772
|
+
"typeIdentifier": "t_enum$_AssetDenomination_$33538",
|
|
15773
15773
|
"typeString": "enum Types.AssetDenomination"
|
|
15774
15774
|
},
|
|
15775
15775
|
{
|
|
15776
|
-
"typeIdentifier": "t_enum$_AssetReference_$
|
|
15776
|
+
"typeIdentifier": "t_enum$_AssetReference_$33541",
|
|
15777
15777
|
"typeString": "enum Types.AssetReference"
|
|
15778
15778
|
},
|
|
15779
15779
|
{
|
|
@@ -15787,10 +15787,10 @@
|
|
|
15787
15787
|
"name": "Types",
|
|
15788
15788
|
"nodeType": "Identifier",
|
|
15789
15789
|
"overloadedDeclarations": [],
|
|
15790
|
-
"referencedDeclaration":
|
|
15790
|
+
"referencedDeclaration": 34026,
|
|
15791
15791
|
"src": "14428:5:27",
|
|
15792
15792
|
"typeDescriptions": {
|
|
15793
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
15793
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
15794
15794
|
"typeString": "type(library Types)"
|
|
15795
15795
|
}
|
|
15796
15796
|
},
|
|
@@ -15801,10 +15801,10 @@
|
|
|
15801
15801
|
"lValueRequested": false,
|
|
15802
15802
|
"memberName": "AssetAmount",
|
|
15803
15803
|
"nodeType": "MemberAccess",
|
|
15804
|
-
"referencedDeclaration":
|
|
15804
|
+
"referencedDeclaration": 33550,
|
|
15805
15805
|
"src": "14428:17:27",
|
|
15806
15806
|
"typeDescriptions": {
|
|
15807
|
-
"typeIdentifier": "t_type$_t_struct$_AssetAmount_$
|
|
15807
|
+
"typeIdentifier": "t_type$_t_struct$_AssetAmount_$33550_storage_ptr_$",
|
|
15808
15808
|
"typeString": "type(struct Types.AssetAmount storage pointer)"
|
|
15809
15809
|
}
|
|
15810
15810
|
},
|
|
@@ -15818,7 +15818,7 @@
|
|
|
15818
15818
|
"nodeType": "FunctionCall",
|
|
15819
15819
|
"src": "14428:84:27",
|
|
15820
15820
|
"typeDescriptions": {
|
|
15821
|
-
"typeIdentifier": "t_struct$_AssetAmount_$
|
|
15821
|
+
"typeIdentifier": "t_struct$_AssetAmount_$33550_memory",
|
|
15822
15822
|
"typeString": "struct Types.AssetAmount memory"
|
|
15823
15823
|
}
|
|
15824
15824
|
},
|
|
@@ -16036,7 +16036,7 @@
|
|
|
16036
16036
|
"expression": {
|
|
16037
16037
|
"argumentTypes": [
|
|
16038
16038
|
{
|
|
16039
|
-
"typeIdentifier": "t_enum$_ActionType_$
|
|
16039
|
+
"typeIdentifier": "t_enum$_ActionType_$27955",
|
|
16040
16040
|
"typeString": "enum Actions.ActionType"
|
|
16041
16041
|
},
|
|
16042
16042
|
{
|
|
@@ -16044,7 +16044,7 @@
|
|
|
16044
16044
|
"typeString": "uint256"
|
|
16045
16045
|
},
|
|
16046
16046
|
{
|
|
16047
|
-
"typeIdentifier": "t_struct$_AssetAmount_$
|
|
16047
|
+
"typeIdentifier": "t_struct$_AssetAmount_$33550_memory",
|
|
16048
16048
|
"typeString": "struct Types.AssetAmount memory"
|
|
16049
16049
|
},
|
|
16050
16050
|
{
|
|
@@ -16074,10 +16074,10 @@
|
|
|
16074
16074
|
"name": "Actions",
|
|
16075
16075
|
"nodeType": "Identifier",
|
|
16076
16076
|
"overloadedDeclarations": [],
|
|
16077
|
-
"referencedDeclaration":
|
|
16077
|
+
"referencedDeclaration": 28404,
|
|
16078
16078
|
"src": "14237:7:27",
|
|
16079
16079
|
"typeDescriptions": {
|
|
16080
|
-
"typeIdentifier": "t_type$_t_contract$_Actions_$
|
|
16080
|
+
"typeIdentifier": "t_type$_t_contract$_Actions_$28404_$",
|
|
16081
16081
|
"typeString": "type(library Actions)"
|
|
16082
16082
|
}
|
|
16083
16083
|
},
|
|
@@ -16088,10 +16088,10 @@
|
|
|
16088
16088
|
"lValueRequested": false,
|
|
16089
16089
|
"memberName": "ActionArgs",
|
|
16090
16090
|
"nodeType": "MemberAccess",
|
|
16091
|
-
"referencedDeclaration":
|
|
16091
|
+
"referencedDeclaration": 27980,
|
|
16092
16092
|
"src": "14237:18:27",
|
|
16093
16093
|
"typeDescriptions": {
|
|
16094
|
-
"typeIdentifier": "t_type$_t_struct$_ActionArgs_$
|
|
16094
|
+
"typeIdentifier": "t_type$_t_struct$_ActionArgs_$27980_storage_ptr_$",
|
|
16095
16095
|
"typeString": "type(struct Actions.ActionArgs storage pointer)"
|
|
16096
16096
|
}
|
|
16097
16097
|
},
|
|
@@ -16114,7 +16114,7 @@
|
|
|
16114
16114
|
"nodeType": "FunctionCall",
|
|
16115
16115
|
"src": "14237:483:27",
|
|
16116
16116
|
"typeDescriptions": {
|
|
16117
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
16117
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
16118
16118
|
"typeString": "struct Actions.ActionArgs memory"
|
|
16119
16119
|
}
|
|
16120
16120
|
},
|
|
@@ -16231,7 +16231,7 @@
|
|
|
16231
16231
|
"stateVariable": false,
|
|
16232
16232
|
"storageLocation": "memory",
|
|
16233
16233
|
"typeDescriptions": {
|
|
16234
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
16234
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory_ptr",
|
|
16235
16235
|
"typeString": "struct Actions.ActionArgs"
|
|
16236
16236
|
},
|
|
16237
16237
|
"typeName": {
|
|
@@ -16239,10 +16239,10 @@
|
|
|
16239
16239
|
"id": 9367,
|
|
16240
16240
|
"name": "Actions.ActionArgs",
|
|
16241
16241
|
"nodeType": "UserDefinedTypeName",
|
|
16242
|
-
"referencedDeclaration":
|
|
16242
|
+
"referencedDeclaration": 27980,
|
|
16243
16243
|
"src": "14193:18:27",
|
|
16244
16244
|
"typeDescriptions": {
|
|
16245
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
16245
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_storage_ptr",
|
|
16246
16246
|
"typeString": "struct Actions.ActionArgs"
|
|
16247
16247
|
}
|
|
16248
16248
|
},
|
|
@@ -16279,7 +16279,7 @@
|
|
|
16279
16279
|
"stateVariable": false,
|
|
16280
16280
|
"storageLocation": "default",
|
|
16281
16281
|
"typeDescriptions": {
|
|
16282
|
-
"typeIdentifier": "t_contract$_IDolomiteMargin_$
|
|
16282
|
+
"typeIdentifier": "t_contract$_IDolomiteMargin_$27685",
|
|
16283
16283
|
"typeString": "contract IDolomiteMargin"
|
|
16284
16284
|
},
|
|
16285
16285
|
"typeName": {
|
|
@@ -16287,10 +16287,10 @@
|
|
|
16287
16287
|
"id": 9411,
|
|
16288
16288
|
"name": "IDolomiteMargin",
|
|
16289
16289
|
"nodeType": "UserDefinedTypeName",
|
|
16290
|
-
"referencedDeclaration":
|
|
16290
|
+
"referencedDeclaration": 27685,
|
|
16291
16291
|
"src": "14855:15:27",
|
|
16292
16292
|
"typeDescriptions": {
|
|
16293
|
-
"typeIdentifier": "t_contract$_IDolomiteMargin_$
|
|
16293
|
+
"typeIdentifier": "t_contract$_IDolomiteMargin_$27685",
|
|
16294
16294
|
"typeString": "contract IDolomiteMargin"
|
|
16295
16295
|
}
|
|
16296
16296
|
},
|
|
@@ -16308,7 +16308,7 @@
|
|
|
16308
16308
|
"referencedDeclaration": 3297,
|
|
16309
16309
|
"src": "14888:15:27",
|
|
16310
16310
|
"typeDescriptions": {
|
|
16311
|
-
"typeIdentifier": "t_contract$_IDolomiteMargin_$
|
|
16311
|
+
"typeIdentifier": "t_contract$_IDolomiteMargin_$27685",
|
|
16312
16312
|
"typeString": "contract IDolomiteMargin"
|
|
16313
16313
|
}
|
|
16314
16314
|
},
|
|
@@ -16563,7 +16563,7 @@
|
|
|
16563
16563
|
"referencedDeclaration": 9412,
|
|
16564
16564
|
"src": "15042:14:27",
|
|
16565
16565
|
"typeDescriptions": {
|
|
16566
|
-
"typeIdentifier": "t_contract$_IDolomiteMargin_$
|
|
16566
|
+
"typeIdentifier": "t_contract$_IDolomiteMargin_$27685",
|
|
16567
16567
|
"typeString": "contract IDolomiteMargin"
|
|
16568
16568
|
}
|
|
16569
16569
|
},
|
|
@@ -16574,7 +16574,7 @@
|
|
|
16574
16574
|
"lValueRequested": false,
|
|
16575
16575
|
"memberName": "getMarketIdByTokenAddress",
|
|
16576
16576
|
"nodeType": "MemberAccess",
|
|
16577
|
-
"referencedDeclaration":
|
|
16577
|
+
"referencedDeclaration": 27399,
|
|
16578
16578
|
"src": "15042:40:27",
|
|
16579
16579
|
"typeDescriptions": {
|
|
16580
16580
|
"typeIdentifier": "t_function_external_view$_t_address_$returns$_t_uint256_$",
|
|
@@ -16889,7 +16889,7 @@
|
|
|
16889
16889
|
"src": "595:14544:27"
|
|
16890
16890
|
},
|
|
16891
16891
|
"legacyAST": {
|
|
16892
|
-
"absolutePath": "/
|
|
16892
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/proxies/AmmRebalancerProxy.sol",
|
|
16893
16893
|
"exportedSymbols": {
|
|
16894
16894
|
"AmmRebalancerProxy": [
|
|
16895
16895
|
9454
|
|
@@ -16924,7 +16924,7 @@
|
|
|
16924
16924
|
"id": 8280,
|
|
16925
16925
|
"nodeType": "ImportDirective",
|
|
16926
16926
|
"scope": 9455,
|
|
16927
|
-
"sourceUnit":
|
|
16927
|
+
"sourceUnit": 41172,
|
|
16928
16928
|
"src": "654:51:27",
|
|
16929
16929
|
"symbolAliases": [],
|
|
16930
16930
|
"unitAlias": ""
|
|
@@ -16935,7 +16935,7 @@
|
|
|
16935
16935
|
"id": 8281,
|
|
16936
16936
|
"nodeType": "ImportDirective",
|
|
16937
16937
|
"scope": 9455,
|
|
16938
|
-
"sourceUnit":
|
|
16938
|
+
"sourceUnit": 41290,
|
|
16939
16939
|
"src": "706:55:27",
|
|
16940
16940
|
"symbolAliases": [],
|
|
16941
16941
|
"unitAlias": ""
|
|
@@ -16946,7 +16946,7 @@
|
|
|
16946
16946
|
"id": 8282,
|
|
16947
16947
|
"nodeType": "ImportDirective",
|
|
16948
16948
|
"scope": 9455,
|
|
16949
|
-
"sourceUnit":
|
|
16949
|
+
"sourceUnit": 41359,
|
|
16950
16950
|
"src": "762:56:27",
|
|
16951
16951
|
"symbolAliases": [],
|
|
16952
16952
|
"unitAlias": ""
|
|
@@ -16957,7 +16957,7 @@
|
|
|
16957
16957
|
"id": 8283,
|
|
16958
16958
|
"nodeType": "ImportDirective",
|
|
16959
16959
|
"scope": 9455,
|
|
16960
|
-
"sourceUnit":
|
|
16960
|
+
"sourceUnit": 41579,
|
|
16961
16961
|
"src": "819:59:27",
|
|
16962
16962
|
"symbolAliases": [],
|
|
16963
16963
|
"unitAlias": ""
|
|
@@ -16968,7 +16968,7 @@
|
|
|
16968
16968
|
"id": 8284,
|
|
16969
16969
|
"nodeType": "ImportDirective",
|
|
16970
16970
|
"scope": 9455,
|
|
16971
|
-
"sourceUnit":
|
|
16971
|
+
"sourceUnit": 41684,
|
|
16972
16972
|
"src": "879:59:27",
|
|
16973
16973
|
"symbolAliases": [],
|
|
16974
16974
|
"unitAlias": ""
|
|
@@ -16979,79 +16979,79 @@
|
|
|
16979
16979
|
"id": 8285,
|
|
16980
16980
|
"nodeType": "ImportDirective",
|
|
16981
16981
|
"scope": 9455,
|
|
16982
|
-
"sourceUnit":
|
|
16982
|
+
"sourceUnit": 41887,
|
|
16983
16983
|
"src": "940:57:27",
|
|
16984
16984
|
"symbolAliases": [],
|
|
16985
16985
|
"unitAlias": ""
|
|
16986
16986
|
},
|
|
16987
16987
|
{
|
|
16988
|
-
"absolutePath": "/
|
|
16988
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/interfaces/IExchangeWrapper.sol",
|
|
16989
16989
|
"file": "../../protocol/interfaces/IExchangeWrapper.sol",
|
|
16990
16990
|
"id": 8286,
|
|
16991
16991
|
"nodeType": "ImportDirective",
|
|
16992
16992
|
"scope": 9455,
|
|
16993
|
-
"sourceUnit":
|
|
16993
|
+
"sourceUnit": 27742,
|
|
16994
16994
|
"src": "999:56:27",
|
|
16995
16995
|
"symbolAliases": [],
|
|
16996
16996
|
"unitAlias": ""
|
|
16997
16997
|
},
|
|
16998
16998
|
{
|
|
16999
|
-
"absolutePath": "/
|
|
16999
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/interfaces/IDolomiteMargin.sol",
|
|
17000
17000
|
"file": "../../protocol/interfaces/IDolomiteMargin.sol",
|
|
17001
17001
|
"id": 8287,
|
|
17002
17002
|
"nodeType": "ImportDirective",
|
|
17003
17003
|
"scope": 9455,
|
|
17004
|
-
"sourceUnit":
|
|
17004
|
+
"sourceUnit": 27686,
|
|
17005
17005
|
"src": "1056:55:27",
|
|
17006
17006
|
"symbolAliases": [],
|
|
17007
17007
|
"unitAlias": ""
|
|
17008
17008
|
},
|
|
17009
17009
|
{
|
|
17010
|
-
"absolutePath": "/
|
|
17010
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Account.sol",
|
|
17011
17011
|
"file": "../../protocol/lib/Account.sol",
|
|
17012
17012
|
"id": 8288,
|
|
17013
17013
|
"nodeType": "ImportDirective",
|
|
17014
17014
|
"scope": 9455,
|
|
17015
|
-
"sourceUnit":
|
|
17015
|
+
"sourceUnit": 27936,
|
|
17016
17016
|
"src": "1113:40:27",
|
|
17017
17017
|
"symbolAliases": [],
|
|
17018
17018
|
"unitAlias": ""
|
|
17019
17019
|
},
|
|
17020
17020
|
{
|
|
17021
|
-
"absolutePath": "/
|
|
17021
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Actions.sol",
|
|
17022
17022
|
"file": "../../protocol/lib/Actions.sol",
|
|
17023
17023
|
"id": 8289,
|
|
17024
17024
|
"nodeType": "ImportDirective",
|
|
17025
17025
|
"scope": 9455,
|
|
17026
|
-
"sourceUnit":
|
|
17026
|
+
"sourceUnit": 28405,
|
|
17027
17027
|
"src": "1154:40:27",
|
|
17028
17028
|
"symbolAliases": [],
|
|
17029
17029
|
"unitAlias": ""
|
|
17030
17030
|
},
|
|
17031
17031
|
{
|
|
17032
|
-
"absolutePath": "/
|
|
17032
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Require.sol",
|
|
17033
17033
|
"file": "../../protocol/lib/Require.sol",
|
|
17034
17034
|
"id": 8290,
|
|
17035
17035
|
"nodeType": "ImportDirective",
|
|
17036
17036
|
"scope": 9455,
|
|
17037
|
-
"sourceUnit":
|
|
17037
|
+
"sourceUnit": 31454,
|
|
17038
17038
|
"src": "1195:40:27",
|
|
17039
17039
|
"symbolAliases": [],
|
|
17040
17040
|
"unitAlias": ""
|
|
17041
17041
|
},
|
|
17042
17042
|
{
|
|
17043
|
-
"absolutePath": "/
|
|
17043
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/protocol/lib/Types.sol",
|
|
17044
17044
|
"file": "../../protocol/lib/Types.sol",
|
|
17045
17045
|
"id": 8291,
|
|
17046
17046
|
"nodeType": "ImportDirective",
|
|
17047
17047
|
"scope": 9455,
|
|
17048
|
-
"sourceUnit":
|
|
17048
|
+
"sourceUnit": 34027,
|
|
17049
17049
|
"src": "1236:38:27",
|
|
17050
17050
|
"symbolAliases": [],
|
|
17051
17051
|
"unitAlias": ""
|
|
17052
17052
|
},
|
|
17053
17053
|
{
|
|
17054
|
-
"absolutePath": "/
|
|
17054
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/lib/DolomiteAmmLibrary.sol",
|
|
17055
17055
|
"file": "../lib/DolomiteAmmLibrary.sol",
|
|
17056
17056
|
"id": 8292,
|
|
17057
17057
|
"nodeType": "ImportDirective",
|
|
@@ -17062,7 +17062,7 @@
|
|
|
17062
17062
|
"unitAlias": ""
|
|
17063
17063
|
},
|
|
17064
17064
|
{
|
|
17065
|
-
"absolutePath": "/
|
|
17065
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/lib/TypedSignature.sol",
|
|
17066
17066
|
"file": "../lib/TypedSignature.sol",
|
|
17067
17067
|
"id": 8293,
|
|
17068
17068
|
"nodeType": "ImportDirective",
|
|
@@ -17073,7 +17073,7 @@
|
|
|
17073
17073
|
"unitAlias": ""
|
|
17074
17074
|
},
|
|
17075
17075
|
{
|
|
17076
|
-
"absolutePath": "/
|
|
17076
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/interfaces/IDolomiteAmmFactory.sol",
|
|
17077
17077
|
"file": "../interfaces/IDolomiteAmmFactory.sol",
|
|
17078
17078
|
"id": 8294,
|
|
17079
17079
|
"nodeType": "ImportDirective",
|
|
@@ -17084,7 +17084,7 @@
|
|
|
17084
17084
|
"unitAlias": ""
|
|
17085
17085
|
},
|
|
17086
17086
|
{
|
|
17087
|
-
"absolutePath": "/
|
|
17087
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/interfaces/IDolomiteAmmPair.sol",
|
|
17088
17088
|
"file": "../interfaces/IDolomiteAmmPair.sol",
|
|
17089
17089
|
"id": 8295,
|
|
17090
17090
|
"nodeType": "ImportDirective",
|
|
@@ -17095,7 +17095,7 @@
|
|
|
17095
17095
|
"unitAlias": ""
|
|
17096
17096
|
},
|
|
17097
17097
|
{
|
|
17098
|
-
"absolutePath": "/
|
|
17098
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/interfaces/IUniswapV2Router.sol",
|
|
17099
17099
|
"file": "../interfaces/IUniswapV2Router.sol",
|
|
17100
17100
|
"id": 8296,
|
|
17101
17101
|
"nodeType": "ImportDirective",
|
|
@@ -17106,7 +17106,7 @@
|
|
|
17106
17106
|
"unitAlias": ""
|
|
17107
17107
|
},
|
|
17108
17108
|
{
|
|
17109
|
-
"absolutePath": "/
|
|
17109
|
+
"absolutePath": "/Users/corey/Leavitt-Innovations/dolomite-v2-protocol/contracts/external/helpers/OnlyDolomiteMargin.sol",
|
|
17110
17110
|
"file": "../helpers/OnlyDolomiteMargin.sol",
|
|
17111
17111
|
"id": 8297,
|
|
17112
17112
|
"nodeType": "ImportDirective",
|
|
@@ -17125,10 +17125,10 @@
|
|
|
17125
17125
|
"id": 8298,
|
|
17126
17126
|
"name": "IExchangeWrapper",
|
|
17127
17127
|
"nodeType": "UserDefinedTypeName",
|
|
17128
|
-
"referencedDeclaration":
|
|
17128
|
+
"referencedDeclaration": 27741,
|
|
17129
17129
|
"src": "1569:16:27",
|
|
17130
17130
|
"typeDescriptions": {
|
|
17131
|
-
"typeIdentifier": "t_contract$_IExchangeWrapper_$
|
|
17131
|
+
"typeIdentifier": "t_contract$_IExchangeWrapper_$27741",
|
|
17132
17132
|
"typeString": "contract IExchangeWrapper"
|
|
17133
17133
|
}
|
|
17134
17134
|
},
|
|
@@ -17161,10 +17161,10 @@
|
|
|
17161
17161
|
"id": 8302,
|
|
17162
17162
|
"name": "Ownable",
|
|
17163
17163
|
"nodeType": "UserDefinedTypeName",
|
|
17164
|
-
"referencedDeclaration":
|
|
17164
|
+
"referencedDeclaration": 41289,
|
|
17165
17165
|
"src": "1607:7:27",
|
|
17166
17166
|
"typeDescriptions": {
|
|
17167
|
-
"typeIdentifier": "t_contract$_Ownable_$
|
|
17167
|
+
"typeIdentifier": "t_contract$_Ownable_$41289",
|
|
17168
17168
|
"typeString": "contract Ownable"
|
|
17169
17169
|
}
|
|
17170
17170
|
},
|
|
@@ -17175,9 +17175,9 @@
|
|
|
17175
17175
|
],
|
|
17176
17176
|
"contractDependencies": [
|
|
17177
17177
|
3329,
|
|
17178
|
-
|
|
17179
|
-
|
|
17180
|
-
|
|
17178
|
+
27741,
|
|
17179
|
+
40915,
|
|
17180
|
+
41289
|
|
17181
17181
|
],
|
|
17182
17182
|
"contractKind": "contract",
|
|
17183
17183
|
"documentation": null,
|
|
@@ -17185,10 +17185,10 @@
|
|
|
17185
17185
|
"id": 9454,
|
|
17186
17186
|
"linearizedBaseContracts": [
|
|
17187
17187
|
9454,
|
|
17188
|
-
|
|
17189
|
-
|
|
17188
|
+
41289,
|
|
17189
|
+
40915,
|
|
17190
17190
|
3329,
|
|
17191
|
-
|
|
17191
|
+
27741
|
|
17192
17192
|
],
|
|
17193
17193
|
"name": "AmmRebalancerProxy",
|
|
17194
17194
|
"nodeType": "ContractDefinition",
|
|
@@ -17200,10 +17200,10 @@
|
|
|
17200
17200
|
"id": 8304,
|
|
17201
17201
|
"name": "SafeERC20",
|
|
17202
17202
|
"nodeType": "UserDefinedTypeName",
|
|
17203
|
-
"referencedDeclaration":
|
|
17203
|
+
"referencedDeclaration": 41578,
|
|
17204
17204
|
"src": "1627:9:27",
|
|
17205
17205
|
"typeDescriptions": {
|
|
17206
|
-
"typeIdentifier": "t_contract$_SafeERC20_$
|
|
17206
|
+
"typeIdentifier": "t_contract$_SafeERC20_$41578",
|
|
17207
17207
|
"typeString": "library SafeERC20"
|
|
17208
17208
|
}
|
|
17209
17209
|
},
|
|
@@ -17214,10 +17214,10 @@
|
|
|
17214
17214
|
"id": 8305,
|
|
17215
17215
|
"name": "IERC20",
|
|
17216
17216
|
"nodeType": "UserDefinedTypeName",
|
|
17217
|
-
"referencedDeclaration":
|
|
17217
|
+
"referencedDeclaration": 41358,
|
|
17218
17218
|
"src": "1641:6:27",
|
|
17219
17219
|
"typeDescriptions": {
|
|
17220
|
-
"typeIdentifier": "t_contract$_IERC20_$
|
|
17220
|
+
"typeIdentifier": "t_contract$_IERC20_$41358",
|
|
17221
17221
|
"typeString": "contract IERC20"
|
|
17222
17222
|
}
|
|
17223
17223
|
}
|
|
@@ -17229,10 +17229,10 @@
|
|
|
17229
17229
|
"id": 8307,
|
|
17230
17230
|
"name": "SafeMath",
|
|
17231
17231
|
"nodeType": "UserDefinedTypeName",
|
|
17232
|
-
"referencedDeclaration":
|
|
17232
|
+
"referencedDeclaration": 41171,
|
|
17233
17233
|
"src": "1659:8:27",
|
|
17234
17234
|
"typeDescriptions": {
|
|
17235
|
-
"typeIdentifier": "t_contract$_SafeMath_$
|
|
17235
|
+
"typeIdentifier": "t_contract$_SafeMath_$41171",
|
|
17236
17236
|
"typeString": "library SafeMath"
|
|
17237
17237
|
}
|
|
17238
17238
|
},
|
|
@@ -17837,10 +17837,10 @@
|
|
|
17837
17837
|
"name": "Require",
|
|
17838
17838
|
"nodeType": "Identifier",
|
|
17839
17839
|
"overloadedDeclarations": [],
|
|
17840
|
-
"referencedDeclaration":
|
|
17840
|
+
"referencedDeclaration": 31453,
|
|
17841
17841
|
"src": "2535:7:27",
|
|
17842
17842
|
"typeDescriptions": {
|
|
17843
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
17843
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
17844
17844
|
"typeString": "type(library Require)"
|
|
17845
17845
|
}
|
|
17846
17846
|
},
|
|
@@ -17851,7 +17851,7 @@
|
|
|
17851
17851
|
"lValueRequested": false,
|
|
17852
17852
|
"memberName": "that",
|
|
17853
17853
|
"nodeType": "MemberAccess",
|
|
17854
|
-
"referencedDeclaration":
|
|
17854
|
+
"referencedDeclaration": 30815,
|
|
17855
17855
|
"src": "2535:12:27",
|
|
17856
17856
|
"typeDescriptions": {
|
|
17857
17857
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -18618,10 +18618,10 @@
|
|
|
18618
18618
|
"name": "Require",
|
|
18619
18619
|
"nodeType": "Identifier",
|
|
18620
18620
|
"overloadedDeclarations": [],
|
|
18621
|
-
"referencedDeclaration":
|
|
18621
|
+
"referencedDeclaration": 31453,
|
|
18622
18622
|
"src": "3056:7:27",
|
|
18623
18623
|
"typeDescriptions": {
|
|
18624
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
18624
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
18625
18625
|
"typeString": "type(library Require)"
|
|
18626
18626
|
}
|
|
18627
18627
|
},
|
|
@@ -18632,7 +18632,7 @@
|
|
|
18632
18632
|
"lValueRequested": false,
|
|
18633
18633
|
"memberName": "that",
|
|
18634
18634
|
"nodeType": "MemberAccess",
|
|
18635
|
-
"referencedDeclaration":
|
|
18635
|
+
"referencedDeclaration": 30815,
|
|
18636
18636
|
"src": "3056:12:27",
|
|
18637
18637
|
"typeDescriptions": {
|
|
18638
18638
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -19086,7 +19086,7 @@
|
|
|
19086
19086
|
"name": "onlyOwner",
|
|
19087
19087
|
"nodeType": "Identifier",
|
|
19088
19088
|
"overloadedDeclarations": [],
|
|
19089
|
-
"referencedDeclaration":
|
|
19089
|
+
"referencedDeclaration": 41222,
|
|
19090
19090
|
"src": "3036:9:27",
|
|
19091
19091
|
"typeDescriptions": {
|
|
19092
19092
|
"typeIdentifier": "t_modifier$__$",
|
|
@@ -19381,7 +19381,7 @@
|
|
|
19381
19381
|
"name": "abi",
|
|
19382
19382
|
"nodeType": "Identifier",
|
|
19383
19383
|
"overloadedDeclarations": [],
|
|
19384
|
-
"referencedDeclaration":
|
|
19384
|
+
"referencedDeclaration": 42134,
|
|
19385
19385
|
"src": "3752:3:27",
|
|
19386
19386
|
"typeDescriptions": {
|
|
19387
19387
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -19648,10 +19648,10 @@
|
|
|
19648
19648
|
"name": "Require",
|
|
19649
19649
|
"nodeType": "Identifier",
|
|
19650
19650
|
"overloadedDeclarations": [],
|
|
19651
|
-
"referencedDeclaration":
|
|
19651
|
+
"referencedDeclaration": 31453,
|
|
19652
19652
|
"src": "3864:7:27",
|
|
19653
19653
|
"typeDescriptions": {
|
|
19654
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
19654
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
19655
19655
|
"typeString": "type(library Require)"
|
|
19656
19656
|
}
|
|
19657
19657
|
},
|
|
@@ -19662,7 +19662,7 @@
|
|
|
19662
19662
|
"lValueRequested": false,
|
|
19663
19663
|
"memberName": "that",
|
|
19664
19664
|
"nodeType": "MemberAccess",
|
|
19665
|
-
"referencedDeclaration":
|
|
19665
|
+
"referencedDeclaration": 30815,
|
|
19666
19666
|
"src": "3864:12:27",
|
|
19667
19667
|
"typeDescriptions": {
|
|
19668
19668
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -19869,10 +19869,10 @@
|
|
|
19869
19869
|
"name": "Require",
|
|
19870
19870
|
"nodeType": "Identifier",
|
|
19871
19871
|
"overloadedDeclarations": [],
|
|
19872
|
-
"referencedDeclaration":
|
|
19872
|
+
"referencedDeclaration": 31453,
|
|
19873
19873
|
"src": "3987:7:27",
|
|
19874
19874
|
"typeDescriptions": {
|
|
19875
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
19875
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
19876
19876
|
"typeString": "type(library Require)"
|
|
19877
19877
|
}
|
|
19878
19878
|
},
|
|
@@ -19883,7 +19883,7 @@
|
|
|
19883
19883
|
"lValueRequested": false,
|
|
19884
19884
|
"memberName": "that",
|
|
19885
19885
|
"nodeType": "MemberAccess",
|
|
19886
|
-
"referencedDeclaration":
|
|
19886
|
+
"referencedDeclaration": 30815,
|
|
19887
19887
|
"src": "3987:12:27",
|
|
19888
19888
|
"typeDescriptions": {
|
|
19889
19889
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -20090,7 +20090,7 @@
|
|
|
20090
20090
|
"name": "this",
|
|
20091
20091
|
"nodeType": "Identifier",
|
|
20092
20092
|
"overloadedDeclarations": [],
|
|
20093
|
-
"referencedDeclaration":
|
|
20093
|
+
"referencedDeclaration": 42229,
|
|
20094
20094
|
"src": "4377:4:27",
|
|
20095
20095
|
"typeDescriptions": {
|
|
20096
20096
|
"typeIdentifier": "t_contract$_AmmRebalancerProxy_$9454",
|
|
@@ -20151,7 +20151,7 @@
|
|
|
20151
20151
|
"name": "block",
|
|
20152
20152
|
"nodeType": "Identifier",
|
|
20153
20153
|
"overloadedDeclarations": [],
|
|
20154
|
-
"referencedDeclaration":
|
|
20154
|
+
"referencedDeclaration": 42137,
|
|
20155
20155
|
"src": "4396:5:27",
|
|
20156
20156
|
"typeDescriptions": {
|
|
20157
20157
|
"typeIdentifier": "t_magic_block",
|
|
@@ -20586,7 +20586,7 @@
|
|
|
20586
20586
|
"name": "msg",
|
|
20587
20587
|
"nodeType": "Identifier",
|
|
20588
20588
|
"overloadedDeclarations": [],
|
|
20589
|
-
"referencedDeclaration":
|
|
20589
|
+
"referencedDeclaration": 42147,
|
|
20590
20590
|
"src": "3648:3:27",
|
|
20591
20591
|
"typeDescriptions": {
|
|
20592
20592
|
"typeIdentifier": "t_magic_message",
|
|
@@ -20831,7 +20831,7 @@
|
|
|
20831
20831
|
"scope": 9454,
|
|
20832
20832
|
"src": "3418:1146:27",
|
|
20833
20833
|
"stateMutability": "nonpayable",
|
|
20834
|
-
"superFunction":
|
|
20834
|
+
"superFunction": 27727,
|
|
20835
20835
|
"visibility": "external"
|
|
20836
20836
|
},
|
|
20837
20837
|
{
|
|
@@ -20999,7 +20999,7 @@
|
|
|
20999
20999
|
"name": "abi",
|
|
21000
21000
|
"nodeType": "Identifier",
|
|
21001
21001
|
"overloadedDeclarations": [],
|
|
21002
|
-
"referencedDeclaration":
|
|
21002
|
+
"referencedDeclaration": 42134,
|
|
21003
21003
|
"src": "4822:3:27",
|
|
21004
21004
|
"typeDescriptions": {
|
|
21005
21005
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -21266,10 +21266,10 @@
|
|
|
21266
21266
|
"name": "Require",
|
|
21267
21267
|
"nodeType": "Identifier",
|
|
21268
21268
|
"overloadedDeclarations": [],
|
|
21269
|
-
"referencedDeclaration":
|
|
21269
|
+
"referencedDeclaration": 31453,
|
|
21270
21270
|
"src": "4934:7:27",
|
|
21271
21271
|
"typeDescriptions": {
|
|
21272
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
21272
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
21273
21273
|
"typeString": "type(library Require)"
|
|
21274
21274
|
}
|
|
21275
21275
|
},
|
|
@@ -21280,7 +21280,7 @@
|
|
|
21280
21280
|
"lValueRequested": false,
|
|
21281
21281
|
"memberName": "that",
|
|
21282
21282
|
"nodeType": "MemberAccess",
|
|
21283
|
-
"referencedDeclaration":
|
|
21283
|
+
"referencedDeclaration": 30815,
|
|
21284
21284
|
"src": "4934:12:27",
|
|
21285
21285
|
"typeDescriptions": {
|
|
21286
21286
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -21487,10 +21487,10 @@
|
|
|
21487
21487
|
"name": "Require",
|
|
21488
21488
|
"nodeType": "Identifier",
|
|
21489
21489
|
"overloadedDeclarations": [],
|
|
21490
|
-
"referencedDeclaration":
|
|
21490
|
+
"referencedDeclaration": 31453,
|
|
21491
21491
|
"src": "5057:7:27",
|
|
21492
21492
|
"typeDescriptions": {
|
|
21493
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
21493
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
21494
21494
|
"typeString": "type(library Require)"
|
|
21495
21495
|
}
|
|
21496
21496
|
},
|
|
@@ -21501,7 +21501,7 @@
|
|
|
21501
21501
|
"lValueRequested": false,
|
|
21502
21502
|
"memberName": "that",
|
|
21503
21503
|
"nodeType": "MemberAccess",
|
|
21504
|
-
"referencedDeclaration":
|
|
21504
|
+
"referencedDeclaration": 30815,
|
|
21505
21505
|
"src": "5057:12:27",
|
|
21506
21506
|
"typeDescriptions": {
|
|
21507
21507
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -21840,7 +21840,7 @@
|
|
|
21840
21840
|
"scope": 9454,
|
|
21841
21841
|
"src": "4570:707:27",
|
|
21842
21842
|
"stateMutability": "view",
|
|
21843
|
-
"superFunction":
|
|
21843
|
+
"superFunction": 27740,
|
|
21844
21844
|
"visibility": "external"
|
|
21845
21845
|
},
|
|
21846
21846
|
{
|
|
@@ -22227,10 +22227,10 @@
|
|
|
22227
22227
|
"name": "Require",
|
|
22228
22228
|
"nodeType": "Identifier",
|
|
22229
22229
|
"overloadedDeclarations": [],
|
|
22230
|
-
"referencedDeclaration":
|
|
22230
|
+
"referencedDeclaration": 31453,
|
|
22231
22231
|
"src": "5371:7:27",
|
|
22232
22232
|
"typeDescriptions": {
|
|
22233
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
22233
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
22234
22234
|
"typeString": "type(library Require)"
|
|
22235
22235
|
}
|
|
22236
22236
|
},
|
|
@@ -22241,7 +22241,7 @@
|
|
|
22241
22241
|
"lValueRequested": false,
|
|
22242
22242
|
"memberName": "that",
|
|
22243
22243
|
"nodeType": "MemberAccess",
|
|
22244
|
-
"referencedDeclaration":
|
|
22244
|
+
"referencedDeclaration": 30815,
|
|
22245
22245
|
"src": "5371:12:27",
|
|
22246
22246
|
"typeDescriptions": {
|
|
22247
22247
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -22878,10 +22878,10 @@
|
|
|
22878
22878
|
"name": "Require",
|
|
22879
22879
|
"nodeType": "Identifier",
|
|
22880
22880
|
"overloadedDeclarations": [],
|
|
22881
|
-
"referencedDeclaration":
|
|
22881
|
+
"referencedDeclaration": 31453,
|
|
22882
22882
|
"src": "5722:7:27",
|
|
22883
22883
|
"typeDescriptions": {
|
|
22884
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
22884
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
22885
22885
|
"typeString": "type(library Require)"
|
|
22886
22886
|
}
|
|
22887
22887
|
},
|
|
@@ -22892,7 +22892,7 @@
|
|
|
22892
22892
|
"lValueRequested": false,
|
|
22893
22893
|
"memberName": "that",
|
|
22894
22894
|
"nodeType": "MemberAccess",
|
|
22895
|
-
"referencedDeclaration":
|
|
22895
|
+
"referencedDeclaration": 30815,
|
|
22896
22896
|
"src": "5722:12:27",
|
|
22897
22897
|
"typeDescriptions": {
|
|
22898
22898
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -23733,10 +23733,10 @@
|
|
|
23733
23733
|
"name": "Require",
|
|
23734
23734
|
"nodeType": "Identifier",
|
|
23735
23735
|
"overloadedDeclarations": [],
|
|
23736
|
-
"referencedDeclaration":
|
|
23736
|
+
"referencedDeclaration": 31453,
|
|
23737
23737
|
"src": "6836:7:27",
|
|
23738
23738
|
"typeDescriptions": {
|
|
23739
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
23739
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
23740
23740
|
"typeString": "type(library Require)"
|
|
23741
23741
|
}
|
|
23742
23742
|
},
|
|
@@ -23747,7 +23747,7 @@
|
|
|
23747
23747
|
"lValueRequested": false,
|
|
23748
23748
|
"memberName": "that",
|
|
23749
23749
|
"nodeType": "MemberAccess",
|
|
23750
|
-
"referencedDeclaration":
|
|
23750
|
+
"referencedDeclaration": 30815,
|
|
23751
23751
|
"src": "6836:12:27",
|
|
23752
23752
|
"typeDescriptions": {
|
|
23753
23753
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -23835,7 +23835,7 @@
|
|
|
23835
23835
|
"stateVariable": false,
|
|
23836
23836
|
"storageLocation": "memory",
|
|
23837
23837
|
"typeDescriptions": {
|
|
23838
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
23838
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr",
|
|
23839
23839
|
"typeString": "struct Account.Info[]"
|
|
23840
23840
|
},
|
|
23841
23841
|
"typeName": {
|
|
@@ -23844,10 +23844,10 @@
|
|
|
23844
23844
|
"id": 8793,
|
|
23845
23845
|
"name": "Account.Info",
|
|
23846
23846
|
"nodeType": "UserDefinedTypeName",
|
|
23847
|
-
"referencedDeclaration":
|
|
23847
|
+
"referencedDeclaration": 27901,
|
|
23848
23848
|
"src": "7049:12:27",
|
|
23849
23849
|
"typeDescriptions": {
|
|
23850
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
23850
|
+
"typeIdentifier": "t_struct$_Info_$27901_storage_ptr",
|
|
23851
23851
|
"typeString": "struct Account.Info"
|
|
23852
23852
|
}
|
|
23853
23853
|
},
|
|
@@ -23856,7 +23856,7 @@
|
|
|
23856
23856
|
"nodeType": "ArrayTypeName",
|
|
23857
23857
|
"src": "7049:14:27",
|
|
23858
23858
|
"typeDescriptions": {
|
|
23859
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
23859
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_storage_$dyn_storage_ptr",
|
|
23860
23860
|
"typeString": "struct Account.Info[]"
|
|
23861
23861
|
}
|
|
23862
23862
|
},
|
|
@@ -23966,7 +23966,7 @@
|
|
|
23966
23966
|
"nodeType": "NewExpression",
|
|
23967
23967
|
"src": "7082:18:27",
|
|
23968
23968
|
"typeDescriptions": {
|
|
23969
|
-
"typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_Info_$
|
|
23969
|
+
"typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_Info_$27901_memory_$dyn_memory_$",
|
|
23970
23970
|
"typeString": "function (uint256) pure returns (struct Account.Info memory[] memory)"
|
|
23971
23971
|
},
|
|
23972
23972
|
"typeName": {
|
|
@@ -23975,10 +23975,10 @@
|
|
|
23975
23975
|
"id": 8796,
|
|
23976
23976
|
"name": "Account.Info",
|
|
23977
23977
|
"nodeType": "UserDefinedTypeName",
|
|
23978
|
-
"referencedDeclaration":
|
|
23978
|
+
"referencedDeclaration": 27901,
|
|
23979
23979
|
"src": "7086:12:27",
|
|
23980
23980
|
"typeDescriptions": {
|
|
23981
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
23981
|
+
"typeIdentifier": "t_struct$_Info_$27901_storage_ptr",
|
|
23982
23982
|
"typeString": "struct Account.Info"
|
|
23983
23983
|
}
|
|
23984
23984
|
},
|
|
@@ -23987,7 +23987,7 @@
|
|
|
23987
23987
|
"nodeType": "ArrayTypeName",
|
|
23988
23988
|
"src": "7086:14:27",
|
|
23989
23989
|
"typeDescriptions": {
|
|
23990
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
23990
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_storage_$dyn_storage_ptr",
|
|
23991
23991
|
"typeString": "struct Account.Info[]"
|
|
23992
23992
|
}
|
|
23993
23993
|
}
|
|
@@ -24002,7 +24002,7 @@
|
|
|
24002
24002
|
"nodeType": "FunctionCall",
|
|
24003
24003
|
"src": "7082:50:27",
|
|
24004
24004
|
"typeDescriptions": {
|
|
24005
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
24005
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory",
|
|
24006
24006
|
"typeString": "struct Account.Info memory[] memory"
|
|
24007
24007
|
}
|
|
24008
24008
|
},
|
|
@@ -24028,7 +24028,7 @@
|
|
|
24028
24028
|
"referencedDeclaration": 8795,
|
|
24029
24029
|
"src": "7142:8:27",
|
|
24030
24030
|
"typeDescriptions": {
|
|
24031
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
24031
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr",
|
|
24032
24032
|
"typeString": "struct Account.Info memory[] memory"
|
|
24033
24033
|
}
|
|
24034
24034
|
},
|
|
@@ -24058,7 +24058,7 @@
|
|
|
24058
24058
|
"nodeType": "IndexAccess",
|
|
24059
24059
|
"src": "7142:11:27",
|
|
24060
24060
|
"typeDescriptions": {
|
|
24061
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
24061
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
24062
24062
|
"typeString": "struct Account.Info memory"
|
|
24063
24063
|
}
|
|
24064
24064
|
},
|
|
@@ -24075,7 +24075,7 @@
|
|
|
24075
24075
|
"name": "msg",
|
|
24076
24076
|
"nodeType": "Identifier",
|
|
24077
24077
|
"overloadedDeclarations": [],
|
|
24078
|
-
"referencedDeclaration":
|
|
24078
|
+
"referencedDeclaration": 42147,
|
|
24079
24079
|
"src": "7191:3:27",
|
|
24080
24080
|
"typeDescriptions": {
|
|
24081
24081
|
"typeIdentifier": "t_magic_message",
|
|
@@ -24132,10 +24132,10 @@
|
|
|
24132
24132
|
"name": "Account",
|
|
24133
24133
|
"nodeType": "Identifier",
|
|
24134
24134
|
"overloadedDeclarations": [],
|
|
24135
|
-
"referencedDeclaration":
|
|
24135
|
+
"referencedDeclaration": 27935,
|
|
24136
24136
|
"src": "7156:7:27",
|
|
24137
24137
|
"typeDescriptions": {
|
|
24138
|
-
"typeIdentifier": "t_type$_t_contract$_Account_$
|
|
24138
|
+
"typeIdentifier": "t_type$_t_contract$_Account_$27935_$",
|
|
24139
24139
|
"typeString": "type(library Account)"
|
|
24140
24140
|
}
|
|
24141
24141
|
},
|
|
@@ -24146,10 +24146,10 @@
|
|
|
24146
24146
|
"lValueRequested": false,
|
|
24147
24147
|
"memberName": "Info",
|
|
24148
24148
|
"nodeType": "MemberAccess",
|
|
24149
|
-
"referencedDeclaration":
|
|
24149
|
+
"referencedDeclaration": 27901,
|
|
24150
24150
|
"src": "7156:12:27",
|
|
24151
24151
|
"typeDescriptions": {
|
|
24152
|
-
"typeIdentifier": "t_type$_t_struct$_Info_$
|
|
24152
|
+
"typeIdentifier": "t_type$_t_struct$_Info_$27901_storage_ptr_$",
|
|
24153
24153
|
"typeString": "type(struct Account.Info storage pointer)"
|
|
24154
24154
|
}
|
|
24155
24155
|
},
|
|
@@ -24166,13 +24166,13 @@
|
|
|
24166
24166
|
"nodeType": "FunctionCall",
|
|
24167
24167
|
"src": "7156:80:27",
|
|
24168
24168
|
"typeDescriptions": {
|
|
24169
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
24169
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
24170
24170
|
"typeString": "struct Account.Info memory"
|
|
24171
24171
|
}
|
|
24172
24172
|
},
|
|
24173
24173
|
"src": "7142:94:27",
|
|
24174
24174
|
"typeDescriptions": {
|
|
24175
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
24175
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
24176
24176
|
"typeString": "struct Account.Info memory"
|
|
24177
24177
|
}
|
|
24178
24178
|
},
|
|
@@ -24199,7 +24199,7 @@
|
|
|
24199
24199
|
"referencedDeclaration": 8795,
|
|
24200
24200
|
"src": "7246:8:27",
|
|
24201
24201
|
"typeDescriptions": {
|
|
24202
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
24202
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr",
|
|
24203
24203
|
"typeString": "struct Account.Info memory[] memory"
|
|
24204
24204
|
}
|
|
24205
24205
|
},
|
|
@@ -24229,7 +24229,7 @@
|
|
|
24229
24229
|
"nodeType": "IndexAccess",
|
|
24230
24230
|
"src": "7246:11:27",
|
|
24231
24231
|
"typeDescriptions": {
|
|
24232
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
24232
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
24233
24233
|
"typeString": "struct Account.Info memory"
|
|
24234
24234
|
}
|
|
24235
24235
|
},
|
|
@@ -24246,7 +24246,7 @@
|
|
|
24246
24246
|
"name": "msg",
|
|
24247
24247
|
"nodeType": "Identifier",
|
|
24248
24248
|
"overloadedDeclarations": [],
|
|
24249
|
-
"referencedDeclaration":
|
|
24249
|
+
"referencedDeclaration": 42147,
|
|
24250
24250
|
"src": "7295:3:27",
|
|
24251
24251
|
"typeDescriptions": {
|
|
24252
24252
|
"typeIdentifier": "t_magic_message",
|
|
@@ -24303,10 +24303,10 @@
|
|
|
24303
24303
|
"name": "Account",
|
|
24304
24304
|
"nodeType": "Identifier",
|
|
24305
24305
|
"overloadedDeclarations": [],
|
|
24306
|
-
"referencedDeclaration":
|
|
24306
|
+
"referencedDeclaration": 27935,
|
|
24307
24307
|
"src": "7260:7:27",
|
|
24308
24308
|
"typeDescriptions": {
|
|
24309
|
-
"typeIdentifier": "t_type$_t_contract$_Account_$
|
|
24309
|
+
"typeIdentifier": "t_type$_t_contract$_Account_$27935_$",
|
|
24310
24310
|
"typeString": "type(library Account)"
|
|
24311
24311
|
}
|
|
24312
24312
|
},
|
|
@@ -24317,10 +24317,10 @@
|
|
|
24317
24317
|
"lValueRequested": false,
|
|
24318
24318
|
"memberName": "Info",
|
|
24319
24319
|
"nodeType": "MemberAccess",
|
|
24320
|
-
"referencedDeclaration":
|
|
24320
|
+
"referencedDeclaration": 27901,
|
|
24321
24321
|
"src": "7260:12:27",
|
|
24322
24322
|
"typeDescriptions": {
|
|
24323
|
-
"typeIdentifier": "t_type$_t_struct$_Info_$
|
|
24323
|
+
"typeIdentifier": "t_type$_t_struct$_Info_$27901_storage_ptr_$",
|
|
24324
24324
|
"typeString": "type(struct Account.Info storage pointer)"
|
|
24325
24325
|
}
|
|
24326
24326
|
},
|
|
@@ -24337,13 +24337,13 @@
|
|
|
24337
24337
|
"nodeType": "FunctionCall",
|
|
24338
24338
|
"src": "7260:80:27",
|
|
24339
24339
|
"typeDescriptions": {
|
|
24340
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
24340
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
24341
24341
|
"typeString": "struct Account.Info memory"
|
|
24342
24342
|
}
|
|
24343
24343
|
},
|
|
24344
24344
|
"src": "7246:94:27",
|
|
24345
24345
|
"typeDescriptions": {
|
|
24346
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
24346
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
24347
24347
|
"typeString": "struct Account.Info memory"
|
|
24348
24348
|
}
|
|
24349
24349
|
},
|
|
@@ -24376,7 +24376,7 @@
|
|
|
24376
24376
|
"referencedDeclaration": 8795,
|
|
24377
24377
|
"src": "7419:8:27",
|
|
24378
24378
|
"typeDescriptions": {
|
|
24379
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
24379
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr",
|
|
24380
24380
|
"typeString": "struct Account.Info memory[] memory"
|
|
24381
24381
|
}
|
|
24382
24382
|
},
|
|
@@ -24438,7 +24438,7 @@
|
|
|
24438
24438
|
"nodeType": "IndexAccess",
|
|
24439
24439
|
"src": "7419:15:27",
|
|
24440
24440
|
"typeDescriptions": {
|
|
24441
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
24441
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
24442
24442
|
"typeString": "struct Account.Info memory"
|
|
24443
24443
|
}
|
|
24444
24444
|
},
|
|
@@ -24539,10 +24539,10 @@
|
|
|
24539
24539
|
"name": "Account",
|
|
24540
24540
|
"nodeType": "Identifier",
|
|
24541
24541
|
"overloadedDeclarations": [],
|
|
24542
|
-
"referencedDeclaration":
|
|
24542
|
+
"referencedDeclaration": 27935,
|
|
24543
24543
|
"src": "7437:7:27",
|
|
24544
24544
|
"typeDescriptions": {
|
|
24545
|
-
"typeIdentifier": "t_type$_t_contract$_Account_$
|
|
24545
|
+
"typeIdentifier": "t_type$_t_contract$_Account_$27935_$",
|
|
24546
24546
|
"typeString": "type(library Account)"
|
|
24547
24547
|
}
|
|
24548
24548
|
},
|
|
@@ -24553,10 +24553,10 @@
|
|
|
24553
24553
|
"lValueRequested": false,
|
|
24554
24554
|
"memberName": "Info",
|
|
24555
24555
|
"nodeType": "MemberAccess",
|
|
24556
|
-
"referencedDeclaration":
|
|
24556
|
+
"referencedDeclaration": 27901,
|
|
24557
24557
|
"src": "7437:12:27",
|
|
24558
24558
|
"typeDescriptions": {
|
|
24559
|
-
"typeIdentifier": "t_type$_t_struct$_Info_$
|
|
24559
|
+
"typeIdentifier": "t_type$_t_struct$_Info_$27901_storage_ptr_$",
|
|
24560
24560
|
"typeString": "type(struct Account.Info storage pointer)"
|
|
24561
24561
|
}
|
|
24562
24562
|
},
|
|
@@ -24573,13 +24573,13 @@
|
|
|
24573
24573
|
"nodeType": "FunctionCall",
|
|
24574
24574
|
"src": "7437:104:27",
|
|
24575
24575
|
"typeDescriptions": {
|
|
24576
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
24576
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
24577
24577
|
"typeString": "struct Account.Info memory"
|
|
24578
24578
|
}
|
|
24579
24579
|
},
|
|
24580
24580
|
"src": "7419:122:27",
|
|
24581
24581
|
"typeDescriptions": {
|
|
24582
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
24582
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
24583
24583
|
"typeString": "struct Account.Info memory"
|
|
24584
24584
|
}
|
|
24585
24585
|
},
|
|
@@ -25132,10 +25132,10 @@
|
|
|
25132
25132
|
"name": "Require",
|
|
25133
25133
|
"nodeType": "Identifier",
|
|
25134
25134
|
"overloadedDeclarations": [],
|
|
25135
|
-
"referencedDeclaration":
|
|
25135
|
+
"referencedDeclaration": 31453,
|
|
25136
25136
|
"src": "7884:7:27",
|
|
25137
25137
|
"typeDescriptions": {
|
|
25138
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
25138
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
25139
25139
|
"typeString": "type(library Require)"
|
|
25140
25140
|
}
|
|
25141
25141
|
},
|
|
@@ -25146,7 +25146,7 @@
|
|
|
25146
25146
|
"lValueRequested": false,
|
|
25147
25147
|
"memberName": "that",
|
|
25148
25148
|
"nodeType": "MemberAccess",
|
|
25149
|
-
"referencedDeclaration":
|
|
25149
|
+
"referencedDeclaration": 30815,
|
|
25150
25150
|
"src": "7884:12:27",
|
|
25151
25151
|
"typeDescriptions": {
|
|
25152
25152
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -25454,7 +25454,7 @@
|
|
|
25454
25454
|
"stateVariable": false,
|
|
25455
25455
|
"storageLocation": "memory",
|
|
25456
25456
|
"typeDescriptions": {
|
|
25457
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
25457
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr",
|
|
25458
25458
|
"typeString": "struct Actions.ActionArgs[]"
|
|
25459
25459
|
},
|
|
25460
25460
|
"typeName": {
|
|
@@ -25463,10 +25463,10 @@
|
|
|
25463
25463
|
"id": 8907,
|
|
25464
25464
|
"name": "Actions.ActionArgs",
|
|
25465
25465
|
"nodeType": "UserDefinedTypeName",
|
|
25466
|
-
"referencedDeclaration":
|
|
25466
|
+
"referencedDeclaration": 27980,
|
|
25467
25467
|
"src": "8585:18:27",
|
|
25468
25468
|
"typeDescriptions": {
|
|
25469
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
25469
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_storage_ptr",
|
|
25470
25470
|
"typeString": "struct Actions.ActionArgs"
|
|
25471
25471
|
}
|
|
25472
25472
|
},
|
|
@@ -25475,7 +25475,7 @@
|
|
|
25475
25475
|
"nodeType": "ArrayTypeName",
|
|
25476
25476
|
"src": "8585:20:27",
|
|
25477
25477
|
"typeDescriptions": {
|
|
25478
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
25478
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_storage_$dyn_storage_ptr",
|
|
25479
25479
|
"typeString": "struct Actions.ActionArgs[]"
|
|
25480
25480
|
}
|
|
25481
25481
|
},
|
|
@@ -25606,7 +25606,7 @@
|
|
|
25606
25606
|
"nodeType": "NewExpression",
|
|
25607
25607
|
"src": "8623:24:27",
|
|
25608
25608
|
"typeDescriptions": {
|
|
25609
|
-
"typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_ActionArgs_$
|
|
25609
|
+
"typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_$",
|
|
25610
25610
|
"typeString": "function (uint256) pure returns (struct Actions.ActionArgs memory[] memory)"
|
|
25611
25611
|
},
|
|
25612
25612
|
"typeName": {
|
|
@@ -25615,10 +25615,10 @@
|
|
|
25615
25615
|
"id": 8910,
|
|
25616
25616
|
"name": "Actions.ActionArgs",
|
|
25617
25617
|
"nodeType": "UserDefinedTypeName",
|
|
25618
|
-
"referencedDeclaration":
|
|
25618
|
+
"referencedDeclaration": 27980,
|
|
25619
25619
|
"src": "8627:18:27",
|
|
25620
25620
|
"typeDescriptions": {
|
|
25621
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
25621
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_storage_ptr",
|
|
25622
25622
|
"typeString": "struct Actions.ActionArgs"
|
|
25623
25623
|
}
|
|
25624
25624
|
},
|
|
@@ -25627,7 +25627,7 @@
|
|
|
25627
25627
|
"nodeType": "ArrayTypeName",
|
|
25628
25628
|
"src": "8627:20:27",
|
|
25629
25629
|
"typeDescriptions": {
|
|
25630
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
25630
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_storage_$dyn_storage_ptr",
|
|
25631
25631
|
"typeString": "struct Actions.ActionArgs[]"
|
|
25632
25632
|
}
|
|
25633
25633
|
}
|
|
@@ -25642,7 +25642,7 @@
|
|
|
25642
25642
|
"nodeType": "FunctionCall",
|
|
25643
25643
|
"src": "8623:53:27",
|
|
25644
25644
|
"typeDescriptions": {
|
|
25645
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
25645
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory",
|
|
25646
25646
|
"typeString": "struct Actions.ActionArgs memory[] memory"
|
|
25647
25647
|
}
|
|
25648
25648
|
},
|
|
@@ -25722,7 +25722,7 @@
|
|
|
25722
25722
|
"referencedDeclaration": 8909,
|
|
25723
25723
|
"src": "9053:7:27",
|
|
25724
25724
|
"typeDescriptions": {
|
|
25725
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
25725
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr",
|
|
25726
25726
|
"typeString": "struct Actions.ActionArgs memory[] memory"
|
|
25727
25727
|
}
|
|
25728
25728
|
},
|
|
@@ -25752,7 +25752,7 @@
|
|
|
25752
25752
|
"nodeType": "IndexAccess",
|
|
25753
25753
|
"src": "9053:10:27",
|
|
25754
25754
|
"typeDescriptions": {
|
|
25755
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
25755
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
25756
25756
|
"typeString": "struct Actions.ActionArgs memory"
|
|
25757
25757
|
}
|
|
25758
25758
|
},
|
|
@@ -26040,7 +26040,7 @@
|
|
|
26040
26040
|
"referencedDeclaration": 9312,
|
|
26041
26041
|
"src": "9066:11:27",
|
|
26042
26042
|
"typeDescriptions": {
|
|
26043
|
-
"typeIdentifier": "t_function_internal_view$_t_uint256_$_t_uint256_$_t_uint256_$_t_uint256_$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$returns$_t_struct$_ActionArgs_$
|
|
26043
|
+
"typeIdentifier": "t_function_internal_view$_t_uint256_$_t_uint256_$_t_uint256_$_t_uint256_$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$returns$_t_struct$_ActionArgs_$27980_memory_ptr_$",
|
|
26044
26044
|
"typeString": "function (uint256,uint256,uint256,uint256,address,bytes memory,uint256) view returns (struct Actions.ActionArgs memory)"
|
|
26045
26045
|
}
|
|
26046
26046
|
},
|
|
@@ -26054,13 +26054,13 @@
|
|
|
26054
26054
|
"nodeType": "FunctionCall",
|
|
26055
26055
|
"src": "9066:326:27",
|
|
26056
26056
|
"typeDescriptions": {
|
|
26057
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
26057
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory_ptr",
|
|
26058
26058
|
"typeString": "struct Actions.ActionArgs memory"
|
|
26059
26059
|
}
|
|
26060
26060
|
},
|
|
26061
26061
|
"src": "9053:339:27",
|
|
26062
26062
|
"typeDescriptions": {
|
|
26063
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
26063
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
26064
26064
|
"typeString": "struct Actions.ActionArgs memory"
|
|
26065
26065
|
}
|
|
26066
26066
|
},
|
|
@@ -26413,10 +26413,10 @@
|
|
|
26413
26413
|
"name": "Require",
|
|
26414
26414
|
"nodeType": "Identifier",
|
|
26415
26415
|
"overloadedDeclarations": [],
|
|
26416
|
-
"referencedDeclaration":
|
|
26416
|
+
"referencedDeclaration": 31453,
|
|
26417
26417
|
"src": "9631:7:27",
|
|
26418
26418
|
"typeDescriptions": {
|
|
26419
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
26419
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
26420
26420
|
"typeString": "type(library Require)"
|
|
26421
26421
|
}
|
|
26422
26422
|
},
|
|
@@ -26427,7 +26427,7 @@
|
|
|
26427
26427
|
"lValueRequested": false,
|
|
26428
26428
|
"memberName": "that",
|
|
26429
26429
|
"nodeType": "MemberAccess",
|
|
26430
|
-
"referencedDeclaration":
|
|
26430
|
+
"referencedDeclaration": 30815,
|
|
26431
26431
|
"src": "9631:12:27",
|
|
26432
26432
|
"typeDescriptions": {
|
|
26433
26433
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -26486,7 +26486,7 @@
|
|
|
26486
26486
|
"referencedDeclaration": 8795,
|
|
26487
26487
|
"src": "9886:8:27",
|
|
26488
26488
|
"typeDescriptions": {
|
|
26489
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
26489
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr",
|
|
26490
26490
|
"typeString": "struct Account.Info memory[] memory"
|
|
26491
26491
|
}
|
|
26492
26492
|
},
|
|
@@ -26548,7 +26548,7 @@
|
|
|
26548
26548
|
"nodeType": "IndexAccess",
|
|
26549
26549
|
"src": "9886:15:27",
|
|
26550
26550
|
"typeDescriptions": {
|
|
26551
|
-
"typeIdentifier": "t_struct$_Info_$
|
|
26551
|
+
"typeIdentifier": "t_struct$_Info_$27901_memory",
|
|
26552
26552
|
"typeString": "struct Account.Info memory"
|
|
26553
26553
|
}
|
|
26554
26554
|
},
|
|
@@ -26559,7 +26559,7 @@
|
|
|
26559
26559
|
"lValueRequested": false,
|
|
26560
26560
|
"memberName": "owner",
|
|
26561
26561
|
"nodeType": "MemberAccess",
|
|
26562
|
-
"referencedDeclaration":
|
|
26562
|
+
"referencedDeclaration": 27898,
|
|
26563
26563
|
"src": "9886:21:27",
|
|
26564
26564
|
"typeDescriptions": {
|
|
26565
26565
|
"typeIdentifier": "t_address",
|
|
@@ -26683,10 +26683,10 @@
|
|
|
26683
26683
|
"name": "Require",
|
|
26684
26684
|
"nodeType": "Identifier",
|
|
26685
26685
|
"overloadedDeclarations": [],
|
|
26686
|
-
"referencedDeclaration":
|
|
26686
|
+
"referencedDeclaration": 31453,
|
|
26687
26687
|
"src": "9856:7:27",
|
|
26688
26688
|
"typeDescriptions": {
|
|
26689
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
26689
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
26690
26690
|
"typeString": "type(library Require)"
|
|
26691
26691
|
}
|
|
26692
26692
|
},
|
|
@@ -26697,7 +26697,7 @@
|
|
|
26697
26697
|
"lValueRequested": false,
|
|
26698
26698
|
"memberName": "that",
|
|
26699
26699
|
"nodeType": "MemberAccess",
|
|
26700
|
-
"referencedDeclaration":
|
|
26700
|
+
"referencedDeclaration": 30815,
|
|
26701
26701
|
"src": "9856:12:27",
|
|
26702
26702
|
"typeDescriptions": {
|
|
26703
26703
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -26741,7 +26741,7 @@
|
|
|
26741
26741
|
"referencedDeclaration": 8909,
|
|
26742
26742
|
"src": "10029:7:27",
|
|
26743
26743
|
"typeDescriptions": {
|
|
26744
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
26744
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr",
|
|
26745
26745
|
"typeString": "struct Actions.ActionArgs memory[] memory"
|
|
26746
26746
|
}
|
|
26747
26747
|
},
|
|
@@ -26803,7 +26803,7 @@
|
|
|
26803
26803
|
"nodeType": "IndexAccess",
|
|
26804
26804
|
"src": "10029:14:27",
|
|
26805
26805
|
"typeDescriptions": {
|
|
26806
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
26806
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
26807
26807
|
"typeString": "struct Actions.ActionArgs memory"
|
|
26808
26808
|
}
|
|
26809
26809
|
},
|
|
@@ -27209,7 +27209,7 @@
|
|
|
27209
27209
|
"referencedDeclaration": 9359,
|
|
27210
27210
|
"src": "10046:12:27",
|
|
27211
27211
|
"typeDescriptions": {
|
|
27212
|
-
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_uint256_$_t_uint256_$_t_address_$_t_uint256_$_t_uint256_$returns$_t_struct$_ActionArgs_$
|
|
27212
|
+
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_uint256_$_t_uint256_$_t_address_$_t_uint256_$_t_uint256_$returns$_t_struct$_ActionArgs_$27980_memory_ptr_$",
|
|
27213
27213
|
"typeString": "function (uint256,uint256,uint256,uint256,address,uint256,uint256) pure returns (struct Actions.ActionArgs memory)"
|
|
27214
27214
|
}
|
|
27215
27215
|
},
|
|
@@ -27223,13 +27223,13 @@
|
|
|
27223
27223
|
"nodeType": "FunctionCall",
|
|
27224
27224
|
"src": "10046:272:27",
|
|
27225
27225
|
"typeDescriptions": {
|
|
27226
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
27226
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory_ptr",
|
|
27227
27227
|
"typeString": "struct Actions.ActionArgs memory"
|
|
27228
27228
|
}
|
|
27229
27229
|
},
|
|
27230
27230
|
"src": "10029:289:27",
|
|
27231
27231
|
"typeDescriptions": {
|
|
27232
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
27232
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
27233
27233
|
"typeString": "struct Actions.ActionArgs memory"
|
|
27234
27234
|
}
|
|
27235
27235
|
},
|
|
@@ -27427,7 +27427,7 @@
|
|
|
27427
27427
|
"referencedDeclaration": 8909,
|
|
27428
27428
|
"src": "10338:7:27",
|
|
27429
27429
|
"typeDescriptions": {
|
|
27430
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
27430
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr",
|
|
27431
27431
|
"typeString": "struct Actions.ActionArgs memory[] memory"
|
|
27432
27432
|
}
|
|
27433
27433
|
},
|
|
@@ -27454,7 +27454,7 @@
|
|
|
27454
27454
|
"referencedDeclaration": 8909,
|
|
27455
27455
|
"src": "10346:7:27",
|
|
27456
27456
|
"typeDescriptions": {
|
|
27457
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
27457
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr",
|
|
27458
27458
|
"typeString": "struct Actions.ActionArgs memory[] memory"
|
|
27459
27459
|
}
|
|
27460
27460
|
},
|
|
@@ -27505,7 +27505,7 @@
|
|
|
27505
27505
|
"nodeType": "IndexAccess",
|
|
27506
27506
|
"src": "10338:27:27",
|
|
27507
27507
|
"typeDescriptions": {
|
|
27508
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
27508
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
27509
27509
|
"typeString": "struct Actions.ActionArgs memory"
|
|
27510
27510
|
}
|
|
27511
27511
|
},
|
|
@@ -27666,7 +27666,7 @@
|
|
|
27666
27666
|
"referencedDeclaration": 9402,
|
|
27667
27667
|
"src": "10368:18:27",
|
|
27668
27668
|
"typeDescriptions": {
|
|
27669
|
-
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_struct$_ActionArgs_$
|
|
27669
|
+
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_struct$_ActionArgs_$27980_memory_ptr_$",
|
|
27670
27670
|
"typeString": "function (uint256,uint256,uint256) pure returns (struct Actions.ActionArgs memory)"
|
|
27671
27671
|
}
|
|
27672
27672
|
},
|
|
@@ -27680,13 +27680,13 @@
|
|
|
27680
27680
|
"nodeType": "FunctionCall",
|
|
27681
27681
|
"src": "10368:121:27",
|
|
27682
27682
|
"typeDescriptions": {
|
|
27683
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
27683
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory_ptr",
|
|
27684
27684
|
"typeString": "struct Actions.ActionArgs memory"
|
|
27685
27685
|
}
|
|
27686
27686
|
},
|
|
27687
27687
|
"src": "10338:151:27",
|
|
27688
27688
|
"typeDescriptions": {
|
|
27689
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
27689
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
27690
27690
|
"typeString": "struct Actions.ActionArgs memory"
|
|
27691
27691
|
}
|
|
27692
27692
|
},
|
|
@@ -27707,7 +27707,7 @@
|
|
|
27707
27707
|
"referencedDeclaration": 8795,
|
|
27708
27708
|
"src": "10524:8:27",
|
|
27709
27709
|
"typeDescriptions": {
|
|
27710
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
27710
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr",
|
|
27711
27711
|
"typeString": "struct Account.Info memory[] memory"
|
|
27712
27712
|
}
|
|
27713
27713
|
},
|
|
@@ -27720,7 +27720,7 @@
|
|
|
27720
27720
|
"referencedDeclaration": 8909,
|
|
27721
27721
|
"src": "10534:7:27",
|
|
27722
27722
|
"typeDescriptions": {
|
|
27723
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
27723
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr",
|
|
27724
27724
|
"typeString": "struct Actions.ActionArgs memory[] memory"
|
|
27725
27725
|
}
|
|
27726
27726
|
}
|
|
@@ -27728,11 +27728,11 @@
|
|
|
27728
27728
|
"expression": {
|
|
27729
27729
|
"argumentTypes": [
|
|
27730
27730
|
{
|
|
27731
|
-
"typeIdentifier": "t_array$_t_struct$_Info_$
|
|
27731
|
+
"typeIdentifier": "t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr",
|
|
27732
27732
|
"typeString": "struct Account.Info memory[] memory"
|
|
27733
27733
|
},
|
|
27734
27734
|
{
|
|
27735
|
-
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$
|
|
27735
|
+
"typeIdentifier": "t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr",
|
|
27736
27736
|
"typeString": "struct Actions.ActionArgs memory[] memory"
|
|
27737
27737
|
}
|
|
27738
27738
|
],
|
|
@@ -27745,7 +27745,7 @@
|
|
|
27745
27745
|
"referencedDeclaration": 3297,
|
|
27746
27746
|
"src": "10500:15:27",
|
|
27747
27747
|
"typeDescriptions": {
|
|
27748
|
-
"typeIdentifier": "t_contract$_IDolomiteMargin_$
|
|
27748
|
+
"typeIdentifier": "t_contract$_IDolomiteMargin_$27685",
|
|
27749
27749
|
"typeString": "contract IDolomiteMargin"
|
|
27750
27750
|
}
|
|
27751
27751
|
},
|
|
@@ -27756,10 +27756,10 @@
|
|
|
27756
27756
|
"lValueRequested": false,
|
|
27757
27757
|
"memberName": "operate",
|
|
27758
27758
|
"nodeType": "MemberAccess",
|
|
27759
|
-
"referencedDeclaration":
|
|
27759
|
+
"referencedDeclaration": 27678,
|
|
27760
27760
|
"src": "10500:23:27",
|
|
27761
27761
|
"typeDescriptions": {
|
|
27762
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_array$_t_struct$_Info_$
|
|
27762
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_array$_t_struct$_Info_$27901_memory_$dyn_memory_ptr_$_t_array$_t_struct$_ActionArgs_$27980_memory_$dyn_memory_ptr_$returns$__$",
|
|
27763
27763
|
"typeString": "function (struct Account.Info memory[] memory,struct Actions.ActionArgs memory[] memory) external"
|
|
27764
27764
|
}
|
|
27765
27765
|
},
|
|
@@ -27945,7 +27945,7 @@
|
|
|
27945
27945
|
"lValueRequested": false,
|
|
27946
27946
|
"memberName": "mul",
|
|
27947
27947
|
"nodeType": "MemberAccess",
|
|
27948
|
-
"referencedDeclaration":
|
|
27948
|
+
"referencedDeclaration": 41088,
|
|
27949
27949
|
"src": "10872:12:27",
|
|
27950
27950
|
"typeDescriptions": {
|
|
27951
27951
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -27973,7 +27973,7 @@
|
|
|
27973
27973
|
"lValueRequested": false,
|
|
27974
27974
|
"memberName": "div",
|
|
27975
27975
|
"nodeType": "MemberAccess",
|
|
27976
|
-
"referencedDeclaration":
|
|
27976
|
+
"referencedDeclaration": 41104,
|
|
27977
27977
|
"src": "10872:33:27",
|
|
27978
27978
|
"typeDescriptions": {
|
|
27979
27979
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -28102,7 +28102,7 @@
|
|
|
28102
28102
|
"lValueRequested": false,
|
|
28103
28103
|
"memberName": "mul",
|
|
28104
28104
|
"nodeType": "MemberAccess",
|
|
28105
|
-
"referencedDeclaration":
|
|
28105
|
+
"referencedDeclaration": 41088,
|
|
28106
28106
|
"src": "10964:12:27",
|
|
28107
28107
|
"typeDescriptions": {
|
|
28108
28108
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -28286,7 +28286,7 @@
|
|
|
28286
28286
|
"lValueRequested": false,
|
|
28287
28287
|
"memberName": "mul",
|
|
28288
28288
|
"nodeType": "MemberAccess",
|
|
28289
|
-
"referencedDeclaration":
|
|
28289
|
+
"referencedDeclaration": 41088,
|
|
28290
28290
|
"src": "11045:13:27",
|
|
28291
28291
|
"typeDescriptions": {
|
|
28292
28292
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -28314,7 +28314,7 @@
|
|
|
28314
28314
|
"lValueRequested": false,
|
|
28315
28315
|
"memberName": "mul",
|
|
28316
28316
|
"nodeType": "MemberAccess",
|
|
28317
|
-
"referencedDeclaration":
|
|
28317
|
+
"referencedDeclaration": 41088,
|
|
28318
28318
|
"src": "11045:61:27",
|
|
28319
28319
|
"typeDescriptions": {
|
|
28320
28320
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -28464,7 +28464,7 @@
|
|
|
28464
28464
|
"lValueRequested": false,
|
|
28465
28465
|
"memberName": "mul",
|
|
28466
28466
|
"nodeType": "MemberAccess",
|
|
28467
|
-
"referencedDeclaration":
|
|
28467
|
+
"referencedDeclaration": 41088,
|
|
28468
28468
|
"src": "11127:55:27",
|
|
28469
28469
|
"typeDescriptions": {
|
|
28470
28470
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -28505,10 +28505,10 @@
|
|
|
28505
28505
|
"name": "Babylonian",
|
|
28506
28506
|
"nodeType": "Identifier",
|
|
28507
28507
|
"overloadedDeclarations": [],
|
|
28508
|
-
"referencedDeclaration":
|
|
28508
|
+
"referencedDeclaration": 41886,
|
|
28509
28509
|
"src": "11016:10:27",
|
|
28510
28510
|
"typeDescriptions": {
|
|
28511
|
-
"typeIdentifier": "t_type$_t_contract$_Babylonian_$
|
|
28511
|
+
"typeIdentifier": "t_type$_t_contract$_Babylonian_$41886_$",
|
|
28512
28512
|
"typeString": "type(library Babylonian)"
|
|
28513
28513
|
}
|
|
28514
28514
|
},
|
|
@@ -28519,7 +28519,7 @@
|
|
|
28519
28519
|
"lValueRequested": false,
|
|
28520
28520
|
"memberName": "sqrt",
|
|
28521
28521
|
"nodeType": "MemberAccess",
|
|
28522
|
-
"referencedDeclaration":
|
|
28522
|
+
"referencedDeclaration": 41885,
|
|
28523
28523
|
"src": "11016:15:27",
|
|
28524
28524
|
"typeDescriptions": {
|
|
28525
28525
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$",
|
|
@@ -28654,7 +28654,7 @@
|
|
|
28654
28654
|
"lValueRequested": false,
|
|
28655
28655
|
"memberName": "mul",
|
|
28656
28656
|
"nodeType": "MemberAccess",
|
|
28657
|
-
"referencedDeclaration":
|
|
28657
|
+
"referencedDeclaration": 41088,
|
|
28658
28658
|
"src": "11258:12:27",
|
|
28659
28659
|
"typeDescriptions": {
|
|
28660
28660
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -28731,7 +28731,7 @@
|
|
|
28731
28731
|
"lValueRequested": false,
|
|
28732
28732
|
"memberName": "mul",
|
|
28733
28733
|
"nodeType": "MemberAccess",
|
|
28734
|
-
"referencedDeclaration":
|
|
28734
|
+
"referencedDeclaration": 41088,
|
|
28735
28735
|
"src": "11237:12:27",
|
|
28736
28736
|
"typeDescriptions": {
|
|
28737
28737
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -28867,7 +28867,7 @@
|
|
|
28867
28867
|
"lValueRequested": false,
|
|
28868
28868
|
"memberName": "sub",
|
|
28869
28869
|
"nodeType": "MemberAccess",
|
|
28870
|
-
"referencedDeclaration":
|
|
28870
|
+
"referencedDeclaration": 41027,
|
|
28871
28871
|
"src": "11402:12:27",
|
|
28872
28872
|
"typeDescriptions": {
|
|
28873
28873
|
"typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
|
|
@@ -29334,10 +29334,10 @@
|
|
|
29334
29334
|
"name": "Require",
|
|
29335
29335
|
"nodeType": "Identifier",
|
|
29336
29336
|
"overloadedDeclarations": [],
|
|
29337
|
-
"referencedDeclaration":
|
|
29337
|
+
"referencedDeclaration": 31453,
|
|
29338
29338
|
"src": "11549:7:27",
|
|
29339
29339
|
"typeDescriptions": {
|
|
29340
|
-
"typeIdentifier": "t_type$_t_contract$_Require_$
|
|
29340
|
+
"typeIdentifier": "t_type$_t_contract$_Require_$31453_$",
|
|
29341
29341
|
"typeString": "type(library Require)"
|
|
29342
29342
|
}
|
|
29343
29343
|
},
|
|
@@ -29348,7 +29348,7 @@
|
|
|
29348
29348
|
"lValueRequested": false,
|
|
29349
29349
|
"memberName": "that",
|
|
29350
29350
|
"nodeType": "MemberAccess",
|
|
29351
|
-
"referencedDeclaration":
|
|
29351
|
+
"referencedDeclaration": 30815,
|
|
29352
29352
|
"src": "11549:12:27",
|
|
29353
29353
|
"typeDescriptions": {
|
|
29354
29354
|
"typeIdentifier": "t_function_internal_pure$_t_bool_$_t_bytes32_$_t_bytes32_$returns$__$",
|
|
@@ -30114,7 +30114,7 @@
|
|
|
30114
30114
|
"name": "this",
|
|
30115
30115
|
"nodeType": "Identifier",
|
|
30116
30116
|
"overloadedDeclarations": [],
|
|
30117
|
-
"referencedDeclaration":
|
|
30117
|
+
"referencedDeclaration": 42229,
|
|
30118
30118
|
"src": "12274:4:27",
|
|
30119
30119
|
"typeDescriptions": {
|
|
30120
30120
|
"typeIdentifier": "t_contract$_AmmRebalancerProxy_$9454",
|
|
@@ -30209,10 +30209,10 @@
|
|
|
30209
30209
|
"name": "IERC20",
|
|
30210
30210
|
"nodeType": "Identifier",
|
|
30211
30211
|
"overloadedDeclarations": [],
|
|
30212
|
-
"referencedDeclaration":
|
|
30212
|
+
"referencedDeclaration": 41358,
|
|
30213
30213
|
"src": "12242:6:27",
|
|
30214
30214
|
"typeDescriptions": {
|
|
30215
|
-
"typeIdentifier": "t_type$_t_contract$_IERC20_$
|
|
30215
|
+
"typeIdentifier": "t_type$_t_contract$_IERC20_$41358_$",
|
|
30216
30216
|
"typeString": "type(contract IERC20)"
|
|
30217
30217
|
}
|
|
30218
30218
|
},
|
|
@@ -30226,7 +30226,7 @@
|
|
|
30226
30226
|
"nodeType": "FunctionCall",
|
|
30227
30227
|
"src": "12242:13:27",
|
|
30228
30228
|
"typeDescriptions": {
|
|
30229
|
-
"typeIdentifier": "t_contract$_IERC20_$
|
|
30229
|
+
"typeIdentifier": "t_contract$_IERC20_$41358",
|
|
30230
30230
|
"typeString": "contract IERC20"
|
|
30231
30231
|
}
|
|
30232
30232
|
},
|
|
@@ -30237,7 +30237,7 @@
|
|
|
30237
30237
|
"lValueRequested": false,
|
|
30238
30238
|
"memberName": "allowance",
|
|
30239
30239
|
"nodeType": "MemberAccess",
|
|
30240
|
-
"referencedDeclaration":
|
|
30240
|
+
"referencedDeclaration": 41321,
|
|
30241
30241
|
"src": "12242:23:27",
|
|
30242
30242
|
"typeDescriptions": {
|
|
30243
30243
|
"typeIdentifier": "t_function_external_view$_t_address_$_t_address_$returns$_t_uint256_$",
|
|
@@ -30417,10 +30417,10 @@
|
|
|
30417
30417
|
"name": "IERC20",
|
|
30418
30418
|
"nodeType": "Identifier",
|
|
30419
30419
|
"overloadedDeclarations": [],
|
|
30420
|
-
"referencedDeclaration":
|
|
30420
|
+
"referencedDeclaration": 41358,
|
|
30421
30421
|
"src": "12314:6:27",
|
|
30422
30422
|
"typeDescriptions": {
|
|
30423
|
-
"typeIdentifier": "t_type$_t_contract$_IERC20_$
|
|
30423
|
+
"typeIdentifier": "t_type$_t_contract$_IERC20_$41358_$",
|
|
30424
30424
|
"typeString": "type(contract IERC20)"
|
|
30425
30425
|
}
|
|
30426
30426
|
},
|
|
@@ -30434,7 +30434,7 @@
|
|
|
30434
30434
|
"nodeType": "FunctionCall",
|
|
30435
30435
|
"src": "12314:13:27",
|
|
30436
30436
|
"typeDescriptions": {
|
|
30437
|
-
"typeIdentifier": "t_contract$_IERC20_$
|
|
30437
|
+
"typeIdentifier": "t_contract$_IERC20_$41358",
|
|
30438
30438
|
"typeString": "contract IERC20"
|
|
30439
30439
|
}
|
|
30440
30440
|
},
|
|
@@ -30445,10 +30445,10 @@
|
|
|
30445
30445
|
"lValueRequested": false,
|
|
30446
30446
|
"memberName": "safeApprove",
|
|
30447
30447
|
"nodeType": "MemberAccess",
|
|
30448
|
-
"referencedDeclaration":
|
|
30448
|
+
"referencedDeclaration": 41457,
|
|
30449
30449
|
"src": "12314:25:27",
|
|
30450
30450
|
"typeDescriptions": {
|
|
30451
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IERC20_$
|
|
30451
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IERC20_$41358_$_t_address_$_t_uint256_$returns$__$bound_to$_t_contract$_IERC20_$41358_$",
|
|
30452
30452
|
"typeString": "function (contract IERC20,address,uint256)"
|
|
30453
30453
|
}
|
|
30454
30454
|
},
|
|
@@ -30601,10 +30601,10 @@
|
|
|
30601
30601
|
"name": "Actions",
|
|
30602
30602
|
"nodeType": "Identifier",
|
|
30603
30603
|
"overloadedDeclarations": [],
|
|
30604
|
-
"referencedDeclaration":
|
|
30604
|
+
"referencedDeclaration": 28404,
|
|
30605
30605
|
"src": "12719:7:27",
|
|
30606
30606
|
"typeDescriptions": {
|
|
30607
|
-
"typeIdentifier": "t_type$_t_contract$_Actions_$
|
|
30607
|
+
"typeIdentifier": "t_type$_t_contract$_Actions_$28404_$",
|
|
30608
30608
|
"typeString": "type(library Actions)"
|
|
30609
30609
|
}
|
|
30610
30610
|
},
|
|
@@ -30615,10 +30615,10 @@
|
|
|
30615
30615
|
"lValueRequested": false,
|
|
30616
30616
|
"memberName": "ActionType",
|
|
30617
30617
|
"nodeType": "MemberAccess",
|
|
30618
|
-
"referencedDeclaration":
|
|
30618
|
+
"referencedDeclaration": 27955,
|
|
30619
30619
|
"src": "12719:18:27",
|
|
30620
30620
|
"typeDescriptions": {
|
|
30621
|
-
"typeIdentifier": "t_type$_t_enum$_ActionType_$
|
|
30621
|
+
"typeIdentifier": "t_type$_t_enum$_ActionType_$27955_$",
|
|
30622
30622
|
"typeString": "type(enum Actions.ActionType)"
|
|
30623
30623
|
}
|
|
30624
30624
|
},
|
|
@@ -30632,7 +30632,7 @@
|
|
|
30632
30632
|
"referencedDeclaration": null,
|
|
30633
30633
|
"src": "12719:23:27",
|
|
30634
30634
|
"typeDescriptions": {
|
|
30635
|
-
"typeIdentifier": "t_enum$_ActionType_$
|
|
30635
|
+
"typeIdentifier": "t_enum$_ActionType_$27955",
|
|
30636
30636
|
"typeString": "enum Actions.ActionType"
|
|
30637
30637
|
}
|
|
30638
30638
|
},
|
|
@@ -30680,10 +30680,10 @@
|
|
|
30680
30680
|
"name": "Types",
|
|
30681
30681
|
"nodeType": "Identifier",
|
|
30682
30682
|
"overloadedDeclarations": [],
|
|
30683
|
-
"referencedDeclaration":
|
|
30683
|
+
"referencedDeclaration": 34026,
|
|
30684
30684
|
"src": "12885:5:27",
|
|
30685
30685
|
"typeDescriptions": {
|
|
30686
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
30686
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
30687
30687
|
"typeString": "type(library Types)"
|
|
30688
30688
|
}
|
|
30689
30689
|
},
|
|
@@ -30694,10 +30694,10 @@
|
|
|
30694
30694
|
"lValueRequested": false,
|
|
30695
30695
|
"memberName": "AssetDenomination",
|
|
30696
30696
|
"nodeType": "MemberAccess",
|
|
30697
|
-
"referencedDeclaration":
|
|
30697
|
+
"referencedDeclaration": 33538,
|
|
30698
30698
|
"src": "12885:23:27",
|
|
30699
30699
|
"typeDescriptions": {
|
|
30700
|
-
"typeIdentifier": "t_type$_t_enum$_AssetDenomination_$
|
|
30700
|
+
"typeIdentifier": "t_type$_t_enum$_AssetDenomination_$33538_$",
|
|
30701
30701
|
"typeString": "type(enum Types.AssetDenomination)"
|
|
30702
30702
|
}
|
|
30703
30703
|
},
|
|
@@ -30711,7 +30711,7 @@
|
|
|
30711
30711
|
"referencedDeclaration": null,
|
|
30712
30712
|
"src": "12885:27:27",
|
|
30713
30713
|
"typeDescriptions": {
|
|
30714
|
-
"typeIdentifier": "t_enum$_AssetDenomination_$
|
|
30714
|
+
"typeIdentifier": "t_enum$_AssetDenomination_$33538",
|
|
30715
30715
|
"typeString": "enum Types.AssetDenomination"
|
|
30716
30716
|
}
|
|
30717
30717
|
},
|
|
@@ -30725,10 +30725,10 @@
|
|
|
30725
30725
|
"name": "Types",
|
|
30726
30726
|
"nodeType": "Identifier",
|
|
30727
30727
|
"overloadedDeclarations": [],
|
|
30728
|
-
"referencedDeclaration":
|
|
30728
|
+
"referencedDeclaration": 34026,
|
|
30729
30729
|
"src": "12914:5:27",
|
|
30730
30730
|
"typeDescriptions": {
|
|
30731
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
30731
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
30732
30732
|
"typeString": "type(library Types)"
|
|
30733
30733
|
}
|
|
30734
30734
|
},
|
|
@@ -30739,10 +30739,10 @@
|
|
|
30739
30739
|
"lValueRequested": false,
|
|
30740
30740
|
"memberName": "AssetReference",
|
|
30741
30741
|
"nodeType": "MemberAccess",
|
|
30742
|
-
"referencedDeclaration":
|
|
30742
|
+
"referencedDeclaration": 33541,
|
|
30743
30743
|
"src": "12914:20:27",
|
|
30744
30744
|
"typeDescriptions": {
|
|
30745
|
-
"typeIdentifier": "t_type$_t_enum$_AssetReference_$
|
|
30745
|
+
"typeIdentifier": "t_type$_t_enum$_AssetReference_$33541_$",
|
|
30746
30746
|
"typeString": "type(enum Types.AssetReference)"
|
|
30747
30747
|
}
|
|
30748
30748
|
},
|
|
@@ -30756,7 +30756,7 @@
|
|
|
30756
30756
|
"referencedDeclaration": null,
|
|
30757
30757
|
"src": "12914:26:27",
|
|
30758
30758
|
"typeDescriptions": {
|
|
30759
|
-
"typeIdentifier": "t_enum$_AssetReference_$
|
|
30759
|
+
"typeIdentifier": "t_enum$_AssetReference_$33541",
|
|
30760
30760
|
"typeString": "enum Types.AssetReference"
|
|
30761
30761
|
}
|
|
30762
30762
|
},
|
|
@@ -30781,11 +30781,11 @@
|
|
|
30781
30781
|
"typeString": "bool"
|
|
30782
30782
|
},
|
|
30783
30783
|
{
|
|
30784
|
-
"typeIdentifier": "t_enum$_AssetDenomination_$
|
|
30784
|
+
"typeIdentifier": "t_enum$_AssetDenomination_$33538",
|
|
30785
30785
|
"typeString": "enum Types.AssetDenomination"
|
|
30786
30786
|
},
|
|
30787
30787
|
{
|
|
30788
|
-
"typeIdentifier": "t_enum$_AssetReference_$
|
|
30788
|
+
"typeIdentifier": "t_enum$_AssetReference_$33541",
|
|
30789
30789
|
"typeString": "enum Types.AssetReference"
|
|
30790
30790
|
},
|
|
30791
30791
|
{
|
|
@@ -30799,10 +30799,10 @@
|
|
|
30799
30799
|
"name": "Types",
|
|
30800
30800
|
"nodeType": "Identifier",
|
|
30801
30801
|
"overloadedDeclarations": [],
|
|
30802
|
-
"referencedDeclaration":
|
|
30802
|
+
"referencedDeclaration": 34026,
|
|
30803
30803
|
"src": "12860:5:27",
|
|
30804
30804
|
"typeDescriptions": {
|
|
30805
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
30805
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
30806
30806
|
"typeString": "type(library Types)"
|
|
30807
30807
|
}
|
|
30808
30808
|
},
|
|
@@ -30813,10 +30813,10 @@
|
|
|
30813
30813
|
"lValueRequested": false,
|
|
30814
30814
|
"memberName": "AssetAmount",
|
|
30815
30815
|
"nodeType": "MemberAccess",
|
|
30816
|
-
"referencedDeclaration":
|
|
30816
|
+
"referencedDeclaration": 33550,
|
|
30817
30817
|
"src": "12860:17:27",
|
|
30818
30818
|
"typeDescriptions": {
|
|
30819
|
-
"typeIdentifier": "t_type$_t_struct$_AssetAmount_$
|
|
30819
|
+
"typeIdentifier": "t_type$_t_struct$_AssetAmount_$33550_storage_ptr_$",
|
|
30820
30820
|
"typeString": "type(struct Types.AssetAmount storage pointer)"
|
|
30821
30821
|
}
|
|
30822
30822
|
},
|
|
@@ -30830,7 +30830,7 @@
|
|
|
30830
30830
|
"nodeType": "FunctionCall",
|
|
30831
30831
|
"src": "12860:94:27",
|
|
30832
30832
|
"typeDescriptions": {
|
|
30833
|
-
"typeIdentifier": "t_struct$_AssetAmount_$
|
|
30833
|
+
"typeIdentifier": "t_struct$_AssetAmount_$33550_memory",
|
|
30834
30834
|
"typeString": "struct Types.AssetAmount memory"
|
|
30835
30835
|
}
|
|
30836
30836
|
},
|
|
@@ -30869,7 +30869,7 @@
|
|
|
30869
30869
|
"name": "this",
|
|
30870
30870
|
"nodeType": "Identifier",
|
|
30871
30871
|
"overloadedDeclarations": [],
|
|
30872
|
-
"referencedDeclaration":
|
|
30872
|
+
"referencedDeclaration": 42229,
|
|
30873
30873
|
"src": "13089:4:27",
|
|
30874
30874
|
"typeDescriptions": {
|
|
30875
30875
|
"typeIdentifier": "t_contract$_AmmRebalancerProxy_$9454",
|
|
@@ -31047,7 +31047,7 @@
|
|
|
31047
31047
|
"name": "abi",
|
|
31048
31048
|
"nodeType": "Identifier",
|
|
31049
31049
|
"overloadedDeclarations": [],
|
|
31050
|
-
"referencedDeclaration":
|
|
31050
|
+
"referencedDeclaration": 42134,
|
|
31051
31051
|
"src": "13155:3:27",
|
|
31052
31052
|
"typeDescriptions": {
|
|
31053
31053
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -31086,7 +31086,7 @@
|
|
|
31086
31086
|
"expression": {
|
|
31087
31087
|
"argumentTypes": [
|
|
31088
31088
|
{
|
|
31089
|
-
"typeIdentifier": "t_enum$_ActionType_$
|
|
31089
|
+
"typeIdentifier": "t_enum$_ActionType_$27955",
|
|
31090
31090
|
"typeString": "enum Actions.ActionType"
|
|
31091
31091
|
},
|
|
31092
31092
|
{
|
|
@@ -31094,7 +31094,7 @@
|
|
|
31094
31094
|
"typeString": "uint256"
|
|
31095
31095
|
},
|
|
31096
31096
|
{
|
|
31097
|
-
"typeIdentifier": "t_struct$_AssetAmount_$
|
|
31097
|
+
"typeIdentifier": "t_struct$_AssetAmount_$33550_memory",
|
|
31098
31098
|
"typeString": "struct Types.AssetAmount memory"
|
|
31099
31099
|
},
|
|
31100
31100
|
{
|
|
@@ -31124,10 +31124,10 @@
|
|
|
31124
31124
|
"name": "Actions",
|
|
31125
31125
|
"nodeType": "Identifier",
|
|
31126
31126
|
"overloadedDeclarations": [],
|
|
31127
|
-
"referencedDeclaration":
|
|
31127
|
+
"referencedDeclaration": 28404,
|
|
31128
31128
|
"src": "12673:7:27",
|
|
31129
31129
|
"typeDescriptions": {
|
|
31130
|
-
"typeIdentifier": "t_type$_t_contract$_Actions_$
|
|
31130
|
+
"typeIdentifier": "t_type$_t_contract$_Actions_$28404_$",
|
|
31131
31131
|
"typeString": "type(library Actions)"
|
|
31132
31132
|
}
|
|
31133
31133
|
},
|
|
@@ -31138,10 +31138,10 @@
|
|
|
31138
31138
|
"lValueRequested": false,
|
|
31139
31139
|
"memberName": "ActionArgs",
|
|
31140
31140
|
"nodeType": "MemberAccess",
|
|
31141
|
-
"referencedDeclaration":
|
|
31141
|
+
"referencedDeclaration": 27980,
|
|
31142
31142
|
"src": "12673:18:27",
|
|
31143
31143
|
"typeDescriptions": {
|
|
31144
|
-
"typeIdentifier": "t_type$_t_struct$_ActionArgs_$
|
|
31144
|
+
"typeIdentifier": "t_type$_t_struct$_ActionArgs_$27980_storage_ptr_$",
|
|
31145
31145
|
"typeString": "type(struct Actions.ActionArgs storage pointer)"
|
|
31146
31146
|
}
|
|
31147
31147
|
},
|
|
@@ -31164,7 +31164,7 @@
|
|
|
31164
31164
|
"nodeType": "FunctionCall",
|
|
31165
31165
|
"src": "12673:531:27",
|
|
31166
31166
|
"typeDescriptions": {
|
|
31167
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
31167
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
31168
31168
|
"typeString": "struct Actions.ActionArgs memory"
|
|
31169
31169
|
}
|
|
31170
31170
|
},
|
|
@@ -31386,7 +31386,7 @@
|
|
|
31386
31386
|
"stateVariable": false,
|
|
31387
31387
|
"storageLocation": "memory",
|
|
31388
31388
|
"typeDescriptions": {
|
|
31389
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
31389
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory_ptr",
|
|
31390
31390
|
"typeString": "struct Actions.ActionArgs"
|
|
31391
31391
|
},
|
|
31392
31392
|
"typeName": {
|
|
@@ -31394,10 +31394,10 @@
|
|
|
31394
31394
|
"id": 9274,
|
|
31395
31395
|
"name": "Actions.ActionArgs",
|
|
31396
31396
|
"nodeType": "UserDefinedTypeName",
|
|
31397
|
-
"referencedDeclaration":
|
|
31397
|
+
"referencedDeclaration": 27980,
|
|
31398
31398
|
"src": "12629:18:27",
|
|
31399
31399
|
"typeDescriptions": {
|
|
31400
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
31400
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_storage_ptr",
|
|
31401
31401
|
"typeString": "struct Actions.ActionArgs"
|
|
31402
31402
|
}
|
|
31403
31403
|
},
|
|
@@ -31433,10 +31433,10 @@
|
|
|
31433
31433
|
"name": "Actions",
|
|
31434
31434
|
"nodeType": "Identifier",
|
|
31435
31435
|
"overloadedDeclarations": [],
|
|
31436
|
-
"referencedDeclaration":
|
|
31436
|
+
"referencedDeclaration": 28404,
|
|
31437
31437
|
"src": "13564:7:27",
|
|
31438
31438
|
"typeDescriptions": {
|
|
31439
|
-
"typeIdentifier": "t_type$_t_contract$_Actions_$
|
|
31439
|
+
"typeIdentifier": "t_type$_t_contract$_Actions_$28404_$",
|
|
31440
31440
|
"typeString": "type(library Actions)"
|
|
31441
31441
|
}
|
|
31442
31442
|
},
|
|
@@ -31447,10 +31447,10 @@
|
|
|
31447
31447
|
"lValueRequested": false,
|
|
31448
31448
|
"memberName": "ActionType",
|
|
31449
31449
|
"nodeType": "MemberAccess",
|
|
31450
|
-
"referencedDeclaration":
|
|
31450
|
+
"referencedDeclaration": 27955,
|
|
31451
31451
|
"src": "13564:18:27",
|
|
31452
31452
|
"typeDescriptions": {
|
|
31453
|
-
"typeIdentifier": "t_type$_t_enum$_ActionType_$
|
|
31453
|
+
"typeIdentifier": "t_type$_t_enum$_ActionType_$27955_$",
|
|
31454
31454
|
"typeString": "type(enum Actions.ActionType)"
|
|
31455
31455
|
}
|
|
31456
31456
|
},
|
|
@@ -31464,7 +31464,7 @@
|
|
|
31464
31464
|
"referencedDeclaration": null,
|
|
31465
31465
|
"src": "13564:24:27",
|
|
31466
31466
|
"typeDescriptions": {
|
|
31467
|
-
"typeIdentifier": "t_enum$_ActionType_$
|
|
31467
|
+
"typeIdentifier": "t_enum$_ActionType_$27955",
|
|
31468
31468
|
"typeString": "enum Actions.ActionType"
|
|
31469
31469
|
}
|
|
31470
31470
|
},
|
|
@@ -31512,10 +31512,10 @@
|
|
|
31512
31512
|
"name": "Types",
|
|
31513
31513
|
"nodeType": "Identifier",
|
|
31514
31514
|
"overloadedDeclarations": [],
|
|
31515
|
-
"referencedDeclaration":
|
|
31515
|
+
"referencedDeclaration": 34026,
|
|
31516
31516
|
"src": "13730:5:27",
|
|
31517
31517
|
"typeDescriptions": {
|
|
31518
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
31518
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
31519
31519
|
"typeString": "type(library Types)"
|
|
31520
31520
|
}
|
|
31521
31521
|
},
|
|
@@ -31526,10 +31526,10 @@
|
|
|
31526
31526
|
"lValueRequested": false,
|
|
31527
31527
|
"memberName": "AssetDenomination",
|
|
31528
31528
|
"nodeType": "MemberAccess",
|
|
31529
|
-
"referencedDeclaration":
|
|
31529
|
+
"referencedDeclaration": 33538,
|
|
31530
31530
|
"src": "13730:23:27",
|
|
31531
31531
|
"typeDescriptions": {
|
|
31532
|
-
"typeIdentifier": "t_type$_t_enum$_AssetDenomination_$
|
|
31532
|
+
"typeIdentifier": "t_type$_t_enum$_AssetDenomination_$33538_$",
|
|
31533
31533
|
"typeString": "type(enum Types.AssetDenomination)"
|
|
31534
31534
|
}
|
|
31535
31535
|
},
|
|
@@ -31543,7 +31543,7 @@
|
|
|
31543
31543
|
"referencedDeclaration": null,
|
|
31544
31544
|
"src": "13730:27:27",
|
|
31545
31545
|
"typeDescriptions": {
|
|
31546
|
-
"typeIdentifier": "t_enum$_AssetDenomination_$
|
|
31546
|
+
"typeIdentifier": "t_enum$_AssetDenomination_$33538",
|
|
31547
31547
|
"typeString": "enum Types.AssetDenomination"
|
|
31548
31548
|
}
|
|
31549
31549
|
},
|
|
@@ -31557,10 +31557,10 @@
|
|
|
31557
31557
|
"name": "Types",
|
|
31558
31558
|
"nodeType": "Identifier",
|
|
31559
31559
|
"overloadedDeclarations": [],
|
|
31560
|
-
"referencedDeclaration":
|
|
31560
|
+
"referencedDeclaration": 34026,
|
|
31561
31561
|
"src": "13759:5:27",
|
|
31562
31562
|
"typeDescriptions": {
|
|
31563
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
31563
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
31564
31564
|
"typeString": "type(library Types)"
|
|
31565
31565
|
}
|
|
31566
31566
|
},
|
|
@@ -31571,10 +31571,10 @@
|
|
|
31571
31571
|
"lValueRequested": false,
|
|
31572
31572
|
"memberName": "AssetReference",
|
|
31573
31573
|
"nodeType": "MemberAccess",
|
|
31574
|
-
"referencedDeclaration":
|
|
31574
|
+
"referencedDeclaration": 33541,
|
|
31575
31575
|
"src": "13759:20:27",
|
|
31576
31576
|
"typeDescriptions": {
|
|
31577
|
-
"typeIdentifier": "t_type$_t_enum$_AssetReference_$
|
|
31577
|
+
"typeIdentifier": "t_type$_t_enum$_AssetReference_$33541_$",
|
|
31578
31578
|
"typeString": "type(enum Types.AssetReference)"
|
|
31579
31579
|
}
|
|
31580
31580
|
},
|
|
@@ -31588,7 +31588,7 @@
|
|
|
31588
31588
|
"referencedDeclaration": null,
|
|
31589
31589
|
"src": "13759:26:27",
|
|
31590
31590
|
"typeDescriptions": {
|
|
31591
|
-
"typeIdentifier": "t_enum$_AssetReference_$
|
|
31591
|
+
"typeIdentifier": "t_enum$_AssetReference_$33541",
|
|
31592
31592
|
"typeString": "enum Types.AssetReference"
|
|
31593
31593
|
}
|
|
31594
31594
|
},
|
|
@@ -31613,11 +31613,11 @@
|
|
|
31613
31613
|
"typeString": "bool"
|
|
31614
31614
|
},
|
|
31615
31615
|
{
|
|
31616
|
-
"typeIdentifier": "t_enum$_AssetDenomination_$
|
|
31616
|
+
"typeIdentifier": "t_enum$_AssetDenomination_$33538",
|
|
31617
31617
|
"typeString": "enum Types.AssetDenomination"
|
|
31618
31618
|
},
|
|
31619
31619
|
{
|
|
31620
|
-
"typeIdentifier": "t_enum$_AssetReference_$
|
|
31620
|
+
"typeIdentifier": "t_enum$_AssetReference_$33541",
|
|
31621
31621
|
"typeString": "enum Types.AssetReference"
|
|
31622
31622
|
},
|
|
31623
31623
|
{
|
|
@@ -31631,10 +31631,10 @@
|
|
|
31631
31631
|
"name": "Types",
|
|
31632
31632
|
"nodeType": "Identifier",
|
|
31633
31633
|
"overloadedDeclarations": [],
|
|
31634
|
-
"referencedDeclaration":
|
|
31634
|
+
"referencedDeclaration": 34026,
|
|
31635
31635
|
"src": "13706:5:27",
|
|
31636
31636
|
"typeDescriptions": {
|
|
31637
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
31637
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
31638
31638
|
"typeString": "type(library Types)"
|
|
31639
31639
|
}
|
|
31640
31640
|
},
|
|
@@ -31645,10 +31645,10 @@
|
|
|
31645
31645
|
"lValueRequested": false,
|
|
31646
31646
|
"memberName": "AssetAmount",
|
|
31647
31647
|
"nodeType": "MemberAccess",
|
|
31648
|
-
"referencedDeclaration":
|
|
31648
|
+
"referencedDeclaration": 33550,
|
|
31649
31649
|
"src": "13706:17:27",
|
|
31650
31650
|
"typeDescriptions": {
|
|
31651
|
-
"typeIdentifier": "t_type$_t_struct$_AssetAmount_$
|
|
31651
|
+
"typeIdentifier": "t_type$_t_struct$_AssetAmount_$33550_storage_ptr_$",
|
|
31652
31652
|
"typeString": "type(struct Types.AssetAmount storage pointer)"
|
|
31653
31653
|
}
|
|
31654
31654
|
},
|
|
@@ -31662,7 +31662,7 @@
|
|
|
31662
31662
|
"nodeType": "FunctionCall",
|
|
31663
31663
|
"src": "13706:93:27",
|
|
31664
31664
|
"typeDescriptions": {
|
|
31665
|
-
"typeIdentifier": "t_struct$_AssetAmount_$
|
|
31665
|
+
"typeIdentifier": "t_struct$_AssetAmount_$33550_memory",
|
|
31666
31666
|
"typeString": "struct Types.AssetAmount memory"
|
|
31667
31667
|
}
|
|
31668
31668
|
},
|
|
@@ -31748,7 +31748,7 @@
|
|
|
31748
31748
|
"name": "abi",
|
|
31749
31749
|
"nodeType": "Identifier",
|
|
31750
31750
|
"overloadedDeclarations": [],
|
|
31751
|
-
"referencedDeclaration":
|
|
31751
|
+
"referencedDeclaration": 42134,
|
|
31752
31752
|
"src": "14005:3:27",
|
|
31753
31753
|
"typeDescriptions": {
|
|
31754
31754
|
"typeIdentifier": "t_magic_abi",
|
|
@@ -31787,7 +31787,7 @@
|
|
|
31787
31787
|
"expression": {
|
|
31788
31788
|
"argumentTypes": [
|
|
31789
31789
|
{
|
|
31790
|
-
"typeIdentifier": "t_enum$_ActionType_$
|
|
31790
|
+
"typeIdentifier": "t_enum$_ActionType_$27955",
|
|
31791
31791
|
"typeString": "enum Actions.ActionType"
|
|
31792
31792
|
},
|
|
31793
31793
|
{
|
|
@@ -31795,7 +31795,7 @@
|
|
|
31795
31795
|
"typeString": "uint256"
|
|
31796
31796
|
},
|
|
31797
31797
|
{
|
|
31798
|
-
"typeIdentifier": "t_struct$_AssetAmount_$
|
|
31798
|
+
"typeIdentifier": "t_struct$_AssetAmount_$33550_memory",
|
|
31799
31799
|
"typeString": "struct Types.AssetAmount memory"
|
|
31800
31800
|
},
|
|
31801
31801
|
{
|
|
@@ -31825,10 +31825,10 @@
|
|
|
31825
31825
|
"name": "Actions",
|
|
31826
31826
|
"nodeType": "Identifier",
|
|
31827
31827
|
"overloadedDeclarations": [],
|
|
31828
|
-
"referencedDeclaration":
|
|
31828
|
+
"referencedDeclaration": 28404,
|
|
31829
31829
|
"src": "13518:7:27",
|
|
31830
31830
|
"typeDescriptions": {
|
|
31831
|
-
"typeIdentifier": "t_type$_t_contract$_Actions_$
|
|
31831
|
+
"typeIdentifier": "t_type$_t_contract$_Actions_$28404_$",
|
|
31832
31832
|
"typeString": "type(library Actions)"
|
|
31833
31833
|
}
|
|
31834
31834
|
},
|
|
@@ -31839,10 +31839,10 @@
|
|
|
31839
31839
|
"lValueRequested": false,
|
|
31840
31840
|
"memberName": "ActionArgs",
|
|
31841
31841
|
"nodeType": "MemberAccess",
|
|
31842
|
-
"referencedDeclaration":
|
|
31842
|
+
"referencedDeclaration": 27980,
|
|
31843
31843
|
"src": "13518:18:27",
|
|
31844
31844
|
"typeDescriptions": {
|
|
31845
|
-
"typeIdentifier": "t_type$_t_struct$_ActionArgs_$
|
|
31845
|
+
"typeIdentifier": "t_type$_t_struct$_ActionArgs_$27980_storage_ptr_$",
|
|
31846
31846
|
"typeString": "type(struct Actions.ActionArgs storage pointer)"
|
|
31847
31847
|
}
|
|
31848
31848
|
},
|
|
@@ -31865,7 +31865,7 @@
|
|
|
31865
31865
|
"nodeType": "FunctionCall",
|
|
31866
31866
|
"src": "13518:522:27",
|
|
31867
31867
|
"typeDescriptions": {
|
|
31868
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
31868
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
31869
31869
|
"typeString": "struct Actions.ActionArgs memory"
|
|
31870
31870
|
}
|
|
31871
31871
|
},
|
|
@@ -32087,7 +32087,7 @@
|
|
|
32087
32087
|
"stateVariable": false,
|
|
32088
32088
|
"storageLocation": "memory",
|
|
32089
32089
|
"typeDescriptions": {
|
|
32090
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
32090
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory_ptr",
|
|
32091
32091
|
"typeString": "struct Actions.ActionArgs"
|
|
32092
32092
|
},
|
|
32093
32093
|
"typeName": {
|
|
@@ -32095,10 +32095,10 @@
|
|
|
32095
32095
|
"id": 9328,
|
|
32096
32096
|
"name": "Actions.ActionArgs",
|
|
32097
32097
|
"nodeType": "UserDefinedTypeName",
|
|
32098
|
-
"referencedDeclaration":
|
|
32098
|
+
"referencedDeclaration": 27980,
|
|
32099
32099
|
"src": "13474:18:27",
|
|
32100
32100
|
"typeDescriptions": {
|
|
32101
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
32101
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_storage_ptr",
|
|
32102
32102
|
"typeString": "struct Actions.ActionArgs"
|
|
32103
32103
|
}
|
|
32104
32104
|
},
|
|
@@ -32134,10 +32134,10 @@
|
|
|
32134
32134
|
"name": "Actions",
|
|
32135
32135
|
"nodeType": "Identifier",
|
|
32136
32136
|
"overloadedDeclarations": [],
|
|
32137
|
-
"referencedDeclaration":
|
|
32137
|
+
"referencedDeclaration": 28404,
|
|
32138
32138
|
"src": "14283:7:27",
|
|
32139
32139
|
"typeDescriptions": {
|
|
32140
|
-
"typeIdentifier": "t_type$_t_contract$_Actions_$
|
|
32140
|
+
"typeIdentifier": "t_type$_t_contract$_Actions_$28404_$",
|
|
32141
32141
|
"typeString": "type(library Actions)"
|
|
32142
32142
|
}
|
|
32143
32143
|
},
|
|
@@ -32148,10 +32148,10 @@
|
|
|
32148
32148
|
"lValueRequested": false,
|
|
32149
32149
|
"memberName": "ActionType",
|
|
32150
32150
|
"nodeType": "MemberAccess",
|
|
32151
|
-
"referencedDeclaration":
|
|
32151
|
+
"referencedDeclaration": 27955,
|
|
32152
32152
|
"src": "14283:18:27",
|
|
32153
32153
|
"typeDescriptions": {
|
|
32154
|
-
"typeIdentifier": "t_type$_t_enum$_ActionType_$
|
|
32154
|
+
"typeIdentifier": "t_type$_t_enum$_ActionType_$27955_$",
|
|
32155
32155
|
"typeString": "type(enum Actions.ActionType)"
|
|
32156
32156
|
}
|
|
32157
32157
|
},
|
|
@@ -32165,7 +32165,7 @@
|
|
|
32165
32165
|
"referencedDeclaration": null,
|
|
32166
32166
|
"src": "14283:27:27",
|
|
32167
32167
|
"typeDescriptions": {
|
|
32168
|
-
"typeIdentifier": "t_enum$_ActionType_$
|
|
32168
|
+
"typeIdentifier": "t_enum$_ActionType_$27955",
|
|
32169
32169
|
"typeString": "enum Actions.ActionType"
|
|
32170
32170
|
}
|
|
32171
32171
|
},
|
|
@@ -32213,10 +32213,10 @@
|
|
|
32213
32213
|
"name": "Types",
|
|
32214
32214
|
"nodeType": "Identifier",
|
|
32215
32215
|
"overloadedDeclarations": [],
|
|
32216
|
-
"referencedDeclaration":
|
|
32216
|
+
"referencedDeclaration": 34026,
|
|
32217
32217
|
"src": "14452:5:27",
|
|
32218
32218
|
"typeDescriptions": {
|
|
32219
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
32219
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
32220
32220
|
"typeString": "type(library Types)"
|
|
32221
32221
|
}
|
|
32222
32222
|
},
|
|
@@ -32227,10 +32227,10 @@
|
|
|
32227
32227
|
"lValueRequested": false,
|
|
32228
32228
|
"memberName": "AssetDenomination",
|
|
32229
32229
|
"nodeType": "MemberAccess",
|
|
32230
|
-
"referencedDeclaration":
|
|
32230
|
+
"referencedDeclaration": 33538,
|
|
32231
32231
|
"src": "14452:23:27",
|
|
32232
32232
|
"typeDescriptions": {
|
|
32233
|
-
"typeIdentifier": "t_type$_t_enum$_AssetDenomination_$
|
|
32233
|
+
"typeIdentifier": "t_type$_t_enum$_AssetDenomination_$33538_$",
|
|
32234
32234
|
"typeString": "type(enum Types.AssetDenomination)"
|
|
32235
32235
|
}
|
|
32236
32236
|
},
|
|
@@ -32244,7 +32244,7 @@
|
|
|
32244
32244
|
"referencedDeclaration": null,
|
|
32245
32245
|
"src": "14452:27:27",
|
|
32246
32246
|
"typeDescriptions": {
|
|
32247
|
-
"typeIdentifier": "t_enum$_AssetDenomination_$
|
|
32247
|
+
"typeIdentifier": "t_enum$_AssetDenomination_$33538",
|
|
32248
32248
|
"typeString": "enum Types.AssetDenomination"
|
|
32249
32249
|
}
|
|
32250
32250
|
},
|
|
@@ -32258,10 +32258,10 @@
|
|
|
32258
32258
|
"name": "Types",
|
|
32259
32259
|
"nodeType": "Identifier",
|
|
32260
32260
|
"overloadedDeclarations": [],
|
|
32261
|
-
"referencedDeclaration":
|
|
32261
|
+
"referencedDeclaration": 34026,
|
|
32262
32262
|
"src": "14481:5:27",
|
|
32263
32263
|
"typeDescriptions": {
|
|
32264
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
32264
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
32265
32265
|
"typeString": "type(library Types)"
|
|
32266
32266
|
}
|
|
32267
32267
|
},
|
|
@@ -32272,10 +32272,10 @@
|
|
|
32272
32272
|
"lValueRequested": false,
|
|
32273
32273
|
"memberName": "AssetReference",
|
|
32274
32274
|
"nodeType": "MemberAccess",
|
|
32275
|
-
"referencedDeclaration":
|
|
32275
|
+
"referencedDeclaration": 33541,
|
|
32276
32276
|
"src": "14481:20:27",
|
|
32277
32277
|
"typeDescriptions": {
|
|
32278
|
-
"typeIdentifier": "t_type$_t_enum$_AssetReference_$
|
|
32278
|
+
"typeIdentifier": "t_type$_t_enum$_AssetReference_$33541_$",
|
|
32279
32279
|
"typeString": "type(enum Types.AssetReference)"
|
|
32280
32280
|
}
|
|
32281
32281
|
},
|
|
@@ -32289,7 +32289,7 @@
|
|
|
32289
32289
|
"referencedDeclaration": null,
|
|
32290
32290
|
"src": "14481:27:27",
|
|
32291
32291
|
"typeDescriptions": {
|
|
32292
|
-
"typeIdentifier": "t_enum$_AssetReference_$
|
|
32292
|
+
"typeIdentifier": "t_enum$_AssetReference_$33541",
|
|
32293
32293
|
"typeString": "enum Types.AssetReference"
|
|
32294
32294
|
}
|
|
32295
32295
|
},
|
|
@@ -32319,11 +32319,11 @@
|
|
|
32319
32319
|
"typeString": "bool"
|
|
32320
32320
|
},
|
|
32321
32321
|
{
|
|
32322
|
-
"typeIdentifier": "t_enum$_AssetDenomination_$
|
|
32322
|
+
"typeIdentifier": "t_enum$_AssetDenomination_$33538",
|
|
32323
32323
|
"typeString": "enum Types.AssetDenomination"
|
|
32324
32324
|
},
|
|
32325
32325
|
{
|
|
32326
|
-
"typeIdentifier": "t_enum$_AssetReference_$
|
|
32326
|
+
"typeIdentifier": "t_enum$_AssetReference_$33541",
|
|
32327
32327
|
"typeString": "enum Types.AssetReference"
|
|
32328
32328
|
},
|
|
32329
32329
|
{
|
|
@@ -32337,10 +32337,10 @@
|
|
|
32337
32337
|
"name": "Types",
|
|
32338
32338
|
"nodeType": "Identifier",
|
|
32339
32339
|
"overloadedDeclarations": [],
|
|
32340
|
-
"referencedDeclaration":
|
|
32340
|
+
"referencedDeclaration": 34026,
|
|
32341
32341
|
"src": "14428:5:27",
|
|
32342
32342
|
"typeDescriptions": {
|
|
32343
|
-
"typeIdentifier": "t_type$_t_contract$_Types_$
|
|
32343
|
+
"typeIdentifier": "t_type$_t_contract$_Types_$34026_$",
|
|
32344
32344
|
"typeString": "type(library Types)"
|
|
32345
32345
|
}
|
|
32346
32346
|
},
|
|
@@ -32351,10 +32351,10 @@
|
|
|
32351
32351
|
"lValueRequested": false,
|
|
32352
32352
|
"memberName": "AssetAmount",
|
|
32353
32353
|
"nodeType": "MemberAccess",
|
|
32354
|
-
"referencedDeclaration":
|
|
32354
|
+
"referencedDeclaration": 33550,
|
|
32355
32355
|
"src": "14428:17:27",
|
|
32356
32356
|
"typeDescriptions": {
|
|
32357
|
-
"typeIdentifier": "t_type$_t_struct$_AssetAmount_$
|
|
32357
|
+
"typeIdentifier": "t_type$_t_struct$_AssetAmount_$33550_storage_ptr_$",
|
|
32358
32358
|
"typeString": "type(struct Types.AssetAmount storage pointer)"
|
|
32359
32359
|
}
|
|
32360
32360
|
},
|
|
@@ -32368,7 +32368,7 @@
|
|
|
32368
32368
|
"nodeType": "FunctionCall",
|
|
32369
32369
|
"src": "14428:84:27",
|
|
32370
32370
|
"typeDescriptions": {
|
|
32371
|
-
"typeIdentifier": "t_struct$_AssetAmount_$
|
|
32371
|
+
"typeIdentifier": "t_struct$_AssetAmount_$33550_memory",
|
|
32372
32372
|
"typeString": "struct Types.AssetAmount memory"
|
|
32373
32373
|
}
|
|
32374
32374
|
},
|
|
@@ -32586,7 +32586,7 @@
|
|
|
32586
32586
|
"expression": {
|
|
32587
32587
|
"argumentTypes": [
|
|
32588
32588
|
{
|
|
32589
|
-
"typeIdentifier": "t_enum$_ActionType_$
|
|
32589
|
+
"typeIdentifier": "t_enum$_ActionType_$27955",
|
|
32590
32590
|
"typeString": "enum Actions.ActionType"
|
|
32591
32591
|
},
|
|
32592
32592
|
{
|
|
@@ -32594,7 +32594,7 @@
|
|
|
32594
32594
|
"typeString": "uint256"
|
|
32595
32595
|
},
|
|
32596
32596
|
{
|
|
32597
|
-
"typeIdentifier": "t_struct$_AssetAmount_$
|
|
32597
|
+
"typeIdentifier": "t_struct$_AssetAmount_$33550_memory",
|
|
32598
32598
|
"typeString": "struct Types.AssetAmount memory"
|
|
32599
32599
|
},
|
|
32600
32600
|
{
|
|
@@ -32624,10 +32624,10 @@
|
|
|
32624
32624
|
"name": "Actions",
|
|
32625
32625
|
"nodeType": "Identifier",
|
|
32626
32626
|
"overloadedDeclarations": [],
|
|
32627
|
-
"referencedDeclaration":
|
|
32627
|
+
"referencedDeclaration": 28404,
|
|
32628
32628
|
"src": "14237:7:27",
|
|
32629
32629
|
"typeDescriptions": {
|
|
32630
|
-
"typeIdentifier": "t_type$_t_contract$_Actions_$
|
|
32630
|
+
"typeIdentifier": "t_type$_t_contract$_Actions_$28404_$",
|
|
32631
32631
|
"typeString": "type(library Actions)"
|
|
32632
32632
|
}
|
|
32633
32633
|
},
|
|
@@ -32638,10 +32638,10 @@
|
|
|
32638
32638
|
"lValueRequested": false,
|
|
32639
32639
|
"memberName": "ActionArgs",
|
|
32640
32640
|
"nodeType": "MemberAccess",
|
|
32641
|
-
"referencedDeclaration":
|
|
32641
|
+
"referencedDeclaration": 27980,
|
|
32642
32642
|
"src": "14237:18:27",
|
|
32643
32643
|
"typeDescriptions": {
|
|
32644
|
-
"typeIdentifier": "t_type$_t_struct$_ActionArgs_$
|
|
32644
|
+
"typeIdentifier": "t_type$_t_struct$_ActionArgs_$27980_storage_ptr_$",
|
|
32645
32645
|
"typeString": "type(struct Actions.ActionArgs storage pointer)"
|
|
32646
32646
|
}
|
|
32647
32647
|
},
|
|
@@ -32664,7 +32664,7 @@
|
|
|
32664
32664
|
"nodeType": "FunctionCall",
|
|
32665
32665
|
"src": "14237:483:27",
|
|
32666
32666
|
"typeDescriptions": {
|
|
32667
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
32667
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory",
|
|
32668
32668
|
"typeString": "struct Actions.ActionArgs memory"
|
|
32669
32669
|
}
|
|
32670
32670
|
},
|
|
@@ -32781,7 +32781,7 @@
|
|
|
32781
32781
|
"stateVariable": false,
|
|
32782
32782
|
"storageLocation": "memory",
|
|
32783
32783
|
"typeDescriptions": {
|
|
32784
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
32784
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_memory_ptr",
|
|
32785
32785
|
"typeString": "struct Actions.ActionArgs"
|
|
32786
32786
|
},
|
|
32787
32787
|
"typeName": {
|
|
@@ -32789,10 +32789,10 @@
|
|
|
32789
32789
|
"id": 9367,
|
|
32790
32790
|
"name": "Actions.ActionArgs",
|
|
32791
32791
|
"nodeType": "UserDefinedTypeName",
|
|
32792
|
-
"referencedDeclaration":
|
|
32792
|
+
"referencedDeclaration": 27980,
|
|
32793
32793
|
"src": "14193:18:27",
|
|
32794
32794
|
"typeDescriptions": {
|
|
32795
|
-
"typeIdentifier": "t_struct$_ActionArgs_$
|
|
32795
|
+
"typeIdentifier": "t_struct$_ActionArgs_$27980_storage_ptr",
|
|
32796
32796
|
"typeString": "struct Actions.ActionArgs"
|
|
32797
32797
|
}
|
|
32798
32798
|
},
|
|
@@ -32829,7 +32829,7 @@
|
|
|
32829
32829
|
"stateVariable": false,
|
|
32830
32830
|
"storageLocation": "default",
|
|
32831
32831
|
"typeDescriptions": {
|
|
32832
|
-
"typeIdentifier": "t_contract$_IDolomiteMargin_$
|
|
32832
|
+
"typeIdentifier": "t_contract$_IDolomiteMargin_$27685",
|
|
32833
32833
|
"typeString": "contract IDolomiteMargin"
|
|
32834
32834
|
},
|
|
32835
32835
|
"typeName": {
|
|
@@ -32837,10 +32837,10 @@
|
|
|
32837
32837
|
"id": 9411,
|
|
32838
32838
|
"name": "IDolomiteMargin",
|
|
32839
32839
|
"nodeType": "UserDefinedTypeName",
|
|
32840
|
-
"referencedDeclaration":
|
|
32840
|
+
"referencedDeclaration": 27685,
|
|
32841
32841
|
"src": "14855:15:27",
|
|
32842
32842
|
"typeDescriptions": {
|
|
32843
|
-
"typeIdentifier": "t_contract$_IDolomiteMargin_$
|
|
32843
|
+
"typeIdentifier": "t_contract$_IDolomiteMargin_$27685",
|
|
32844
32844
|
"typeString": "contract IDolomiteMargin"
|
|
32845
32845
|
}
|
|
32846
32846
|
},
|
|
@@ -32858,7 +32858,7 @@
|
|
|
32858
32858
|
"referencedDeclaration": 3297,
|
|
32859
32859
|
"src": "14888:15:27",
|
|
32860
32860
|
"typeDescriptions": {
|
|
32861
|
-
"typeIdentifier": "t_contract$_IDolomiteMargin_$
|
|
32861
|
+
"typeIdentifier": "t_contract$_IDolomiteMargin_$27685",
|
|
32862
32862
|
"typeString": "contract IDolomiteMargin"
|
|
32863
32863
|
}
|
|
32864
32864
|
},
|
|
@@ -33113,7 +33113,7 @@
|
|
|
33113
33113
|
"referencedDeclaration": 9412,
|
|
33114
33114
|
"src": "15042:14:27",
|
|
33115
33115
|
"typeDescriptions": {
|
|
33116
|
-
"typeIdentifier": "t_contract$_IDolomiteMargin_$
|
|
33116
|
+
"typeIdentifier": "t_contract$_IDolomiteMargin_$27685",
|
|
33117
33117
|
"typeString": "contract IDolomiteMargin"
|
|
33118
33118
|
}
|
|
33119
33119
|
},
|
|
@@ -33124,7 +33124,7 @@
|
|
|
33124
33124
|
"lValueRequested": false,
|
|
33125
33125
|
"memberName": "getMarketIdByTokenAddress",
|
|
33126
33126
|
"nodeType": "MemberAccess",
|
|
33127
|
-
"referencedDeclaration":
|
|
33127
|
+
"referencedDeclaration": 27399,
|
|
33128
33128
|
"src": "15042:40:27",
|
|
33129
33129
|
"typeDescriptions": {
|
|
33130
33130
|
"typeIdentifier": "t_function_external_view$_t_address_$returns$_t_uint256_$",
|
|
@@ -33486,56 +33486,12 @@
|
|
|
33486
33486
|
},
|
|
33487
33487
|
"links": {},
|
|
33488
33488
|
"address": "0xFcCeD5E997E7fb1D0594518D3eD57245bB8ed17E",
|
|
33489
|
-
"transactionHash": "
|
|
33490
|
-
},
|
|
33491
|
-
"80001": {
|
|
33492
|
-
"events": {
|
|
33493
|
-
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0": {
|
|
33494
|
-
"anonymous": false,
|
|
33495
|
-
"inputs": [
|
|
33496
|
-
{
|
|
33497
|
-
"indexed": true,
|
|
33498
|
-
"internalType": "address",
|
|
33499
|
-
"name": "previousOwner",
|
|
33500
|
-
"type": "address"
|
|
33501
|
-
},
|
|
33502
|
-
{
|
|
33503
|
-
"indexed": true,
|
|
33504
|
-
"internalType": "address",
|
|
33505
|
-
"name": "newOwner",
|
|
33506
|
-
"type": "address"
|
|
33507
|
-
}
|
|
33508
|
-
],
|
|
33509
|
-
"name": "OwnershipTransferred",
|
|
33510
|
-
"type": "event"
|
|
33511
|
-
},
|
|
33512
|
-
"0x8439af8069aecb3b77f115322be8bf93e7756c934ab30ea4fd1b59ea4227484a": {
|
|
33513
|
-
"anonymous": false,
|
|
33514
|
-
"inputs": [
|
|
33515
|
-
{
|
|
33516
|
-
"indexed": true,
|
|
33517
|
-
"internalType": "address",
|
|
33518
|
-
"name": "router",
|
|
33519
|
-
"type": "address"
|
|
33520
|
-
},
|
|
33521
|
-
{
|
|
33522
|
-
"indexed": false,
|
|
33523
|
-
"internalType": "bytes32",
|
|
33524
|
-
"name": "initCodeHash",
|
|
33525
|
-
"type": "bytes32"
|
|
33526
|
-
}
|
|
33527
|
-
],
|
|
33528
|
-
"name": "RouterInitCodeHashSet",
|
|
33529
|
-
"type": "event"
|
|
33530
|
-
}
|
|
33531
|
-
},
|
|
33532
|
-
"links": {},
|
|
33533
|
-
"address": "0xB3883b684b179A2B7a7B0299e463D05f2ed7A0c5",
|
|
33534
|
-
"transactionHash": "0x09d95debc2a0e70ed96cbb6805c38b813c00e8d930bede4a74e11a402ff5c44c"
|
|
33489
|
+
"transactionHash": "0xb41e26addd53582d87f7435af98cd917354c18d44b781db640523b24a16b9a19"
|
|
33535
33490
|
}
|
|
33536
33491
|
},
|
|
33537
33492
|
"schemaVersion": "3.0.23",
|
|
33538
|
-
"updatedAt": "2022-02-
|
|
33493
|
+
"updatedAt": "2022-02-03T21:47:18.604Z",
|
|
33494
|
+
"networkType": "ethereum",
|
|
33539
33495
|
"devdoc": {
|
|
33540
33496
|
"methods": {
|
|
33541
33497
|
"isOwner()": {
|