-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathFullRestakeDelegator.json
More file actions
1 lines (1 loc) · 144 KB
/
FullRestakeDelegator.json
File metadata and controls
1 lines (1 loc) · 144 KB
1
{"abi":[{"type":"constructor","inputs":[{"name":"networkRegistry","type":"address","internalType":"address"},{"name":"vaultFactory","type":"address","internalType":"address"},{"name":"operatorVaultOptInService","type":"address","internalType":"address"},{"name":"operatorNetworkOptInService","type":"address","internalType":"address"},{"name":"delegatorFactory","type":"address","internalType":"address"},{"name":"entityType","type":"uint64","internalType":"uint64"}],"stateMutability":"nonpayable"},{"type":"function","name":"DEFAULT_ADMIN_ROLE","inputs":[],"outputs":[{"name":"","type":"bytes32","internalType":"bytes32"}],"stateMutability":"view"},{"type":"function","name":"FACTORY","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"HOOK_GAS_LIMIT","inputs":[],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"HOOK_RESERVE","inputs":[],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"HOOK_SET_ROLE","inputs":[],"outputs":[{"name":"","type":"bytes32","internalType":"bytes32"}],"stateMutability":"view"},{"type":"function","name":"NETWORK_LIMIT_SET_ROLE","inputs":[],"outputs":[{"name":"","type":"bytes32","internalType":"bytes32"}],"stateMutability":"view"},{"type":"function","name":"NETWORK_REGISTRY","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"OPERATOR_NETWORK_LIMIT_SET_ROLE","inputs":[],"outputs":[{"name":"","type":"bytes32","internalType":"bytes32"}],"stateMutability":"view"},{"type":"function","name":"OPERATOR_NETWORK_OPT_IN_SERVICE","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"OPERATOR_VAULT_OPT_IN_SERVICE","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"TYPE","inputs":[],"outputs":[{"name":"","type":"uint64","internalType":"uint64"}],"stateMutability":"view"},{"type":"function","name":"VAULT_FACTORY","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"VERSION","inputs":[],"outputs":[{"name":"","type":"uint64","internalType":"uint64"}],"stateMutability":"pure"},{"type":"function","name":"getRoleAdmin","inputs":[{"name":"role","type":"bytes32","internalType":"bytes32"}],"outputs":[{"name":"","type":"bytes32","internalType":"bytes32"}],"stateMutability":"view"},{"type":"function","name":"grantRole","inputs":[{"name":"role","type":"bytes32","internalType":"bytes32"},{"name":"account","type":"address","internalType":"address"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"hasRole","inputs":[{"name":"role","type":"bytes32","internalType":"bytes32"},{"name":"account","type":"address","internalType":"address"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"view"},{"type":"function","name":"hook","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"initialize","inputs":[{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"maxNetworkLimit","inputs":[{"name":"subnetwork","type":"bytes32","internalType":"bytes32"}],"outputs":[{"name":"value","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"networkLimit","inputs":[{"name":"subnetwork","type":"bytes32","internalType":"bytes32"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"networkLimitAt","inputs":[{"name":"subnetwork","type":"bytes32","internalType":"bytes32"},{"name":"timestamp","type":"uint48","internalType":"uint48"},{"name":"hint","type":"bytes","internalType":"bytes"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"onSlash","inputs":[{"name":"subnetwork","type":"bytes32","internalType":"bytes32"},{"name":"operator","type":"address","internalType":"address"},{"name":"amount","type":"uint256","internalType":"uint256"},{"name":"captureTimestamp","type":"uint48","internalType":"uint48"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"operatorNetworkLimit","inputs":[{"name":"subnetwork","type":"bytes32","internalType":"bytes32"},{"name":"operator","type":"address","internalType":"address"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"operatorNetworkLimitAt","inputs":[{"name":"subnetwork","type":"bytes32","internalType":"bytes32"},{"name":"operator","type":"address","internalType":"address"},{"name":"timestamp","type":"uint48","internalType":"uint48"},{"name":"hint","type":"bytes","internalType":"bytes"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"renounceRole","inputs":[{"name":"role","type":"bytes32","internalType":"bytes32"},{"name":"callerConfirmation","type":"address","internalType":"address"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"revokeRole","inputs":[{"name":"role","type":"bytes32","internalType":"bytes32"},{"name":"account","type":"address","internalType":"address"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setHook","inputs":[{"name":"hook_","type":"address","internalType":"address"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setMaxNetworkLimit","inputs":[{"name":"identifier","type":"uint96","internalType":"uint96"},{"name":"amount","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setNetworkLimit","inputs":[{"name":"subnetwork","type":"bytes32","internalType":"bytes32"},{"name":"amount","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setOperatorNetworkLimit","inputs":[{"name":"subnetwork","type":"bytes32","internalType":"bytes32"},{"name":"operator","type":"address","internalType":"address"},{"name":"amount","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"stake","inputs":[{"name":"subnetwork","type":"bytes32","internalType":"bytes32"},{"name":"operator","type":"address","internalType":"address"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"stakeAt","inputs":[{"name":"subnetwork","type":"bytes32","internalType":"bytes32"},{"name":"operator","type":"address","internalType":"address"},{"name":"timestamp","type":"uint48","internalType":"uint48"},{"name":"hints","type":"bytes","internalType":"bytes"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"staticDelegateCall","inputs":[{"name":"target","type":"address","internalType":"address"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"supportsInterface","inputs":[{"name":"interfaceId","type":"bytes4","internalType":"bytes4"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"view"},{"type":"function","name":"vault","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"event","name":"Initialized","inputs":[{"name":"version","type":"uint64","indexed":false,"internalType":"uint64"}],"anonymous":false},{"type":"event","name":"OnSlash","inputs":[{"name":"subnetwork","type":"bytes32","indexed":true,"internalType":"bytes32"},{"name":"operator","type":"address","indexed":true,"internalType":"address"},{"name":"amount","type":"uint256","indexed":false,"internalType":"uint256"},{"name":"captureTimestamp","type":"uint48","indexed":false,"internalType":"uint48"}],"anonymous":false},{"type":"event","name":"RoleAdminChanged","inputs":[{"name":"role","type":"bytes32","indexed":true,"internalType":"bytes32"},{"name":"previousAdminRole","type":"bytes32","indexed":true,"internalType":"bytes32"},{"name":"newAdminRole","type":"bytes32","indexed":true,"internalType":"bytes32"}],"anonymous":false},{"type":"event","name":"RoleGranted","inputs":[{"name":"role","type":"bytes32","indexed":true,"internalType":"bytes32"},{"name":"account","type":"address","indexed":true,"internalType":"address"},{"name":"sender","type":"address","indexed":true,"internalType":"address"}],"anonymous":false},{"type":"event","name":"RoleRevoked","inputs":[{"name":"role","type":"bytes32","indexed":true,"internalType":"bytes32"},{"name":"account","type":"address","indexed":true,"internalType":"address"},{"name":"sender","type":"address","indexed":true,"internalType":"address"}],"anonymous":false},{"type":"event","name":"SetHook","inputs":[{"name":"hook","type":"address","indexed":true,"internalType":"address"}],"anonymous":false},{"type":"event","name":"SetMaxNetworkLimit","inputs":[{"name":"subnetwork","type":"bytes32","indexed":true,"internalType":"bytes32"},{"name":"amount","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"SetNetworkLimit","inputs":[{"name":"subnetwork","type":"bytes32","indexed":true,"internalType":"bytes32"},{"name":"amount","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"SetOperatorNetworkLimit","inputs":[{"name":"subnetwork","type":"bytes32","indexed":true,"internalType":"bytes32"},{"name":"operator","type":"address","indexed":true,"internalType":"address"},{"name":"amount","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"error","name":"AccessControlBadConfirmation","inputs":[]},{"type":"error","name":"AccessControlUnauthorizedAccount","inputs":[{"name":"account","type":"address","internalType":"address"},{"name":"neededRole","type":"bytes32","internalType":"bytes32"}]},{"type":"error","name":"AlreadySet","inputs":[]},{"type":"error","name":"CheckpointUnorderedInsertion","inputs":[]},{"type":"error","name":"DuplicateRoleHolder","inputs":[]},{"type":"error","name":"ExceedsMaxNetworkLimit","inputs":[]},{"type":"error","name":"InsufficientHookGas","inputs":[]},{"type":"error","name":"InvalidInitialization","inputs":[]},{"type":"error","name":"MissingRoleHolders","inputs":[]},{"type":"error","name":"NotInitialized","inputs":[]},{"type":"error","name":"NotInitializing","inputs":[]},{"type":"error","name":"NotNetwork","inputs":[]},{"type":"error","name":"NotSlasher","inputs":[]},{"type":"error","name":"NotVault","inputs":[]},{"type":"error","name":"ReentrancyGuardReentrantCall","inputs":[]},{"type":"error","name":"SafeCastOverflowedUintDowncast","inputs":[{"name":"bits","type":"uint8","internalType":"uint8"},{"name":"value","type":"uint256","internalType":"uint256"}]},{"type":"error","name":"ZeroAddressRoleHolder","inputs":[]}],"bytecode":{"object":"0x610140346101a1576001600160401b0390601f612cbd38819003918201601f191683019190848311848410176101a5578160c092859260409586528339810103126101a15761004d826101b9565b610059602084016101b9565b906100658385016101b9565b94610072606086016101b9565b9460a0610081608083016101b9565b9101519180831683036101a1577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009081549060ff82891c1661019057808083160361014c575b50505060805260a05260c05260e0526101009283526101209182525190612aef92836101ce84396080518361072a015260a05183610eb8015260c0518381816105bb0152610ef1015260e0518381816104620152611d990152518281816104f5015281816114c001526116040152518181816105390152818161142701526116820152f35b6001600160401b0319909116811790915585519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a15f80806100c7565b875163f92ee8a960e01b8152600490fd5b5f80fd5b634e487b7160e01b5f52604160045260245ffd5b51906001600160a01b03821682036101a15756fe60806040526004361015610011575f80fd5b5f3560e01c806301ffc9a714610244578063020cf0c21461023f578063021453481461023a578063103f2907146102355780631142209514610230578063128e5d821461022b5780631a80e5001461022657806323f752d514610221578063248a9ca31461021c5780632dd31000146102175780632f2ff15d1461021257806336568abe1461020d5780633dfd3873146102085780633eb22c0f14610203578063439fab91146101fe578063518504ba146101f9578063557cab44146101f45780635d32a1c9146101ef5780636679191e146101ea5780637d24bb27146101e55780637f5a7c7b146101e057806391d14854146101db57806394d2558a146101d65780639f86fd85146101d1578063a217fddf146101cc578063bb24fe8a146101c7578063c0cd7c3e146101c2578063d15b740e146101bd578063d547741f146101b8578063e02f6937146101b3578063e49561ee146101ae578063fbfa77cf146101a9578063fd4d447c146101a4578063ff54740f1461019f5763ffa1ad741461019a575f80fd5b61120b565b6111ee565b6111c4565b61119d565b610fb2565b610f96565b610f4a565b610f20565b610edc565b610e99565b610e7f565b610dc5565b610d87565b610cd7565b610caf565b610c76565b610c3c565b610be1565b610ab1565b610a77565b61093f565b6108e9565b6107f0565b6107a5565b610759565b610715565b6106dc565b610568565b610524565b6104e0565b610491565b61044d565b610390565b6102af565b3461029a57602036600319011261029a5760043563ffffffff60e01b811680910361029a57602090637965db0b60e01b8114908115610289575b506040519015158152f35b6301ffc9a760e01b1490505f61027e565b5f80fd5b6001600160a01b0381160361029a57565b3461029a57606036600319011261029a576024356004356102cf8261029e565b604435916102db6116f7565b815f526004602052826103096103048360405f209060018060a01b03165f5260205260405f2090565b61190f565b1461037e5760207ffc9545f07ffadfb668efd0144cdcaf2d6e2c8192dce1ea9fc131934f9c90fc7e91835f52600482526103698561035a8360405f209060018060a01b03165f5260205260405f2090565b61036342612254565b9061184d565b50506040519485526001600160a01b031693a3005b60405163a741a04560e01b8152600490fd5b3461029a5760408060031936011261029a5760043590602435906103b2611754565b825f526002602052805f2054821161043d57825f526003602052816103d8825f2061190f565b1461042d5781610428916104187e899d104fc3d8820bd96540612bcc5c448c8837b13b9f7faa43ad0728f0c14f9461035a875f52600360205260405f2090565b5050519081529081906020820190565b0390a2005b5163a741a04560e01b8152600490fd5b51631eefc06360e31b8152600490fd5b3461029a575f36600319011261029a576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b3461029a57604036600319011261029a5760206104d86103046024356104b68161029e565b6004355f526004845260405f209060018060a01b03165f5260205260405f2090565b604051908152f35b3461029a575f36600319011261029a576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b3461029a575f36600319011261029a576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b3461029a57604036600319011261029a576004356001600160601b038116810361029a576024359061059861195c565b6040516302910f8b60e31b81523360048201526020816024816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa9081156106d7575f916106a8575b5015610696576001600160601b03166bffffffffffffffffffffffff193360601b16179080610622835f52600260205260405f2090565b541461037e5761067b817fc67e7929681aa1bccd63f52b3799bf5805f3009f197db6fdf584b14f7fbf608c92610660855f52600260205260405f2090565b5561066b818561198b565b6040519081529081906020820190565b0390a261069460015f80516020612a7a83398151915255565b005b6040516323d53b9760e21b8152600490fd5b6106ca915060203d6020116106d0575b6106c28183610b31565b810190611226565b5f6105eb565b503d6106b8565b61123e565b3461029a57602036600319011261029a576004355f525f80516020612a5a8339815191526020526020600160405f200154604051908152f35b3461029a575f36600319011261029a576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b3461029a57604036600319011261029a5761069460243560043561077c8261029e565b805f525f80516020612a5a8339815191526020526107a0600160405f2001546117aa565b611c66565b3461029a57604036600319011261029a576024356107c28161029e565b336001600160a01b038216036107de5761069490600435611c9c565b60405163334bd91960e11b8152600490fd5b3461029a57602036600319011261029a5760043561080d8161029e565b61081561195c565b335f9081527f9ebbcbe0d2961d3fbe56ca6f679bc753bd848d3e6bb3eaf9041c51b286881d2c60205260409020547fd1c1f6fa6bf27d54c5e54c7c1dc6e5004d3c027ea1994fe68b29c1b51b69c36c9060ff16156108cb57506001546001600160a01b03918216918116821461037e576001600160a01b03191681176001557f5bbb1d3ebb6a3ad2a0f17ff35e579a83af60604d1d3c2a4c83c62adecadf666d5f80a260015f80516020612a7a83398151915255005b6044906040519063e2517d3f60e01b82523360048301526024820152fd5b3461029a57602036600319011261029a576004355f52600360205260206104d860405f2061190f565b9181601f8401121561029a578235916001600160401b03831161029a576020838186019501011161029a57565b3461029a57602036600319011261029a576001600160401b0360043581811161029a57610970903690600401610912565b5f80516020612a9a833981519152549260ff8460401c1615931680159081610a6f575b6001149081610a65575b159081610a5c575b50610a4a575f80516020612a9a833981519152805467ffffffffffffffff191660011790556109d89183610a2657611d64565b6109de57005b5f80516020612a9a833981519152805460ff60401b19169055604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a1005b5f80516020612a9a833981519152805460ff60401b1916600160401b179055611d64565b60405163f92ee8a960e01b8152600490fd5b9050155f6109a5565b303b15915061099d565b849150610993565b3461029a575f36600319011261029a5760206040517f15e7c882d74e8821ebf34aaff46fd0e1d53b9393d91490019124113d28dc32a38152f35b3461029a575f36600319011261029a576020604051614e208152f35b6064359065ffffffffffff8216820361029a57565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b03821117610b1157604052565b610ae2565b606081019081106001600160401b03821117610b1157604052565b90601f801991011681019081106001600160401b03821117610b1157604052565b60405190608082018281106001600160401b03821117610b1157604052565b60405190610b7e82610af6565b565b6001600160401b038111610b1157601f01601f191660200190565b81601f8201121561029a57803590610bb282610b80565b92610bc06040519485610b31565b8284526020838301011161029a57815f926020809301838601378301015290565b3461029a57606036600319011261029a5760243565ffffffffffff8116810361029a576044356001600160401b03811161029a57602091610c296104d8923690600401610b9b565b906004355f526003845260405f20611ed3565b3461029a575f36600319011261029a5760206040517fd1c1f6fa6bf27d54c5e54c7c1dc6e5004d3c027ea1994fe68b29c1b51b69c36c8152f35b3461029a575f36600319011261029a5760206040517e8b9b1e5fa9cf3b14f87f435649268146305ddf689f082e5961a335b07a9abf8152f35b3461029a575f36600319011261029a576001546040516001600160a01b039091168152602090f35b3461029a57604036600319011261029a57602060ff610d29602435610cfb8161029e565b6004355f525f80516020612a5a833981519152845260405f209060018060a01b03165f5260205260405f2090565b54166040519015158152f35b90608060031983011261029a5760043591602435610d528161029e565b9160443565ffffffffffff8116810361029a5791606435906001600160401b03821161029a57610d8491600401610b9b565b90565b3461029a5760206104d8610dc0610d9d36610d35565b939190925f526004865260405f209060018060a01b03165f5260205260405f2090565b611ed3565b3461029a5760408060031936011261029a57600435610de38161029e565b602435906001600160401b03821161029a575f8091610e09610e6d943690600401610912565b908187519283928337810184815203915af43d15610e7557610e5f3d610e2e81610b80565b90610e3b86519283610b31565b81523d5f602083013e5b84519485931515602085015280840152606083019061128b565b03601f198101835282610b31565b805190602001fd5b610e5f6060610e45565b3461029a575f36600319011261029a5760206040515f8152f35b3461029a575f36600319011261029a5760206040516001600160401b037f0000000000000000000000000000000000000000000000000000000000000000168152f35b3461029a575f36600319011261029a576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b3461029a57602036600319011261029a576004355f526002602052602060405f2054604051908152f35b3461029a57604036600319011261029a57610694602435600435610f6d8261029e565b805f525f80516020612a5a833981519152602052610f91600160405f2001546117aa565b611c9c565b3461029a5760206104d8610fa936610d35565b929190916113b1565b3461029a5760a036600319011261029a57602435600435610fd28261029e565b60443591610fde610acd565b90608435906001600160401b03821161029a5761100060049236908401610b9b565b61100861195c565b5f5460209061102d90611021906001600160a01b031681565b6001600160a01b031690565b60405163b134427160e01b815294859182905afa9283156106d7575f9361116c575b506001600160a01b03928316330361115a576001546001600160a01b03168381166110cf575b50506040805195865265ffffffffffff909316602086015216927f741a5de99085c0d660f3e4192217b0ffb0ea4e35a0480de48e857a4bc3ee36ed91819081015b0390a361069460015f80516020612a7a83398151915255565b909360405194611106866110f8602082019363724ab0f760e11b8552858c898d60248701611550565b03601f198101885287610b31565b62042e305a10611148575f6110b6938192827f741a5de99085c0d660f3e4192217b0ffb0ea4e35a0480de48e857a4bc3ee36ed9951926203d090f15093611075565b604051638072475160e01b8152600490fd5b60405163dabc4ad960e01b8152600490fd5b61118f91935060203d602011611196575b6111878183610b31565b81019061153b565b915f61104f565b503d61117d565b3461029a575f36600319011261029a575f546040516001600160a01b039091168152602090f35b3461029a57604036600319011261029a5760206104d86024356111e68161029e565b6004356115cd565b3461029a575f36600319011261029a5760206040516203d0908152f35b3461029a575f36600319011261029a57602060405160018152f35b9081602091031261029a5751801515810361029a5790565b6040513d5f823e3d90fd5b90610d8492915f52600360205260405f20611ed3565b5f9081526004602090815260408083206001600160a01b03909416835292905220610d84929190611ed3565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b604051906112bc82610af6565b60606020838281520152565b81601f8201121561029a578051906112df82610b80565b926112ed6040519485610b31565b8284526020838301011161029a57815f9260208093018386015e8301015290565b9060208282031261029a5781516001600160401b039283821161029a57019060408282031261029a576040519261134484610af6565b825181811161029a57826113599185016112c8565b8452602083015190811161029a5761137192016112c8565b602082015290565b6001600160a01b0391821681529116602082015265ffffffffffff9091166040820152608060608201819052610d849291019061128b565b926113c1909291928284866120b9565b9290936113cc6112af565b9380518061151f575b50508415938415611489575b84156113f8575b505050506113f35790565b505f90565b602080949550611423910151604051958694859463530e1d4360e01b865260601c9060048601611379565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9081156106d7575f9161146a575b50155f8080806113e8565b611483915060203d6020116106d0576106c28183610b31565b5f61145f565b5f549094506001600160a01b03166020848651926114bc604051948593849363530e1d4360e01b85528960048601611379565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9081156106d7575f91611500575b5015936113e1565b611519915060203d6020116106d0576106c28183610b31565b5f6114f8565b61153392955060208091830101910161130e565b925f806113d5565b9081602091031261029a5751610d848161029e565b919360a093610d84969565ffffffffffff938552600180871b031660208501526040840152166060820152816080820152019061128b565b634e487b7160e01b5f52601160045260245ffd5b81156115a6570490565b634e487b7160e01b5f52601260045260245ffd5b90600182018092116115c857565b611588565b5f546040516308834cb560e21b8082526001600160a01b0385811660048401529283166024830152929392602092909183816044817f000000000000000000000000000000000000000000000000000000000000000086165afa9081156106d7575f916116da575b5015918215611656575b5050905061165057610d84916121ae565b50505f90565b6040519081526001600160a01b0385166004820152606086901c602482015291508290829060449082907f0000000000000000000000000000000000000000000000000000000000000000165afa9182156106d7575f926116bd575b505015805f8061163f565b6116d39250803d106106d0576106c28183610b31565b5f806116b2565b6116f19150843d86116106d0576106c28183610b31565b5f611635565b335f9081527f24e48de785eeca8420b70f73d267a66970ccc187d459f2a4b53e74ed92a5ab86602052604090207f15e7c882d74e8821ebf34aaff46fd0e1d53b9393d91490019124113d28dc32a39060ff905b5416156108cb5750565b335f9081527f72a65082a5691803ab2b62c9bc729b34205ba1b183d950896526b2fd8714d0c7602052604090207e8b9b1e5fa9cf3b14f87f435649268146305ddf689f082e5961a335b07a9abf9060ff9061174a565b5f8181525f80516020612a5a83398151915260209081526040808320338452909152902060ff9061174a565b634e487b7160e01b5f52603260045260245ffd5b80548210156117ff575f5260205f2001905f90565b6117d6565b90815491600160401b831015610b115782611827916001610b7e950181556117ea565b90919082549060031b91821b915f19901b1916179055565b5f198101919082116115c857565b909291926001820190815480156118df575b508461186a846122aa565b5094909284549361187a8361190f565b96816118ca575b50156118a7575050505f1981019081116115c85761182785916118a3936117ea565b9190565b6118a39492936118c3926001600160d01b03909116919061277e565b5050611804565b65ffffffffffff83811691161490505f611881565b600160401b811015610b11578060016118fb92018455836117ea565b8154905f199060031b1b191690555f61185f565b80548061193e57505f5b6001600160d01b0381161561165057600161193492016117ea565b90549060031b1c90565b5f199080828101116115c857825f5260205f2001015460301c611919565b5f80516020612a7a83398151915260028154146119795760029055565b604051633ee5aeb560e01b8152600490fd5b90815f52600360205260405f20816119a2826122aa565b919390508315611a00576119c2916001600160d01b0316906001016117ea565b90549060031b1c5b826119f6575b50506119da575050565b6119f2915f52600360205260405f2061036342612254565b5050565b119050815f6119d0565b50505f6119ca565b6001600160a01b0381165f9081527fb7db2dd08fcb62d0c9e08c51941cae53c267786a0b75803fb7960902fc8ef97d60205260409020545f80516020612a5a8339815191529060ff16611650575f808052602091825260408082206001600160a01b038516835290925220805460ff1916600117905533906001600160a01b03165f7f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d8180a4600190565b6001600160a01b0381165f9081527f9ebbcbe0d2961d3fbe56ca6f679bc753bd848d3e6bb3eaf9041c51b286881d2c602052604090207fd1c1f6fa6bf27d54c5e54c7c1dc6e5004d3c027ea1994fe68b29c1b51b69c36c905f80516020612a5a8339815191529060ff905b5416611b82575f828152602091825260408082206001600160a01b038616835290925220805460ff1916600117905533916001600160a01b0316907f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d5f80a4600190565b5050505f90565b6001600160a01b0381165f9081527f72a65082a5691803ab2b62c9bc729b34205ba1b183d950896526b2fd8714d0c7602052604090207e8b9b1e5fa9cf3b14f87f435649268146305ddf689f082e5961a335b07a9abf905f80516020612a5a8339815191529060ff90611b1e565b6001600160a01b0381165f9081527f24e48de785eeca8420b70f73d267a66970ccc187d459f2a4b53e74ed92a5ab86602052604090207f15e7c882d74e8821ebf34aaff46fd0e1d53b9393d91490019124113d28dc32a3905f80516020612a5a8339815191529060ff90611b1e565b5f8181525f80516020612a5a833981519152602081815260408084206001600160a01b038716855290915290912060ff90611b1e565b5f8181525f80516020612a5a833981519152602081815260408084206001600160a01b03871685529091529091205460ff1615611b82575f828152602091825260408082206001600160a01b038616835290925220805460ff1916905533916001600160a01b0316907ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b5f80a4600190565b91909160408184031261029a578035611d468161029e565b9260208201356001600160401b03811161029a57610d849201610b9b565b611d7091810190611d2e565b6040516302910f8b60e31b81526001600160a01b039283166004820181905291906020816024817f000000000000000000000000000000000000000000000000000000000000000088165afa9081156106d7575f91611e83575b5015611e7157611e05604091611e00611e4b94611de56122f9565b60018060a01b03166001600160601b0360a01b5f5416175f55565b612479565b6020810151600180546001600160a01b0319166001600160a01b0390921691909117905580516001600160a01b0316848116611e61575b5001516001600160a01b031690565b908116611e555750565b611e5e90611ab3565b50565b611e6a90611a08565b505f611e3c565b6040516362df054560e01b8152600490fd5b611e9c915060203d6020116106d0576106c28183610b31565b5f611dca565b9081602091031261029a575163ffffffff8116810361029a5790565b90600163ffffffff809316019182116115c857565b91805115611fac5780602080611eee93518301019101611ea2565b91611ef983826126a9565b92611f0a845165ffffffffffff1690565b9065ffffffffffff8085169216828114611fa05782119182611f40575b5050611f3757610d8492506125d9565b50506020015190565b909150611f4d835461183f565b63ffffffff831614918215611f66575b50505f80611f27565b611f98919250611f81611f7b611f8d92611ebe565b856126a9565b5165ffffffffffff1690565b65ffffffffffff1690565b115f80611f5d565b50505050506020015190565b50610d84916125d9565b60405190608082018281106001600160401b03821117610b1157604052606080838181528160208201528160408201520152565b9060208282031261029a5781516001600160401b039283821161029a57019060808282031261029a5761201b610b52565b92825181811161029a57826120319185016112c8565b8452602083015181811161029a578261204b9185016112c8565b6020850152604083015181811161029a57826120689185016112c8565b6040850152606083015190811161029a5761208392016112c8565b606082015290565b9081602091031261029a575190565b60409065ffffffffffff610d849493168152816020820152019061128b565b939190936120c5611fb6565b9380518061218e575b505061210f92939460206120ee6110216110215f5460018060a01b031690565b8188015190604051808098819463810da75d60e01b8352896004840161209a565b03915afa9182156106d757612150945f93612155575b5061214a9061214a939461213e60408a01518284611249565b9360608a01519261125f565b90612711565b915190565b61214a93509061217f61214a9260203d602011612187575b6121778183610b31565b81019061208b565b935090612125565b503d61216d565b61210f949550906020806121a6938301019101611fea565b93925f6120ce565b5f5460405163bd49c35f60e01b8152929190602090849060049082906001600160a01b03165afa9081156106d757610d84935f92612229575b5061214a61030461214a9394612208610304855f52600360205260405f2090565b935f52600460205260405f209060018060a01b03165f5260205260405f2090565b61214a925061030461224c61214a9260203d602011612187576121778183610b31565b9350506121e7565b65ffffffffffff90818111612267571690565b604490604051906306dfcc6560e41b8252603060048301526024820152fd5b9060405161229381610af6565b915465ffffffffffff8116835260301c6020830152565b8054806122bb5750505f905f905f90565b5f199080828101116115c8576122d8925f5260205f200101612286565b9065ffffffffffff82511691602060018060d01b0391015116906001929190565b612301612899565b612309612899565b60015f80516020612a7a83398151915255565b6040519061232982610b16565b5f6040838281528260208201520152565b81601f8201121561029a578051916020916001600160401b038411610b11578360051b906040519461236e85840187610b31565b8552838086019282010192831161029a578301905b828210612391575050505090565b838091835161239f8161029e565b815201910190612383565b9060208282031261029a5781516001600160401b039283821161029a5701908181039260a0841261029a576060604051946123e486610b16565b1261029a576040516123f581610b16565b83516124008161029e565b815260208401516124108161029e565b602082015260408401516124238161029e565b60408201528452606083015181811161029a578261244291850161233a565b6020850152608083015190811161029a5761245d920161233a565b604082015290565b80518210156117ff5760209160051b010190565b6124959061248561231c565b50602080825183010191016123aa565b8051519091906001600160a01b031615806125bf575b6125ad579060208101905f5b82518051821015612531576110216124d2836124df93612465565b516001600160a01b031690565b1561251f576125016124fd6124f86124d2848751612465565b611b89565b1590565b61250d576001016124b7565b604051635140fefd60e11b8152600490fd5b6040516323cda06760e01b8152600490fd5b506040925050818101905f5b825180518210156125a4576110216124d28361255893612465565b15612593576125766124fd6125716124d2848751612465565b611bf7565b6125825760010161253d565b8351635140fefd60e11b8152600490fd5b83516323cda06760e01b8152600490fd5b50509150505190565b6040516303501f5960e11b8152600490fd5b5060208201515115806124ab5750604082015151156124ab565b908154905f829160058411612643575b6125f49350846129fa565b8061261c57505f905b6001600160d01b0382161561165057610d8491600161193492016117ea565b61263661262b61263d9261183f565b835f5260205f200190565b5460301c90565b906125fd565b919261264e816128c7565b81039081116115c8576125f493855f5265ffffffffffff808360205f20015416908516105f1461267f5750916125e9565b92915061268b906115ba565b906125e9565b6040519061269e82610af6565b5f6020838281520152565b906126d26126cc6126f3926126bc612691565b506126c5612691565b50846117ea565b50612286565b91600165ffffffffffff845116936020828060d01b039101511691016117ea565b9054906040519261270384610af6565b835260031b1c602082015290565b908082101561271e575090565b905090565b8054600160401b811015610b1157612740916001820181556117ea565b61276b57815160209092015160301b65ffffffffffff191665ffffffffffff92909216919091179055565b634e487b7160e01b5f525f60045260245ffd5b8054929392919082156128705761279f61279a61262b8561183f565b612286565b906127b0825165ffffffffffff1690565b65ffffffffffff8481169116811061285e576118a39460209488926127de611f8d875165ffffffffffff1690565b036128265750612818926127f46127ff9261183f565b905f5260205f200190565b9065ffffffffffff82549181199060301b169116179055565b01516001600160d01b031690565b91505061285991612846612838610b71565b65ffffffffffff9093168352565b6001600160d01b03881682860152612723565b612818565b604051632520601d60e01b8152600490fd5b6128949250612880612838610b71565b6001600160d01b0385166020830152612723565b5f9190565b60ff5f80516020612a9a8339815191525460401c16156128b557565b604051631afcd79f60e31b8152600490fd5b80156113f3578061214a61299261298861297e61297461296a6129606129566001610d849a5f908b60801c806129ee575b508060401c806129e1575b508060201c806129d4575b508060101c806129c7575b508060081c806129ba575b508060041c806129ad575b508060021c806129a0575b50821c612999575b811c1b61294f818b61159c565b0160011c90565b61294f818a61159c565b61294f818961159c565b61294f818861159c565b61294f818761159c565b61294f818661159c565b61294f818561159c565b809261159c565b8101612942565b600291509101905f61293a565b600491509101905f61292f565b600891509101905f612924565b601091509101905f612919565b602091509101905f61290e565b604091509101905f612903565b9150506080905f6128f8565b91905b838210612a0a5750505090565b9091928083169080841860011c82018092116115c857845f5265ffffffffffff808360205f20015416908416105f14612a475750925b91906129fd565b939250612a53906115ba565b91612a4056fe02dd7bc7dec4dceedda775e58dd541e08a116c6c53815c0bd028192f7b6268009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220dd919c92c5c4e9880f5a51cce7ea94075f9e1664049d05ef4b127cb5a770ab1464736f6c63430008190033","sourceMap":"536:5807:82:-:0;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;;;;;8837:64:26;536:5807:82;;;;;;;;;7896:76:26;;536:5807:82;;;;7985:34:26;7981:146;;-1:-1:-1;525:17:74;;;536:5807:82;525:17:74;536:5807:82;552:12:74;536:5807:82;2360:34:81;2404:28;;2442:57;;;;2509:61;;;;536:5807:82;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2404:28:81;536:5807:82;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7981:146:26;-1:-1:-1;;;;;;536:5807:82;;;;;;;;;;;;;8087:29:26;;536:5807:82;;8087:29:26;7981:146;;;;;7896:76;536:5807:82;;-1:-1:-1;;;7938:23:26;;;;;536:5807:82;-1:-1:-1;536:5807:82;;;;;;-1:-1:-1;536:5807:82;;;;;-1:-1:-1;536:5807:82;;;;-1:-1:-1;;;;;536:5807:82;;;;;;:::o","linkReferences":{}},"deployedBytecode":{"object":"0x60806040526004361015610011575f80fd5b5f3560e01c806301ffc9a714610244578063020cf0c21461023f578063021453481461023a578063103f2907146102355780631142209514610230578063128e5d821461022b5780631a80e5001461022657806323f752d514610221578063248a9ca31461021c5780632dd31000146102175780632f2ff15d1461021257806336568abe1461020d5780633dfd3873146102085780633eb22c0f14610203578063439fab91146101fe578063518504ba146101f9578063557cab44146101f45780635d32a1c9146101ef5780636679191e146101ea5780637d24bb27146101e55780637f5a7c7b146101e057806391d14854146101db57806394d2558a146101d65780639f86fd85146101d1578063a217fddf146101cc578063bb24fe8a146101c7578063c0cd7c3e146101c2578063d15b740e146101bd578063d547741f146101b8578063e02f6937146101b3578063e49561ee146101ae578063fbfa77cf146101a9578063fd4d447c146101a4578063ff54740f1461019f5763ffa1ad741461019a575f80fd5b61120b565b6111ee565b6111c4565b61119d565b610fb2565b610f96565b610f4a565b610f20565b610edc565b610e99565b610e7f565b610dc5565b610d87565b610cd7565b610caf565b610c76565b610c3c565b610be1565b610ab1565b610a77565b61093f565b6108e9565b6107f0565b6107a5565b610759565b610715565b6106dc565b610568565b610524565b6104e0565b610491565b61044d565b610390565b6102af565b3461029a57602036600319011261029a5760043563ffffffff60e01b811680910361029a57602090637965db0b60e01b8114908115610289575b506040519015158152f35b6301ffc9a760e01b1490505f61027e565b5f80fd5b6001600160a01b0381160361029a57565b3461029a57606036600319011261029a576024356004356102cf8261029e565b604435916102db6116f7565b815f526004602052826103096103048360405f209060018060a01b03165f5260205260405f2090565b61190f565b1461037e5760207ffc9545f07ffadfb668efd0144cdcaf2d6e2c8192dce1ea9fc131934f9c90fc7e91835f52600482526103698561035a8360405f209060018060a01b03165f5260205260405f2090565b61036342612254565b9061184d565b50506040519485526001600160a01b031693a3005b60405163a741a04560e01b8152600490fd5b3461029a5760408060031936011261029a5760043590602435906103b2611754565b825f526002602052805f2054821161043d57825f526003602052816103d8825f2061190f565b1461042d5781610428916104187e899d104fc3d8820bd96540612bcc5c448c8837b13b9f7faa43ad0728f0c14f9461035a875f52600360205260405f2090565b5050519081529081906020820190565b0390a2005b5163a741a04560e01b8152600490fd5b51631eefc06360e31b8152600490fd5b3461029a575f36600319011261029a576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b3461029a57604036600319011261029a5760206104d86103046024356104b68161029e565b6004355f526004845260405f209060018060a01b03165f5260205260405f2090565b604051908152f35b3461029a575f36600319011261029a576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b3461029a575f36600319011261029a576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b3461029a57604036600319011261029a576004356001600160601b038116810361029a576024359061059861195c565b6040516302910f8b60e31b81523360048201526020816024816001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000165afa9081156106d7575f916106a8575b5015610696576001600160601b03166bffffffffffffffffffffffff193360601b16179080610622835f52600260205260405f2090565b541461037e5761067b817fc67e7929681aa1bccd63f52b3799bf5805f3009f197db6fdf584b14f7fbf608c92610660855f52600260205260405f2090565b5561066b818561198b565b6040519081529081906020820190565b0390a261069460015f80516020612a7a83398151915255565b005b6040516323d53b9760e21b8152600490fd5b6106ca915060203d6020116106d0575b6106c28183610b31565b810190611226565b5f6105eb565b503d6106b8565b61123e565b3461029a57602036600319011261029a576004355f525f80516020612a5a8339815191526020526020600160405f200154604051908152f35b3461029a575f36600319011261029a576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b3461029a57604036600319011261029a5761069460243560043561077c8261029e565b805f525f80516020612a5a8339815191526020526107a0600160405f2001546117aa565b611c66565b3461029a57604036600319011261029a576024356107c28161029e565b336001600160a01b038216036107de5761069490600435611c9c565b60405163334bd91960e11b8152600490fd5b3461029a57602036600319011261029a5760043561080d8161029e565b61081561195c565b335f9081527f9ebbcbe0d2961d3fbe56ca6f679bc753bd848d3e6bb3eaf9041c51b286881d2c60205260409020547fd1c1f6fa6bf27d54c5e54c7c1dc6e5004d3c027ea1994fe68b29c1b51b69c36c9060ff16156108cb57506001546001600160a01b03918216918116821461037e576001600160a01b03191681176001557f5bbb1d3ebb6a3ad2a0f17ff35e579a83af60604d1d3c2a4c83c62adecadf666d5f80a260015f80516020612a7a83398151915255005b6044906040519063e2517d3f60e01b82523360048301526024820152fd5b3461029a57602036600319011261029a576004355f52600360205260206104d860405f2061190f565b9181601f8401121561029a578235916001600160401b03831161029a576020838186019501011161029a57565b3461029a57602036600319011261029a576001600160401b0360043581811161029a57610970903690600401610912565b5f80516020612a9a833981519152549260ff8460401c1615931680159081610a6f575b6001149081610a65575b159081610a5c575b50610a4a575f80516020612a9a833981519152805467ffffffffffffffff191660011790556109d89183610a2657611d64565b6109de57005b5f80516020612a9a833981519152805460ff60401b19169055604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a1005b5f80516020612a9a833981519152805460ff60401b1916600160401b179055611d64565b60405163f92ee8a960e01b8152600490fd5b9050155f6109a5565b303b15915061099d565b849150610993565b3461029a575f36600319011261029a5760206040517f15e7c882d74e8821ebf34aaff46fd0e1d53b9393d91490019124113d28dc32a38152f35b3461029a575f36600319011261029a576020604051614e208152f35b6064359065ffffffffffff8216820361029a57565b634e487b7160e01b5f52604160045260245ffd5b604081019081106001600160401b03821117610b1157604052565b610ae2565b606081019081106001600160401b03821117610b1157604052565b90601f801991011681019081106001600160401b03821117610b1157604052565b60405190608082018281106001600160401b03821117610b1157604052565b60405190610b7e82610af6565b565b6001600160401b038111610b1157601f01601f191660200190565b81601f8201121561029a57803590610bb282610b80565b92610bc06040519485610b31565b8284526020838301011161029a57815f926020809301838601378301015290565b3461029a57606036600319011261029a5760243565ffffffffffff8116810361029a576044356001600160401b03811161029a57602091610c296104d8923690600401610b9b565b906004355f526003845260405f20611ed3565b3461029a575f36600319011261029a5760206040517fd1c1f6fa6bf27d54c5e54c7c1dc6e5004d3c027ea1994fe68b29c1b51b69c36c8152f35b3461029a575f36600319011261029a5760206040517e8b9b1e5fa9cf3b14f87f435649268146305ddf689f082e5961a335b07a9abf8152f35b3461029a575f36600319011261029a576001546040516001600160a01b039091168152602090f35b3461029a57604036600319011261029a57602060ff610d29602435610cfb8161029e565b6004355f525f80516020612a5a833981519152845260405f209060018060a01b03165f5260205260405f2090565b54166040519015158152f35b90608060031983011261029a5760043591602435610d528161029e565b9160443565ffffffffffff8116810361029a5791606435906001600160401b03821161029a57610d8491600401610b9b565b90565b3461029a5760206104d8610dc0610d9d36610d35565b939190925f526004865260405f209060018060a01b03165f5260205260405f2090565b611ed3565b3461029a5760408060031936011261029a57600435610de38161029e565b602435906001600160401b03821161029a575f8091610e09610e6d943690600401610912565b908187519283928337810184815203915af43d15610e7557610e5f3d610e2e81610b80565b90610e3b86519283610b31565b81523d5f602083013e5b84519485931515602085015280840152606083019061128b565b03601f198101835282610b31565b805190602001fd5b610e5f6060610e45565b3461029a575f36600319011261029a5760206040515f8152f35b3461029a575f36600319011261029a5760206040516001600160401b037f0000000000000000000000000000000000000000000000000000000000000000168152f35b3461029a575f36600319011261029a576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b3461029a57602036600319011261029a576004355f526002602052602060405f2054604051908152f35b3461029a57604036600319011261029a57610694602435600435610f6d8261029e565b805f525f80516020612a5a833981519152602052610f91600160405f2001546117aa565b611c9c565b3461029a5760206104d8610fa936610d35565b929190916113b1565b3461029a5760a036600319011261029a57602435600435610fd28261029e565b60443591610fde610acd565b90608435906001600160401b03821161029a5761100060049236908401610b9b565b61100861195c565b5f5460209061102d90611021906001600160a01b031681565b6001600160a01b031690565b60405163b134427160e01b815294859182905afa9283156106d7575f9361116c575b506001600160a01b03928316330361115a576001546001600160a01b03168381166110cf575b50506040805195865265ffffffffffff909316602086015216927f741a5de99085c0d660f3e4192217b0ffb0ea4e35a0480de48e857a4bc3ee36ed91819081015b0390a361069460015f80516020612a7a83398151915255565b909360405194611106866110f8602082019363724ab0f760e11b8552858c898d60248701611550565b03601f198101885287610b31565b62042e305a10611148575f6110b6938192827f741a5de99085c0d660f3e4192217b0ffb0ea4e35a0480de48e857a4bc3ee36ed9951926203d090f15093611075565b604051638072475160e01b8152600490fd5b60405163dabc4ad960e01b8152600490fd5b61118f91935060203d602011611196575b6111878183610b31565b81019061153b565b915f61104f565b503d61117d565b3461029a575f36600319011261029a575f546040516001600160a01b039091168152602090f35b3461029a57604036600319011261029a5760206104d86024356111e68161029e565b6004356115cd565b3461029a575f36600319011261029a5760206040516203d0908152f35b3461029a575f36600319011261029a57602060405160018152f35b9081602091031261029a5751801515810361029a5790565b6040513d5f823e3d90fd5b90610d8492915f52600360205260405f20611ed3565b5f9081526004602090815260408083206001600160a01b03909416835292905220610d84929190611ed3565b805180835260209291819084018484015e5f828201840152601f01601f1916010190565b604051906112bc82610af6565b60606020838281520152565b81601f8201121561029a578051906112df82610b80565b926112ed6040519485610b31565b8284526020838301011161029a57815f9260208093018386015e8301015290565b9060208282031261029a5781516001600160401b039283821161029a57019060408282031261029a576040519261134484610af6565b825181811161029a57826113599185016112c8565b8452602083015190811161029a5761137192016112c8565b602082015290565b6001600160a01b0391821681529116602082015265ffffffffffff9091166040820152608060608201819052610d849291019061128b565b926113c1909291928284866120b9565b9290936113cc6112af565b9380518061151f575b50508415938415611489575b84156113f8575b505050506113f35790565b505f90565b602080949550611423910151604051958694859463530e1d4360e01b865260601c9060048601611379565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9081156106d7575f9161146a575b50155f8080806113e8565b611483915060203d6020116106d0576106c28183610b31565b5f61145f565b5f549094506001600160a01b03166020848651926114bc604051948593849363530e1d4360e01b85528960048601611379565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa9081156106d7575f91611500575b5015936113e1565b611519915060203d6020116106d0576106c28183610b31565b5f6114f8565b61153392955060208091830101910161130e565b925f806113d5565b9081602091031261029a5751610d848161029e565b919360a093610d84969565ffffffffffff938552600180871b031660208501526040840152166060820152816080820152019061128b565b634e487b7160e01b5f52601160045260245ffd5b81156115a6570490565b634e487b7160e01b5f52601260045260245ffd5b90600182018092116115c857565b611588565b5f546040516308834cb560e21b8082526001600160a01b0385811660048401529283166024830152929392602092909183816044817f000000000000000000000000000000000000000000000000000000000000000086165afa9081156106d7575f916116da575b5015918215611656575b5050905061165057610d84916121ae565b50505f90565b6040519081526001600160a01b0385166004820152606086901c602482015291508290829060449082907f0000000000000000000000000000000000000000000000000000000000000000165afa9182156106d7575f926116bd575b505015805f8061163f565b6116d39250803d106106d0576106c28183610b31565b5f806116b2565b6116f19150843d86116106d0576106c28183610b31565b5f611635565b335f9081527f24e48de785eeca8420b70f73d267a66970ccc187d459f2a4b53e74ed92a5ab86602052604090207f15e7c882d74e8821ebf34aaff46fd0e1d53b9393d91490019124113d28dc32a39060ff905b5416156108cb5750565b335f9081527f72a65082a5691803ab2b62c9bc729b34205ba1b183d950896526b2fd8714d0c7602052604090207e8b9b1e5fa9cf3b14f87f435649268146305ddf689f082e5961a335b07a9abf9060ff9061174a565b5f8181525f80516020612a5a83398151915260209081526040808320338452909152902060ff9061174a565b634e487b7160e01b5f52603260045260245ffd5b80548210156117ff575f5260205f2001905f90565b6117d6565b90815491600160401b831015610b115782611827916001610b7e950181556117ea565b90919082549060031b91821b915f19901b1916179055565b5f198101919082116115c857565b909291926001820190815480156118df575b508461186a846122aa565b5094909284549361187a8361190f565b96816118ca575b50156118a7575050505f1981019081116115c85761182785916118a3936117ea565b9190565b6118a39492936118c3926001600160d01b03909116919061277e565b5050611804565b65ffffffffffff83811691161490505f611881565b600160401b811015610b11578060016118fb92018455836117ea565b8154905f199060031b1b191690555f61185f565b80548061193e57505f5b6001600160d01b0381161561165057600161193492016117ea565b90549060031b1c90565b5f199080828101116115c857825f5260205f2001015460301c611919565b5f80516020612a7a83398151915260028154146119795760029055565b604051633ee5aeb560e01b8152600490fd5b90815f52600360205260405f20816119a2826122aa565b919390508315611a00576119c2916001600160d01b0316906001016117ea565b90549060031b1c5b826119f6575b50506119da575050565b6119f2915f52600360205260405f2061036342612254565b5050565b119050815f6119d0565b50505f6119ca565b6001600160a01b0381165f9081527fb7db2dd08fcb62d0c9e08c51941cae53c267786a0b75803fb7960902fc8ef97d60205260409020545f80516020612a5a8339815191529060ff16611650575f808052602091825260408082206001600160a01b038516835290925220805460ff1916600117905533906001600160a01b03165f7f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d8180a4600190565b6001600160a01b0381165f9081527f9ebbcbe0d2961d3fbe56ca6f679bc753bd848d3e6bb3eaf9041c51b286881d2c602052604090207fd1c1f6fa6bf27d54c5e54c7c1dc6e5004d3c027ea1994fe68b29c1b51b69c36c905f80516020612a5a8339815191529060ff905b5416611b82575f828152602091825260408082206001600160a01b038616835290925220805460ff1916600117905533916001600160a01b0316907f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d5f80a4600190565b5050505f90565b6001600160a01b0381165f9081527f72a65082a5691803ab2b62c9bc729b34205ba1b183d950896526b2fd8714d0c7602052604090207e8b9b1e5fa9cf3b14f87f435649268146305ddf689f082e5961a335b07a9abf905f80516020612a5a8339815191529060ff90611b1e565b6001600160a01b0381165f9081527f24e48de785eeca8420b70f73d267a66970ccc187d459f2a4b53e74ed92a5ab86602052604090207f15e7c882d74e8821ebf34aaff46fd0e1d53b9393d91490019124113d28dc32a3905f80516020612a5a8339815191529060ff90611b1e565b5f8181525f80516020612a5a833981519152602081815260408084206001600160a01b038716855290915290912060ff90611b1e565b5f8181525f80516020612a5a833981519152602081815260408084206001600160a01b03871685529091529091205460ff1615611b82575f828152602091825260408082206001600160a01b038616835290925220805460ff1916905533916001600160a01b0316907ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b5f80a4600190565b91909160408184031261029a578035611d468161029e565b9260208201356001600160401b03811161029a57610d849201610b9b565b611d7091810190611d2e565b6040516302910f8b60e31b81526001600160a01b039283166004820181905291906020816024817f000000000000000000000000000000000000000000000000000000000000000088165afa9081156106d7575f91611e83575b5015611e7157611e05604091611e00611e4b94611de56122f9565b60018060a01b03166001600160601b0360a01b5f5416175f55565b612479565b6020810151600180546001600160a01b0319166001600160a01b0390921691909117905580516001600160a01b0316848116611e61575b5001516001600160a01b031690565b908116611e555750565b611e5e90611ab3565b50565b611e6a90611a08565b505f611e3c565b6040516362df054560e01b8152600490fd5b611e9c915060203d6020116106d0576106c28183610b31565b5f611dca565b9081602091031261029a575163ffffffff8116810361029a5790565b90600163ffffffff809316019182116115c857565b91805115611fac5780602080611eee93518301019101611ea2565b91611ef983826126a9565b92611f0a845165ffffffffffff1690565b9065ffffffffffff8085169216828114611fa05782119182611f40575b5050611f3757610d8492506125d9565b50506020015190565b909150611f4d835461183f565b63ffffffff831614918215611f66575b50505f80611f27565b611f98919250611f81611f7b611f8d92611ebe565b856126a9565b5165ffffffffffff1690565b65ffffffffffff1690565b115f80611f5d565b50505050506020015190565b50610d84916125d9565b60405190608082018281106001600160401b03821117610b1157604052606080838181528160208201528160408201520152565b9060208282031261029a5781516001600160401b039283821161029a57019060808282031261029a5761201b610b52565b92825181811161029a57826120319185016112c8565b8452602083015181811161029a578261204b9185016112c8565b6020850152604083015181811161029a57826120689185016112c8565b6040850152606083015190811161029a5761208392016112c8565b606082015290565b9081602091031261029a575190565b60409065ffffffffffff610d849493168152816020820152019061128b565b939190936120c5611fb6565b9380518061218e575b505061210f92939460206120ee6110216110215f5460018060a01b031690565b8188015190604051808098819463810da75d60e01b8352896004840161209a565b03915afa9182156106d757612150945f93612155575b5061214a9061214a939461213e60408a01518284611249565b9360608a01519261125f565b90612711565b915190565b61214a93509061217f61214a9260203d602011612187575b6121778183610b31565b81019061208b565b935090612125565b503d61216d565b61210f949550906020806121a6938301019101611fea565b93925f6120ce565b5f5460405163bd49c35f60e01b8152929190602090849060049082906001600160a01b03165afa9081156106d757610d84935f92612229575b5061214a61030461214a9394612208610304855f52600360205260405f2090565b935f52600460205260405f209060018060a01b03165f5260205260405f2090565b61214a925061030461224c61214a9260203d602011612187576121778183610b31565b9350506121e7565b65ffffffffffff90818111612267571690565b604490604051906306dfcc6560e41b8252603060048301526024820152fd5b9060405161229381610af6565b915465ffffffffffff8116835260301c6020830152565b8054806122bb5750505f905f905f90565b5f199080828101116115c8576122d8925f5260205f200101612286565b9065ffffffffffff82511691602060018060d01b0391015116906001929190565b612301612899565b612309612899565b60015f80516020612a7a83398151915255565b6040519061232982610b16565b5f6040838281528260208201520152565b81601f8201121561029a578051916020916001600160401b038411610b11578360051b906040519461236e85840187610b31565b8552838086019282010192831161029a578301905b828210612391575050505090565b838091835161239f8161029e565b815201910190612383565b9060208282031261029a5781516001600160401b039283821161029a5701908181039260a0841261029a576060604051946123e486610b16565b1261029a576040516123f581610b16565b83516124008161029e565b815260208401516124108161029e565b602082015260408401516124238161029e565b60408201528452606083015181811161029a578261244291850161233a565b6020850152608083015190811161029a5761245d920161233a565b604082015290565b80518210156117ff5760209160051b010190565b6124959061248561231c565b50602080825183010191016123aa565b8051519091906001600160a01b031615806125bf575b6125ad579060208101905f5b82518051821015612531576110216124d2836124df93612465565b516001600160a01b031690565b1561251f576125016124fd6124f86124d2848751612465565b611b89565b1590565b61250d576001016124b7565b604051635140fefd60e11b8152600490fd5b6040516323cda06760e01b8152600490fd5b506040925050818101905f5b825180518210156125a4576110216124d28361255893612465565b15612593576125766124fd6125716124d2848751612465565b611bf7565b6125825760010161253d565b8351635140fefd60e11b8152600490fd5b83516323cda06760e01b8152600490fd5b50509150505190565b6040516303501f5960e11b8152600490fd5b5060208201515115806124ab5750604082015151156124ab565b908154905f829160058411612643575b6125f49350846129fa565b8061261c57505f905b6001600160d01b0382161561165057610d8491600161193492016117ea565b61263661262b61263d9261183f565b835f5260205f200190565b5460301c90565b906125fd565b919261264e816128c7565b81039081116115c8576125f493855f5265ffffffffffff808360205f20015416908516105f1461267f5750916125e9565b92915061268b906115ba565b906125e9565b6040519061269e82610af6565b5f6020838281520152565b906126d26126cc6126f3926126bc612691565b506126c5612691565b50846117ea565b50612286565b91600165ffffffffffff845116936020828060d01b039101511691016117ea565b9054906040519261270384610af6565b835260031b1c602082015290565b908082101561271e575090565b905090565b8054600160401b811015610b1157612740916001820181556117ea565b61276b57815160209092015160301b65ffffffffffff191665ffffffffffff92909216919091179055565b634e487b7160e01b5f525f60045260245ffd5b8054929392919082156128705761279f61279a61262b8561183f565b612286565b906127b0825165ffffffffffff1690565b65ffffffffffff8481169116811061285e576118a39460209488926127de611f8d875165ffffffffffff1690565b036128265750612818926127f46127ff9261183f565b905f5260205f200190565b9065ffffffffffff82549181199060301b169116179055565b01516001600160d01b031690565b91505061285991612846612838610b71565b65ffffffffffff9093168352565b6001600160d01b03881682860152612723565b612818565b604051632520601d60e01b8152600490fd5b6128949250612880612838610b71565b6001600160d01b0385166020830152612723565b5f9190565b60ff5f80516020612a9a8339815191525460401c16156128b557565b604051631afcd79f60e31b8152600490fd5b80156113f3578061214a61299261298861297e61297461296a6129606129566001610d849a5f908b60801c806129ee575b508060401c806129e1575b508060201c806129d4575b508060101c806129c7575b508060081c806129ba575b508060041c806129ad575b508060021c806129a0575b50821c612999575b811c1b61294f818b61159c565b0160011c90565b61294f818a61159c565b61294f818961159c565b61294f818861159c565b61294f818761159c565b61294f818661159c565b61294f818561159c565b809261159c565b8101612942565b600291509101905f61293a565b600491509101905f61292f565b600891509101905f612924565b601091509101905f612919565b602091509101905f61290e565b604091509101905f612903565b9150506080905f6128f8565b91905b838210612a0a5750505090565b9091928083169080841860011c82018092116115c857845f5265ffffffffffff808360205f20015416908416105f14612a475750925b91906129fd565b939250612a53906115ba565b91612a4056fe02dd7bc7dec4dceedda775e58dd541e08a116c6c53815c0bd028192f7b6268009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220dd919c92c5c4e9880f5a51cce7ea94075f9e1664049d05ef4b127cb5a770ab1464736f6c63430008190033","sourceMap":"536:5807:82:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;:::i;:::-;;;;;;-1:-1:-1;;536:5807:82;;;;;;;;;;;;;;;;;;-1:-1:-1;;;3551:47:24;;;:87;;;;536:5807:82;;;;;;;;;;3551:87:24;-1:-1:-1;;;1133:40:30;;-1:-1:-1;3551:87:24;;;536:5807:82;-1:-1:-1;536:5807:82;;;-1:-1:-1;;;;;536:5807:82;;;;;:::o;:::-;;;;;;-1:-1:-1;;536:5807:82;;;;;;;;;;;:::i;:::-;;;3202:4:24;;;:::i;:::-;536:5807:82;-1:-1:-1;536:5807:82;;;;;2662:52;:43;536:5807;;-1:-1:-1;536:5807:82;;;;;;;;;;;;;;;;;2662:43;:52;:::i;:::-;3458;3454:102;;536:5807;3656:53;536:5807;;-1:-1:-1;536:5807:82;;;;3566:74;536:5807;3566:43;536:5807;;-1:-1:-1;536:5807:82;;;;;;;;;;;;;;;;;3566:43;819:34:63;837:15;819:34;:::i;:::-;3566:74:82;;:::i;:::-;-1:-1:-1;;536:5807:82;;;;;-1:-1:-1;;;;;536:5807:82;;3656:53;536:5807;3454:102;536:5807;;-1:-1:-1;;;3533:12:82;;536:5807;;3533:12;536:5807;;;;;;;;;;;;;;;;;;3202:4:24;;;:::i;:::-;536:5807:82;-1:-1:-1;536:5807:82;2910:15;536:5807;;;-1:-1:-1;536:5807:82;;2901:36;;2897:98;;536:5807;-1:-1:-1;536:5807:82;2103:13;536:5807;;;2103:34;536:5807;-1:-1:-1;536:5807:82;2103:34;:::i;:::-;3009;3005:84;;3099:25;3171:35;3099:25;:56;3171:35;3099:25;;;536:5807;;2103:13;536:5807;;;;;;;3099:56;-1:-1:-1;;536:5807:82;;;;;;;;;;;;3171:35;;;;536:5807;3005:84;536:5807;-1:-1:-1;;;3066:12:82;;536:5807;;3066:12;2897:98;536:5807;-1:-1:-1;;;2960:24:82;;536:5807;;2960:24;536:5807;;;;;;-1:-1:-1;;536:5807:82;;;;;;1537:38:81;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;2662:52;:43;536:5807;;;;;:::i;:::-;;;-1:-1:-1;536:5807:82;;;;;-1:-1:-1;536:5807:82;;;;;;;;;;;;;;;;;2662:52;536:5807;;;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;1632:54:81;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;1743:56:81;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;3217:103:29;;;:::i;:::-;536:5807:82;;-1:-1:-1;;;4285:48:81;;4322:10;536:5807:82;4285:48:81;;536:5807:82;;;;;-1:-1:-1;;;;;4295:16:81;536:5807:82;4285:48:81;;;;;;;-1:-1:-1;4285:48:81;;;536:5807:82;4284:49:81;;4280:99;;-1:-1:-1;;;;;536:5807:82;-1:-1:-1;;4322:10:81;297:2:93;536:5807:82;;267:46:93;4459:27:81;;;;536:5807:82;;4459:15:81;536:5807:82;;;;;;;4459:27:81;536:5807:82;4459:37:81;4455:87;;4654:38;4552:27;4654:38;4552:27;;;536:5807:82;;4459:15:81;536:5807:82;;;;;;;4552:27:81;536:5807:82;4631:6:81;;;;:::i;:::-;536:5807:82;;;;;;;;;;;;;4654:38:81;;;;3282:1:29;1805;-1:-1:-1;;;;;;;;;;;536:5807:82;3716:283:29;3282:1;536:5807:82;4280:99:81;536:5807:82;;-1:-1:-1;;;4356:12:81;;536:5807:82;;4356:12:81;4285:48;;;;536:5807:82;4285:48:81;536:5807:82;4285:48:81;;;;;;;;:::i;:::-;;;;;:::i;:::-;;;;;;;;;;;:::i;536:5807:82:-;;;;;;-1:-1:-1;;536:5807:82;;;;;;-1:-1:-1;536:5807:82;-1:-1:-1;;;;;;;;;;;536:5807:82;;;4919:24:24;536:5807:82;-1:-1:-1;536:5807:82;4919:24:24;536:5807:82;;;;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;322:32:74;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;5350:25:24;536:5807:82;;;;;;;:::i;:::-;;-1:-1:-1;536:5807:82;-1:-1:-1;;;;;;;;;;;536:5807:82;;3202:4:24;4919:24;536:5807:82;-1:-1:-1;536:5807:82;4919:24:24;536:5807:82;3202:4:24;:::i;:::-;5350:25;:::i;536:5807:82:-;;;;;;-1:-1:-1;;536:5807:82;;;;;;;;;:::i;:::-;966:10:28;-1:-1:-1;;;;;536:5807:82;;6441:34:24;6437:102;;6549:37;536:5807:82;;;6549:37:24;:::i;6437:102::-;536:5807:82;;-1:-1:-1;;;6498:30:24;;536:5807:82;;6498:30:24;536:5807:82;;;;;;-1:-1:-1;;536:5807:82;;;;;;;;;:::i;:::-;3217:103:29;;:::i;:::-;966:10:28;-1:-1:-1;536:5807:82;;;;;;;;;;1356:26:81;;536:5807:82;;4468:23:24;4464:108;;-1:-1:-1;4861:4:81;536:5807:82;-1:-1:-1;;;;;536:5807:82;;;;;;4861:13:81;;4857:63;;-1:-1:-1;;;;;;536:5807:82;;;4861:4:81;536:5807:82;4958:14:81;-1:-1:-1;;4958:14:81;4861:4;-1:-1:-1;;;;;;;;;;;536:5807:82;;4464:108:24;536:5807:82;;;;4514:47:24;;;;;;966:10:28;536:5807:82;4514:47:24;;536:5807:82;;;;;4514:47:24;536:5807:82;;;;;;-1:-1:-1;;536:5807:82;;;;;;-1:-1:-1;536:5807:82;2103:13;536:5807;;;2103:34;536:5807;-1:-1:-1;536:5807:82;2103:34;:::i;536:5807::-;;;;;;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;;;;:::o;:::-;;;;;;-1:-1:-1;;536:5807:82;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;;;;;;;536:5807:82;;;;;;;4301:16:26;536:5807:82;;4726:16:26;;:34;;;;536:5807:82;4805:1:26;4790:16;:50;;;;536:5807:82;4855:13:26;:30;;;;536:5807:82;4851:91:26;;;-1:-1:-1;;;;;;;;;;;536:5807:82;;-1:-1:-1;;536:5807:82;;;;;718:4:74;;4951:18:26;4979:67;;718:4:74;:::i;:::-;5066:101:26;;536:5807:82;5066:101:26;-1:-1:-1;;;;;;;;;;;536:5807:82;;-1:-1:-1;;;;536:5807:82;;;;;-1:-1:-1;536:5807:82;;5142:14:26;;536:5807:82;;5142:14:26;536:5807:82;4979:67:26;-1:-1:-1;;;;;;;;;;;536:5807:82;;-1:-1:-1;;;;536:5807:82;-1:-1:-1;;;536:5807:82;;;718:4:74;:::i;4851:91:26:-;536:5807:82;;-1:-1:-1;;;4908:23:26;;536:5807:82;;4908:23:26;4855:30;4872:13;;;4855:30;;;4790:50;4818:4;4810:25;:30;;-1:-1:-1;4790:50:26;;4726:34;;;-1:-1:-1;4726:34:26;;536:5807:82;;;;;;-1:-1:-1;;536:5807:82;;;;;;;952:44;536:5807;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;;1253:6:81;536:5807:82;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;:::o;:::-;;:::i;:::-;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;:::o;:::-;;;;;;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;:::o;:::-;;;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;:::o;:::-;;;;;;;:::i;:::-;:::o;:::-;-1:-1:-1;;;;;536:5807:82;;;;;;-1:-1:-1;;536:5807:82;;;;:::o;:::-;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;;;;;;-1:-1:-1;536:5807:82;;;;;;;;;;;;;;:::o;:::-;;;;;;-1:-1:-1;;536:5807:82;;;;;;;;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;1870:60;536:5807;;;;;;:::i;:::-;;;;-1:-1:-1;536:5807:82;1870:13;536:5807;;;-1:-1:-1;536:5807:82;1870:60;:::i;536:5807::-;;;;;;-1:-1:-1;;536:5807:82;;;;;;;1356:26:81;536:5807:82;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;;795:35;536:5807;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;3901:31:24;536:5807:82;;;;;:::i;:::-;;;-1:-1:-1;536:5807:82;-1:-1:-1;;;;;;;;;;;536:5807:82;;;-1:-1:-1;536:5807:82;;;;;;;;;;;;;;;;;3901:31:24;536:5807:82;;;;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;:::i;:::-;;:::o;:::-;;;;;2399:78;:43;536:5807;;;:::i;:::-;;;;;-1:-1:-1;536:5807:82;;;;;-1:-1:-1;536:5807:82;;;;;;;;;;;;;;;;;2399:43;:78;:::i;536:5807::-;;;;;;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;536:5807:82;;;;-1:-1:-1;536:5807:82;;;477:31:80;536:5807:82;;;;;;:::i;:::-;;;;;;;;;;;;;;;416:25:80;;;;536:5807:82;;;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;-1:-1:-1;536:5807:82;;;;;;;;;;;;;477:31:80;;536:5807:82;;;;;;;;;;:::i;:::-;477:31:80;536:5807:82;;477:31:80;;;;;;:::i;:::-;518:79;;;536:5807:82;518:79:80;;536:5807:82;;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;;;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;;-1:-1:-1;;;;;404:28:74;536:5807:82;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;1439:41:81;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;-1:-1:-1;536:5807:82;2009:67:81;536:5807:82;;;;-1:-1:-1;536:5807:82;;;;;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;5767:26:24;536:5807:82;;;;;;;:::i;:::-;;-1:-1:-1;536:5807:82;-1:-1:-1;;;;;;;;;;;536:5807:82;;3202:4:24;4919:24;536:5807:82;-1:-1:-1;536:5807:82;4919:24:24;536:5807:82;3202:4:24;:::i;:::-;5767:26;:::i;536:5807:82:-;;;;;;;;;:::i;:::-;;;;;;:::i;:::-;;;;;;-1:-1:-1;;536:5807:82;;;;;;;;;;;:::i;:::-;;;;;;:::i;:::-;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;:::i;:::-;3217:103:29;;:::i;:::-;-1:-1:-1;536:5807:82;;;5246:21:81;;:13;;-1:-1:-1;;;;;536:5807:82;5246:13:81;536:5807:82;;-1:-1:-1;;;;;536:5807:82;;;5246:21:81;536:5807:82;;-1:-1:-1;;;5246:23:81;;536:5807:82;;;;;5246:23:81;;;;;;;-1:-1:-1;5246:23:81;;;536:5807:82;-1:-1:-1;;;;;;536:5807:82;;;5232:10:81;:37;5228:87;;5341:4;536:5807:82;-1:-1:-1;;;;;536:5807:82;;;;5355:469:81;;536:5807:82;-1:-1:-1;;536:5807:82;;;;;;;;;;;;;;;;5839:55:81;;536:5807:82;;;;5839:55:81;;;;3282:1:29;1805;-1:-1:-1;;;;;;;;;;;536:5807:82;3716:283:29;5355:469:81;536:5807:82;;;;5435:94:81;;;;536:5807:82;5435:94:81;;;;;;;;;;;;536:5807:82;5435:94:81;;;:::i;:::-;;536:5807:82;;5435:94:81;;;;;;:::i;:::-;536:5807:82;5548:9:81;:51;5544:118;;-1:-1:-1;5839:55:81;5676:138;;;;5839:55;5676:138;;;1150:7;5676:138;;5355:469;;;5544:118;536:5807:82;;-1:-1:-1;;;5626:21:81;;536:5807:82;;5626:21:81;5228:87;536:5807:82;;-1:-1:-1;;;5292:12:81;;536:5807:82;;5292:12:81;5246:23;;;;;536:5807:82;5246:23:81;536:5807:82;5246:23:81;;;;;;;;:::i;:::-;;;;;:::i;:::-;;;;;;;;;;536:5807:82;;;;;;-1:-1:-1;;536:5807:82;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;;;;;;:::i;:::-;;;;:::i;:::-;;;;;;-1:-1:-1;;536:5807:82;;;;;;;1150:7:81;536:5807:82;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;;2700:1:81;536:5807:82;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;1742:195;;1870:60;1742:195;;-1:-1:-1;536:5807:82;1870:13;536:5807;;;-1:-1:-1;536:5807:82;1870:60;:::i;2207:277::-;-1:-1:-1;536:5807:82;;;2399:21;536:5807;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;2399:78;;2207:277;;2399:78;:::i;536:5807::-;;;;;;;;;;;;;;;;;-1:-1:-1;536:5807:82;;;;;;;;-1:-1:-1;;536:5807:82;;;;:::o;:::-;;;;;;;:::i;:::-;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;;;;;;-1:-1:-1;536:5807:82;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;:::i;:::-;;;;;;:::o;:::-;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;2764:920:81:-;;2978:48;2764:920;;;;2978:48;;;;:::i;:::-;3036:36;;;536:5807:82;;:::i;:::-;;;;3086:20:81;3082:107;;2764:920;3216:11;;;;:193;;;;;2764:920;3216:394;;;;2764:920;3199:455;;;;;;2764:920;:::o;3199:455::-;3635:8;-1:-1:-1;3635:8:81;:::o;3216:394::-;3553:39;;;;;3430:180;3553:39;;;536:5807:82;;;;;;;;;;3430:180:81;;467:2:93;536:5807:82;3430:180:81;;;;;:::i;:::-;;536:5807:82;3444:31:81;-1:-1:-1;;;;;536:5807:82;3430:180:81;;;;;;;-1:-1:-1;3430:180:81;;;3216:394;3429:181;;3216:394;;;;;;3430:180;;;;3553:39;3430:180;3553:39;3430:180;;;;;;;:::i;:::-;;;;3216:193;-1:-1:-1;536:5807:82;;;-1:-1:-1;;;;;;536:5807:82;3248:161:81;3354:37;;;536:5807:82;3248:161:81;536:5807:82;;;;;;;;;;3248:161:81;;;;;;;:::i;:::-;;536:5807:82;3262:29:81;-1:-1:-1;;;;;536:5807:82;3248:161:81;;;;;;;-1:-1:-1;3248:161:81;;;3216:193;3247:162;;3216:193;;;3248:161;;;;;;;;;;;;;;:::i;:::-;;;;3082:107;3139:39;;;;;;;;;;;;;:::i;:::-;3082:107;;;;;536:5807:82;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;9856:1:61;536:5807:82;;;;;;;:::o;:::-;;:::i;3740:389:81:-;3918:5;536:5807:82;;;-1:-1:-1;;;3853:71:81;;;-1:-1:-1;;;;;536:5807:82;;;3853:71:81;;;536:5807:82;;;;;;;;3740:389:81;;536:5807:82;3853:71:81;;536:5807:82;;3853:71:81;536:5807:82;;;3867:29:81;536:5807:82;;3853:71:81;;;;;;;3918:5;3853:71;;;3740:389;3852:72;;536:5807:82;;;3852:181:81;;3740:389;3835:242;;;;;;4094:28;;;:::i;3835:242::-;4058:8;;3918:5;4058:8;:::o;3852:181::-;536:5807:82;;3945:88:81;;;-1:-1:-1;;;;;536:5807:82;;3853:71:81;3945:88;;536:5807:82;467:2:93;536:5807:82;;;;;;;;-1:-1:-1;536:5807:82;;;;;;;;3959:31:81;536:5807:82;3945:88:81;;;;;;;3918:5;3945:88;;;3852:181;3944:89;;;3852:181;;;;;3945:88;;;;;;-1:-1:-1;3945:88:81;;;;;;:::i;:::-;;;;;3853:71;;;;;;;;;;;;;;:::i;:::-;;;;4148:103:24;966:10:28;-1:-1:-1;536:5807:82;;;;;;;;;952:44;;536:5807;;3901:31:24;536:5807:82;;4468:23:24;4464:108;;4148:103;:::o;:::-;966:10:28;-1:-1:-1;536:5807:82;;;;;;;;;795:35;;536:5807;;3901:31:24;536:5807:82;4148:103:24;-1:-1:-1;536:5807:82;;;-1:-1:-1;;;;;;;;;;;536:5807:82;;;;;;;;966:10:28;536:5807:82;;;;;;;;;3901:31:24;536:5807:82;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;536:5807:82;;-1:-1:-1;536:5807:82;;;-1:-1:-1;536:5807:82;:::o;:::-;;:::i;:::-;;;;;-1:-1:-1;;;536:5807:82;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;;;:::o;6246:584:91:-;;;;;6360:12;;;536:5807:82;;;6360:24:91;;6356:75;;6246:584;6474:30;;;;;:::i;:::-;536:5807:82;;;;;;6578:12:91;;;;:::i;:::-;6604:24;;;;6246:584;-1:-1:-1;6600:188:91;;;-1:-1:-1;;;;;536:5807:82;;;;;;;6644:21:91;;;:29;:21;;:::i;:29::-;6798:25;6246:584;:::o;6600:188::-;6753:24;;536:5807:82;;8167:38:61;;-1:-1:-1;;;;;536:5807:82;;;;;8167:38:61;:::i;:::-;6753:24:91;;;:::i;6604:::-;536:5807:82;;;;;;6614:14:91;;-1:-1:-1;6604:24:91;;;6356:75;-1:-1:-1;;;536:5807:82;;;;;;6360:12:91;536:5807:82;;;;;;;:::i;:::-;;;;;;;;;;;;;;6356:75:91;;;10580:184;536:5807:82;;10303:8:61;;;:63;-1:-1:-1;10303:63:61;-1:-1:-1;;;;;536:5807:82;;10726:7:91;536:5807:82;;10736:12:91;:17;:12;;:17;:::i;:::-;536:5807:82;;;;;;10580:184:91;:::o;10303:63:61:-;536:5807:82;;;;;;;;;;14249:109:61;-1:-1:-1;14249:109:61;;-1:-1:-1;14249:109:61;;;536:5807:82;;;10303:63:61;;3326:384:29;-1:-1:-1;;;;;;;;;;;1847:1:29;536:5807:82;;3526:20:29;3522:88;;1847:1;536:5807:82;;3326:384:29:o;3522:88::-;536:5807:82;;-1:-1:-1;;;3569:30:29;;;;;4758:308:82;;536:5807;-1:-1:-1;536:5807:82;4889:13;536:5807;;;-1:-1:-1;536:5807:82;11124:30:91;;;;:::i;:::-;11173;;;-1:-1:-1;11173:30:91;;;;11182:17;;-1:-1:-1;;;;;536:5807:82;;11182:12:91;;:17;:::i;:::-;536:5807:82;;;4889:13;536:5807;;11173:30:91;4947::82;;;11173::91;4943:117:82;;;;4758:308;;:::o;4943:117::-;4993:56;536:5807;-1:-1:-1;536:5807:82;4889:13;536:5807;;;-1:-1:-1;536:5807:82;819:34:63;837:15;819:34;:::i;4993:56:82:-;4758:308;;:::o;4947:30::-;4957:20;;-1:-1:-1;4947:30:82;;;;11173::91;;;-1:-1:-1;11173:30:91;;7270:387:24;-1:-1:-1;;;;;536:5807:82;;-1:-1:-1;536:5807:82;;;;;;;;;;-1:-1:-1;;;;;;;;;;;2887:71:24;536:5807:82;;;;-1:-1:-1;536:5807:82;;;;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;-1:-1:-1;;536:5807:82;7509:4:24;536:5807:82;;;966:10:28;;-1:-1:-1;;;;;536:5807:82;-1:-1:-1;7532:40:24;-1:-1:-1;;7532:40:24;7509:4;7586:11;:::o;7270:387::-;-1:-1:-1;;;;;536:5807:82;;-1:-1:-1;536:5807:82;;;;;;;;;1356:26:81;;-1:-1:-1;;;;;;;;;;;2887:71:24;536:5807:82;;3901:31:24;536:5807:82;;;;-1:-1:-1;536:5807:82;;;;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;-1:-1:-1;;536:5807:82;7509:4:24;536:5807:82;;;966:10:28;;-1:-1:-1;;;;;536:5807:82;;7532:40:24;-1:-1:-1;;7532:40:24;7509:4;7586:11;:::o;7432:219::-;7628:12;;;-1:-1:-1;7628:12:24;:::o;7270:387::-;-1:-1:-1;;;;;536:5807:82;;-1:-1:-1;536:5807:82;;;;;;;;;795:35;;-1:-1:-1;;;;;;;;;;;2887:71:24;536:5807:82;;3901:31:24;536:5807:82;7270:387:24;-1:-1:-1;;;;;536:5807:82;;-1:-1:-1;536:5807:82;;;;;;;;;952:44;;-1:-1:-1;;;;;;;;;;;2887:71:24;536:5807:82;;3901:31:24;536:5807:82;7270:387:24;-1:-1:-1;536:5807:82;;;-1:-1:-1;;;;;;;;;;;536:5807:82;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;3901:31:24;536:5807:82;7892:388:24;-1:-1:-1;536:5807:82;;;-1:-1:-1;;;;;;;;;;;536:5807:82;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;;;;;-1:-1:-1;536:5807:82;;;;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;-1:-1:-1;;536:5807:82;;;966:10:28;;-1:-1:-1;;;;;536:5807:82;;8155:40:24;-1:-1:-1;;8155:40:24;536:5807:82;8209:11:24;:::o;536:5807:82:-;;;;;;;;;;;;;;;;:::i;:::-;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;:::i;5907:716:81:-;6030:34;5907:716;6030:34;;;;:::i;:::-;536:5807:82;;-1:-1:-1;;;6080:41:81;;-1:-1:-1;;;;;536:5807:82;;;6080:41:81;;;536:5807:82;;;;;6080:41:81;536:5807:82;;;6090:13:81;536:5807:82;;6080:41:81;;;;;;;-1:-1:-1;6080:41:81;;;5907:716;6079:42;;6075:90;;6266:27;536:5807:82;2540:111:29;6210:14:81;536:5807:82;2540:111:29;;;:::i;:::-;536:5807:82;;;;;;-1:-1:-1;;;;;536:5807:82;;-1:-1:-1;536:5807:82;;;-1:-1:-1;536:5807:82;;6210:14:81;6266:27;:::i;:::-;6080:41;6311:15;;536:5807:82;;;;-1:-1:-1;;;;;;536:5807:82;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;6337:143:81;;5907:716;-1:-1:-1;6493:28:81;536:5807:82;-1:-1:-1;;;;;536:5807:82;;;;;;;6489:128:81;;5907:716;:::o;6489:128::-;6551:55;;;:::i;:::-;;5907:716::o;6337:143::-;6404:65;;;:::i;:::-;;6337:143;;;6075:90;536:5807:82;;-1:-1:-1;;;6144:10:81;;6080:41;;6144:10;6080:41;;;;;;;;;;;;;;:::i;:::-;;;;536:5807:82;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;:::o;7558:604:91:-;;536:5807:82;;7686:17:91;7682:83;;536:5807:82;7789:27:91;536:5807:82;7789:27:91;536:5807:82;;7789:27:91;;;;;;:::i;:::-;7860:14;;;;;:::i;:::-;536:5807:82;;;;;;;;;;;;;;;;7888:22:91;;;7884:77;;7975:21;-1:-1:-1;7975:84:91;;;;7558:604;7971:139;;;;8127:28;;;;:::i;7971:139::-;8082:17;;7789:27;8082:17;536:5807:82;8075:24:91;:::o;7975:84::-;536:5807:82;;;8009:16:91;536:5807:82;;8009:16:91;:::i;:::-;536:5807:82;;;8001:24:91;:57;;;;;7975:84;;;;;;;8001:57;8029:29;8038:8;;;8029:18;8038:8;8029:23;8038:8;;:::i;:::-;8029:18;;:::i;:::-;536:5807:82;;;;;8029:23:91;536:5807:82;;;;8029:29:91;;8001:57;;;;7884:77;7933:17;;;;;7789:27;7933:17;536:5807:82;7926:24:91;:::o;7682:83::-;7726:28;;;;:::i;536:5807:82:-;;;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;:::o;:::-;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;:::i;3722:766::-;;;;;536:5807;;:::i;:::-;;;;3962:16;3958:92;;3722:766;536:5807;;4107:67;536:5807;;;4146:27;4107;:13;536:5807;-1:-1:-1;536:5807:82;;;;;;;;;4107:27;4146;;;;536:5807;;;;;;;;;;;4107:67;;;;;;;:::i;:::-;;;;;;;;;;4081:355;4107:67;-1:-1:-1;4107:67:82;;;3722:766;4260:28;4311:93;4260:28;4192:230;4260:28;;4222:67;536:5807;4260:28;;;4222:67;;;:::i;:::-;4367:36;;;;;4311:93;;:::i;:::-;4192:230;;:::i;4081:355::-;4450:21;;3722:766;:::o;4107:67::-;4192:230;4107:67;;;;4311:93;4107:67;4146:27;4107:67;4146:27;4107:67;;;;;;;;:::i;:::-;;;;;:::i;:::-;;;;;;;;;;;3958:92;4107:67;4008:31;;;;;;;;;;;;;;:::i;:::-;3958:92;;;;;4494:258;4635:5;536:5807;;;-1:-1:-1;;;4628:27:82;;536:5807;4494:258;;4628:27;;536:5807;;4628:27;;536:5807;;-1:-1:-1;;;;;536:5807:82;4628:27;;;;;;;4606:139;4628:27;4635:5;4628:27;;;4494:258;2103:25;2662:52;:43;4657:78;2103:25;;:34;:25;;536:5807;;2103:13;536:5807;;;;;;;2103:34;536:5807;4635:5;536:5807;4628:27;;536:5807;;4635:5;536:5807;;;;;;;;;;;;;;;;;4628:27;4657:78;4628:27;;2662:43;4628:27;2662:52;4628:27;;;;;;;;;;;:::i;:::-;;;;;;14291:213:59;536:5807:82;14369:24:59;;;;14365:103;;536:5807:82;14291:213:59;:::o;14365:103::-;536:5807:82;;;;14416:41:59;;;;;;14447:2;14416:41;;;536:5807:82;;;;;14416:41:59;536:5807:82;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::o;10552:388:61:-;536:5807:82;;10728:8:61;;;10752:20;;10690:17;10752:20;10690:17;10752:20;10690:17;10752:20;:::o;10724:210::-;536:5807:82;;;;;;;;;;;14249:109:61;10690:17;14249:109;;10690:17;14249:109;;;536:5807:82;:::i;:::-;;;;;;;14249:109:61;536:5807:82;;;;;10911:11:61;;536:5807:82;;10886:37:61;10870:1;10886:37;;;:::o;6893:76:26:-;;;:::i;:::-;;;:::i;:::-;1805:1:29;-1:-1:-1;;;;;;;;;;;536:5807:82;6893:76:26:o;536:5807:82:-;;;;;;;:::i;:::-;-1:-1:-1;536:5807:82;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;536:5807:82;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;:::i;:::-;;;;;;:::i;:::-;;;;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;:::o;:::-;;;;;;;;;;;;;;;:::o;5072:1269::-;5220:30;5072:1269;536:5807;;:::i;:::-;;5220:30;536:5807;;;5220:30;;;;;;:::i;:::-;5278:17;;536:5807;5278:17;;536:5807;-1:-1:-1;;;;;536:5807:82;5278:54;;:178;;5072:1269;5261:258;;5534:9;5220:30;5549:33;;;5278:17;5591:3;5549:33;;536:5807;;5545:44;;;;;5614:36;;;:50;:36;;:::i;:::-;536:5807;-1:-1:-1;;;;;536:5807:82;;;5614:50;;5610:119;;5747:73;5748:72;5783:36;;:33;;;:36;:::i;:::-;5748:72;:::i;:::-;5747:73;;536:5807;5747:73;5743:140;;536:5807;;5534:9;;5743:140;536:5807;;-1:-1:-1;;;5847:21:82;;;;;5610:119;536:5807;;-1:-1:-1;;;5691:23:82;;;;;5545:44;-1:-1:-1;5923:41:82;;-1:-1:-1;;5923:41:82;;;;5278:17;5973:3;5923:41;;536:5807;;5919:52;;;;;5996:44;;;:58;:44;;:::i;:58::-;;5992:127;;6137:90;6138:89;6182:44;;:41;;;:44;:::i;:::-;6138:89;:::i;6137:90::-;6133:157;;536:5807;;5908:9;;6133:157;536:5807;;-1:-1:-1;;;6254:21:82;;;;;5992:127;536:5807;;-1:-1:-1;;;6081:23:82;;;;;5919:52;;;;;;6317:17;5072:1269;:::o;5261:258::-;536:5807;;-1:-1:-1;;;5488:20:82;;;;;5278:178;5353:33;5220:30;5353:33;;;536:5807;5353:45;:102;5278:178;5353:102;5402:41;;;;;536:5807;5402:53;5278:178;;6999:207:91;;536:5807:82;;9594:15:61;-1:-1:-1;9619:18:61;9652:7;9658:1;9652:7;;9648:234;;6999:207:91;9906:53:61;;;;;:::i;:::-;9977:8;;;:63;-1:-1:-1;9977:63:61;;-1:-1:-1;;;;;536:5807:82;;7168:7:91;536:5807:82;;;7178:12:91;;:17;:12;;:17;:::i;9977:63:61:-;9992:41;10025:7;9992:48;10025:7;;:::i;:::-;9992:41;14249:109;;;;;;14099:265;;9992:41;536:5807:82;;;;;9992:48:61;9977:63;;;9648:234;9695:14;;;;;:::i;:::-;536:5807:82;;;;;;;9906:53:61;14249:109;;-1:-1:-1;14249:109:61;536:5807:82;14249:109:61;;;-1:-1:-1;14249:109:61;;536:5807:82;;;;;9727:48:61;9723:149;536:5807:82;;;9795:10:61;9723:149;9648:234;;9723:149;9850:7;;;;;;:::i;:::-;9723:149;9648:234;;536:5807:82;;;;;;;:::i;:::-;-1:-1:-1;536:5807:82;;;;;;;:::o;11486:272:91:-;;536:5807:82;11308:22:61;11718:31:91;11486:272;536:5807:82;;:::i;:::-;;;;:::i;:::-;;11308:22:61;;:::i;:::-;536:5807:82;;:::i;:::-;;11718:12:91;536:5807:82;;;;;11731:17:91;536:5807:82;;;;;11731:17:91;;536:5807:82;;11718:12:91;;:31;:::i;:::-;536:5807:82;;;;;;;;;:::i;:::-;;;;;;11731:17:91;11672:79;;536:5807:82;11486:272:91;:::o;2557:104:58:-;;2641:5;;;;;;:13;2557:104;:::o;2641:13::-;;;2557:104;:::o;536:5807:82:-;;;-1:-1:-1;;;536:5807:82;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;-1:-1:-1;;536:5807:82;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;11513:870:61;536:5807:82;;11513:870:61;;;536:5807:82;11513:870:61;11672:7;;;;536:5807:82;11775:28:61;11795:7;;;:::i;11775:28::-;536:5807:82;:::i;:::-;;;;;;;;;;;;;;;;11877:15:61;-1:-1:-1;11873:91:61;;536:5807:82;;12233:11:61;536:5807:82;;;12027:16:61;536:5807:82;;;;;;;12027:16:61;;;;12083:7;12063:43;12083:7;;12063:28;12083:7;;:::i;:::-;12063:28;14249:109;;;;;;14099:265;;12063:28;536:5807:82;;;;;;;;;;;;;;;;;12063:43:61;12233:11;536:5807:82;-1:-1:-1;;;;;536:5807:82;;;12023:189:61;536:5807:82;;;12145:52:61;536:5807:82;12155:41:61;536:5807:82;;:::i;:::-;;;;;;;;12155:41:61;-1:-1:-1;;;;;536:5807:82;;12155:41:61;;;536:5807:82;12145:52:61;:::i;:::-;12023:189;;11873:91;536:5807:82;;-1:-1:-1;;;11919:30:61;;;;;11668:709;12283:52;536:5807:82;;12293:41:61;536:5807:82;;:::i;12293:41:61:-;-1:-1:-1;;;;;536:5807:82;;12293:41:61;;;536:5807:82;12145:52:61;:::i;12283:::-;11678:1;12349:17;;:::o;7084:141:26:-;536:5807:82;-1:-1:-1;;;;;;;;;;;536:5807:82;;;;7150:18:26;7146:73;;7084:141::o;7146:73::-;536:5807:82;;-1:-1:-1;;;7191:17:26;;;;;8587:1642:58;8658:6;;8654:45;;9401:7;10201:10;10142:26;10093;10044;9995;9946;9897;9848;536:5807:82;10189:23:58;9401:7;8663:1;536:5807:82;;;;10826:16:58;10822:99;;8587:1642;536:5807:82;;;;10938:15:58;10934:96;;8587:1642;536:5807:82;;;;11047:15:58;11043:96;;8587:1642;536:5807:82;;;;11156:15:58;11152:96;;8587:1642;536:5807:82;;;;11265:14:58;11261:93;;8587:1642;536:5807:82;;;;11371:14:58;11367:93;;8587:1642;536:5807:82;;;;11477:14:58;11473:93;;8587:1642;536:5807:82;;;11579:64:58;;8587:1642;536:5807:82;;;9858:10:58;;;;:::i;:::-;536:5807:82;;;;;9848:26:58;9907:10;;;;:::i;9897:26::-;9956:10;;;;:::i;9946:26::-;10005:10;;;;:::i;9995:26::-;10054:10;;;;:::i;10044:26::-;10103:10;;;;:::i;10093:26::-;10152:10;;;;:::i;10142:26::-;10201:10;;;:::i;11579:64::-;536:5807:82;;11579:64:58;;11473:93;536:5807:82;11511:11:58;;536:5807:82;;11473:93:58;;;;11367;536:5807:82;11405:11:58;;536:5807:82;;11367:93:58;;;;11261;536:5807:82;11299:11:58;;536:5807:82;;11261:93:58;;;;11152:96;536:5807:82;11191:12:58;;536:5807:82;;11152:96:58;;;;11043;536:5807:82;11082:12:58;;536:5807:82;;11043:96:58;;;;10934;536:5807:82;10973:12:58;;536:5807:82;;10934:96:58;;;;10822:99;10862:13;;;536:5807:82;10822:99:58;;;;12736:433:61;;;12919:10;;;;;;13151:11;;;12736:433;:::o;12912:230::-;2900:5:58;;;;;;2910;;;;536:5807:82;;;;;;;;;14249:109:61;-1:-1:-1;14249:109:61;536:5807:82;14249:109:61;;;-1:-1:-1;14249:109:61;;536:5807:82;;;;;-1:-1:-1;12996:136:61;536:5807:82;;;13055:10:61;12996:136;;12912:230;;;;12996:136;13110:7;;;;;;:::i;:::-;12996:136;;","linkReferences":{},"immutableReferences":{"64520":[{"start":1834,"length":32}],"64523":[{"start":3768,"length":32}],"65474":[{"start":1467,"length":32},{"start":3825,"length":32}],"65477":[{"start":1122,"length":32},{"start":7577,"length":32}],"65480":[{"start":1269,"length":32},{"start":5312,"length":32},{"start":5636,"length":32}],"65483":[{"start":1337,"length":32},{"start":5159,"length":32},{"start":5762,"length":32}]}},"methodIdentifiers":{"DEFAULT_ADMIN_ROLE()":"a217fddf","FACTORY()":"2dd31000","HOOK_GAS_LIMIT()":"ff54740f","HOOK_RESERVE()":"557cab44","HOOK_SET_ROLE()":"6679191e","NETWORK_LIMIT_SET_ROLE()":"7d24bb27","NETWORK_REGISTRY()":"c0cd7c3e","OPERATOR_NETWORK_LIMIT_SET_ROLE()":"518504ba","OPERATOR_NETWORK_OPT_IN_SERVICE()":"1a80e500","OPERATOR_VAULT_OPT_IN_SERVICE()":"128e5d82","TYPE()":"bb24fe8a","VAULT_FACTORY()":"103f2907","VERSION()":"ffa1ad74","getRoleAdmin(bytes32)":"248a9ca3","grantRole(bytes32,address)":"2f2ff15d","hasRole(bytes32,address)":"91d14854","hook()":"7f5a7c7b","initialize(bytes)":"439fab91","maxNetworkLimit(bytes32)":"d15b740e","networkLimit(bytes32)":"3eb22c0f","networkLimitAt(bytes32,uint48,bytes)":"5d32a1c9","onSlash(bytes32,address,uint256,uint48,bytes)":"e49561ee","operatorNetworkLimit(bytes32,address)":"11422095","operatorNetworkLimitAt(bytes32,address,uint48,bytes)":"94d2558a","renounceRole(bytes32,address)":"36568abe","revokeRole(bytes32,address)":"d547741f","setHook(address)":"3dfd3873","setMaxNetworkLimit(uint96,uint256)":"23f752d5","setNetworkLimit(bytes32,uint256)":"02145348","setOperatorNetworkLimit(bytes32,address,uint256)":"020cf0c2","stake(bytes32,address)":"fd4d447c","stakeAt(bytes32,address,uint48,bytes)":"e02f6937","staticDelegateCall(address,bytes)":"9f86fd85","supportsInterface(bytes4)":"01ffc9a7","vault()":"fbfa77cf"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.25+commit.b61c2a91\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"networkRegistry\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"vaultFactory\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operatorVaultOptInService\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operatorNetworkOptInService\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"delegatorFactory\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"entityType\",\"type\":\"uint64\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"AccessControlBadConfirmation\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"neededRole\",\"type\":\"bytes32\"}],\"name\":\"AccessControlUnauthorizedAccount\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"AlreadySet\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"CheckpointUnorderedInsertion\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"DuplicateRoleHolder\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ExceedsMaxNetworkLimit\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InsufficientHookGas\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidInitialization\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"MissingRoleHolders\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotInitialized\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotInitializing\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotNetwork\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotSlasher\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotVault\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ReentrancyGuardReentrantCall\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint8\",\"name\":\"bits\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"SafeCastOverflowedUintDowncast\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ZeroAddressRoleHolder\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"version\",\"type\":\"uint64\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"subnetwork\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"captureTimestamp\",\"type\":\"uint48\"}],\"name\":\"OnSlash\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"previousAdminRole\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"newAdminRole\",\"type\":\"bytes32\"}],\"name\":\"RoleAdminChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"RoleGranted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"RoleRevoked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"hook\",\"type\":\"address\"}],\"name\":\"SetHook\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"subnetwork\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"SetMaxNetworkLimit\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"subnetwork\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"SetNetworkLimit\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"subnetwork\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"SetOperatorNetworkLimit\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"DEFAULT_ADMIN_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"FACTORY\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"HOOK_GAS_LIMIT\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"HOOK_RESERVE\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"HOOK_SET_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"NETWORK_LIMIT_SET_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"NETWORK_REGISTRY\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"OPERATOR_NETWORK_LIMIT_SET_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"OPERATOR_NETWORK_OPT_IN_SERVICE\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"OPERATOR_VAULT_OPT_IN_SERVICE\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"TYPE\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"VAULT_FACTORY\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"VERSION\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"}],\"name\":\"getRoleAdmin\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"grantRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasRole\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"hook\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"subnetwork\",\"type\":\"bytes32\"}],\"name\":\"maxNetworkLimit\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"subnetwork\",\"type\":\"bytes32\"}],\"name\":\"networkLimit\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"subnetwork\",\"type\":\"bytes32\"},{\"internalType\":\"uint48\",\"name\":\"timestamp\",\"type\":\"uint48\"},{\"internalType\":\"bytes\",\"name\":\"hint\",\"type\":\"bytes\"}],\"name\":\"networkLimitAt\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"subnetwork\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"},{\"internalType\":\"uint48\",\"name\":\"captureTimestamp\",\"type\":\"uint48\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"onSlash\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"subnetwork\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"operatorNetworkLimit\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"subnetwork\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"uint48\",\"name\":\"timestamp\",\"type\":\"uint48\"},{\"internalType\":\"bytes\",\"name\":\"hint\",\"type\":\"bytes\"}],\"name\":\"operatorNetworkLimitAt\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"callerConfirmation\",\"type\":\"address\"}],\"name\":\"renounceRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"revokeRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"hook_\",\"type\":\"address\"}],\"name\":\"setHook\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"identifier\",\"type\":\"uint96\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"setMaxNetworkLimit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"subnetwork\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"setNetworkLimit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"subnetwork\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"setOperatorNetworkLimit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"subnetwork\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"stake\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"subnetwork\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"uint48\",\"name\":\"timestamp\",\"type\":\"uint48\"},{\"internalType\":\"bytes\",\"name\":\"hints\",\"type\":\"bytes\"}],\"name\":\"stakeAt\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"staticDelegateCall\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"vault\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"errors\":{\"AccessControlBadConfirmation()\":[{\"details\":\"The caller of a function is not the expected one. NOTE: Don't confuse with {AccessControlUnauthorizedAccount}.\"}],\"AccessControlUnauthorizedAccount(address,bytes32)\":[{\"details\":\"The `account` is missing a role.\"}],\"CheckpointUnorderedInsertion()\":[{\"details\":\"A value was attempted to be inserted on a past checkpoint.\"}],\"InvalidInitialization()\":[{\"details\":\"The contract is already initialized.\"}],\"NotInitializing()\":[{\"details\":\"The contract is not initializing.\"}],\"ReentrancyGuardReentrantCall()\":[{\"details\":\"Unauthorized reentrant call.\"}],\"SafeCastOverflowedUintDowncast(uint8,uint256)\":[{\"details\":\"Value doesn't fit in an uint of `bits` size.\"}]},\"events\":{\"Initialized(uint64)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"OnSlash(bytes32,address,uint256,uint48)\":{\"params\":{\"amount\":\"amount of the collateral to be slashed\",\"captureTimestamp\":\"time point when the stake was captured\",\"operator\":\"address of the operator\",\"subnetwork\":\"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)\"}},\"RoleAdminChanged(bytes32,bytes32,bytes32)\":{\"details\":\"Emitted when `newAdminRole` is set as ``role``'s admin role, replacing `previousAdminRole` `DEFAULT_ADMIN_ROLE` is the starting admin for all roles, despite {RoleAdminChanged} not being emitted signaling this.\"},\"RoleGranted(bytes32,address,address)\":{\"details\":\"Emitted when `account` is granted `role`. `sender` is the account that originated the contract call, an admin role bearer except when using {AccessControl-_setupRole}.\"},\"RoleRevoked(bytes32,address,address)\":{\"details\":\"Emitted when `account` is revoked `role`. `sender` is the account that originated the contract call: - if using `revokeRole`, it is the admin role bearer - if using `renounceRole`, it is the role bearer (i.e. `account`)\"},\"SetHook(address)\":{\"params\":{\"hook\":\"address of the hook\"}},\"SetMaxNetworkLimit(bytes32,uint256)\":{\"params\":{\"amount\":\"new maximum subnetwork's limit (how much stake the subnetwork is ready to get)\",\"subnetwork\":\"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)\"}},\"SetNetworkLimit(bytes32,uint256)\":{\"params\":{\"amount\":\"new subnetwork's limit (how much stake the vault curator is ready to give to the subnetwork)\",\"subnetwork\":\"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)\"}},\"SetOperatorNetworkLimit(bytes32,address,uint256)\":{\"params\":{\"amount\":\"new operator's limit for the subnetwork (how much stake the vault curator is ready to give to the operator for the subnetwork)\",\"operator\":\"address of the operator\",\"subnetwork\":\"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)\"}}},\"kind\":\"dev\",\"methods\":{\"VERSION()\":{\"details\":\"Must return 1 for this one.\",\"returns\":{\"_0\":\"version of the delegator\"}},\"getRoleAdmin(bytes32)\":{\"details\":\"Returns the admin role that controls `role`. See {grantRole} and {revokeRole}. To change a role's admin, use {_setRoleAdmin}.\"},\"grantRole(bytes32,address)\":{\"details\":\"Grants `role` to `account`. If `account` had not been already granted `role`, emits a {RoleGranted} event. Requirements: - the caller must have ``role``'s admin role. May emit a {RoleGranted} event.\"},\"hasRole(bytes32,address)\":{\"details\":\"Returns `true` if `account` has been granted `role`.\"},\"initialize(bytes)\":{\"params\":{\"data\":\"some data to use\"}},\"networkLimit(bytes32)\":{\"params\":{\"subnetwork\":\"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)\"},\"returns\":{\"_0\":\"limit of the subnetwork\"}},\"networkLimitAt(bytes32,uint48,bytes)\":{\"params\":{\"hint\":\"hint for checkpoint index\",\"subnetwork\":\"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)\",\"timestamp\":\"time point to get the subnetwork limit at\"},\"returns\":{\"_0\":\"limit of the subnetwork at the given timestamp\"}},\"onSlash(bytes32,address,uint256,uint48,bytes)\":{\"details\":\"Only the vault's slasher can call this function.\",\"params\":{\"amount\":\"amount of the collateral slashed\",\"captureTimestamp\":\"time point when the stake was captured\",\"data\":\"some additional data\",\"operator\":\"address of the operator\",\"subnetwork\":\"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)\"}},\"operatorNetworkLimit(bytes32,address)\":{\"params\":{\"operator\":\"address of the operator\",\"subnetwork\":\"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)\"},\"returns\":{\"_0\":\"limit of the operator for the subnetwork\"}},\"operatorNetworkLimitAt(bytes32,address,uint48,bytes)\":{\"params\":{\"hint\":\"hint for checkpoint index\",\"operator\":\"address of the operator\",\"subnetwork\":\"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)\",\"timestamp\":\"time point to get the operator's limit for the subnetwork at\"},\"returns\":{\"_0\":\"limit of the operator for the subnetwork at the given timestamp\"}},\"renounceRole(bytes32,address)\":{\"details\":\"Revokes `role` from the calling account. Roles are often managed via {grantRole} and {revokeRole}: this function's purpose is to provide a mechanism for accounts to lose their privileges if they are compromised (such as when a trusted device is misplaced). If the calling account had been revoked `role`, emits a {RoleRevoked} event. Requirements: - the caller must be `callerConfirmation`. May emit a {RoleRevoked} event.\"},\"revokeRole(bytes32,address)\":{\"details\":\"Revokes `role` from `account`. If `account` had been granted `role`, emits a {RoleRevoked} event. Requirements: - the caller must have ``role``'s admin role. May emit a {RoleRevoked} event.\"},\"setHook(address)\":{\"details\":\"Only a HOOK_SET_ROLE holder can call this function. The hook can have arbitrary logic under certain functions, however, it doesn't affect the stake guarantees.\",\"params\":{\"hook\":\"address of the hook\"}},\"setMaxNetworkLimit(uint96,uint256)\":{\"details\":\"Only a network can call this function.\",\"params\":{\"amount\":\"new maximum subnetwork's limit\"}},\"setNetworkLimit(bytes32,uint256)\":{\"details\":\"Only a NETWORK_LIMIT_SET_ROLE holder can call this function.\",\"params\":{\"amount\":\"new limit of the subnetwork\",\"subnetwork\":\"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)\"}},\"setOperatorNetworkLimit(bytes32,address,uint256)\":{\"details\":\"Only an OPERATOR_NETWORK_LIMIT_SET_ROLE holder can call this function.\",\"params\":{\"amount\":\"new limit of the operator for the subnetwork\",\"operator\":\"address of the operator\",\"subnetwork\":\"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)\"}},\"stake(bytes32,address)\":{\"details\":\"Warning: this function is not safe to use for stake capturing, as it can change by the end of the block.\",\"params\":{\"operator\":\"address of the operator\",\"subnetwork\":\"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)\"},\"returns\":{\"_0\":\"slashable stake until the end of the next epoch\"}},\"stakeAt(bytes32,address,uint48,bytes)\":{\"details\":\"Warning: it is not safe to use timestamp >= current one for the stake capturing, as it can change later.\",\"params\":{\"hints\":\"hints for the checkpoints' indexes\",\"operator\":\"address of the operator\",\"subnetwork\":\"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)\",\"timestamp\":\"time point to capture the stake at\"},\"returns\":{\"_0\":\"slashable stake at the given timestamp until the end of the consequent epoch\"}},\"staticDelegateCall(address,bytes)\":{\"details\":\"It allows to use this contract's storage on-chain.\",\"params\":{\"data\":\"data to make a delegatecall with\",\"target\":\"address of the contract to make a delegatecall to\"}},\"supportsInterface(bytes4)\":{\"details\":\"See {IERC165-supportsInterface}.\"}},\"stateVariables\":{\"NETWORK_LIMIT_SET_ROLE\":{\"return\":\"identifier of the subnetwork limit setter role\",\"returns\":{\"_0\":\"identifier of the subnetwork limit setter role\"}},\"OPERATOR_NETWORK_LIMIT_SET_ROLE\":{\"return\":\"identifier of the operator-subnetwork limit setter role\",\"returns\":{\"_0\":\"identifier of the operator-subnetwork limit setter role\"}}},\"version\":1},\"userdoc\":{\"events\":{\"OnSlash(bytes32,address,uint256,uint48)\":{\"notice\":\"Emitted when a slash happens.\"},\"SetHook(address)\":{\"notice\":\"Emitted when a hook is set.\"},\"SetMaxNetworkLimit(bytes32,uint256)\":{\"notice\":\"Emitted when a subnetwork's maximum limit is set.\"},\"SetNetworkLimit(bytes32,uint256)\":{\"notice\":\"Emitted when a subnetwork's limit is set.\"},\"SetOperatorNetworkLimit(bytes32,address,uint256)\":{\"notice\":\"Emitted when an operator's limit for a subnetwork is set.\"}},\"kind\":\"user\",\"methods\":{\"FACTORY()\":{\"notice\":\"Get the factory's address.\"},\"HOOK_GAS_LIMIT()\":{\"notice\":\"Get a gas limit for the hook.\"},\"HOOK_RESERVE()\":{\"notice\":\"Get a reserve gas between the gas limit check and the hook's execution.\"},\"HOOK_SET_ROLE()\":{\"notice\":\"Get a hook setter's role.\"},\"NETWORK_LIMIT_SET_ROLE()\":{\"notice\":\"Get a subnetwork limit setter's role.\"},\"NETWORK_REGISTRY()\":{\"notice\":\"Get the network registry's address.\"},\"OPERATOR_NETWORK_LIMIT_SET_ROLE()\":{\"notice\":\"Get an operator-subnetwork limit setter's role.\"},\"OPERATOR_NETWORK_OPT_IN_SERVICE()\":{\"notice\":\"Get the operator-network opt-in service's address.\"},\"OPERATOR_VAULT_OPT_IN_SERVICE()\":{\"notice\":\"Get the operator-vault opt-in service's address.\"},\"TYPE()\":{\"notice\":\"Get the entity's type.\"},\"VAULT_FACTORY()\":{\"notice\":\"Get the vault factory's address.\"},\"VERSION()\":{\"notice\":\"Get a version of the delegator (different versions mean different interfaces).\"},\"hook()\":{\"notice\":\"Get the hook's address.\"},\"initialize(bytes)\":{\"notice\":\"Initialize this entity contract by using a given data.\"},\"maxNetworkLimit(bytes32)\":{\"notice\":\"Get a particular subnetwork's maximum limit (meaning the subnetwork is not ready to get more as a stake).\"},\"networkLimit(bytes32)\":{\"notice\":\"Get a subnetwork's limit (how much stake the vault curator is ready to give to the subnetwork).\"},\"networkLimitAt(bytes32,uint48,bytes)\":{\"notice\":\"Get a subnetwork's limit at a given timestamp using a hint (how much stake the vault curator is ready to give to the subnetwork).\"},\"onSlash(bytes32,address,uint256,uint48,bytes)\":{\"notice\":\"Called when a slash happens.\"},\"operatorNetworkLimit(bytes32,address)\":{\"notice\":\"Get an operator's limit for a subnetwork. (how much stake the vault curator is ready to give to the operator for the subnetwork)\"},\"operatorNetworkLimitAt(bytes32,address,uint48,bytes)\":{\"notice\":\"Get an operator's limit for a subnetwork at a given timestamp using a hint (how much stake the vault curator is ready to give to the operator for the subnetwork).\"},\"setHook(address)\":{\"notice\":\"Set a new hook.\"},\"setMaxNetworkLimit(uint96,uint256)\":{\"notice\":\"Set a maximum limit for a subnetwork (how much stake the subnetwork is ready to get). identifier identifier of the subnetwork\"},\"setNetworkLimit(bytes32,uint256)\":{\"notice\":\"Set a subnetwork's limit (how much stake the vault curator is ready to give to the subnetwork).\"},\"setOperatorNetworkLimit(bytes32,address,uint256)\":{\"notice\":\"Set an operator's limit for a subnetwork. (how much stake the vault curator is ready to give to the operator for the subnetwork)\"},\"stake(bytes32,address)\":{\"notice\":\"Get a stake that a given subnetwork will be able to slash for a certain operator until the end of the next epoch (if no cross-slashing and no slashings by the subnetwork).\"},\"stakeAt(bytes32,address,uint48,bytes)\":{\"notice\":\"Get a stake that a given subnetwork could be able to slash for a certain operator at a given timestamp until the end of the consequent epoch using hints (if no cross-slashing and no slashings by the subnetwork).\"},\"staticDelegateCall(address,bytes)\":{\"notice\":\"Make a delegatecall from this contract to a given target contract with a particular data (always reverts with a return data).\"},\"vault()\":{\"notice\":\"Get the vault's address.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/contracts/delegator/FullRestakeDelegator.sol\":\"FullRestakeDelegator\"},\"evmVersion\":\"cancun\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[\":@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/\",\":@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/\",\":ds-test/=lib/openzeppelin-contracts-upgradeable/lib/forge-std/lib/ds-test/src/\",\":erc4626-tests/=lib/openzeppelin-contracts-upgradeable/lib/erc4626-tests/\",\":forge-std/=lib/forge-std/src/\",\":openzeppelin-contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/\",\":openzeppelin-contracts/=lib/openzeppelin-contracts/\"],\"viaIR\":true},\"sources\":{\"lib/openzeppelin-contracts-upgradeable/contracts/access/AccessControlUpgradeable.sol\":{\"keccak256\":\"0x6662ec4e5cefca03eeadd073e9469df8d2944bb2ee8ec8f7622c2c46aab5f225\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4d8544c6f8daa4d1bc215c6a72fe0acdb748664a105b0e5efc19295667521d45\",\"dweb:/ipfs/QmdGWqdnXT8S3RgCR6aV8XHZrsybieMQLLnug1NtpSjEXN\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x631188737069917d2f909d29ce62c4d48611d326686ba6683e26b72a23bfac0b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a61054ae84cd6c4d04c0c4450ba1d6de41e27e0a2c4f1bcdf58f796b401c609\",\"dweb:/ipfs/QmUvtdp7X1mRVyC3CsHrtPbgoqWaXHp3S1ZR24tpAQYJWM\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/utils/ContextUpgradeable.sol\":{\"keccak256\":\"0xdbef5f0c787055227243a7318ef74c8a5a1108ca3a07f2b3a00ef67769e1e397\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://08e39f23d5b4692f9a40803e53a8156b72b4c1f9902a88cd65ba964db103dab9\",\"dweb:/ipfs/QmPKn6EYDgpga7KtpkA8wV2yJCYGMtc9K4LkJfhKX2RVSV\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/utils/ReentrancyGuardUpgradeable.sol\":{\"keccak256\":\"0xb44e086e941292cdc7f440de51478493894ef0b1aeccb0c4047445919f667f74\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://942dad22fbdc1669f025540ba63aa3ccfad5f8458fc5d4525b31ebf272e7af45\",\"dweb:/ipfs/Qmdo4X2M82aM3AMoW2kf2jhYkSCyC4T1pHNd6obdsDFnAB\"]},\"lib/openzeppelin-contracts-upgradeable/contracts/utils/introspection/ERC165Upgradeable.sol\":{\"keccak256\":\"0xdaba3f7c42c55b2896353f32bd27d4d5f8bae741b3b05d4c53f67abc4dc47ce8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1fa2e61141c602510bcd2cd936ed9561922ac8772a9b9c9a9db091a74e354a45\",\"dweb:/ipfs/QmcHQDDoEBwJmwUbzoVkytvJsBx3KVHYFFnDkvRGWh9Wmh\"]},\"lib/openzeppelin-contracts/contracts/access/IAccessControl.sol\":{\"keccak256\":\"0xb6b36edd6a2999fd243ff226d6cbf84bd71af2432bbd0dfe19392996a1d9cb41\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1fd2f35495652e57e3f99bc6c510bc5f7dd398a176ea2e72d8ed730aebc6ca26\",\"dweb:/ipfs/QmTQV6X4gkikTib49cho5iDX3JvSQbdsoEChoDwrk3CbbH\"]},\"lib/openzeppelin-contracts/contracts/utils/introspection/IERC165.sol\":{\"keccak256\":\"0x4296879f55019b23e135000eb36896057e7101fb7fb859c5ef690cf14643757b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87b3541437c8c443ccd36795e56a338ed12855eec17f8da624511b8d1a7e14df\",\"dweb:/ipfs/QmeJQCtZrQjtJLr6u7ZHWeH3pBnjtLWzvRrKViAi7UZqxL\"]},\"lib/openzeppelin-contracts/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"lib/openzeppelin-contracts/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0xe19a4d5f31d2861e7344e8e535e2feafb913d806d3e2b5fe7782741a2a7094fe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4aed79c0fa6f0546ed02f2f683e8f77f0fd2ed7eb34d8bbf3d373c9a6d95b13c\",\"dweb:/ipfs/QmWqVz6UAVqmnWU5pqYPt1o6iDEZyPaBraAA3rKfTTSfYj\"]},\"lib/openzeppelin-contracts/contracts/utils/structs/Checkpoints.sol\":{\"keccak256\":\"0xbdc5e074d7dd6678f67e92b1a51a20226801a407b0e1af3da367c5d1ff4519ad\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a36cca6b22fff3db16fc789ff6c60eea71d4b156065d4d0c83a0bc5e91a77a8b\",\"dweb:/ipfs/QmYN3exd5AemxjBrN8XMB1p5LbbE16uC3sjbYjwi8AjcGR\"]},\"lib/openzeppelin-contracts/contracts/utils/types/Time.sol\":{\"keccak256\":\"0xc7755af115020049e4140f224f9ee88d7e1799ffb0646f37bf0df24bf6213f58\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7f09bf94d5274334ec021f61a04659db303f31e60460e14b709c9bf187740111\",\"dweb:/ipfs/QmNvgomZYUwFAt4cZbPWAiTeSZQreGehY9BK5xyVJsUttb\"]},\"src/contracts/common/Entity.sol\":{\"keccak256\":\"0x3d61a932995b8443381f3950542d388223a2c26dd5d29a3274dea3baa7388bd7\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://7cdf5f03ca72fd263fd32ff59c8d88ddca911ae83896a287d10772c1bbe9b138\",\"dweb:/ipfs/QmbP84r5BWT1Rn9AYTntWSf3xUMTTCohTZJFhbBhDXFoHa\"]},\"src/contracts/common/StaticDelegateCallable.sol\":{\"keccak256\":\"0x350029aa8955eacaffffaeb58babc5c98e80ebc5c5db388ed17ee6465f4a9d90\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://eb392a8ee9050e0af606897df63e3404e3829e8b688b580663892f9664195764\",\"dweb:/ipfs/QmaXC8jqV8UrrAFkzXTEv2fJF56sy33HhLxAzaRZmUxuXD\"]},\"src/contracts/delegator/BaseDelegator.sol\":{\"keccak256\":\"0x7c54d491fdd4415b764a9c8defa068e56d4c0c8c9419be0053a1d377669290e8\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://9238bfbad0f6eeb0dc7727724de14380f1980b395902269703d5e2ef07e52e10\",\"dweb:/ipfs/QmPJn1V4HNXcEghYvogGuSTF24dSQUPosR5qtsXcmNqRm3\"]},\"src/contracts/delegator/FullRestakeDelegator.sol\":{\"keccak256\":\"0x0a81c4f8e72914563a9cb771e93acf889c71ea36b7bec040e4eb562b199d5af1\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://6fc66b6ba02da77046a0bbbd1dd407a62c08f52e04486c9cbd2cb1cca3da555f\",\"dweb:/ipfs/QmZQivK1ZnMxfRQQ5aLpV9co5u55wQVNev5Rg1hzAqxhkE\"]},\"src/contracts/libraries/Checkpoints.sol\":{\"keccak256\":\"0xba90097c8bfe0a975499428b5f8ac5569483c7d92ccc28c12d70de416aae040c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://12f5d93ca94cd06d3147db68993165a58e17903ed53682560de61f3085ad4609\",\"dweb:/ipfs/QmePiuAqvXprMLmFZkGZeGjvGPAvsEDHfCDv7BoQhXu9xE\"]},\"src/contracts/libraries/Subnetwork.sol\":{\"keccak256\":\"0xf5ef5506fd66082b3c2e7f3df37529f5a8efad32ac62e7c8914bd63219190bfe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba031a54ee0d0e9a270c2b9e18437f5668cfeb659cfd5fe0677459d7fcac2a56\",\"dweb:/ipfs/QmReP3H7qQ78tAfgLnJKsNEQNCQfF1X1Get38Ffd4kzq32\"]},\"src/interfaces/common/IEntity.sol\":{\"keccak256\":\"0x8ef4b63d6da63489778ccd5f8d13ebdd527dd4b62730b2c616df5af7474d2d21\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a8d69576a9219d85c50816a18ad53a4d53cfcb27ed38b8cccc808dc2734b71b\",\"dweb:/ipfs/QmYVN3P4Q4REvBWJ97TbAcaxm3uyB2anV6NSGa6ZtSwcEv\"]},\"src/interfaces/common/IMigratableEntity.sol\":{\"keccak256\":\"0x8f5f2809f3afbe8ebfbb365dd7b57b4dd3b6f9943a6187eaf648d45895b8e3c4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0ffe640537d539e7a4fde70d30d3e4c57f4ba9c2c25c450cea713aae38e8fd5c\",\"dweb:/ipfs/QmSUTGzvdcn1R1KB7tLThMRtESsfPbeXDhhhKWGtntzBds\"]},\"src/interfaces/common/IRegistry.sol\":{\"keccak256\":\"0x474c981518bb6ac974ba2a1274c49fd918d3b5acf1f3710e59786c5e3c8fc8bb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://db439e8880386dd308f8c67e612e9b15067fdffb29d6d0fd89c4edf820f30014\",\"dweb:/ipfs/QmQJuzgU17EZyPMoJNwknPkveK1Nwx1ByhZCBJzgRgcpvK\"]},\"src/interfaces/common/IStaticDelegateCallable.sol\":{\"keccak256\":\"0xa335d4e81b9071b7de66ef92b43ff20671d86516eb1be46fef29a3483cd3f5d5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d464b9db863c14c05547d2b23352f2e9b7b784799cf09f6bbc4906a2a74e3516\",\"dweb:/ipfs/QmUVWzFvJz7eEbDQKiFTTzwi7TEbjcs3VmwdM4kuptAKvi\"]},\"src/interfaces/delegator/IBaseDelegator.sol\":{\"keccak256\":\"0x96bb312f032e17accce3f8f80936d99468029d6b37c9ca74acdb4b026a0148ee\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2a66dcb5b7d1a6ef6a363431ea98ebd78bc4fdd3d7a134d9b542dc66e7d025c2\",\"dweb:/ipfs/QmRhTPLd2ZAyRHmJUFUcWKs9b3if49QY17LYZuRqWmghw8\"]},\"src/interfaces/delegator/IDelegatorHook.sol\":{\"keccak256\":\"0xc51aa8d7d1f6c8043ee819b7aeb86da0e993912e1442098df897e299f01f9f46\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://adddf5cb2ba282aeb576b26efb28640f865a1721cc9b6eee8b3ee0457a2c9780\",\"dweb:/ipfs/QmNYgAmnLRwWZbhTuQhZs9rx4zcme1df5mEepkrniorSoW\"]},\"src/interfaces/delegator/IFullRestakeDelegator.sol\":{\"keccak256\":\"0xa3c8cb2e45d4d8ce90e95263bea40c01dc400f05ad65bc29597d878606be5e7d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://782cf5e201aa4cca037ebafd3807a68ff1cc721d5b8416a35244db0d0607369e\",\"dweb:/ipfs/QmQkJks6x7CKndeTPa9LxgTNygD5uEi7obhADhpq1Lsr9A\"]},\"src/interfaces/service/IOptInService.sol\":{\"keccak256\":\"0x76fb5460a6d87a5705433d4fbeff7253cd75b8bbd0c888b2088f16e86ace146a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://990322019b3d11465f7024bae77ccbf7e2fe5d6fa3c754584778f37d04fa1337\",\"dweb:/ipfs/QmaSNHzcqxTkUCG9a4nqVfLECHLdjdrwAnDi3yDC7tDL24\"]},\"src/interfaces/vault/IVault.sol\":{\"keccak256\":\"0xffee01d383cd4e1a5530c614bf4360c1ef070c288abec9da1eb531b51bc07235\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://04f0046cac285d8ec44ebbb1f79dc94fab4495767190cad8364fbc1fafaadfb9\",\"dweb:/ipfs/QmUawAunwzXfCyShWfhKeThAgKtqe51hmrxvrXvM772M2R\"]},\"src/interfaces/vault/IVaultStorage.sol\":{\"keccak256\":\"0x592626f13754194f83047135de19229c49390bd59e34659b1bb38be71d973a22\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://06a6a9dfddd05e580b32bebe2cff4f63ba26a653180676d58225dd30d9c89d3e\",\"dweb:/ipfs/QmdgzBeY6Sxo8mGtyBxtv1tM1c2kU6J6zjeRd7vuXm4DU6\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.25+commit.b61c2a91"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"address","name":"networkRegistry","type":"address"},{"internalType":"address","name":"vaultFactory","type":"address"},{"internalType":"address","name":"operatorVaultOptInService","type":"address"},{"internalType":"address","name":"operatorNetworkOptInService","type":"address"},{"internalType":"address","name":"delegatorFactory","type":"address"},{"internalType":"uint64","name":"entityType","type":"uint64"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"type":"error","name":"AccessControlBadConfirmation"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bytes32","name":"neededRole","type":"bytes32"}],"type":"error","name":"AccessControlUnauthorizedAccount"},{"inputs":[],"type":"error","name":"AlreadySet"},{"inputs":[],"type":"error","name":"CheckpointUnorderedInsertion"},{"inputs":[],"type":"error","name":"DuplicateRoleHolder"},{"inputs":[],"type":"error","name":"ExceedsMaxNetworkLimit"},{"inputs":[],"type":"error","name":"InsufficientHookGas"},{"inputs":[],"type":"error","name":"InvalidInitialization"},{"inputs":[],"type":"error","name":"MissingRoleHolders"},{"inputs":[],"type":"error","name":"NotInitialized"},{"inputs":[],"type":"error","name":"NotInitializing"},{"inputs":[],"type":"error","name":"NotNetwork"},{"inputs":[],"type":"error","name":"NotSlasher"},{"inputs":[],"type":"error","name":"NotVault"},{"inputs":[],"type":"error","name":"ReentrancyGuardReentrantCall"},{"inputs":[{"internalType":"uint8","name":"bits","type":"uint8"},{"internalType":"uint256","name":"value","type":"uint256"}],"type":"error","name":"SafeCastOverflowedUintDowncast"},{"inputs":[],"type":"error","name":"ZeroAddressRoleHolder"},{"inputs":[{"internalType":"uint64","name":"version","type":"uint64","indexed":false}],"type":"event","name":"Initialized","anonymous":false},{"inputs":[{"internalType":"bytes32","name":"subnetwork","type":"bytes32","indexed":true},{"internalType":"address","name":"operator","type":"address","indexed":true},{"internalType":"uint256","name":"amount","type":"uint256","indexed":false},{"internalType":"uint48","name":"captureTimestamp","type":"uint48","indexed":false}],"type":"event","name":"OnSlash","anonymous":false},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32","indexed":true},{"internalType":"bytes32","name":"previousAdminRole","type":"bytes32","indexed":true},{"internalType":"bytes32","name":"newAdminRole","type":"bytes32","indexed":true}],"type":"event","name":"RoleAdminChanged","anonymous":false},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32","indexed":true},{"internalType":"address","name":"account","type":"address","indexed":true},{"internalType":"address","name":"sender","type":"address","indexed":true}],"type":"event","name":"RoleGranted","anonymous":false},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32","indexed":true},{"internalType":"address","name":"account","type":"address","indexed":true},{"internalType":"address","name":"sender","type":"address","indexed":true}],"type":"event","name":"RoleRevoked","anonymous":false},{"inputs":[{"internalType":"address","name":"hook","type":"address","indexed":true}],"type":"event","name":"SetHook","anonymous":false},{"inputs":[{"internalType":"bytes32","name":"subnetwork","type":"bytes32","indexed":true},{"internalType":"uint256","name":"amount","type":"uint256","indexed":false}],"type":"event","name":"SetMaxNetworkLimit","anonymous":false},{"inputs":[{"internalType":"bytes32","name":"subnetwork","type":"bytes32","indexed":true},{"internalType":"uint256","name":"amount","type":"uint256","indexed":false}],"type":"event","name":"SetNetworkLimit","anonymous":false},{"inputs":[{"internalType":"bytes32","name":"subnetwork","type":"bytes32","indexed":true},{"internalType":"address","name":"operator","type":"address","indexed":true},{"internalType":"uint256","name":"amount","type":"uint256","indexed":false}],"type":"event","name":"SetOperatorNetworkLimit","anonymous":false},{"inputs":[],"stateMutability":"view","type":"function","name":"DEFAULT_ADMIN_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"FACTORY","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"HOOK_GAS_LIMIT","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"HOOK_RESERVE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"HOOK_SET_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"NETWORK_LIMIT_SET_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"NETWORK_REGISTRY","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"OPERATOR_NETWORK_LIMIT_SET_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"OPERATOR_NETWORK_OPT_IN_SERVICE","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"OPERATOR_VAULT_OPT_IN_SERVICE","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"TYPE","outputs":[{"internalType":"uint64","name":"","type":"uint64"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"VAULT_FACTORY","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[],"stateMutability":"pure","type":"function","name":"VERSION","outputs":[{"internalType":"uint64","name":"","type":"uint64"}]},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"}],"stateMutability":"view","type":"function","name":"getRoleAdmin","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}]},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"grantRole"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"stateMutability":"view","type":"function","name":"hasRole","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"hook","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"initialize"},{"inputs":[{"internalType":"bytes32","name":"subnetwork","type":"bytes32"}],"stateMutability":"view","type":"function","name":"maxNetworkLimit","outputs":[{"internalType":"uint256","name":"value","type":"uint256"}]},{"inputs":[{"internalType":"bytes32","name":"subnetwork","type":"bytes32"}],"stateMutability":"view","type":"function","name":"networkLimit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"bytes32","name":"subnetwork","type":"bytes32"},{"internalType":"uint48","name":"timestamp","type":"uint48"},{"internalType":"bytes","name":"hint","type":"bytes"}],"stateMutability":"view","type":"function","name":"networkLimitAt","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"bytes32","name":"subnetwork","type":"bytes32"},{"internalType":"address","name":"operator","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"},{"internalType":"uint48","name":"captureTimestamp","type":"uint48"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"onSlash"},{"inputs":[{"internalType":"bytes32","name":"subnetwork","type":"bytes32"},{"internalType":"address","name":"operator","type":"address"}],"stateMutability":"view","type":"function","name":"operatorNetworkLimit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"bytes32","name":"subnetwork","type":"bytes32"},{"internalType":"address","name":"operator","type":"address"},{"internalType":"uint48","name":"timestamp","type":"uint48"},{"internalType":"bytes","name":"hint","type":"bytes"}],"stateMutability":"view","type":"function","name":"operatorNetworkLimitAt","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"callerConfirmation","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"renounceRole"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"revokeRole"},{"inputs":[{"internalType":"address","name":"hook_","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"setHook"},{"inputs":[{"internalType":"uint96","name":"identifier","type":"uint96"},{"internalType":"uint256","name":"amount","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"setMaxNetworkLimit"},{"inputs":[{"internalType":"bytes32","name":"subnetwork","type":"bytes32"},{"internalType":"uint256","name":"amount","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"setNetworkLimit"},{"inputs":[{"internalType":"bytes32","name":"subnetwork","type":"bytes32"},{"internalType":"address","name":"operator","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"setOperatorNetworkLimit"},{"inputs":[{"internalType":"bytes32","name":"subnetwork","type":"bytes32"},{"internalType":"address","name":"operator","type":"address"}],"stateMutability":"view","type":"function","name":"stake","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"bytes32","name":"subnetwork","type":"bytes32"},{"internalType":"address","name":"operator","type":"address"},{"internalType":"uint48","name":"timestamp","type":"uint48"},{"internalType":"bytes","name":"hints","type":"bytes"}],"stateMutability":"view","type":"function","name":"stakeAt","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"address","name":"target","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"staticDelegateCall"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"stateMutability":"view","type":"function","name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"vault","outputs":[{"internalType":"address","name":"","type":"address"}]}],"devdoc":{"kind":"dev","methods":{"VERSION()":{"details":"Must return 1 for this one.","returns":{"_0":"version of the delegator"}},"getRoleAdmin(bytes32)":{"details":"Returns the admin role that controls `role`. See {grantRole} and {revokeRole}. To change a role's admin, use {_setRoleAdmin}."},"grantRole(bytes32,address)":{"details":"Grants `role` to `account`. If `account` had not been already granted `role`, emits a {RoleGranted} event. Requirements: - the caller must have ``role``'s admin role. May emit a {RoleGranted} event."},"hasRole(bytes32,address)":{"details":"Returns `true` if `account` has been granted `role`."},"initialize(bytes)":{"params":{"data":"some data to use"}},"networkLimit(bytes32)":{"params":{"subnetwork":"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)"},"returns":{"_0":"limit of the subnetwork"}},"networkLimitAt(bytes32,uint48,bytes)":{"params":{"hint":"hint for checkpoint index","subnetwork":"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)","timestamp":"time point to get the subnetwork limit at"},"returns":{"_0":"limit of the subnetwork at the given timestamp"}},"onSlash(bytes32,address,uint256,uint48,bytes)":{"details":"Only the vault's slasher can call this function.","params":{"amount":"amount of the collateral slashed","captureTimestamp":"time point when the stake was captured","data":"some additional data","operator":"address of the operator","subnetwork":"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)"}},"operatorNetworkLimit(bytes32,address)":{"params":{"operator":"address of the operator","subnetwork":"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)"},"returns":{"_0":"limit of the operator for the subnetwork"}},"operatorNetworkLimitAt(bytes32,address,uint48,bytes)":{"params":{"hint":"hint for checkpoint index","operator":"address of the operator","subnetwork":"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)","timestamp":"time point to get the operator's limit for the subnetwork at"},"returns":{"_0":"limit of the operator for the subnetwork at the given timestamp"}},"renounceRole(bytes32,address)":{"details":"Revokes `role` from the calling account. Roles are often managed via {grantRole} and {revokeRole}: this function's purpose is to provide a mechanism for accounts to lose their privileges if they are compromised (such as when a trusted device is misplaced). If the calling account had been revoked `role`, emits a {RoleRevoked} event. Requirements: - the caller must be `callerConfirmation`. May emit a {RoleRevoked} event."},"revokeRole(bytes32,address)":{"details":"Revokes `role` from `account`. If `account` had been granted `role`, emits a {RoleRevoked} event. Requirements: - the caller must have ``role``'s admin role. May emit a {RoleRevoked} event."},"setHook(address)":{"details":"Only a HOOK_SET_ROLE holder can call this function. The hook can have arbitrary logic under certain functions, however, it doesn't affect the stake guarantees.","params":{"hook":"address of the hook"}},"setMaxNetworkLimit(uint96,uint256)":{"details":"Only a network can call this function.","params":{"amount":"new maximum subnetwork's limit"}},"setNetworkLimit(bytes32,uint256)":{"details":"Only a NETWORK_LIMIT_SET_ROLE holder can call this function.","params":{"amount":"new limit of the subnetwork","subnetwork":"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)"}},"setOperatorNetworkLimit(bytes32,address,uint256)":{"details":"Only an OPERATOR_NETWORK_LIMIT_SET_ROLE holder can call this function.","params":{"amount":"new limit of the operator for the subnetwork","operator":"address of the operator","subnetwork":"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)"}},"stake(bytes32,address)":{"details":"Warning: this function is not safe to use for stake capturing, as it can change by the end of the block.","params":{"operator":"address of the operator","subnetwork":"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)"},"returns":{"_0":"slashable stake until the end of the next epoch"}},"stakeAt(bytes32,address,uint48,bytes)":{"details":"Warning: it is not safe to use timestamp >= current one for the stake capturing, as it can change later.","params":{"hints":"hints for the checkpoints' indexes","operator":"address of the operator","subnetwork":"full identifier of the subnetwork (address of the network concatenated with the uint96 identifier)","timestamp":"time point to capture the stake at"},"returns":{"_0":"slashable stake at the given timestamp until the end of the consequent epoch"}},"staticDelegateCall(address,bytes)":{"details":"It allows to use this contract's storage on-chain.","params":{"data":"data to make a delegatecall with","target":"address of the contract to make a delegatecall to"}},"supportsInterface(bytes4)":{"details":"See {IERC165-supportsInterface}."}},"version":1},"userdoc":{"kind":"user","methods":{"FACTORY()":{"notice":"Get the factory's address."},"HOOK_GAS_LIMIT()":{"notice":"Get a gas limit for the hook."},"HOOK_RESERVE()":{"notice":"Get a reserve gas between the gas limit check and the hook's execution."},"HOOK_SET_ROLE()":{"notice":"Get a hook setter's role."},"NETWORK_LIMIT_SET_ROLE()":{"notice":"Get a subnetwork limit setter's role."},"NETWORK_REGISTRY()":{"notice":"Get the network registry's address."},"OPERATOR_NETWORK_LIMIT_SET_ROLE()":{"notice":"Get an operator-subnetwork limit setter's role."},"OPERATOR_NETWORK_OPT_IN_SERVICE()":{"notice":"Get the operator-network opt-in service's address."},"OPERATOR_VAULT_OPT_IN_SERVICE()":{"notice":"Get the operator-vault opt-in service's address."},"TYPE()":{"notice":"Get the entity's type."},"VAULT_FACTORY()":{"notice":"Get the vault factory's address."},"VERSION()":{"notice":"Get a version of the delegator (different versions mean different interfaces)."},"hook()":{"notice":"Get the hook's address."},"initialize(bytes)":{"notice":"Initialize this entity contract by using a given data."},"maxNetworkLimit(bytes32)":{"notice":"Get a particular subnetwork's maximum limit (meaning the subnetwork is not ready to get more as a stake)."},"networkLimit(bytes32)":{"notice":"Get a subnetwork's limit (how much stake the vault curator is ready to give to the subnetwork)."},"networkLimitAt(bytes32,uint48,bytes)":{"notice":"Get a subnetwork's limit at a given timestamp using a hint (how much stake the vault curator is ready to give to the subnetwork)."},"onSlash(bytes32,address,uint256,uint48,bytes)":{"notice":"Called when a slash happens."},"operatorNetworkLimit(bytes32,address)":{"notice":"Get an operator's limit for a subnetwork. (how much stake the vault curator is ready to give to the operator for the subnetwork)"},"operatorNetworkLimitAt(bytes32,address,uint48,bytes)":{"notice":"Get an operator's limit for a subnetwork at a given timestamp using a hint (how much stake the vault curator is ready to give to the operator for the subnetwork)."},"setHook(address)":{"notice":"Set a new hook."},"setMaxNetworkLimit(uint96,uint256)":{"notice":"Set a maximum limit for a subnetwork (how much stake the subnetwork is ready to get). identifier identifier of the subnetwork"},"setNetworkLimit(bytes32,uint256)":{"notice":"Set a subnetwork's limit (how much stake the vault curator is ready to give to the subnetwork)."},"setOperatorNetworkLimit(bytes32,address,uint256)":{"notice":"Set an operator's limit for a subnetwork. (how much stake the vault curator is ready to give to the operator for the subnetwork)"},"stake(bytes32,address)":{"notice":"Get a stake that a given subnetwork will be able to slash for a certain operator until the end of the next epoch (if no cross-slashing and no slashings by the subnetwork)."},"stakeAt(bytes32,address,uint48,bytes)":{"notice":"Get a stake that a given subnetwork could be able to slash for a certain operator at a given timestamp until the end of the consequent epoch using hints (if no cross-slashing and no slashings by the subnetwork)."},"staticDelegateCall(address,bytes)":{"notice":"Make a delegatecall from this contract to a given target contract with a particular data (always reverts with a return data)."},"vault()":{"notice":"Get the vault's address."}},"version":1}},"settings":{"remappings":["@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/","@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/","ds-test/=lib/openzeppelin-contracts-upgradeable/lib/forge-std/lib/ds-test/src/","erc4626-tests/=lib/openzeppelin-contracts-upgradeable/lib/erc4626-tests/","forge-std/=lib/forge-std/src/","openzeppelin-contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/","openzeppelin-contracts/=lib/openzeppelin-contracts/"],"optimizer":{"enabled":true,"runs":200},"metadata":{"bytecodeHash":"ipfs"},"compilationTarget":{"src/contracts/delegator/FullRestakeDelegator.sol":"FullRestakeDelegator"},"evmVersion":"cancun","libraries":{},"viaIR":true},"sources":{"lib/openzeppelin-contracts-upgradeable/contracts/access/AccessControlUpgradeable.sol":{"keccak256":"0x6662ec4e5cefca03eeadd073e9469df8d2944bb2ee8ec8f7622c2c46aab5f225","urls":["bzz-raw://4d8544c6f8daa4d1bc215c6a72fe0acdb748664a105b0e5efc19295667521d45","dweb:/ipfs/QmdGWqdnXT8S3RgCR6aV8XHZrsybieMQLLnug1NtpSjEXN"],"license":"MIT"},"lib/openzeppelin-contracts-upgradeable/contracts/proxy/utils/Initializable.sol":{"keccak256":"0x631188737069917d2f909d29ce62c4d48611d326686ba6683e26b72a23bfac0b","urls":["bzz-raw://7a61054ae84cd6c4d04c0c4450ba1d6de41e27e0a2c4f1bcdf58f796b401c609","dweb:/ipfs/QmUvtdp7X1mRVyC3CsHrtPbgoqWaXHp3S1ZR24tpAQYJWM"],"license":"MIT"},"lib/openzeppelin-contracts-upgradeable/contracts/utils/ContextUpgradeable.sol":{"keccak256":"0xdbef5f0c787055227243a7318ef74c8a5a1108ca3a07f2b3a00ef67769e1e397","urls":["bzz-raw://08e39f23d5b4692f9a40803e53a8156b72b4c1f9902a88cd65ba964db103dab9","dweb:/ipfs/QmPKn6EYDgpga7KtpkA8wV2yJCYGMtc9K4LkJfhKX2RVSV"],"license":"MIT"},"lib/openzeppelin-contracts-upgradeable/contracts/utils/ReentrancyGuardUpgradeable.sol":{"keccak256":"0xb44e086e941292cdc7f440de51478493894ef0b1aeccb0c4047445919f667f74","urls":["bzz-raw://942dad22fbdc1669f025540ba63aa3ccfad5f8458fc5d4525b31ebf272e7af45","dweb:/ipfs/Qmdo4X2M82aM3AMoW2kf2jhYkSCyC4T1pHNd6obdsDFnAB"],"license":"MIT"},"lib/openzeppelin-contracts-upgradeable/contracts/utils/introspection/ERC165Upgradeable.sol":{"keccak256":"0xdaba3f7c42c55b2896353f32bd27d4d5f8bae741b3b05d4c53f67abc4dc47ce8","urls":["bzz-raw://1fa2e61141c602510bcd2cd936ed9561922ac8772a9b9c9a9db091a74e354a45","dweb:/ipfs/QmcHQDDoEBwJmwUbzoVkytvJsBx3KVHYFFnDkvRGWh9Wmh"],"license":"MIT"},"lib/openzeppelin-contracts/contracts/access/IAccessControl.sol":{"keccak256":"0xb6b36edd6a2999fd243ff226d6cbf84bd71af2432bbd0dfe19392996a1d9cb41","urls":["bzz-raw://1fd2f35495652e57e3f99bc6c510bc5f7dd398a176ea2e72d8ed730aebc6ca26","dweb:/ipfs/QmTQV6X4gkikTib49cho5iDX3JvSQbdsoEChoDwrk3CbbH"],"license":"MIT"},"lib/openzeppelin-contracts/contracts/utils/introspection/IERC165.sol":{"keccak256":"0x4296879f55019b23e135000eb36896057e7101fb7fb859c5ef690cf14643757b","urls":["bzz-raw://87b3541437c8c443ccd36795e56a338ed12855eec17f8da624511b8d1a7e14df","dweb:/ipfs/QmeJQCtZrQjtJLr6u7ZHWeH3pBnjtLWzvRrKViAi7UZqxL"],"license":"MIT"},"lib/openzeppelin-contracts/contracts/utils/math/Math.sol":{"keccak256":"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d","urls":["bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875","dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L"],"license":"MIT"},"lib/openzeppelin-contracts/contracts/utils/math/SafeCast.sol":{"keccak256":"0xe19a4d5f31d2861e7344e8e535e2feafb913d806d3e2b5fe7782741a2a7094fe","urls":["bzz-raw://4aed79c0fa6f0546ed02f2f683e8f77f0fd2ed7eb34d8bbf3d373c9a6d95b13c","dweb:/ipfs/QmWqVz6UAVqmnWU5pqYPt1o6iDEZyPaBraAA3rKfTTSfYj"],"license":"MIT"},"lib/openzeppelin-contracts/contracts/utils/structs/Checkpoints.sol":{"keccak256":"0xbdc5e074d7dd6678f67e92b1a51a20226801a407b0e1af3da367c5d1ff4519ad","urls":["bzz-raw://a36cca6b22fff3db16fc789ff6c60eea71d4b156065d4d0c83a0bc5e91a77a8b","dweb:/ipfs/QmYN3exd5AemxjBrN8XMB1p5LbbE16uC3sjbYjwi8AjcGR"],"license":"MIT"},"lib/openzeppelin-contracts/contracts/utils/types/Time.sol":{"keccak256":"0xc7755af115020049e4140f224f9ee88d7e1799ffb0646f37bf0df24bf6213f58","urls":["bzz-raw://7f09bf94d5274334ec021f61a04659db303f31e60460e14b709c9bf187740111","dweb:/ipfs/QmNvgomZYUwFAt4cZbPWAiTeSZQreGehY9BK5xyVJsUttb"],"license":"MIT"},"src/contracts/common/Entity.sol":{"keccak256":"0x3d61a932995b8443381f3950542d388223a2c26dd5d29a3274dea3baa7388bd7","urls":["bzz-raw://7cdf5f03ca72fd263fd32ff59c8d88ddca911ae83896a287d10772c1bbe9b138","dweb:/ipfs/QmbP84r5BWT1Rn9AYTntWSf3xUMTTCohTZJFhbBhDXFoHa"],"license":"BUSL-1.1"},"src/contracts/common/StaticDelegateCallable.sol":{"keccak256":"0x350029aa8955eacaffffaeb58babc5c98e80ebc5c5db388ed17ee6465f4a9d90","urls":["bzz-raw://eb392a8ee9050e0af606897df63e3404e3829e8b688b580663892f9664195764","dweb:/ipfs/QmaXC8jqV8UrrAFkzXTEv2fJF56sy33HhLxAzaRZmUxuXD"],"license":"BUSL-1.1"},"src/contracts/delegator/BaseDelegator.sol":{"keccak256":"0x7c54d491fdd4415b764a9c8defa068e56d4c0c8c9419be0053a1d377669290e8","urls":["bzz-raw://9238bfbad0f6eeb0dc7727724de14380f1980b395902269703d5e2ef07e52e10","dweb:/ipfs/QmPJn1V4HNXcEghYvogGuSTF24dSQUPosR5qtsXcmNqRm3"],"license":"BUSL-1.1"},"src/contracts/delegator/FullRestakeDelegator.sol":{"keccak256":"0x0a81c4f8e72914563a9cb771e93acf889c71ea36b7bec040e4eb562b199d5af1","urls":["bzz-raw://6fc66b6ba02da77046a0bbbd1dd407a62c08f52e04486c9cbd2cb1cca3da555f","dweb:/ipfs/QmZQivK1ZnMxfRQQ5aLpV9co5u55wQVNev5Rg1hzAqxhkE"],"license":"BUSL-1.1"},"src/contracts/libraries/Checkpoints.sol":{"keccak256":"0xba90097c8bfe0a975499428b5f8ac5569483c7d92ccc28c12d70de416aae040c","urls":["bzz-raw://12f5d93ca94cd06d3147db68993165a58e17903ed53682560de61f3085ad4609","dweb:/ipfs/QmePiuAqvXprMLmFZkGZeGjvGPAvsEDHfCDv7BoQhXu9xE"],"license":"MIT"},"src/contracts/libraries/Subnetwork.sol":{"keccak256":"0xf5ef5506fd66082b3c2e7f3df37529f5a8efad32ac62e7c8914bd63219190bfe","urls":["bzz-raw://ba031a54ee0d0e9a270c2b9e18437f5668cfeb659cfd5fe0677459d7fcac2a56","dweb:/ipfs/QmReP3H7qQ78tAfgLnJKsNEQNCQfF1X1Get38Ffd4kzq32"],"license":"MIT"},"src/interfaces/common/IEntity.sol":{"keccak256":"0x8ef4b63d6da63489778ccd5f8d13ebdd527dd4b62730b2c616df5af7474d2d21","urls":["bzz-raw://5a8d69576a9219d85c50816a18ad53a4d53cfcb27ed38b8cccc808dc2734b71b","dweb:/ipfs/QmYVN3P4Q4REvBWJ97TbAcaxm3uyB2anV6NSGa6ZtSwcEv"],"license":"MIT"},"src/interfaces/common/IMigratableEntity.sol":{"keccak256":"0x8f5f2809f3afbe8ebfbb365dd7b57b4dd3b6f9943a6187eaf648d45895b8e3c4","urls":["bzz-raw://0ffe640537d539e7a4fde70d30d3e4c57f4ba9c2c25c450cea713aae38e8fd5c","dweb:/ipfs/QmSUTGzvdcn1R1KB7tLThMRtESsfPbeXDhhhKWGtntzBds"],"license":"MIT"},"src/interfaces/common/IRegistry.sol":{"keccak256":"0x474c981518bb6ac974ba2a1274c49fd918d3b5acf1f3710e59786c5e3c8fc8bb","urls":["bzz-raw://db439e8880386dd308f8c67e612e9b15067fdffb29d6d0fd89c4edf820f30014","dweb:/ipfs/QmQJuzgU17EZyPMoJNwknPkveK1Nwx1ByhZCBJzgRgcpvK"],"license":"MIT"},"src/interfaces/common/IStaticDelegateCallable.sol":{"keccak256":"0xa335d4e81b9071b7de66ef92b43ff20671d86516eb1be46fef29a3483cd3f5d5","urls":["bzz-raw://d464b9db863c14c05547d2b23352f2e9b7b784799cf09f6bbc4906a2a74e3516","dweb:/ipfs/QmUVWzFvJz7eEbDQKiFTTzwi7TEbjcs3VmwdM4kuptAKvi"],"license":"MIT"},"src/interfaces/delegator/IBaseDelegator.sol":{"keccak256":"0x96bb312f032e17accce3f8f80936d99468029d6b37c9ca74acdb4b026a0148ee","urls":["bzz-raw://2a66dcb5b7d1a6ef6a363431ea98ebd78bc4fdd3d7a134d9b542dc66e7d025c2","dweb:/ipfs/QmRhTPLd2ZAyRHmJUFUcWKs9b3if49QY17LYZuRqWmghw8"],"license":"MIT"},"src/interfaces/delegator/IDelegatorHook.sol":{"keccak256":"0xc51aa8d7d1f6c8043ee819b7aeb86da0e993912e1442098df897e299f01f9f46","urls":["bzz-raw://adddf5cb2ba282aeb576b26efb28640f865a1721cc9b6eee8b3ee0457a2c9780","dweb:/ipfs/QmNYgAmnLRwWZbhTuQhZs9rx4zcme1df5mEepkrniorSoW"],"license":"MIT"},"src/interfaces/delegator/IFullRestakeDelegator.sol":{"keccak256":"0xa3c8cb2e45d4d8ce90e95263bea40c01dc400f05ad65bc29597d878606be5e7d","urls":["bzz-raw://782cf5e201aa4cca037ebafd3807a68ff1cc721d5b8416a35244db0d0607369e","dweb:/ipfs/QmQkJks6x7CKndeTPa9LxgTNygD5uEi7obhADhpq1Lsr9A"],"license":"MIT"},"src/interfaces/service/IOptInService.sol":{"keccak256":"0x76fb5460a6d87a5705433d4fbeff7253cd75b8bbd0c888b2088f16e86ace146a","urls":["bzz-raw://990322019b3d11465f7024bae77ccbf7e2fe5d6fa3c754584778f37d04fa1337","dweb:/ipfs/QmaSNHzcqxTkUCG9a4nqVfLECHLdjdrwAnDi3yDC7tDL24"],"license":"MIT"},"src/interfaces/vault/IVault.sol":{"keccak256":"0xffee01d383cd4e1a5530c614bf4360c1ef070c288abec9da1eb531b51bc07235","urls":["bzz-raw://04f0046cac285d8ec44ebbb1f79dc94fab4495767190cad8364fbc1fafaadfb9","dweb:/ipfs/QmUawAunwzXfCyShWfhKeThAgKtqe51hmrxvrXvM772M2R"],"license":"MIT"},"src/interfaces/vault/IVaultStorage.sol":{"keccak256":"0x592626f13754194f83047135de19229c49390bd59e34659b1bb38be71d973a22","urls":["bzz-raw://06a6a9dfddd05e580b32bebe2cff4f63ba26a653180676d58225dd30d9c89d3e","dweb:/ipfs/QmdgzBeY6Sxo8mGtyBxtv1tM1c2kU6J6zjeRd7vuXm4DU6"],"license":"MIT"}},"version":1},"id":82}