Files
assetxContracts/out/YTPoolManager.sol/YTPoolManager.json
2026-03-09 15:54:32 +08:00

1 line
98 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{"abi":[{"type":"constructor","inputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"BASIS_POINTS_DIVISOR","inputs":[],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"MAX_COOLDOWN_DURATION","inputs":[],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"PRICE_PRECISION","inputs":[],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"UPGRADE_INTERFACE_VERSION","inputs":[],"outputs":[{"name":"","type":"string","internalType":"string"}],"stateMutability":"view"},{"type":"function","name":"YTLP_PRECISION","inputs":[],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"addLiquidityForAccount","inputs":[{"name":"_fundingAccount","type":"address","internalType":"address"},{"name":"_account","type":"address","internalType":"address"},{"name":"_token","type":"address","internalType":"address"},{"name":"_amount","type":"uint256","internalType":"uint256"},{"name":"_minUsdy","type":"uint256","internalType":"uint256"},{"name":"_minYtLP","type":"uint256","internalType":"uint256"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"nonpayable"},{"type":"function","name":"aumAddition","inputs":[],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"aumDeduction","inputs":[],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"cooldownDuration","inputs":[],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"getAddLiquidityOutput","inputs":[{"name":"_token","type":"address","internalType":"address"},{"name":"_amount","type":"uint256","internalType":"uint256"}],"outputs":[{"name":"usdyAmount","type":"uint256","internalType":"uint256"},{"name":"ytLPMintAmount","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"getAumInUsdy","inputs":[{"name":"_maximise","type":"bool","internalType":"bool"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"getPrice","inputs":[{"name":"_maximise","type":"bool","internalType":"bool"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"getRemoveLiquidityOutput","inputs":[{"name":"_tokenOut","type":"address","internalType":"address"},{"name":"_ytLPAmount","type":"uint256","internalType":"uint256"}],"outputs":[{"name":"usdyAmount","type":"uint256","internalType":"uint256"},{"name":"amountOut","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"gov","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"initialize","inputs":[{"name":"_ytVault","type":"address","internalType":"address"},{"name":"_usdy","type":"address","internalType":"address"},{"name":"_ytLP","type":"address","internalType":"address"},{"name":"_cooldownDuration","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"isHandler","inputs":[{"name":"","type":"address","internalType":"address"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"view"},{"type":"function","name":"lastAddedAt","inputs":[{"name":"","type":"address","internalType":"address"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"onLPTransfer","inputs":[{"name":"_from","type":"address","internalType":"address"},{"name":"_to","type":"address","internalType":"address"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"proxiableUUID","inputs":[],"outputs":[{"name":"","type":"bytes32","internalType":"bytes32"}],"stateMutability":"view"},{"type":"function","name":"removeLiquidityForAccount","inputs":[{"name":"_account","type":"address","internalType":"address"},{"name":"_tokenOut","type":"address","internalType":"address"},{"name":"_ytLPAmount","type":"uint256","internalType":"uint256"},{"name":"_minOut","type":"uint256","internalType":"uint256"},{"name":"_receiver","type":"address","internalType":"address"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"nonpayable"},{"type":"function","name":"setAumAdjustment","inputs":[{"name":"_addition","type":"uint256","internalType":"uint256"},{"name":"_deduction","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setCooldownDuration","inputs":[{"name":"_duration","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setGov","inputs":[{"name":"_gov","type":"address","internalType":"address"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setHandler","inputs":[{"name":"_handler","type":"address","internalType":"address"},{"name":"_isActive","type":"bool","internalType":"bool"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"upgradeToAndCall","inputs":[{"name":"newImplementation","type":"address","internalType":"address"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"payable"},{"type":"function","name":"usdy","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"ytLP","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"ytVault","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"event","name":"AddLiquidity","inputs":[{"name":"account","type":"address","indexed":true,"internalType":"address"},{"name":"token","type":"address","indexed":true,"internalType":"address"},{"name":"amount","type":"uint256","indexed":false,"internalType":"uint256"},{"name":"aumInUsdy","type":"uint256","indexed":false,"internalType":"uint256"},{"name":"ytLPSupply","type":"uint256","indexed":false,"internalType":"uint256"},{"name":"usdyAmount","type":"uint256","indexed":false,"internalType":"uint256"},{"name":"mintAmount","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"AumAdjustmentChanged","inputs":[{"name":"addition","type":"uint256","indexed":false,"internalType":"uint256"},{"name":"deduction","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"CooldownDurationSet","inputs":[{"name":"duration","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"CooldownInherited","inputs":[{"name":"from","type":"address","indexed":true,"internalType":"address"},{"name":"to","type":"address","indexed":true,"internalType":"address"},{"name":"cooldownTime","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"GovChanged","inputs":[{"name":"oldGov","type":"address","indexed":true,"internalType":"address"},{"name":"newGov","type":"address","indexed":true,"internalType":"address"}],"anonymous":false},{"type":"event","name":"HandlerSet","inputs":[{"name":"handler","type":"address","indexed":true,"internalType":"address"},{"name":"isActive","type":"bool","indexed":false,"internalType":"bool"}],"anonymous":false},{"type":"event","name":"Initialized","inputs":[{"name":"version","type":"uint64","indexed":false,"internalType":"uint64"}],"anonymous":false},{"type":"event","name":"RemoveLiquidity","inputs":[{"name":"account","type":"address","indexed":true,"internalType":"address"},{"name":"token","type":"address","indexed":true,"internalType":"address"},{"name":"ytLPAmount","type":"uint256","indexed":false,"internalType":"uint256"},{"name":"aumInUsdy","type":"uint256","indexed":false,"internalType":"uint256"},{"name":"ytLPSupply","type":"uint256","indexed":false,"internalType":"uint256"},{"name":"usdyAmount","type":"uint256","indexed":false,"internalType":"uint256"},{"name":"amountOut","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"Upgraded","inputs":[{"name":"implementation","type":"address","indexed":true,"internalType":"address"}],"anonymous":false},{"type":"error","name":"AddressEmptyCode","inputs":[{"name":"target","type":"address","internalType":"address"}]},{"type":"error","name":"CooldownNotPassed","inputs":[]},{"type":"error","name":"ERC1967InvalidImplementation","inputs":[{"name":"implementation","type":"address","internalType":"address"}]},{"type":"error","name":"ERC1967NonPayable","inputs":[]},{"type":"error","name":"FailedCall","inputs":[]},{"type":"error","name":"Forbidden","inputs":[]},{"type":"error","name":"InsufficientOutput","inputs":[]},{"type":"error","name":"InvalidAddress","inputs":[]},{"type":"error","name":"InvalidAmount","inputs":[]},{"type":"error","name":"InvalidDuration","inputs":[]},{"type":"error","name":"InvalidInitialization","inputs":[]},{"type":"error","name":"NotInitializing","inputs":[]},{"type":"error","name":"PrivateMode","inputs":[]},{"type":"error","name":"ReentrancyGuardReentrantCall","inputs":[]},{"type":"error","name":"SafeERC20FailedOperation","inputs":[{"name":"token","type":"address","internalType":"address"}]},{"type":"error","name":"UUPSUnauthorizedCallContext","inputs":[]},{"type":"error","name":"UUPSUnsupportedProxiableUUID","inputs":[{"name":"slot","type":"bytes32","internalType":"bytes32"}]}],"bytecode":{"object":"0x60a080604052346100c257306080525f516020611c885f395f51905f525460ff8160401c166100b3576002600160401b03196001600160401b03821601610060575b604051611bc190816100c78239608051818181610ea30152610f730152f35b6001600160401b0319166001600160401b039081175f516020611c885f395f51905f525581527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a15f80610041565b63f92ee8a960e01b5f5260045ffd5b5f80fdfe6080806040526004361015610012575f80fd5b5f905f3560e01c908163126082cf146117795750806312d43a5114611752578063169476711461154e57806317eb2a1514611206578063196b68cb146111e85780631e9049cf146111ca578063275558ff146111a7578063352693151461118957806346ea87af1461114a5780634f1ef28614610ef757806352d1902d14610e9057806371d597ad14610a6557806384a08e6314610a3c5780638b770e1114610a035780639116c4ae1461099d57806395082d2514610975578063966be075146108f457806398d506e9146108cb5780639cb7de4b1461083f5780639d2b744914610748578063ad3cb1cc146106ec578063b172bb0c146106ce578063cef6ef27146106aa578063cf756fdf14610470578063cfad57a2146103dd578063e245b5af146103b1578063e348031b146103885763ef2f0cef14610152575f80fd5b346103855760403660031901126103855761016b611793565b600461017561192f565b6003546040516318160ddd60e01b81529260209184919082906001600160a01b03165afa9182156102f357849261034f575b50906101b86101bd92602435611836565b61185d565b600154604051637092736960e11b81526001600160a01b03808516600483015292939190921691602081602481865afa908115610344578591610312575b506c0c9f2c9cd04674edea4000000084028481046c0c9f2c9cd04674edea4000000014851517156102fe579161023660209261026b9461185d565b604051630802f92760e41b81526001600160a01b03909216600483015260248201819052939092839190829081906044820190565b03915afa9081156102f35784916102bd575b50612710039261271084116102a9575061029c60409361271092611836565b0482519182526020820152f35b634e487b7160e01b81526011600452602490fd5b90506020813d6020116102eb575b816102d8602093836117d5565b810103126102e757515f61027d565b5f80fd5b3d91506102cb565b6040513d86823e3d90fd5b634e487b7160e01b86526011600452602486fd5b90506020813d60201161033c575b8161032d602093836117d5565b810103126102e757515f6101fb565b3d9150610320565b6040513d87823e3d90fd5b91506020823d60201161037d575b8161036a602093836117d5565b810103126102e7579051906101b86101a7565b3d915061035d565b80fd5b50346103855780600319360112610385576003546040516001600160a01b039091168152602090f35b50346103855760203660031901126103855760206103d56103d0611827565b6119bc565b604051908152f35b5034610385576020366003190112610385576103f7611793565b8154906001600160a01b0382169033829003610461576001600160a01b0316918215610452576001600160a01b031916821783557f3d1e4c3a68fed9f4f8315582b7297cf8fa264bc8e6704287603ba8c72bf05ac28380a380f35b63e6c4247b60e01b8452600484fd5b631dd2188d60e31b8452600484fd5b50346103855760803660031901126103855761048a611793565b6104926117a9565b61049a6117bf565b606435915f516020611b6c5f395f51905f52549360ff8560401c16159467ffffffffffffffff8116801590816106a2575b6001149081610698575b15908161068f575b506106805767ffffffffffffffff1981166001175f516020611b6c5f395f51905f525585610654575b506001600160a01b031680158015610643575b8015610632575b610623576202a300841161061457610536611aa2565b61053e611aa2565b60015f516020611b4c5f395f51905f5255610557611aa2565b336001600160601b0360a01b8754161786556001600160601b0360a01b600154161760015560018060a01b03166001600160601b0360a01b600254161760025560018060a01b03166001600160601b0360a01b60035416176003556004556105bc5780f35b68ff0000000000000000195f516020611b6c5f395f51905f5254165f516020611b6c5f395f51905f52557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b637616640160e01b8652600486fd5b63e6c4247b60e01b8652600486fd5b506001600160a01b03831615610520565b506001600160a01b03821615610519565b68ffffffffffffffffff191668010000000000000001175f516020611b6c5f395f51905f52555f610506565b63f92ee8a960e01b8752600487fd5b9050155f6104dd565b303b1591506104d5565b8791506104cb565b50346103855760203660031901126103855760206103d56106c9611827565b611975565b50346103855780600319360112610385576020600854604051908152f35b50346103855780600319360112610385576040805161070b82826117d5565b6005815260208101640352e302e360dc1b81528251938492602084525180928160208601528585015e828201840152601f01601f19168101030190f35b503461038557604036600319011261038557610762611793565b61076a6117a9565b6003549091906001600160a01b03163303610830576001600160a01b031680835260056020526040832054151580610806575b6107a5578280f35b808352600560205260408320549160018060a01b0316918284526005602052604084205580835260056020527fd8df78c6b89292ff4a7e37abee095a7239202691511de6551aca4de6e3d2d5e060206040852054604051908152a35f808280f35b506001600160a01b038216835260056020818152604080862054848752929091528420541161079d565b631dd2188d60e31b8352600483fd5b503461038557604036600319011261038557610859611793565b602435908115158092036108c75782546001600160a01b031633036108305760207f6cc67219f62a9e5d66cc9f2a62e16634cffcf48facd698a829bafcc1ad2c5c839160018060a01b031692838552600682526040852060ff1981541660ff8316179055604051908152a280f35b8280fd5b50346103855780600319360112610385576002546040516001600160a01b039091168152602090f35b5034610385576020366003190112610385578054600435906001600160a01b03163303610966576202a3008111610957576020817f22a843a6490ffd6fc66fbaf9d670f2dd193309268a6305732d1d4055d96af09692600455604051908152a180f35b637616640160e01b8252600482fd5b631dd2188d60e31b8252600482fd5b503461038557806003193601126103855760206040516c0c9f2c9cd04674edea400000008152f35b503461038557604036600319011261038557805460043590602435906001600160a01b0316330361083057816040917f176f78a4992d2b30c229bcf4ecdc8dcf563363c7073e5852a70469a32747c49f936007558060085582519182526020820152a180f35b5034610385576020366003190112610385576020906040906001600160a01b03610a2b611793565b168152600583522054604051908152f35b50346103855780600319360112610385576001546040516001600160a01b039091168152602090f35b50346103855760a036600319011261038557610a7f611793565b90610a886117a9565b60843592604435916001600160a01b0385168503610e8c57338452600660205260ff6040852054161580610e78575b61046157610ac3611a6a565b8215610e69576001600160a01b03821680855260056020526040852054600454919391610aef91611888565b4210610e5a57610afd61192f565b6003546040516318160ddd60e01b81529197906001600160a01b0316602083600481845afa928315610dc5578893610e26575b50610b3f836101b88b8a611836565b93813b15610dd057604051632770a7eb60e21b81526001600160a01b03919091166004820152602481018890529088908290604490829084905af18015610dc557908891610e11575b50506002546040516370a0823160e01b81523060048201526001600160a01b0390911690602081602481855afa908115610e06578991610dd4575b50808511610d64575b505060025460015460405163a9059cbb60e01b60208083019182526001600160a01b0393841660248401526044808401899052835292909316928a91610c136064826117d5565b519082855af115610d595787513d610d505750803b155b610d3e5750600154604051633d33258360e01b81526001600160a01b03868116600483015292831660248201529791602091899160449183918691165af1968715610d31578197610cfd575b506064358710610cee5750604080519586526020868101989098528501526060840152608083018490526001600160a01b0316917f87b9679bb9a4944bafa98c267e7cd4a00ab29fed48afdefae25f0fca5da27940908060a081015b0390a360015f516020611b4c5f395f51905f5255604051908152f35b63bb2875c360e01b8152600490fd5b9096506020813d602011610d29575b81610d19602093836117d5565b810103126102e75751955f610c76565b3d9150610d0c565b50604051903d90823e3d90fd5b635274afe760e01b8852600452602487fd5b60011415610c2a565b6040513d89823e3d90fd5b610d6e908561187b565b813b15610dd0576040516340c10f1960e01b815230600482015260248101919091529088908290604490829084905af18015610dc55790889115610bcc5781610db6916117d5565b610dc157865f610bcc565b8680fd5b6040513d8a823e3d90fd5b8880fd5b90506020813d602011610dfe575b81610def602093836117d5565b810103126102e757515f610bc3565b3d9150610de2565b6040513d8b823e3d90fd5b81610e1b916117d5565b610dc157865f610b88565b9092506020813d602011610e52575b81610e42602093836117d5565b810103126102e75751915f610b30565b3d9150610e35565b632792526560e21b8552600485fd5b63162908e360e11b8452600484fd5b5083546001600160a01b0316331415610ab7565b8380fd5b50346103855780600319360112610385577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610ee85760206040515f516020611b2c5f395f51905f528152f35b63703e46dd60e11b8152600490fd5b50604036600319011261038557610f0c611793565b6024359067ffffffffffffffff82116108c757366023830112156108c75781600401359083610f3a8361180b565b93610f4860405195866117d5565b838552602085019336602482840101116108c757806024602093018637850101526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016308114908115611128575b506111195783546001600160a01b03163303610461576040516352d1902d60e01b81526001600160a01b0382169390602081600481885afa8691816110e5575b50610ff757634c9c8ce360e01b86526004859052602486fd5b93845f516020611b2c5f395f51905f528796036110d35750823b156110c1575f516020611b2c5f395f51905f5280546001600160a01b031916821790558491907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8380a28051156110a65761109a9382915190845af43d1561109e573d9161107e8361180b565b9261108c60405194856117d5565b83523d85602085013e611acd565b5080f35b606091611acd565b50505050346110b25780f35b63b398979f60e01b8152600490fd5b634c9c8ce360e01b8552600452602484fd5b632a87526960e21b8652600452602485fd5b9091506020813d602011611111575b81611101602093836117d5565b81010312610dc15751905f610fde565b3d91506110f4565b63703e46dd60e11b8452600484fd5b5f516020611b2c5f395f51905f52546001600160a01b0316141590505f610f9e565b50346103855760203660031901126103855760209060ff906040906001600160a01b03611175611793565b168152600684522054166040519015158152f35b50346103855780600319360112610385576020600454604051908152f35b50346103855780600319360112610385576020604051670de0b6b3a76400008152f35b503461038557806003193601126103855760206040516202a3008152f35b50346103855780600319360112610385576020600754604051908152f35b50346102e75760c03660031901126102e757611220611793565b906112296117a9565b916112326117bf565b9260643592335f52600660205260ff60405f205416158061153a575b61152b5761125a611a6a565b831561151c5760049361126b611895565b6003546040516318160ddd60e01b81529691929160209188919082906001600160a01b03165afa958615611449575f966114e8575b506001546040516323b872dd60e01b81526001600160a01b039687166004820152908616602482015260448101829052948716946020816064815f8a5af18015611449576114ab575b50600154604051630177e3b360e51b81526001600160a01b03988916600482015230602482015297602091899160449183915f91165af1968715611449575f97611477575b50608435871061145457856114635786955b60a4358710611454576003546001600160a01b031697883b156102e7576040516340c10f1960e01b81526001600160a01b038716600482015260248101899052985f908a90604490829084905af191821561144957602099899361140b575b506001600160a01b0390961680865260058a526040958690204290558551938452602084019490945293820194909452606081019290925260808201929092527f38dc38b96482be64113daffd8d464ebda93e856b70ccfc605e69ccf892ab981e908060a08101610cd2565b7f38dc38b96482be64113daffd8d464ebda93e856b70ccfc605e69ccf892ab981e96509061143e5f610cd29594936117d5565b5f965090919261139f565b6040513d5f823e3d90fd5b63bb2875c360e01b5f5260045ffd5b611471826101b8888a611836565b95611340565b9096506020813d6020116114a3575b81611493602093836117d5565b810103126102e75751955f61132e565b3d9150611486565b6020813d6020116114e0575b816114c4602093836117d5565b810103126102e757519687151588036102e757965060206112e9565b3d91506114b7565b9095506020813d602011611514575b81611504602093836117d5565b810103126102e75751945f6112a0565b3d91506114f7565b63162908e360e11b5f5260045ffd5b631dd2188d60e31b5f5260045ffd5b505f546001600160a01b031633141561124e565b346102e75760403660031901126102e757611567611793565b6001546040516340d3096b60e11b81526001600160a01b03838116600483015290926024803593919290911690602090859081845afa938415611449575f9461171c575b50611608916020916c0c9f2c9cd04674edea400000006115cb8787611836565b600254604051636d099c0b60e11b81526001600160a01b039586166004820152941660248501520460448301529092839190829081906064820190565b03915afa908115611449575f916116e7575b506004926116478361271061164061164c956c0c9f2c9cd04674edea4000000097611836565b049061187b565b611836565b04611655611895565b6003546040516318160ddd60e01b81529360209185919082906001600160a01b03165afa908115611449575f916116b2575b60409350816116a0575050805b82519182526020820152f35b6101b86116ad9284611836565b611694565b90506020833d6020116116df575b816116cd602093836117d5565b810103126102e7576040925190611687565b3d91506116c0565b9190506020823d602011611714575b81611703602093836117d5565b810103126102e7579051600461161a565b3d91506116f6565b9093506020813d60201161174a575b81611738602093836117d5565b810103126102e75751926116086115ab565b3d915061172b565b346102e7575f3660031901126102e7575f546040516001600160a01b039091168152602090f35b346102e7575f3660031901126102e7578061271060209252f35b600435906001600160a01b03821682036102e757565b602435906001600160a01b03821682036102e757565b604435906001600160a01b03821682036102e757565b90601f8019910116810190811067ffffffffffffffff8211176117f757604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff81116117f757601f01601f191660200190565b6004359081151582036102e757565b8181029291811591840414171561184957565b634e487b7160e01b5f52601160045260245ffd5b8115611867570490565b634e487b7160e01b5f52601260045260245ffd5b9190820391821161184957565b9190820180921161184957565b60018054604051635d59f4f360e11b81526004810192909252602090829060249082906001600160a01b03165afa8015611449575f906118fb575b6118de915060075490611888565b600854808211156118f5576118f29161187b565b90565b50505f90565b506020813d602011611927575b81611915602093836117d5565b810103126102e7576118de90516118d0565b3d9150611908565b600154604051635d59f4f360e11b81525f600482015290602090829060249082906001600160a01b03165afa8015611449575f906118fb576118de915060075490611888565b600154604051635d59f4f360e11b81529115156004830152602090829060249082906001600160a01b03165afa8015611449575f906118fb576118de915060075490611888565b6119c590611975565b6003546040516318160ddd60e01b815290602090829060049082906001600160a01b03165afa908115611449575f91611a38575b508015611a2a57670de0b6b3a7640000820291808304670de0b6b3a76400001490151715611849576118f29161185d565b5050670de0b6b3a764000090565b90506020813d602011611a62575b81611a53602093836117d5565b810103126102e757515f6119f9565b3d9150611a46565b60025f516020611b4c5f395f51905f525414611a935760025f516020611b4c5f395f51905f5255565b633ee5aeb560e01b5f5260045ffd5b60ff5f516020611b6c5f395f51905f525460401c1615611abe57565b631afcd79f60e31b5f5260045ffd5b90611af15750805115611ae257602081519101fd5b63d6bda27560e01b5f5260045ffd5b81511580611b22575b611b02575090565b639996b31560e01b5f9081526001600160a01b0391909116600452602490fd5b50803b15611afa56fe360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212202979b321dc143decdee637e85d9b9ce1e93da6fe205c1815e54e28cbe35346e764736f6c634300081e0033f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00","sourceMap":"655:11600:4:-:0;;;;;;;1171:4:22;1163:13;;-1:-1:-1;;;;;;;;;;;655:11600:4;;;;;;7894:76:21;;-1:-1:-1;;;;;;;;;;;655:11600:4;;7983:34:21;7979:146;;-1:-1:-1;655:11600:4;;;;;;;;1163:13:22;655:11600:4;;;;;;;;;;;7979:146:21;-1:-1:-1;;;;;;655:11600:4;-1:-1:-1;;;;;655:11600:4;;;-1:-1:-1;;;;;;;;;;;655:11600:4;;;8085:29:21;;655:11600:4;;8085:29:21;7979:146;;;;7894:76;7936:23;;;-1:-1:-1;7936:23:21;;-1:-1:-1;7936:23:21;655:11600:4;;;","linkReferences":{}},"deployedBytecode":{"object":"0x6080806040526004361015610012575f80fd5b5f905f3560e01c908163126082cf146117795750806312d43a5114611752578063169476711461154e57806317eb2a1514611206578063196b68cb146111e85780631e9049cf146111ca578063275558ff146111a7578063352693151461118957806346ea87af1461114a5780634f1ef28614610ef757806352d1902d14610e9057806371d597ad14610a6557806384a08e6314610a3c5780638b770e1114610a035780639116c4ae1461099d57806395082d2514610975578063966be075146108f457806398d506e9146108cb5780639cb7de4b1461083f5780639d2b744914610748578063ad3cb1cc146106ec578063b172bb0c146106ce578063cef6ef27146106aa578063cf756fdf14610470578063cfad57a2146103dd578063e245b5af146103b1578063e348031b146103885763ef2f0cef14610152575f80fd5b346103855760403660031901126103855761016b611793565b600461017561192f565b6003546040516318160ddd60e01b81529260209184919082906001600160a01b03165afa9182156102f357849261034f575b50906101b86101bd92602435611836565b61185d565b600154604051637092736960e11b81526001600160a01b03808516600483015292939190921691602081602481865afa908115610344578591610312575b506c0c9f2c9cd04674edea4000000084028481046c0c9f2c9cd04674edea4000000014851517156102fe579161023660209261026b9461185d565b604051630802f92760e41b81526001600160a01b03909216600483015260248201819052939092839190829081906044820190565b03915afa9081156102f35784916102bd575b50612710039261271084116102a9575061029c60409361271092611836565b0482519182526020820152f35b634e487b7160e01b81526011600452602490fd5b90506020813d6020116102eb575b816102d8602093836117d5565b810103126102e757515f61027d565b5f80fd5b3d91506102cb565b6040513d86823e3d90fd5b634e487b7160e01b86526011600452602486fd5b90506020813d60201161033c575b8161032d602093836117d5565b810103126102e757515f6101fb565b3d9150610320565b6040513d87823e3d90fd5b91506020823d60201161037d575b8161036a602093836117d5565b810103126102e7579051906101b86101a7565b3d915061035d565b80fd5b50346103855780600319360112610385576003546040516001600160a01b039091168152602090f35b50346103855760203660031901126103855760206103d56103d0611827565b6119bc565b604051908152f35b5034610385576020366003190112610385576103f7611793565b8154906001600160a01b0382169033829003610461576001600160a01b0316918215610452576001600160a01b031916821783557f3d1e4c3a68fed9f4f8315582b7297cf8fa264bc8e6704287603ba8c72bf05ac28380a380f35b63e6c4247b60e01b8452600484fd5b631dd2188d60e31b8452600484fd5b50346103855760803660031901126103855761048a611793565b6104926117a9565b61049a6117bf565b606435915f516020611b6c5f395f51905f52549360ff8560401c16159467ffffffffffffffff8116801590816106a2575b6001149081610698575b15908161068f575b506106805767ffffffffffffffff1981166001175f516020611b6c5f395f51905f525585610654575b506001600160a01b031680158015610643575b8015610632575b610623576202a300841161061457610536611aa2565b61053e611aa2565b60015f516020611b4c5f395f51905f5255610557611aa2565b336001600160601b0360a01b8754161786556001600160601b0360a01b600154161760015560018060a01b03166001600160601b0360a01b600254161760025560018060a01b03166001600160601b0360a01b60035416176003556004556105bc5780f35b68ff0000000000000000195f516020611b6c5f395f51905f5254165f516020611b6c5f395f51905f52557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b637616640160e01b8652600486fd5b63e6c4247b60e01b8652600486fd5b506001600160a01b03831615610520565b506001600160a01b03821615610519565b68ffffffffffffffffff191668010000000000000001175f516020611b6c5f395f51905f52555f610506565b63f92ee8a960e01b8752600487fd5b9050155f6104dd565b303b1591506104d5565b8791506104cb565b50346103855760203660031901126103855760206103d56106c9611827565b611975565b50346103855780600319360112610385576020600854604051908152f35b50346103855780600319360112610385576040805161070b82826117d5565b6005815260208101640352e302e360dc1b81528251938492602084525180928160208601528585015e828201840152601f01601f19168101030190f35b503461038557604036600319011261038557610762611793565b61076a6117a9565b6003549091906001600160a01b03163303610830576001600160a01b031680835260056020526040832054151580610806575b6107a5578280f35b808352600560205260408320549160018060a01b0316918284526005602052604084205580835260056020527fd8df78c6b89292ff4a7e37abee095a7239202691511de6551aca4de6e3d2d5e060206040852054604051908152a35f808280f35b506001600160a01b038216835260056020818152604080862054848752929091528420541161079d565b631dd2188d60e31b8352600483fd5b503461038557604036600319011261038557610859611793565b602435908115158092036108c75782546001600160a01b031633036108305760207f6cc67219f62a9e5d66cc9f2a62e16634cffcf48facd698a829bafcc1ad2c5c839160018060a01b031692838552600682526040852060ff1981541660ff8316179055604051908152a280f35b8280fd5b50346103855780600319360112610385576002546040516001600160a01b039091168152602090f35b5034610385576020366003190112610385578054600435906001600160a01b03163303610966576202a3008111610957576020817f22a843a6490ffd6fc66fbaf9d670f2dd193309268a6305732d1d4055d96af09692600455604051908152a180f35b637616640160e01b8252600482fd5b631dd2188d60e31b8252600482fd5b503461038557806003193601126103855760206040516c0c9f2c9cd04674edea400000008152f35b503461038557604036600319011261038557805460043590602435906001600160a01b0316330361083057816040917f176f78a4992d2b30c229bcf4ecdc8dcf563363c7073e5852a70469a32747c49f936007558060085582519182526020820152a180f35b5034610385576020366003190112610385576020906040906001600160a01b03610a2b611793565b168152600583522054604051908152f35b50346103855780600319360112610385576001546040516001600160a01b039091168152602090f35b50346103855760a036600319011261038557610a7f611793565b90610a886117a9565b60843592604435916001600160a01b0385168503610e8c57338452600660205260ff6040852054161580610e78575b61046157610ac3611a6a565b8215610e69576001600160a01b03821680855260056020526040852054600454919391610aef91611888565b4210610e5a57610afd61192f565b6003546040516318160ddd60e01b81529197906001600160a01b0316602083600481845afa928315610dc5578893610e26575b50610b3f836101b88b8a611836565b93813b15610dd057604051632770a7eb60e21b81526001600160a01b03919091166004820152602481018890529088908290604490829084905af18015610dc557908891610e11575b50506002546040516370a0823160e01b81523060048201526001600160a01b0390911690602081602481855afa908115610e06578991610dd4575b50808511610d64575b505060025460015460405163a9059cbb60e01b60208083019182526001600160a01b0393841660248401526044808401899052835292909316928a91610c136064826117d5565b519082855af115610d595787513d610d505750803b155b610d3e5750600154604051633d33258360e01b81526001600160a01b03868116600483015292831660248201529791602091899160449183918691165af1968715610d31578197610cfd575b506064358710610cee5750604080519586526020868101989098528501526060840152608083018490526001600160a01b0316917f87b9679bb9a4944bafa98c267e7cd4a00ab29fed48afdefae25f0fca5da27940908060a081015b0390a360015f516020611b4c5f395f51905f5255604051908152f35b63bb2875c360e01b8152600490fd5b9096506020813d602011610d29575b81610d19602093836117d5565b810103126102e75751955f610c76565b3d9150610d0c565b50604051903d90823e3d90fd5b635274afe760e01b8852600452602487fd5b60011415610c2a565b6040513d89823e3d90fd5b610d6e908561187b565b813b15610dd0576040516340c10f1960e01b815230600482015260248101919091529088908290604490829084905af18015610dc55790889115610bcc5781610db6916117d5565b610dc157865f610bcc565b8680fd5b6040513d8a823e3d90fd5b8880fd5b90506020813d602011610dfe575b81610def602093836117d5565b810103126102e757515f610bc3565b3d9150610de2565b6040513d8b823e3d90fd5b81610e1b916117d5565b610dc157865f610b88565b9092506020813d602011610e52575b81610e42602093836117d5565b810103126102e75751915f610b30565b3d9150610e35565b632792526560e21b8552600485fd5b63162908e360e11b8452600484fd5b5083546001600160a01b0316331415610ab7565b8380fd5b50346103855780600319360112610385577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610ee85760206040515f516020611b2c5f395f51905f528152f35b63703e46dd60e11b8152600490fd5b50604036600319011261038557610f0c611793565b6024359067ffffffffffffffff82116108c757366023830112156108c75781600401359083610f3a8361180b565b93610f4860405195866117d5565b838552602085019336602482840101116108c757806024602093018637850101526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016308114908115611128575b506111195783546001600160a01b03163303610461576040516352d1902d60e01b81526001600160a01b0382169390602081600481885afa8691816110e5575b50610ff757634c9c8ce360e01b86526004859052602486fd5b93845f516020611b2c5f395f51905f528796036110d35750823b156110c1575f516020611b2c5f395f51905f5280546001600160a01b031916821790558491907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8380a28051156110a65761109a9382915190845af43d1561109e573d9161107e8361180b565b9261108c60405194856117d5565b83523d85602085013e611acd565b5080f35b606091611acd565b50505050346110b25780f35b63b398979f60e01b8152600490fd5b634c9c8ce360e01b8552600452602484fd5b632a87526960e21b8652600452602485fd5b9091506020813d602011611111575b81611101602093836117d5565b81010312610dc15751905f610fde565b3d91506110f4565b63703e46dd60e11b8452600484fd5b5f516020611b2c5f395f51905f52546001600160a01b0316141590505f610f9e565b50346103855760203660031901126103855760209060ff906040906001600160a01b03611175611793565b168152600684522054166040519015158152f35b50346103855780600319360112610385576020600454604051908152f35b50346103855780600319360112610385576020604051670de0b6b3a76400008152f35b503461038557806003193601126103855760206040516202a3008152f35b50346103855780600319360112610385576020600754604051908152f35b50346102e75760c03660031901126102e757611220611793565b906112296117a9565b916112326117bf565b9260643592335f52600660205260ff60405f205416158061153a575b61152b5761125a611a6a565b831561151c5760049361126b611895565b6003546040516318160ddd60e01b81529691929160209188919082906001600160a01b03165afa958615611449575f966114e8575b506001546040516323b872dd60e01b81526001600160a01b039687166004820152908616602482015260448101829052948716946020816064815f8a5af18015611449576114ab575b50600154604051630177e3b360e51b81526001600160a01b03988916600482015230602482015297602091899160449183915f91165af1968715611449575f97611477575b50608435871061145457856114635786955b60a4358710611454576003546001600160a01b031697883b156102e7576040516340c10f1960e01b81526001600160a01b038716600482015260248101899052985f908a90604490829084905af191821561144957602099899361140b575b506001600160a01b0390961680865260058a526040958690204290558551938452602084019490945293820194909452606081019290925260808201929092527f38dc38b96482be64113daffd8d464ebda93e856b70ccfc605e69ccf892ab981e908060a08101610cd2565b7f38dc38b96482be64113daffd8d464ebda93e856b70ccfc605e69ccf892ab981e96509061143e5f610cd29594936117d5565b5f965090919261139f565b6040513d5f823e3d90fd5b63bb2875c360e01b5f5260045ffd5b611471826101b8888a611836565b95611340565b9096506020813d6020116114a3575b81611493602093836117d5565b810103126102e75751955f61132e565b3d9150611486565b6020813d6020116114e0575b816114c4602093836117d5565b810103126102e757519687151588036102e757965060206112e9565b3d91506114b7565b9095506020813d602011611514575b81611504602093836117d5565b810103126102e75751945f6112a0565b3d91506114f7565b63162908e360e11b5f5260045ffd5b631dd2188d60e31b5f5260045ffd5b505f546001600160a01b031633141561124e565b346102e75760403660031901126102e757611567611793565b6001546040516340d3096b60e11b81526001600160a01b03838116600483015290926024803593919290911690602090859081845afa938415611449575f9461171c575b50611608916020916c0c9f2c9cd04674edea400000006115cb8787611836565b600254604051636d099c0b60e11b81526001600160a01b039586166004820152941660248501520460448301529092839190829081906064820190565b03915afa908115611449575f916116e7575b506004926116478361271061164061164c956c0c9f2c9cd04674edea4000000097611836565b049061187b565b611836565b04611655611895565b6003546040516318160ddd60e01b81529360209185919082906001600160a01b03165afa908115611449575f916116b2575b60409350816116a0575050805b82519182526020820152f35b6101b86116ad9284611836565b611694565b90506020833d6020116116df575b816116cd602093836117d5565b810103126102e7576040925190611687565b3d91506116c0565b9190506020823d602011611714575b81611703602093836117d5565b810103126102e7579051600461161a565b3d91506116f6565b9093506020813d60201161174a575b81611738602093836117d5565b810103126102e75751926116086115ab565b3d915061172b565b346102e7575f3660031901126102e7575f546040516001600160a01b039091168152602090f35b346102e7575f3660031901126102e7578061271060209252f35b600435906001600160a01b03821682036102e757565b602435906001600160a01b03821682036102e757565b604435906001600160a01b03821682036102e757565b90601f8019910116810190811067ffffffffffffffff8211176117f757604052565b634e487b7160e01b5f52604160045260245ffd5b67ffffffffffffffff81116117f757601f01601f191660200190565b6004359081151582036102e757565b8181029291811591840414171561184957565b634e487b7160e01b5f52601160045260245ffd5b8115611867570490565b634e487b7160e01b5f52601260045260245ffd5b9190820391821161184957565b9190820180921161184957565b60018054604051635d59f4f360e11b81526004810192909252602090829060249082906001600160a01b03165afa8015611449575f906118fb575b6118de915060075490611888565b600854808211156118f5576118f29161187b565b90565b50505f90565b506020813d602011611927575b81611915602093836117d5565b810103126102e7576118de90516118d0565b3d9150611908565b600154604051635d59f4f360e11b81525f600482015290602090829060249082906001600160a01b03165afa8015611449575f906118fb576118de915060075490611888565b600154604051635d59f4f360e11b81529115156004830152602090829060249082906001600160a01b03165afa8015611449575f906118fb576118de915060075490611888565b6119c590611975565b6003546040516318160ddd60e01b815290602090829060049082906001600160a01b03165afa908115611449575f91611a38575b508015611a2a57670de0b6b3a7640000820291808304670de0b6b3a76400001490151715611849576118f29161185d565b5050670de0b6b3a764000090565b90506020813d602011611a62575b81611a53602093836117d5565b810103126102e757515f6119f9565b3d9150611a46565b60025f516020611b4c5f395f51905f525414611a935760025f516020611b4c5f395f51905f5255565b633ee5aeb560e01b5f5260045ffd5b60ff5f516020611b6c5f395f51905f525460401c1615611abe57565b631afcd79f60e31b5f5260045ffd5b90611af15750805115611ae257602081519101fd5b63d6bda27560e01b5f5260045ffd5b81511580611b22575b611b02575090565b639996b31560e01b5f9081526001600160a01b0391909116600452602490fd5b50803b15611afa56fe360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212202979b321dc143decdee637e85d9b9ce1e93da6fe205c1815e54e28cbe35346e764736f6c634300081e0033","sourceMap":"655:11600:4:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;655:11600:4;;;;;;:::i;:::-;;11518:19;;:::i;:::-;11575:4;655:11600;;;-1:-1:-1;;;11568:26:4;;655:11600;;;;;;;;-1:-1:-1;;;;;655:11600:4;11568:26;;;;;;;;;;;655:11600;;;11617:23;:36;655:11600;;;11617:23;:::i;:::-;:36;:::i;:::-;655:11600;;;;-1:-1:-1;;;11748:40:4;;-1:-1:-1;;;;;655:11600:4;;;;11748:40;;655:11600;;;;;;;;;;;;;11748:40;;;;;;;;;;;655:11600;;1141:8;655:11600;;;;;1141:8;655:11600;;;;;;;11825:36;;655:11600;11825:36;11896:74;11825:36;;:::i;:::-;655:11600;;-1:-1:-1;;;11896:74:4;;-1:-1:-1;;;;;655:11600:4;;;;11896:74;;655:11600;;;;;;;;;;;;;;;;;;;;;;11896:74;;;;;;;;;;;;;;655:11600;;1257:5;655:11600;;1257:5;655:11600;;;;11992:58;;655:11600;11992:58;1257:5;11992:58;;:::i;:::-;655:11600;;;;;;;;;;;;-1:-1:-1;;;655:11600:4;;;;;;;;11896:74;;;655:11600;11896:74;;655:11600;11896:74;;;;;;655:11600;11896:74;;;:::i;:::-;;;655:11600;;;;;11896:74;;;655:11600;-1:-1:-1;655:11600:4;;11896:74;;;-1:-1:-1;11896:74:4;;;655:11600;;;;;;;;;;-1:-1:-1;;;655:11600:4;;;;;;;;11748:40;;;655:11600;11748:40;;655:11600;11748:40;;;;;;655:11600;11748:40;;;:::i;:::-;;;655:11600;;;;;11748:40;;;;;;-1:-1:-1;11748:40:4;;;655:11600;;;;;;;;;11568:26;;;655:11600;11568:26;;655:11600;11568:26;;;;;;655:11600;11568:26;;;:::i;:::-;;;655:11600;;;;;;;11617:23;11568:26;;;;;-1:-1:-1;11568:26:4;;655:11600;;;;;;;;;;;;;;;;1412:19;655:11600;;;-1:-1:-1;;;;;655:11600:4;;;;;;;;;;;;;;;-1:-1:-1;;655:11600:4;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;;;;;;-1:-1:-1;;655:11600:4;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;655:11600:4;;;2499:10;:17;;;2495:41;;-1:-1:-1;;;;;655:11600:4;;3771:18;;3767:47;;-1:-1:-1;;;;;;655:11600:4;;;;;3879:24;655:11600;;3879:24;655:11600;;3767:47;-1:-1:-1;;;3798:16:4;;655:11600;3155:16;3798;2495:41;-1:-1:-1;;;2525:11:4;;655:11600;2653:11;2525;655:11600;;;;;;;-1:-1:-1;;655:11600:4;;;;;;:::i;:::-;;;:::i;:::-;;;:::i;:::-;;;;-1:-1:-1;;;;;;;;;;;655:11600:4;;;;;;;4301:16:21;655:11600:4;;;;4724:16:21;;:34;;;;655:11600:4;;4788:16:21;:50;;;;655:11600:4;4853:13:21;:30;;;;655:11600:4;4849:91:21;;;-1:-1:-1;;655:11600:4;;;;-1:-1:-1;;;;;;;;;;;655:11600:4;;4977:67:21;;655:11600:4;-1:-1:-1;;;;;;655:11600:4;3078:22;;:45;;;;655:11600;3078:68;;;;655:11600;3074:97;;1316:8;3185:41;;3181:71;;6891:76:21;;:::i;:::-;;;:::i;:::-;655:11600:4;-1:-1:-1;;;;;;;;;;;655:11600:4;6891:76:21;;:::i;:::-;3354:10:4;-1:-1:-1;;;;;655:11600:4;;;;;;;;-1:-1:-1;;;;;655:11600:4;;;;;;;;;;;;;;-1:-1:-1;;;;;655:11600:4;;3402:12;655:11600;;;3402:12;655:11600;;;;;;;-1:-1:-1;;;;;655:11600:4;;3424:12;655:11600;;;3424:12;655:11600;;;5064:101:21;;655:11600:4;;5064:101:21;655:11600:4;;-1:-1:-1;;;;;;;;;;;655:11600:4;;-1:-1:-1;;;;;;;;;;;655:11600:4;5140:14:21;655:11600:4;;;;;;5140:14:21;655:11600:4;;3181:71;-1:-1:-1;;;3235:17:4;;655:11600;4216:17;3235;3074:97;-1:-1:-1;;;3155:16:4;;655:11600;3155:16;;3078:68;-1:-1:-1;;;;;;655:11600:4;;3127:19;3078:68;;:45;-1:-1:-1;;;;;;655:11600:4;;3104:19;3078:45;;4977:67:21;-1:-1:-1;;655:11600:4;;;-1:-1:-1;;;;;;;;;;;655:11600:4;4977:67:21;;;4849:91;-1:-1:-1;;;4906:23:21;;655:11600:4;4906:23:21;;4853:30;4870:13;;;4853:30;;;4788:50;4816:4;4808:25;:30;;-1:-1:-1;4788:50:21;;4724:34;;;-1:-1:-1;4724:34:21;;655:11600:4;;;;;;;-1:-1:-1;;655:11600:4;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;;;;;;1616:27;655:11600;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;-1:-1:-1;;;655:11600:4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;655:11600:4;;;;;;;;;;;;;;-1:-1:-1;;655:11600:4;;;;;;:::i;:::-;;;:::i;:::-;4926:4;655:11600;;;;-1:-1:-1;;;;;655:11600:4;4912:10;:18;4908:42;;-1:-1:-1;;;;;655:11600:4;;;;5138:11;655:11600;;;;;;5138:22;;;:63;;655:11600;5134:199;;655:11600;;;5134:199;655:11600;;;5138:11;655:11600;;;;;;;;;;;;;;;;;5138:11;655:11600;;;;;;;;;5138:11;655:11600;;5273:49;655:11600;;;;;;;;;;5273:49;5134:199;;655:11600;;;5138:63;-1:-1:-1;;;;;;655:11600:4;;;;5138:11;655:11600;;;;;;;;;;;;;;;;;;;-1:-1:-1;5138:63:4;;4908:42;-1:-1:-1;;;4939:11:4;;655:11600;2653:11;4939;655:11600;;;;;;;-1:-1:-1;;655:11600:4;;;;;;:::i;:::-;;;;;;;;;;;;;;-1:-1:-1;;;;;655:11600:4;2499:10;:17;2495:41;;655:11600;4047:31;655:11600;;;;;;;;;;;4001:9;655:11600;;;;;;;;;;;;;;;;;;;;;4047:31;655:11600;;;;;;;;;;;;;;;;;;;1387:19;655:11600;;;-1:-1:-1;;;;;655:11600:4;;;;;;;;;;;;;;;-1:-1:-1;;655:11600:4;;;;;;;;;-1:-1:-1;;;;;655:11600:4;2499:10;:17;2495:41;;1316:8;4174:33;;4170:63;;655:11600;;4286:30;655:11600;;;;;;;;4286:30;655:11600;;4170:63;-1:-1:-1;;;4216:17:4;;655:11600;4216:17;;2495:41;-1:-1:-1;;;2525:11:4;;655:11600;2653:11;2525;655:11600;;;;;;;;;;;;;;;;1141:8;655:11600;;;;;;;;;;-1:-1:-1;;655:11600:4;;;;;;;;;;;;-1:-1:-1;;;;;655:11600:4;2499:10;:17;2495:41;;655:11600;;;4498:43;655:11600;4425:23;655:11600;;4458:25;655:11600;;;;;;;;;;4498:43;655:11600;;;;;;;;;-1:-1:-1;;655:11600:4;;;;;;;;-1:-1:-1;;;;;655:11600:4;;:::i;:::-;;;;1479:46;655:11600;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;655:11600:4;;;;;;;;;;;;;;;-1:-1:-1;;655:11600:4;;;;;;:::i;:::-;;;;:::i;:::-;;;;;;;-1:-1:-1;;;;;655:11600:4;;;;;;2612:10;655:11600;;2602:9;655:11600;;;;;;;;2601:22;:43;;;655:11600;2597:67;;3361:103:25;;:::i;:::-;7553:16:4;;7549:44;;-1:-1:-1;;;;;655:11600:4;;;;;7616:11;655:11600;;;;;;;;;;;7616:40;;;:::i;:::-;7659:15;-1:-1:-1;7612:90:4;;7741:19;;:::i;:::-;7798:4;655:11600;;;-1:-1:-1;;;7791:26:4;;655:11600;;;-1:-1:-1;;;;;655:11600:4;;;;;;7791:26;;;;;;;;;;;655:11600;7857:23;:36;:23;;;;;:::i;:36::-;7937:44;;;;;;655:11600;;-1:-1:-1;;;7937:44:4;;-1:-1:-1;;;;;655:11600:4;;;;;7937:44;;655:11600;;;;;;;;;;;;;;;;;;7937:44;;;;;;;;;;;655:11600;-1:-1:-1;;8077:4:4;655:11600;;;-1:-1:-1;;;8070:37:4;;8101:4;655:11600;8070:37;;655:11600;-1:-1:-1;;;;;655:11600:4;;;;;;;;;8070:37;;;;;;;;;;;655:11600;8121:24;;;;8117:112;;655:11600;-1:-1:-1;;8077:4:4;655:11600;;;;;-1:-1:-1;;;655:11600:4;1328:43:34;;;;;;-1:-1:-1;;;;;655:11600:4;;;;1328:43:34;;655:11600:4;;;;;;;;1328:43:34;;655:11600:4;;;;;;;1328:43:34;655:11600:4;;1328:43:34;:::i;:::-;8507:421;;;;;;;;;;;;8942:15;;8960:26;;;:31;8942:68;8938:146;;-1:-1:-1;655:11600:4;;;;-1:-1:-1;;;8368:48:4;;-1:-1:-1;;;;;655:11600:4;;;;8368:48;;655:11600;;;;;;;;;;;;;;;;;;;;;8368:48;;;;;;;;;;;8942:68:34;655:11600:4;;;8439:19;;8435:52;;-1:-1:-1;655:11600:4;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;655:11600:4;;8511:95;;655:11600;;;;8511:95;;;;655:11600;-1:-1:-1;;;;;;;;;;;655:11600:4;;;;;;;8435:52;-1:-1:-1;;;8467:20:4;;655:11600;;8467:20;8368:48;;;;655:11600;8368:48;;655:11600;8368:48;;;;;;655:11600;8368:48;;;:::i;:::-;;;655:11600;;;;;8368:48;;;;;;;-1:-1:-1;8368:48:4;;;655:11600;;;;;;;;;;;8938:146:34;-1:-1:-1;;;9033:40:34;;655:11600:4;;;9033:40:34;;8942:68;655:11600:4;8994:16:34;;8942:68;;8507:421;655:11600:4;8507:421:34;;;;;;;;8117:112:4;8193:24;;;;:::i;:::-;8161:57;;;;;655:11600;;-1:-1:-1;;;8161:57:4;;8101:4;655:11600;8161:57;;655:11600;;;;;;;;;;;;;;;;;;;8161:57;;;;;;;;;;8117:112;8161:57;;;;;:::i;:::-;655:11600;;8161:57;;8117:112;;655:11600;;;;8161:57;655:11600;;;;;;;;;8161:57;655:11600;;;8070:37;;;655:11600;8070:37;;655:11600;8070:37;;;;;;655:11600;8070:37;;;:::i;:::-;;;655:11600;;;;;8070:37;;;;;;-1:-1:-1;8070:37:4;;;655:11600;;;;;;;;;7937:44;;;;;:::i;:::-;655:11600;;7937:44;;;;7791:26;;;;655:11600;7791:26;;655:11600;7791:26;;;;;;655:11600;7791:26;;;:::i;:::-;;;655:11600;;;;;7791:26;;;;;;;-1:-1:-1;7791:26:4;;7612:90;-1:-1:-1;;;7683:19:4;;655:11600;7683:19;;7549:44;-1:-1:-1;;;7578:15:4;;655:11600;6041:15;7578;2601:43;-1:-1:-1;655:11600:4;;-1:-1:-1;;;;;655:11600:4;2612:10;2627:17;;2601:43;;655:11600;;;;;;;;;;;;;;;;;5090:6:22;-1:-1:-1;;;;;655:11600:4;5081:4:22;5073:23;5069:145;;655:11600:4;;;-1:-1:-1;;;;;;;;;;;655:11600:4;;;5069:145:22;-1:-1:-1;;;5174:29:22;;655:11600:4;;5174:29:22;655:11600:4;-1:-1:-1;655:11600:4;;-1:-1:-1;;655:11600:4;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;4667:6:22;655:11600:4;4658:4:22;4650:23;;;:120;;;;655:11600:4;4633:251:22;;;655:11600:4;;-1:-1:-1;;;;;655:11600:4;2499:10;:17;2495:41;;655:11600;;-1:-1:-1;;;6131:52:22;;-1:-1:-1;;;;;655:11600:4;;;;;;;;;6131:52:22;;;;;;;655:11600:4;-1:-1:-1;6127:437:22;;-1:-1:-1;;;6493:60:22;;655:11600:4;;;;;1805:47:31;6493:60:22;6127:437;6225:40;;-1:-1:-1;;;;;;;;;;;6225:40:22;;;6221:120;;1748:29:31;;;:34;1744:119;;-1:-1:-1;;;;;;;;;;;655:11600:4;;-1:-1:-1;;;;;;655:11600:4;;;;;;;;2407:36:31;655:11600:4;;2407:36:31;655:11600:4;;2458:15:31;:11;;4107:55:35;4065:25;;;;;;;;655:11600:4;;;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;;4107:55:35;:::i;:::-;;655:11600:4;;;;;4107:55:35;:::i;2454:148:31:-;6163:9;;;;;6159:70;;655:11600:4;;6159:70:31;-1:-1:-1;;;6199:19:31;;655:11600:4;;6199:19:31;1744:119;-1:-1:-1;;;1805:47:31;;655:11600:4;;;1805:47:31;;6221:120:22;-1:-1:-1;;;6292:34:22;;655:11600:4;;;6292:34:22;;6131:52;;;;655:11600:4;6131:52:22;;655:11600:4;6131:52:22;;;;;;655:11600:4;6131:52:22;;;:::i;:::-;;;655:11600:4;;;;;6131:52:22;;;;;;;-1:-1:-1;6131:52:22;;4633:251;-1:-1:-1;;;4844:29:22;;655:11600:4;4844:29:22;;4650:120;-1:-1:-1;;;;;;;;;;;655:11600:4;-1:-1:-1;;;;;655:11600:4;4728:42:22;;;-1:-1:-1;4650:120:22;;;655:11600:4;;;;;;;-1:-1:-1;;655:11600:4;;;;;;;;;;-1:-1:-1;;;;;655:11600:4;;:::i;:::-;;;;1532:41;655:11600;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1196:8;655:11600;;;;;;;;;;;;;;;;;;;1316:8;655:11600;;;;;;;;;;;;;;;;;1584:26;655:11600;;;;;;;;;;;;;;-1:-1:-1;;655:11600:4;;;;;;:::i;:::-;;;;:::i;:::-;;;;:::i;:::-;;;;2612:10;;655:11600;;2602:9;655:11600;;;;;;;;2601:22;:43;;;655:11600;2597:67;;3361:103:25;;:::i;:::-;6020:12:4;;6016:40;;655:11600;6095:18;;;:::i;:::-;6151:4;655:11600;;;-1:-1:-1;;;6144:26:4;;655:11600;;;;;;;;;;;-1:-1:-1;;;;;655:11600:4;6144:26;;;;;;;655:11600;6144:26;;;655:11600;-1:-1:-1;655:11600:4;;;;-1:-1:-1;;;6189:62:4;;-1:-1:-1;;;;;655:11600:4;;;;6189:62;;655:11600;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;655:11600:4;6189:62;;;;;;;;655:11600;-1:-1:-1;655:11600:4;;;;-1:-1:-1;;;6282:48:4;;-1:-1:-1;;;;;655:11600:4;;;;6282:48;;655:11600;6324:4;655:11600;;;;;;;;;;;;;-1:-1:-1;;655:11600:4;6282:48;;;;;;;655:11600;6282:48;;;655:11600;;;;6344:21;;6340:54;;6445:15;;;6476:23;6441:148;;655:11600;;6611:21;;6607:54;;6151:4;655:11600;-1:-1:-1;;;;;655:11600:4;;6680:43;;;;;655:11600;;-1:-1:-1;;;6680:43:4;;-1:-1:-1;;;;;655:11600:4;;;6680:43;;655:11600;;;;;;;;-1:-1:-1;;655:11600:4;;;;;;-1:-1:-1;;6680:43:4;;;;;;;655:11600;6680:43;;;;;6441:148;-1:-1:-1;;;;;;655:11600:4;;;;;;6733:11;655:11600;;;;;;;6757:15;655:11600;;;;;;;-1:-1:-1;655:11600:4;;;;;;;;;;;;;;;;;;;;;;;;;;;6796:86;;655:11600;;;;6796:86;655:11600;6680:43;6796:86;6680:43;;;;655:11600;6796:86;6680:43;;;;:::i;:::-;655:11600;6680:43;;;;;;;;655:11600;;;;;;;;;6607:54;6374:20;;;655:11600;6641:20;655:11600;;6641:20;6441:148;6543:35;:23;;;;;:::i;:35::-;6441:148;;;6282:48;;;;655:11600;6282:48;;655:11600;6282:48;;;;;;655:11600;6282:48;;;:::i;:::-;;;655:11600;;;;;6282:48;;;;;;;-1:-1:-1;6282:48:4;;6189:62;655:11600;6189:62;;655:11600;6189:62;;;;;;655:11600;6189:62;;;:::i;:::-;;;655:11600;;;;;;;;;;;;;6189:62;-1:-1:-1;655:11600:4;6189:62;;;;;-1:-1:-1;6189:62:4;;6144:26;;;;655:11600;6144:26;;655:11600;6144:26;;;;;;655:11600;6144:26;;;:::i;:::-;;;655:11600;;;;;6144:26;;;;;;;-1:-1:-1;6144:26:4;;6016:40;6041:15;;;655:11600;6041:15;655:11600;;6041:15;2597:67;2653:11;;;655:11600;2653:11;655:11600;;2653:11;2601:43;-1:-1:-1;655:11600:4;;-1:-1:-1;;;;;655:11600:4;2612:10;2627:17;;2601:43;;655:11600;;;;;;-1:-1:-1;;655:11600:4;;;;;;:::i;:::-;;;;;-1:-1:-1;;;10271:37:4;;-1:-1:-1;;;;;655:11600:4;;;;10271:37;;655:11600;;;;;;;;;;;;;;;;;;;10271:37;;;;;;;655:11600;10271:37;;;655:11600;10342:15;10410:68;10342:15;655:11600;10342:15;1141:8;10342:15;;;;:::i;:::-;10458:4;655:11600;;;-1:-1:-1;;;10410:68:4;;-1:-1:-1;;;;;655:11600:4;;;;10410:68;;655:11600;;;;;;;;;;;;;;;;-1:-1:-1;655:11600:4;;;;;;;;;10410:68;;;;;;;;;;655:11600;10410:68;;;655:11600;10525:24;655:11600;10525:24;10514:59;10525:24;1257:5;10525:24;10596:23;10525:24;1141:8;10525:24;;:::i;:::-;655:11600;10514:59;;:::i;:::-;10596:23;:::i;:::-;655:11600;10728:18;;:::i;:::-;10784:4;655:11600;;;-1:-1:-1;;;10777:26:4;;655:11600;;;;;;;;-1:-1:-1;;;;;655:11600:4;10777:26;;;;;;;655:11600;10777:26;;;655:11600;;;-1:-1:-1;10817:15:4;;;10848:27;;;10813:156;655:11600;;;;;;;;;;10813:156;10923:23;:35;:23;;;:::i;:35::-;10813:156;;10777:26;;;655:11600;10777:26;;655:11600;10777:26;;;;;;655:11600;10777:26;;;:::i;:::-;;;655:11600;;;;;;;10777:26;;;;;;-1:-1:-1;10777:26:4;;10410:68;;;;655:11600;10410:68;;655:11600;10410:68;;;;;;655:11600;10410:68;;;:::i;:::-;;;655:11600;;;;;;;10410:68;;;;;-1:-1:-1;10410:68:4;;10271:37;;;;655:11600;10271:37;;655:11600;10271:37;;;;;;655:11600;10271:37;;;:::i;:::-;;;655:11600;;;;;;10410:68;10271:37;;;;;-1:-1:-1;10271:37:4;;655:11600;;;;;;-1:-1:-1;;655:11600:4;;;;;;;;-1:-1:-1;;;;;655:11600:4;;;;;;;;;;;;;;-1:-1:-1;;655:11600:4;;;;;1257:5;655:11600;;;;;;;;-1:-1:-1;;;;;655:11600:4;;;;;;:::o;:::-;;;;-1:-1:-1;;;;;655:11600:4;;;;;;:::o;:::-;;;;-1:-1:-1;;;;;655:11600:4;;;;;;:::o;:::-;;;1328:43:34;;655:11600:4;;;;;;;;;;;;;;;;:::o;:::-;;;;-1:-1:-1;655:11600:4;;;;;-1:-1:-1;655:11600:4;;;;;;;;;-1:-1:-1;;655:11600:4;;;;:::o;:::-;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;:::o;9301:418::-;655:11600;;;;;-1:-1:-1;;;9393:41:4;;;;;655:11600;;;;;;;;9393:41;;655:11600;;-1:-1:-1;;;;;655:11600:4;9393:41;;;;;;-1:-1:-1;9393:41:4;;;9301:418;9453:18;9379:55;;9460:11;655:11600;9453:18;;:::i;:::-;9588:12;655:11600;9582:18;;;;;;9616:19;;;:::i;:::-;9301:418;:::o;9578:106::-;9666:7;;-1:-1:-1;9301:418:4;:::o;9393:41::-;;655:11600;9393:41;;655:11600;9393:41;;;;;;655:11600;9393:41;;;:::i;:::-;;;655:11600;;;;9453:18;655:11600;;9393:41;;;;;-1:-1:-1;9393:41:4;;9301:418;655:11600;;;;-1:-1:-1;;;9393:41:4;;655:11600;9393:41;;;655:11600;;;;;;9393:41;;655:11600;;-1:-1:-1;;;;;655:11600:4;9393:41;;;;;;655:11600;9393:41;;;9453:18;9379:55;;9460:11;655:11600;9453:18;;:::i;9301:418::-;655:11600;;;;-1:-1:-1;;;9393:41:4;;655:11600;;;9393:41;;;655:11600;;;;;9393:41;;655:11600;;-1:-1:-1;;;;;655:11600:4;9393:41;;;;;;-1:-1:-1;9393:41:4;;;9453:18;9379:55;;9460:11;655:11600;9453:18;;:::i;8792:285::-;8882:23;8792:285;8882:23;:::i;:::-;8939:4;655:11600;;;-1:-1:-1;;;8932:26:4;;655:11600;8932:26;;655:11600;;8932:26;;655:11600;;-1:-1:-1;;;;;655:11600:4;8932:26;;;;;;;655:11600;8932:26;;;8792:285;8981:11;;;8977:38;;1196:8;655:11600;;;;;;1196:8;655:11600;;;;;;;9041:29;;;:::i;8977:38::-;8994:21;;1196:8;8994:21;:::o;8932:26::-;;;;;;;;;;;;;655:11600;8932:26;;;:::i;:::-;;;655:11600;;;;;8932:26;;;;;;-1:-1:-1;8932:26:4;;3470:384:25;1991:1;-1:-1:-1;;;;;;;;;;;655:11600:4;3670:20:25;3666:88;;1991:1;-1:-1:-1;;;;;;;;;;;655:11600:4;3470:384:25:o;3666:88::-;3713:30;;;-1:-1:-1;3713:30:25;;-1:-1:-1;3713:30:25;7082:141:21;655:11600:4;-1:-1:-1;;;;;;;;;;;655:11600:4;;;;7148:18:21;7144:73;;7082:141::o;7144:73::-;7189:17;;;-1:-1:-1;7189:17:21;;-1:-1:-1;7189:17:21;4437:582:35;;4609:8;;-1:-1:-1;655:11600:4;;5690:21:35;:17;;5815:105;;;;;;5686:301;5957:19;;;5710:1;5957:19;;5710:1;5957:19;4605:408;655:11600:4;;4857:22:35;:49;;;4605:408;4853:119;;4985:17;;:::o;4853:119::-;-1:-1:-1;;;4878:1:35;4933:24;;;-1:-1:-1;;;;;655:11600:4;;;;4933:24:35;655:11600:4;;;4933:24:35;4857:49;4883:18;;;:23;4857:49;","linkReferences":{},"immutableReferences":{"37540":[{"start":3747,"length":32},{"start":3955,"length":32}]}},"methodIdentifiers":{"BASIS_POINTS_DIVISOR()":"126082cf","MAX_COOLDOWN_DURATION()":"1e9049cf","PRICE_PRECISION()":"95082d25","UPGRADE_INTERFACE_VERSION()":"ad3cb1cc","YTLP_PRECISION()":"275558ff","addLiquidityForAccount(address,address,address,uint256,uint256,uint256)":"17eb2a15","aumAddition()":"196b68cb","aumDeduction()":"b172bb0c","cooldownDuration()":"35269315","getAddLiquidityOutput(address,uint256)":"16947671","getAumInUsdy(bool)":"cef6ef27","getPrice(bool)":"e245b5af","getRemoveLiquidityOutput(address,uint256)":"ef2f0cef","gov()":"12d43a51","initialize(address,address,address,uint256)":"cf756fdf","isHandler(address)":"46ea87af","lastAddedAt(address)":"8b770e11","onLPTransfer(address,address)":"9d2b7449","proxiableUUID()":"52d1902d","removeLiquidityForAccount(address,address,uint256,uint256,address)":"71d597ad","setAumAdjustment(uint256,uint256)":"9116c4ae","setCooldownDuration(uint256)":"966be075","setGov(address)":"cfad57a2","setHandler(address,bool)":"9cb7de4b","upgradeToAndCall(address,bytes)":"4f1ef286","usdy()":"98d506e9","ytLP()":"e348031b","ytVault()":"84a08e63"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.30+commit.73712a01\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"AddressEmptyCode\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"CooldownNotPassed\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"ERC1967InvalidImplementation\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ERC1967NonPayable\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FailedCall\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Forbidden\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InsufficientOutput\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidAddress\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidAmount\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidDuration\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidInitialization\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotInitializing\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"PrivateMode\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ReentrancyGuardReentrantCall\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"}],\"name\":\"SafeERC20FailedOperation\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UUPSUnauthorizedCallContext\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"slot\",\"type\":\"bytes32\"}],\"name\":\"UUPSUnsupportedProxiableUUID\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"aumInUsdy\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"ytLPSupply\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"usdyAmount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"mintAmount\",\"type\":\"uint256\"}],\"name\":\"AddLiquidity\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"addition\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"deduction\",\"type\":\"uint256\"}],\"name\":\"AumAdjustmentChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"duration\",\"type\":\"uint256\"}],\"name\":\"CooldownDurationSet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"cooldownTime\",\"type\":\"uint256\"}],\"name\":\"CooldownInherited\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"oldGov\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newGov\",\"type\":\"address\"}],\"name\":\"GovChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"handler\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"isActive\",\"type\":\"bool\"}],\"name\":\"HandlerSet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"version\",\"type\":\"uint64\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"token\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"ytLPAmount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"aumInUsdy\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"ytLPSupply\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"usdyAmount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amountOut\",\"type\":\"uint256\"}],\"name\":\"RemoveLiquidity\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"Upgraded\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"BASIS_POINTS_DIVISOR\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"MAX_COOLDOWN_DURATION\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"PRICE_PRECISION\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"UPGRADE_INTERFACE_VERSION\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"YTLP_PRECISION\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_fundingAccount\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_account\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"_minUsdy\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"_minYtLP\",\"type\":\"uint256\"}],\"name\":\"addLiquidityForAccount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"aumAddition\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"aumDeduction\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"cooldownDuration\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_token\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_amount\",\"type\":\"uint256\"}],\"name\":\"getAddLiquidityOutput\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"usdyAmount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"ytLPMintAmount\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bool\",\"name\":\"_maximise\",\"type\":\"bool\"}],\"name\":\"getAumInUsdy\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bool\",\"name\":\"_maximise\",\"type\":\"bool\"}],\"name\":\"getPrice\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_tokenOut\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_ytLPAmount\",\"type\":\"uint256\"}],\"name\":\"getRemoveLiquidityOutput\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"usdyAmount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"amountOut\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"gov\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_ytVault\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_usdy\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_ytLP\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_cooldownDuration\",\"type\":\"uint256\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"isHandler\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"lastAddedAt\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_to\",\"type\":\"address\"}],\"name\":\"onLPTransfer\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"proxiableUUID\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_account\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"_tokenOut\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_ytLPAmount\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"_minOut\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_receiver\",\"type\":\"address\"}],\"name\":\"removeLiquidityForAccount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_addition\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"_deduction\",\"type\":\"uint256\"}],\"name\":\"setAumAdjustment\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_duration\",\"type\":\"uint256\"}],\"name\":\"setCooldownDuration\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_gov\",\"type\":\"address\"}],\"name\":\"setGov\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_handler\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"_isActive\",\"type\":\"bool\"}],\"name\":\"setHandler\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"upgradeToAndCall\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"usdy\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"ytLP\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"ytVault\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"UUPS\\u53ef\\u5347\\u7ea7\\u5408\\u7ea6\",\"errors\":{\"AddressEmptyCode(address)\":[{\"details\":\"There's no code at `target` (it is not a contract).\"}],\"ERC1967InvalidImplementation(address)\":[{\"details\":\"The `implementation` of the proxy is invalid.\"}],\"ERC1967NonPayable()\":[{\"details\":\"An upgrade function sees `msg.value > 0` that may be lost.\"}],\"FailedCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}],\"InvalidInitialization()\":[{\"details\":\"The contract is already initialized.\"}],\"NotInitializing()\":[{\"details\":\"The contract is not initializing.\"}],\"ReentrancyGuardReentrantCall()\":[{\"details\":\"Unauthorized reentrant call.\"}],\"SafeERC20FailedOperation(address)\":[{\"details\":\"An operation with an ERC-20 token failed.\"}],\"UUPSUnauthorizedCallContext()\":[{\"details\":\"The call is from an unauthorized context.\"}],\"UUPSUnsupportedProxiableUUID(bytes32)\":[{\"details\":\"The storage `slot` is unsupported as a UUID.\"}]},\"events\":{\"Initialized(uint64)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"Upgraded(address)\":{\"details\":\"Emitted when the implementation is upgraded.\"}},\"kind\":\"dev\",\"methods\":{\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\"},\"getAddLiquidityOutput(address,uint256)\":{\"params\":{\"_amount\":\"\\u5b58\\u5165\\u7684 token \\u6570\\u91cf\",\"_token\":\"\\u5b58\\u5165\\u7684 token \\u5730\\u5740\"},\"returns\":{\"usdyAmount\":\"\\u6263\\u9664\\u624b\\u7eed\\u8d39\\u540e\\u5b9e\\u9645\\u5f97\\u5230\\u7684 USDY \\u6570\\u91cf\",\"ytLPMintAmount\":\"\\u9884\\u8ba1\\u94f8\\u9020\\u7684 ytLP \\u6570\\u91cf\"}},\"getAumInUsdy(bool)\":{\"params\":{\"_maximise\":\"true=\\u4f7f\\u7528\\u6700\\u5927\\u4ef7\\u683c(\\u6dfb\\u52a0\\u6d41\\u52a8\\u6027\\u65f6), false=\\u4f7f\\u7528\\u6700\\u5c0f\\u4ef7\\u683c(\\u79fb\\u9664\\u6d41\\u52a8\\u6027\\u65f6)\"},\"returns\":{\"_0\":\"USDY\\u8ba1\\u4ef7\\u7684\\u603b\\u4ef7\\u503c\"}},\"getPrice(bool)\":{\"params\":{\"_maximise\":\"\\u662f\\u5426\\u53d6\\u6700\\u5927\\u503c\"},\"returns\":{\"_0\":\"ytLP\\u4ef7\\u683c\\uff0818\\u4f4d\\u7cbe\\u5ea6\\uff09\"}},\"getRemoveLiquidityOutput(address,uint256)\":{\"params\":{\"_tokenOut\":\"\\u53d6\\u51fa\\u7684 token \\u5730\\u5740\",\"_ytLPAmount\":\"\\u9500\\u6bc1\\u7684 ytLP \\u6570\\u91cf\"},\"returns\":{\"amountOut\":\"\\u6263\\u9664\\u624b\\u7eed\\u8d39\\u540e\\u5b9e\\u9645\\u83b7\\u5f97\\u7684 token \\u6570\\u91cf\",\"usdyAmount\":\"ytLP \\u5bf9\\u5e94\\u7684 USDY \\u4ef7\\u503c\"}},\"initialize(address,address,address,uint256)\":{\"params\":{\"_cooldownDuration\":\"\\u51b7\\u5374\\u65f6\\u95f4\\uff08\\u79d2\\uff09\",\"_usdy\":\"USDY\\u4ee3\\u5e01\\u5730\\u5740\",\"_ytLP\":\"ytLP\\u4ee3\\u5e01\\u5730\\u5740\",\"_ytVault\":\"YTVault\\u5408\\u7ea6\\u5730\\u5740\"}},\"onLPTransfer(address,address)\":{\"details\":\"\\u5f53 LP \\u4ee3\\u5e01\\u8f6c\\u8d26\\u65f6\\uff0c\\u63a5\\u6536\\u65b9\\u7ee7\\u627f\\u53d1\\u9001\\u65b9\\u7684\\u51b7\\u5374\\u65f6\\u95f4\\uff0c\\u9632\\u6b62\\u7ed5\\u8fc7\\u51b7\\u5374\\u671f\",\"params\":{\"_from\":\"\\u53d1\\u9001\\u65b9\\u5730\\u5740\",\"_to\":\"\\u63a5\\u6536\\u65b9\\u5730\\u5740\"}},\"proxiableUUID()\":{\"details\":\"Implementation of the ERC-1822 {proxiableUUID} function. This returns the storage slot used by the implementation. It is used to validate the implementation's compatibility when performing an upgrade. IMPORTANT: A proxy pointing at a proxiable contract should not be considered proxiable itself, because this risks bricking a proxy that upgrades to it, by delegating to itself until out of gas. Thus it is critical that this function revert if invoked through a proxy. This is guaranteed by the `notDelegated` modifier.\"},\"upgradeToAndCall(address,bytes)\":{\"custom:oz-upgrades-unsafe-allow-reachable\":\"delegatecall\",\"details\":\"Upgrade the implementation of the proxy to `newImplementation`, and subsequently execute the function call encoded in `data`. Calls {_authorizeUpgrade}. Emits an {Upgraded} event.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"\\u9884\\u7559\\u5b58\\u50a8\\u7a7a\\u95f4\\uff0c\\u7528\\u4e8e\\u672a\\u6765\\u5347\\u7ea7\\u65f6\\u6dfb\\u52a0\\u65b0\\u7684\\u72b6\\u6001\\u53d8\\u91cf 50\\u4e2aslot = 50 * 32 bytes = 1600 bytes\"}},\"title\":\"YTPoolManager\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"addLiquidityForAccount(address,address,address,uint256,uint256,uint256)\":{\"notice\":\"\\u4e3a\\u6307\\u5b9a\\u8d26\\u6237\\u6dfb\\u52a0\\u6d41\\u52a8\\u6027\\uff08Handler\\u8c03\\u7528\\uff09\"},\"getAddLiquidityOutput(address,uint256)\":{\"notice\":\"\\u9884\\u4f30\\u6dfb\\u52a0\\u6d41\\u52a8\\u6027\\u80fd\\u83b7\\u5f97\\u7684 ytLP \\u6570\\u91cf\"},\"getAumInUsdy(bool)\":{\"notice\":\"\\u83b7\\u53d6\\u6c60\\u5b50\\u603b\\u4ef7\\u503c\\uff08AUM\\uff09\"},\"getPrice(bool)\":{\"notice\":\"\\u83b7\\u53d6ytLP\\u4ef7\\u683c\"},\"getRemoveLiquidityOutput(address,uint256)\":{\"notice\":\"\\u9884\\u4f30\\u79fb\\u9664\\u6d41\\u52a8\\u6027\\u80fd\\u83b7\\u5f97\\u7684 token \\u6570\\u91cf\"},\"initialize(address,address,address,uint256)\":{\"notice\":\"\\u521d\\u59cb\\u5316\\u5408\\u7ea6\"},\"onLPTransfer(address,address)\":{\"notice\":\"LP \\u4ee3\\u5e01\\u8f6c\\u8d26\\u65f6\\u7684\\u56de\\u8c03\\u51fd\\u6570\"},\"removeLiquidityForAccount(address,address,uint256,uint256,address)\":{\"notice\":\"\\u4e3a\\u6307\\u5b9a\\u8d26\\u6237\\u79fb\\u9664\\u6d41\\u52a8\\u6027\\uff08Handler\\u8c03\\u7528\\uff09\"}},\"notice\":\"\\u7ba1\\u7406ytLP\\u7684\\u94f8\\u9020\\u548c\\u8d4e\\u56de\\uff0c\\u8ba1\\u7b97\\u6c60\\u5b50AUM\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/ytLp/core/YTPoolManager.sol\":\"YTPoolManager\"},\"evmVersion\":\"prague\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[\":@arbitrum/=node_modules/@arbitrum/\",\":@chainlink/=node_modules/@chainlink/\",\":@ensdomains/=node_modules/@ensdomains/\",\":@eth-optimism/=node_modules/@chainlink/contracts/node_modules/@eth-optimism/\",\":@offchainlabs/=node_modules/@offchainlabs/\",\":@openzeppelin/=node_modules/@openzeppelin/\",\":@scroll-tech/=node_modules/@scroll-tech/\",\":@zksync/=node_modules/@zksync/\",\":forge-std/=lib/forge-std/src/\",\":hardhat/=node_modules/hardhat/\",\":solady/=node_modules/solady/\"],\"viaIR\":true},\"sources\":{\"contracts/interfaces/IUSDY.sol\":{\"keccak256\":\"0xaade47070265f223011892bc2430ecb819edb10b1a46e41ea2c69f3d8cc84816\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a7501875c15baa98120e7b5607953b1874e2a0e80ac521e97d2bc834d590b6ef\",\"dweb:/ipfs/QmYJ8CkJV3XgPjGUBx6EKV4mgEUqRHeZGna193MrThpkjc\"]},\"contracts/interfaces/IYTLPToken.sol\":{\"keccak256\":\"0xd45ede40a52600b47b7a3fb2851f40e57ee60bf6ac4b64a2f534a8c2c09fc4ec\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://751553bdd966010f2f8f11ae6c6abcff57b8671562dbac516dd89dc5042a1352\",\"dweb:/ipfs/QmfMeQqUTcEQJJCgiT54SFiXQ3dkojrZkqQjkhR9QDBXDo\"]},\"contracts/interfaces/IYTVault.sol\":{\"keccak256\":\"0x7384c5a72b4077bf3c545a2c561978294a52c40d7325639b8b1a11e615729b14\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3a4dc7fc507eaa3c4fa7550b77edcfbf4b2a27638835f142f82780de97dfbd03\",\"dweb:/ipfs/QmZn6BhiXGwtQXLYdtQgFtR9yE873VT1GUs7FiaojCN1Hw\"]},\"contracts/ytLp/core/YTPoolManager.sol\":{\"keccak256\":\"0x8fe7447e1d7716fa8373e5a41114a15a6d2b638cd41b7093dfce6713c1d51d37\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bd3467b22958b4f0d58fefd07a2132b181ea8f654e1ebbf5871fba6bf9fdce55\",\"dweb:/ipfs/QmWTjyq7NrPB8zVcBnFbFbw41ZhWpMXh6s12v1nMb16CNN\"]},\"node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0xdb4d24ee2c087c391d587cd17adfe5b3f9d93b3110b1388c2ab6c7c0ad1dcd05\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab7b6d5b9e2b88176312967fe0f0e78f3d9a1422fa5e4b64e2440c35869b5d08\",\"dweb:/ipfs/QmXKYWWyzcLg1B2k7Sb1qkEXgLCYfXecR9wYW5obRzWP1Q\"]},\"node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol\":{\"keccak256\":\"0x574a7451e42724f7de29e2855c392a8a5020acd695169466a18459467d719d63\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5bc189f63b639ee173dd7b6fecc39baf7113bf161776aea22b34c57fdd1872ec\",\"dweb:/ipfs/QmZAf2VtjDLRULqjJkde6LNsxAg12tUqpPqgUQQZbAjgtZ\"]},\"node_modules/@openzeppelin/contracts-upgradeable/utils/ReentrancyGuardUpgradeable.sol\":{\"keccak256\":\"0x361126a17677994081cd9cb69c3f50cffff6e920d25cb7e428acdb1ae41d1866\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://19ae787a7dd001269cd60a394b1a5261b78925a0fc3a6f927beb2986a9aa56cf\",\"dweb:/ipfs/QmYLfXiuKmcRgTDBEDXMMjXU8t6JxsspUmjxYzqWS55oEv\"]},\"node_modules/@openzeppelin/contracts/interfaces/IERC1363.sol\":{\"keccak256\":\"0xd5ea07362ab630a6a3dee4285a74cf2377044ca2e4be472755ad64d7c5d4b69d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://da5e832b40fc5c3145d3781e2e5fa60ac2052c9d08af7e300dc8ab80c4343100\",\"dweb:/ipfs/QmTzf7N5ZUdh5raqtzbM11yexiUoLC9z3Ws632MCuycq1d\"]},\"node_modules/@openzeppelin/contracts/interfaces/IERC165.sol\":{\"keccak256\":\"0x0afcb7e740d1537b252cb2676f600465ce6938398569f09ba1b9ca240dde2dfc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1c299900ac4ec268d4570ecef0d697a3013cd11a6eb74e295ee3fbc945056037\",\"dweb:/ipfs/Qmab9owJoxcA7vJT5XNayCMaUR1qxqj1NDzzisduwaJMcZ\"]},\"node_modules/@openzeppelin/contracts/interfaces/IERC1967.sol\":{\"keccak256\":\"0xbf2aefe54b76d7f7bcd4f6da1080b7b1662611937d870b880db584d09cea56b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f5e7e2f12e0feec75296e57f51f82fdaa8bd1551f4b8cc6560442c0bf60f818c\",\"dweb:/ipfs/QmcW9wDMaQ8RbQibMarfp17a3bABzY5KraWe2YDwuUrUoz\"]},\"node_modules/@openzeppelin/contracts/interfaces/IERC20.sol\":{\"keccak256\":\"0x1a6221315ce0307746c2c4827c125d821ee796c74a676787762f4778671d4f44\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1bb2332a7ee26dd0b0de9b7fe266749f54820c99ab6a3bcb6f7e6b751d47ee2d\",\"dweb:/ipfs/QmcRWpaBeCYkhy68PR3B4AgD7asuQk7PwkWxrvJbZcikLF\"]},\"node_modules/@openzeppelin/contracts/interfaces/draft-IERC1822.sol\":{\"keccak256\":\"0x82f757819bf2429a0d4db141b99a4bbe5039e4ef86dfb94e2e6d40577ed5b28b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://37c30ed931e19fb71fdb806bb504cfdb9913b7127545001b64d4487783374422\",\"dweb:/ipfs/QmUBHpv4hm3ZmwJ4GH8BeVzK4mv41Q6vBbWXxn8HExPXza\"]},\"node_modules/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol\":{\"keccak256\":\"0xa1ad192cd45317c788618bef5cb1fb3ca4ce8b230f6433ac68cc1d850fb81618\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b43447bb85a53679d269a403c693b9d88d6c74177dfb35eddca63abaf7cf110a\",\"dweb:/ipfs/QmXSDmpd4bNZj1PDgegr6C4w1jDaWHXCconC3rYiw9TSkQ\"]},\"node_modules/@openzeppelin/contracts/proxy/beacon/IBeacon.sol\":{\"keccak256\":\"0x20462ddb2665e9521372c76b001d0ce196e59dbbd989de9af5576cad0bd5628b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f417fd12aeec8fbfaceaa30e3a08a0724c0bc39de363e2acf6773c897abbaf6d\",\"dweb:/ipfs/QmU4Hko6sApdweVM92CsiuLKkCk8HfyBeutF89PCTz5Tye\"]},\"node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x74ed01eb66b923d0d0cfe3be84604ac04b76482a55f9dd655e1ef4d367f95bc2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5282825a626cfe924e504274b864a652b0023591fa66f06a067b25b51ba9b303\",\"dweb:/ipfs/QmeCfPykghhMc81VJTrHTC7sF6CRvaA1FXVq2pJhwYp1dV\"]},\"node_modules/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol\":{\"keccak256\":\"0x982c5cb790ab941d1e04f807120a71709d4c313ba0bfc16006447ffbd27fbbd5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8150ceb4ac947e8a442b2a9c017e01e880b2be2dd958f1fa9bc405f4c5a86508\",\"dweb:/ipfs/QmbcBmFX66AY6Kbhnd5gx7zpkgqnUafo43XnmayAM7zVdB\"]},\"node_modules/@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x6d0ae6e206645341fd122d278c2cb643dea260c190531f2f3f6a0426e77b00c0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://032d1201d839435be2c85b72e33206b3ea980c569d6ebf7fa57d811ab580a82f\",\"dweb:/ipfs/QmeqQjAtMvdZT2tG7zm39itcRJkuwu8AEReK6WRnLJ18DD\"]},\"node_modules/@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"node_modules/@openzeppelin/contracts/utils/StorageSlot.sol\":{\"keccak256\":\"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b\",\"dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM\"]},\"node_modules/@openzeppelin/contracts/utils/introspection/IERC165.sol\":{\"keccak256\":\"0x8891738ffe910f0cf2da09566928589bf5d63f4524dd734fd9cedbac3274dd5c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://971f954442df5c2ef5b5ebf1eb245d7105d9fbacc7386ee5c796df1d45b21617\",\"dweb:/ipfs/QmadRjHbkicwqwwh61raUEapaVEtaLMcYbQZWs9gUkgj3u\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.30+commit.73712a01"},"language":"Solidity","output":{"abi":[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"target","type":"address"}],"type":"error","name":"AddressEmptyCode"},{"inputs":[],"type":"error","name":"CooldownNotPassed"},{"inputs":[{"internalType":"address","name":"implementation","type":"address"}],"type":"error","name":"ERC1967InvalidImplementation"},{"inputs":[],"type":"error","name":"ERC1967NonPayable"},{"inputs":[],"type":"error","name":"FailedCall"},{"inputs":[],"type":"error","name":"Forbidden"},{"inputs":[],"type":"error","name":"InsufficientOutput"},{"inputs":[],"type":"error","name":"InvalidAddress"},{"inputs":[],"type":"error","name":"InvalidAmount"},{"inputs":[],"type":"error","name":"InvalidDuration"},{"inputs":[],"type":"error","name":"InvalidInitialization"},{"inputs":[],"type":"error","name":"NotInitializing"},{"inputs":[],"type":"error","name":"PrivateMode"},{"inputs":[],"type":"error","name":"ReentrancyGuardReentrantCall"},{"inputs":[{"internalType":"address","name":"token","type":"address"}],"type":"error","name":"SafeERC20FailedOperation"},{"inputs":[],"type":"error","name":"UUPSUnauthorizedCallContext"},{"inputs":[{"internalType":"bytes32","name":"slot","type":"bytes32"}],"type":"error","name":"UUPSUnsupportedProxiableUUID"},{"inputs":[{"internalType":"address","name":"account","type":"address","indexed":true},{"internalType":"address","name":"token","type":"address","indexed":true},{"internalType":"uint256","name":"amount","type":"uint256","indexed":false},{"internalType":"uint256","name":"aumInUsdy","type":"uint256","indexed":false},{"internalType":"uint256","name":"ytLPSupply","type":"uint256","indexed":false},{"internalType":"uint256","name":"usdyAmount","type":"uint256","indexed":false},{"internalType":"uint256","name":"mintAmount","type":"uint256","indexed":false}],"type":"event","name":"AddLiquidity","anonymous":false},{"inputs":[{"internalType":"uint256","name":"addition","type":"uint256","indexed":false},{"internalType":"uint256","name":"deduction","type":"uint256","indexed":false}],"type":"event","name":"AumAdjustmentChanged","anonymous":false},{"inputs":[{"internalType":"uint256","name":"duration","type":"uint256","indexed":false}],"type":"event","name":"CooldownDurationSet","anonymous":false},{"inputs":[{"internalType":"address","name":"from","type":"address","indexed":true},{"internalType":"address","name":"to","type":"address","indexed":true},{"internalType":"uint256","name":"cooldownTime","type":"uint256","indexed":false}],"type":"event","name":"CooldownInherited","anonymous":false},{"inputs":[{"internalType":"address","name":"oldGov","type":"address","indexed":true},{"internalType":"address","name":"newGov","type":"address","indexed":true}],"type":"event","name":"GovChanged","anonymous":false},{"inputs":[{"internalType":"address","name":"handler","type":"address","indexed":true},{"internalType":"bool","name":"isActive","type":"bool","indexed":false}],"type":"event","name":"HandlerSet","anonymous":false},{"inputs":[{"internalType":"uint64","name":"version","type":"uint64","indexed":false}],"type":"event","name":"Initialized","anonymous":false},{"inputs":[{"internalType":"address","name":"account","type":"address","indexed":true},{"internalType":"address","name":"token","type":"address","indexed":true},{"internalType":"uint256","name":"ytLPAmount","type":"uint256","indexed":false},{"internalType":"uint256","name":"aumInUsdy","type":"uint256","indexed":false},{"internalType":"uint256","name":"ytLPSupply","type":"uint256","indexed":false},{"internalType":"uint256","name":"usdyAmount","type":"uint256","indexed":false},{"internalType":"uint256","name":"amountOut","type":"uint256","indexed":false}],"type":"event","name":"RemoveLiquidity","anonymous":false},{"inputs":[{"internalType":"address","name":"implementation","type":"address","indexed":true}],"type":"event","name":"Upgraded","anonymous":false},{"inputs":[],"stateMutability":"view","type":"function","name":"BASIS_POINTS_DIVISOR","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"MAX_COOLDOWN_DURATION","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"PRICE_PRECISION","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"UPGRADE_INTERFACE_VERSION","outputs":[{"internalType":"string","name":"","type":"string"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"YTLP_PRECISION","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"address","name":"_fundingAccount","type":"address"},{"internalType":"address","name":"_account","type":"address"},{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"uint256","name":"_minUsdy","type":"uint256"},{"internalType":"uint256","name":"_minYtLP","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"addLiquidityForAccount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"aumAddition","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"aumDeduction","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"cooldownDuration","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"stateMutability":"view","type":"function","name":"getAddLiquidityOutput","outputs":[{"internalType":"uint256","name":"usdyAmount","type":"uint256"},{"internalType":"uint256","name":"ytLPMintAmount","type":"uint256"}]},{"inputs":[{"internalType":"bool","name":"_maximise","type":"bool"}],"stateMutability":"view","type":"function","name":"getAumInUsdy","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"bool","name":"_maximise","type":"bool"}],"stateMutability":"view","type":"function","name":"getPrice","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"address","name":"_tokenOut","type":"address"},{"internalType":"uint256","name":"_ytLPAmount","type":"uint256"}],"stateMutability":"view","type":"function","name":"getRemoveLiquidityOutput","outputs":[{"internalType":"uint256","name":"usdyAmount","type":"uint256"},{"internalType":"uint256","name":"amountOut","type":"uint256"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"gov","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[{"internalType":"address","name":"_ytVault","type":"address"},{"internalType":"address","name":"_usdy","type":"address"},{"internalType":"address","name":"_ytLP","type":"address"},{"internalType":"uint256","name":"_cooldownDuration","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"initialize"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function","name":"isHandler","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"inputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function","name":"lastAddedAt","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"onLPTransfer"},{"inputs":[],"stateMutability":"view","type":"function","name":"proxiableUUID","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}]},{"inputs":[{"internalType":"address","name":"_account","type":"address"},{"internalType":"address","name":"_tokenOut","type":"address"},{"internalType":"uint256","name":"_ytLPAmount","type":"uint256"},{"internalType":"uint256","name":"_minOut","type":"uint256"},{"internalType":"address","name":"_receiver","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"removeLiquidityForAccount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"uint256","name":"_addition","type":"uint256"},{"internalType":"uint256","name":"_deduction","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"setAumAdjustment"},{"inputs":[{"internalType":"uint256","name":"_duration","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"setCooldownDuration"},{"inputs":[{"internalType":"address","name":"_gov","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"setGov"},{"inputs":[{"internalType":"address","name":"_handler","type":"address"},{"internalType":"bool","name":"_isActive","type":"bool"}],"stateMutability":"nonpayable","type":"function","name":"setHandler"},{"inputs":[{"internalType":"address","name":"newImplementation","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"payable","type":"function","name":"upgradeToAndCall"},{"inputs":[],"stateMutability":"view","type":"function","name":"usdy","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"ytLP","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"ytVault","outputs":[{"internalType":"address","name":"","type":"address"}]}],"devdoc":{"kind":"dev","methods":{"constructor":{"custom:oz-upgrades-unsafe-allow":"constructor"},"getAddLiquidityOutput(address,uint256)":{"params":{"_amount":"存入的 token 数量","_token":"存入的 token 地址"},"returns":{"usdyAmount":"扣除手续费后实际得到的 USDY 数量","ytLPMintAmount":"预计铸造的 ytLP 数量"}},"getAumInUsdy(bool)":{"params":{"_maximise":"true=使用最大价格(添加流动性时), false=使用最小价格(移除流动性时)"},"returns":{"_0":"USDY计价的总价值"}},"getPrice(bool)":{"params":{"_maximise":"是否取最大值"},"returns":{"_0":"ytLP价格18位精度"}},"getRemoveLiquidityOutput(address,uint256)":{"params":{"_tokenOut":"取出的 token 地址","_ytLPAmount":"销毁的 ytLP 数量"},"returns":{"amountOut":"扣除手续费后实际获得的 token 数量","usdyAmount":"ytLP 对应的 USDY 价值"}},"initialize(address,address,address,uint256)":{"params":{"_cooldownDuration":"冷却时间(秒)","_usdy":"USDY代币地址","_ytLP":"ytLP代币地址","_ytVault":"YTVault合约地址"}},"onLPTransfer(address,address)":{"details":"当 LP 代币转账时,接收方继承发送方的冷却时间,防止绕过冷却期","params":{"_from":"发送方地址","_to":"接收方地址"}},"proxiableUUID()":{"details":"Implementation of the ERC-1822 {proxiableUUID} function. This returns the storage slot used by the implementation. It is used to validate the implementation's compatibility when performing an upgrade. IMPORTANT: A proxy pointing at a proxiable contract should not be considered proxiable itself, because this risks bricking a proxy that upgrades to it, by delegating to itself until out of gas. Thus it is critical that this function revert if invoked through a proxy. This is guaranteed by the `notDelegated` modifier."},"upgradeToAndCall(address,bytes)":{"custom:oz-upgrades-unsafe-allow-reachable":"delegatecall","details":"Upgrade the implementation of the proxy to `newImplementation`, and subsequently execute the function call encoded in `data`. Calls {_authorizeUpgrade}. Emits an {Upgraded} event."}},"version":1},"userdoc":{"kind":"user","methods":{"addLiquidityForAccount(address,address,address,uint256,uint256,uint256)":{"notice":"为指定账户添加流动性Handler调用"},"getAddLiquidityOutput(address,uint256)":{"notice":"预估添加流动性能获得的 ytLP 数量"},"getAumInUsdy(bool)":{"notice":"获取池子总价值AUM"},"getPrice(bool)":{"notice":"获取ytLP价格"},"getRemoveLiquidityOutput(address,uint256)":{"notice":"预估移除流动性能获得的 token 数量"},"initialize(address,address,address,uint256)":{"notice":"初始化合约"},"onLPTransfer(address,address)":{"notice":"LP 代币转账时的回调函数"},"removeLiquidityForAccount(address,address,uint256,uint256,address)":{"notice":"为指定账户移除流动性Handler调用"}},"version":1}},"settings":{"remappings":["@arbitrum/=node_modules/@arbitrum/","@chainlink/=node_modules/@chainlink/","@ensdomains/=node_modules/@ensdomains/","@eth-optimism/=node_modules/@chainlink/contracts/node_modules/@eth-optimism/","@offchainlabs/=node_modules/@offchainlabs/","@openzeppelin/=node_modules/@openzeppelin/","@scroll-tech/=node_modules/@scroll-tech/","@zksync/=node_modules/@zksync/","forge-std/=lib/forge-std/src/","hardhat/=node_modules/hardhat/","solady/=node_modules/solady/"],"optimizer":{"enabled":true,"runs":200},"metadata":{"bytecodeHash":"ipfs"},"compilationTarget":{"contracts/ytLp/core/YTPoolManager.sol":"YTPoolManager"},"evmVersion":"prague","libraries":{},"viaIR":true},"sources":{"contracts/interfaces/IUSDY.sol":{"keccak256":"0xaade47070265f223011892bc2430ecb819edb10b1a46e41ea2c69f3d8cc84816","urls":["bzz-raw://a7501875c15baa98120e7b5607953b1874e2a0e80ac521e97d2bc834d590b6ef","dweb:/ipfs/QmYJ8CkJV3XgPjGUBx6EKV4mgEUqRHeZGna193MrThpkjc"],"license":"MIT"},"contracts/interfaces/IYTLPToken.sol":{"keccak256":"0xd45ede40a52600b47b7a3fb2851f40e57ee60bf6ac4b64a2f534a8c2c09fc4ec","urls":["bzz-raw://751553bdd966010f2f8f11ae6c6abcff57b8671562dbac516dd89dc5042a1352","dweb:/ipfs/QmfMeQqUTcEQJJCgiT54SFiXQ3dkojrZkqQjkhR9QDBXDo"],"license":"MIT"},"contracts/interfaces/IYTVault.sol":{"keccak256":"0x7384c5a72b4077bf3c545a2c561978294a52c40d7325639b8b1a11e615729b14","urls":["bzz-raw://3a4dc7fc507eaa3c4fa7550b77edcfbf4b2a27638835f142f82780de97dfbd03","dweb:/ipfs/QmZn6BhiXGwtQXLYdtQgFtR9yE873VT1GUs7FiaojCN1Hw"],"license":"MIT"},"contracts/ytLp/core/YTPoolManager.sol":{"keccak256":"0x8fe7447e1d7716fa8373e5a41114a15a6d2b638cd41b7093dfce6713c1d51d37","urls":["bzz-raw://bd3467b22958b4f0d58fefd07a2132b181ea8f654e1ebbf5871fba6bf9fdce55","dweb:/ipfs/QmWTjyq7NrPB8zVcBnFbFbw41ZhWpMXh6s12v1nMb16CNN"],"license":"MIT"},"node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"keccak256":"0xdb4d24ee2c087c391d587cd17adfe5b3f9d93b3110b1388c2ab6c7c0ad1dcd05","urls":["bzz-raw://ab7b6d5b9e2b88176312967fe0f0e78f3d9a1422fa5e4b64e2440c35869b5d08","dweb:/ipfs/QmXKYWWyzcLg1B2k7Sb1qkEXgLCYfXecR9wYW5obRzWP1Q"],"license":"MIT"},"node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol":{"keccak256":"0x574a7451e42724f7de29e2855c392a8a5020acd695169466a18459467d719d63","urls":["bzz-raw://5bc189f63b639ee173dd7b6fecc39baf7113bf161776aea22b34c57fdd1872ec","dweb:/ipfs/QmZAf2VtjDLRULqjJkde6LNsxAg12tUqpPqgUQQZbAjgtZ"],"license":"MIT"},"node_modules/@openzeppelin/contracts-upgradeable/utils/ReentrancyGuardUpgradeable.sol":{"keccak256":"0x361126a17677994081cd9cb69c3f50cffff6e920d25cb7e428acdb1ae41d1866","urls":["bzz-raw://19ae787a7dd001269cd60a394b1a5261b78925a0fc3a6f927beb2986a9aa56cf","dweb:/ipfs/QmYLfXiuKmcRgTDBEDXMMjXU8t6JxsspUmjxYzqWS55oEv"],"license":"MIT"},"node_modules/@openzeppelin/contracts/interfaces/IERC1363.sol":{"keccak256":"0xd5ea07362ab630a6a3dee4285a74cf2377044ca2e4be472755ad64d7c5d4b69d","urls":["bzz-raw://da5e832b40fc5c3145d3781e2e5fa60ac2052c9d08af7e300dc8ab80c4343100","dweb:/ipfs/QmTzf7N5ZUdh5raqtzbM11yexiUoLC9z3Ws632MCuycq1d"],"license":"MIT"},"node_modules/@openzeppelin/contracts/interfaces/IERC165.sol":{"keccak256":"0x0afcb7e740d1537b252cb2676f600465ce6938398569f09ba1b9ca240dde2dfc","urls":["bzz-raw://1c299900ac4ec268d4570ecef0d697a3013cd11a6eb74e295ee3fbc945056037","dweb:/ipfs/Qmab9owJoxcA7vJT5XNayCMaUR1qxqj1NDzzisduwaJMcZ"],"license":"MIT"},"node_modules/@openzeppelin/contracts/interfaces/IERC1967.sol":{"keccak256":"0xbf2aefe54b76d7f7bcd4f6da1080b7b1662611937d870b880db584d09cea56b5","urls":["bzz-raw://f5e7e2f12e0feec75296e57f51f82fdaa8bd1551f4b8cc6560442c0bf60f818c","dweb:/ipfs/QmcW9wDMaQ8RbQibMarfp17a3bABzY5KraWe2YDwuUrUoz"],"license":"MIT"},"node_modules/@openzeppelin/contracts/interfaces/IERC20.sol":{"keccak256":"0x1a6221315ce0307746c2c4827c125d821ee796c74a676787762f4778671d4f44","urls":["bzz-raw://1bb2332a7ee26dd0b0de9b7fe266749f54820c99ab6a3bcb6f7e6b751d47ee2d","dweb:/ipfs/QmcRWpaBeCYkhy68PR3B4AgD7asuQk7PwkWxrvJbZcikLF"],"license":"MIT"},"node_modules/@openzeppelin/contracts/interfaces/draft-IERC1822.sol":{"keccak256":"0x82f757819bf2429a0d4db141b99a4bbe5039e4ef86dfb94e2e6d40577ed5b28b","urls":["bzz-raw://37c30ed931e19fb71fdb806bb504cfdb9913b7127545001b64d4487783374422","dweb:/ipfs/QmUBHpv4hm3ZmwJ4GH8BeVzK4mv41Q6vBbWXxn8HExPXza"],"license":"MIT"},"node_modules/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol":{"keccak256":"0xa1ad192cd45317c788618bef5cb1fb3ca4ce8b230f6433ac68cc1d850fb81618","urls":["bzz-raw://b43447bb85a53679d269a403c693b9d88d6c74177dfb35eddca63abaf7cf110a","dweb:/ipfs/QmXSDmpd4bNZj1PDgegr6C4w1jDaWHXCconC3rYiw9TSkQ"],"license":"MIT"},"node_modules/@openzeppelin/contracts/proxy/beacon/IBeacon.sol":{"keccak256":"0x20462ddb2665e9521372c76b001d0ce196e59dbbd989de9af5576cad0bd5628b","urls":["bzz-raw://f417fd12aeec8fbfaceaa30e3a08a0724c0bc39de363e2acf6773c897abbaf6d","dweb:/ipfs/QmU4Hko6sApdweVM92CsiuLKkCk8HfyBeutF89PCTz5Tye"],"license":"MIT"},"node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol":{"keccak256":"0x74ed01eb66b923d0d0cfe3be84604ac04b76482a55f9dd655e1ef4d367f95bc2","urls":["bzz-raw://5282825a626cfe924e504274b864a652b0023591fa66f06a067b25b51ba9b303","dweb:/ipfs/QmeCfPykghhMc81VJTrHTC7sF6CRvaA1FXVq2pJhwYp1dV"],"license":"MIT"},"node_modules/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol":{"keccak256":"0x982c5cb790ab941d1e04f807120a71709d4c313ba0bfc16006447ffbd27fbbd5","urls":["bzz-raw://8150ceb4ac947e8a442b2a9c017e01e880b2be2dd958f1fa9bc405f4c5a86508","dweb:/ipfs/QmbcBmFX66AY6Kbhnd5gx7zpkgqnUafo43XnmayAM7zVdB"],"license":"MIT"},"node_modules/@openzeppelin/contracts/utils/Address.sol":{"keccak256":"0x6d0ae6e206645341fd122d278c2cb643dea260c190531f2f3f6a0426e77b00c0","urls":["bzz-raw://032d1201d839435be2c85b72e33206b3ea980c569d6ebf7fa57d811ab580a82f","dweb:/ipfs/QmeqQjAtMvdZT2tG7zm39itcRJkuwu8AEReK6WRnLJ18DD"],"license":"MIT"},"node_modules/@openzeppelin/contracts/utils/Errors.sol":{"keccak256":"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123","urls":["bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf","dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB"],"license":"MIT"},"node_modules/@openzeppelin/contracts/utils/StorageSlot.sol":{"keccak256":"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97","urls":["bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b","dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM"],"license":"MIT"},"node_modules/@openzeppelin/contracts/utils/introspection/IERC165.sol":{"keccak256":"0x8891738ffe910f0cf2da09566928589bf5d63f4524dd734fd9cedbac3274dd5c","urls":["bzz-raw://971f954442df5c2ef5b5ebf1eb245d7105d9fbacc7386ee5c796df1d45b21617","dweb:/ipfs/QmadRjHbkicwqwwh61raUEapaVEtaLMcYbQZWs9gUkgj3u"],"license":"MIT"}},"version":1},"id":4}