@towns-protocol/generated 0.0.219 → 0.0.221
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dev/abis/Architect.json +1 -0
- package/dev/abis/Channels.json +1 -0
- package/dev/abis/Diamond.json +1 -0
- package/dev/abis/DiamondCutFacet.json +1 -0
- package/dev/abis/DropFacet.json +1 -0
- package/dev/abis/ERC721A__IERC721ReceiverUpgradeable.json +1 -0
- package/dev/abis/EntitlementsManager.json +1 -0
- package/dev/abis/IBanning.json +1 -0
- package/dev/abis/IBanningBase.json +1 -0
- package/dev/abis/ICreateSpace.json +1 -0
- package/dev/abis/ICrossChainEntitlement.json +1 -0
- package/dev/abis/IERC5267.json +1 -0
- package/dev/abis/IERC721A.json +1 -0
- package/dev/abis/IERC721ABase.json +1 -0
- package/dev/abis/IERC721AQueryable.json +1 -0
- package/dev/abis/IEntitlementChecker.json +1 -0
- package/dev/abis/IEntitlementCheckerBase.json +1 -0
- package/dev/abis/IEntitlementDataQueryable.json +1 -0
- package/dev/abis/IEntitlementDataQueryableBase.json +1 -0
- package/dev/abis/IEntitlementGated.json +1 -0
- package/dev/abis/IEntitlementGatedBase.json +1 -0
- package/dev/abis/IMembershipMetadata.json +1 -0
- package/dev/abis/IMulticall.json +1 -0
- package/dev/abis/INodeOperator.json +1 -0
- package/dev/abis/INodeOperatorBase.json +1 -0
- package/dev/abis/IPausable.json +1 -0
- package/dev/abis/IPausableBase.json +1 -0
- package/dev/abis/IPricingModules.json +1 -0
- package/dev/abis/IPricingModulesBase.json +1 -0
- package/dev/abis/IReview.json +1 -0
- package/dev/abis/IReviewBase.json +1 -0
- package/dev/abis/IRuleEntitlement.json +1 -0
- package/dev/abis/IRuleEntitlementBase.json +1 -0
- package/dev/abis/IRuleEntitlementV2.json +1 -0
- package/dev/abis/ISpaceDelegation.json +1 -0
- package/dev/abis/ISpaceDelegationBase.json +1 -0
- package/dev/abis/ISwapFacet.json +1 -0
- package/dev/abis/ISwapFacetBase.json +1 -0
- package/dev/abis/ISwapRouter.json +1 -0
- package/dev/abis/ISwapRouterBase.json +1 -0
- package/dev/abis/ITipping.json +1 -0
- package/dev/abis/ITippingBase.json +1 -0
- package/dev/abis/ITownsPoints.json +1 -0
- package/dev/abis/ITownsPointsBase.json +1 -0
- package/dev/abis/ITreasury.json +1 -0
- package/dev/abis/Member.json +1 -0
- package/dev/abis/MembershipFacet.abi.json +13 -0
- package/dev/abis/MembershipFacet.abi.ts +13 -0
- package/dev/abis/MembershipFacet.json +1 -0
- package/dev/abis/MockCrossChainEntitlement.json +1 -0
- package/dev/abis/MockERC721A.json +1 -0
- package/dev/abis/MockEntitlementGated.json +1 -0
- package/dev/abis/MockLegacyArchitect.json +1 -0
- package/dev/abis/MockRiverRegistry.json +1 -0
- package/dev/abis/MockWalletLink.json +1 -0
- package/dev/abis/MockWalletLinkStorage.json +1 -0
- package/dev/abis/NodeRegistry.json +1 -0
- package/dev/abis/OperatorRegistry.json +1 -0
- package/dev/abis/OwnableFacet.json +1 -0
- package/dev/abis/PlatformRequirementsFacet.json +1 -0
- package/dev/abis/PrepayFacet.json +1 -0
- package/dev/abis/ProxyManager.json +1 -0
- package/dev/abis/Roles.json +1 -0
- package/dev/abis/SpaceOwner.json +1 -0
- package/dev/abis/StreamFlags.json +1 -0
- package/dev/abis/StreamRegistry.json +1 -0
- package/dev/abis/TokenPausableFacet.json +1 -0
- package/dev/abis/UserEntitlement.json +1 -0
- package/dev/abis/WalletLink.json +1 -0
- package/dev/typings/MembershipFacet.ts +35 -0
- package/dev/typings/factories/MembershipFacet__factory.ts +14 -1
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"abi":[{"type":"constructor","inputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"SPACE_ADDRESS","inputs":[],"outputs":[{"name":"","type":"address","internalType":"address"}],"stateMutability":"view"},{"type":"function","name":"UPGRADE_INTERFACE_VERSION","inputs":[],"outputs":[{"name":"","type":"string","internalType":"string"}],"stateMutability":"view"},{"type":"function","name":"description","inputs":[],"outputs":[{"name":"","type":"string","internalType":"string"}],"stateMutability":"view"},{"type":"function","name":"getEntitlementDataByRoleId","inputs":[{"name":"roleId","type":"uint256","internalType":"uint256"}],"outputs":[{"name":"","type":"bytes","internalType":"bytes"}],"stateMutability":"view"},{"type":"function","name":"initialize","inputs":[{"name":"_space","type":"address","internalType":"address"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"isCrosschain","inputs":[],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"pure"},{"type":"function","name":"isEntitled","inputs":[{"name":"channelId","type":"bytes32","internalType":"bytes32"},{"name":"wallets","type":"address[]","internalType":"address[]"},{"name":"permission","type":"bytes32","internalType":"bytes32"}],"outputs":[{"name":"","type":"bool","internalType":"bool"}],"stateMutability":"view"},{"type":"function","name":"moduleType","inputs":[],"outputs":[{"name":"","type":"string","internalType":"string"}],"stateMutability":"view"},{"type":"function","name":"name","inputs":[],"outputs":[{"name":"","type":"string","internalType":"string"}],"stateMutability":"view"},{"type":"function","name":"proxiableUUID","inputs":[],"outputs":[{"name":"","type":"bytes32","internalType":"bytes32"}],"stateMutability":"view"},{"type":"function","name":"removeEntitlement","inputs":[{"name":"roleId","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"setEntitlement","inputs":[{"name":"roleId","type":"uint256","internalType":"uint256"},{"name":"entitlementData","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":"upgradeToAndCall","inputs":[{"name":"newImplementation","type":"address","internalType":"address"},{"name":"data","type":"bytes","internalType":"bytes"}],"outputs":[],"stateMutability":"payable"},{"type":"event","name":"Initialized","inputs":[{"name":"version","type":"uint64","indexed":false,"internalType":"uint64"}],"anonymous":false},{"type":"event","name":"Upgraded","inputs":[{"name":"implementation","type":"address","indexed":true,"internalType":"address"}],"anonymous":false},{"type":"error","name":"AddressEmptyCode","inputs":[{"name":"target","type":"address","internalType":"address"}]},{"type":"error","name":"ERC1967InvalidImplementation","inputs":[{"name":"implementation","type":"address","internalType":"address"}]},{"type":"error","name":"ERC1967NonPayable","inputs":[]},{"type":"error","name":"Entitlement__InvalidValue","inputs":[]},{"type":"error","name":"Entitlement__NotAllowed","inputs":[]},{"type":"error","name":"Entitlement__NotMember","inputs":[]},{"type":"error","name":"Entitlement__ValueAlreadyExists","inputs":[]},{"type":"error","name":"FailedCall","inputs":[]},{"type":"error","name":"InvalidInitialization","inputs":[]},{"type":"error","name":"NotInitializing","inputs":[]},{"type":"error","name":"UUPSUnauthorizedCallContext","inputs":[]},{"type":"error","name":"UUPSUnsupportedProxiableUUID","inputs":[{"name":"slot","type":"bytes32","internalType":"bytes32"}]}],"bytecode":{"object":"0x60a060405230608052348015610013575f5ffd5b5061001c610021565b6100d3565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff16156100715760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b03908116146100d05780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6080516121ad6100f95f395f8181610da801528181610dd1015261105501526121ad5ff3fe6080604052600436106100d9575f3560e01c806352d1902d1161007c578063ad3cb1cc11610057578063ad3cb1cc146102cd578063c4d66de814610315578063ef8be57414610334578063f0c111f914610353575f5ffd5b806352d1902d1461021b5780636465e69f1461023d5780637284e41614610285575f5ffd5b80631eee07b2116100b75780631eee07b2146101855780632e1b61e4146101a457806334322eff146101b65780634f1ef28614610206575f5ffd5b806301ffc9a7146100dd57806306fdde03146101115780630cf0b53314610166575b5f5ffd5b3480156100e8575f5ffd5b506100fc6100f73660046119e8565b610372565b60405190151581526020015b60405180910390f35b34801561011c575f5ffd5b506101596040518060400160405280601081526020017f5573657220456e7469746c656d656e740000000000000000000000000000000081525081565b6040516101089190611a73565b348015610171575f5ffd5b506100fc610180366004611be6565b61040a565b348015610190575f5ffd5b5061015961019f366004611c33565b610434565b3480156101af575f5ffd5b505f6100fc565b3480156101c1575f5ffd5b505f546101e19073ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610108565b610219610214366004611c8f565b610470565b005b348015610226575f5ffd5b5061022f61048f565b604051908152602001610108565b348015610248575f5ffd5b506101596040518060400160405280600f81526020017f55736572456e7469746c656d656e74000000000000000000000000000000000081525081565b348015610290575f5ffd5b506101596040518060400160405280601581526020017f456e7469746c656d656e7420666f72207573657273000000000000000000000081525081565b3480156102d8575f5ffd5b506101596040518060400160405280600581526020017f352e302e3000000000000000000000000000000000000000000000000000000081525081565b348015610320575f5ffd5b5061021961032f366004611d15565b6104bd565b34801561033f575f5ffd5b5061021961034e366004611d2e565b610674565b34801561035e575f5ffd5b5061021961036d366004611c33565b6109ce565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167ff785968a00000000000000000000000000000000000000000000000000000000148061040457507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b5f83156104235761041c848484610bca565b905061042d565b61041c8383610d33565b9392505050565b606060015f8381526020019081526020015f2060020160405160200161045a9190611da5565b6040516020818303038152906040529050919050565b610478610d90565b61048182610e96565b61048b8282610eff565b5050565b5f61049861103d565b507f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc90565b5f6104c66110ac565b805490915060ff68010000000000000000820416159067ffffffffffffffff165f811580156104f25750825b90505f8267ffffffffffffffff16600114801561050e5750303b155b90508115801561051c575080155b15610553576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b84547fffffffffffffffffffffffffffffffffffffffffffffffff000000000000000016600117855583156105b45784547fffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffff16680100000000000000001785555b6105bc6110d4565b6105c46110d4565b6105cc6110d4565b5f80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff8816179055831561066c5784547fffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffff168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f5473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146106da576040517f338e692c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5f6106e782840184611e00565b90505f5b815181101561077f575f82828151811061070757610707611e3a565b602002602001015190505f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610776576040517fe577901e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b506001016106eb565b505b5f848152600160205260409020600201541561086f575f8481526001602081905260408220600201805490916107b691611e94565b815481106107c6576107c6611e3a565b5f9182526020909120015473ffffffffffffffffffffffffffffffffffffffff1690506107f381866110dc565b5f85815260016020526040902060020180548061081257610812611ea7565b5f8281526020902081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff90810180547fffffffffffffffffffffffff000000000000000000000000000000000000000016905501905550610781565b5f848152600160208190526040822080547fffffffffffffffffffffffff0000000000000000000000000000000000000000168155908101829055906108b86002830182611931565b505060405180606001604052806108cc3390565b73ffffffffffffffffffffffffffffffffffffffff90811682524260208084019190915260409283018590525f888152600180835290849020855181547fffffffffffffffffffffffff0000000000000000000000000000000000000000169416939093178355848201519083015591830151805191926109559260028501929091019061194c565b505f9150505b81518110156109c75760025f83838151811061097957610979611e3a565b60209081029190910181015173ffffffffffffffffffffffffffffffffffffffff168252818101929092526040015f908120805460018181018355918352929091209091018690550161095b565b5050505050565b5f5473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610a34576040517f338e692c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5f8181526001602052604090205473ffffffffffffffffffffffffffffffffffffffff16610a8e576040517fe577901e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5f8181526001602052604090206002015415610b7c575f818152600160208190526040822060020180549091610ac391611e94565b81548110610ad357610ad3611e3a565b5f9182526020909120015473ffffffffffffffffffffffffffffffffffffffff169050610b0081836110dc565b5f828152600160205260409020600201805480610b1f57610b1f611ea7565b5f8281526020902081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff90810180547fffffffffffffffffffffffff000000000000000000000000000000000000000016905501905550610a8e565b5f818152600160208190526040822080547fffffffffffffffffffffffff000000000000000000000000000000000000000016815590810182905590610bc56002830182611931565b505050565b5f80546040517f831c2b8200000000000000000000000000000000000000000000000000000000815260048101869052829173ffffffffffffffffffffffffffffffffffffffff169063831c2b82906024015f60405180830381865afa158015610c36573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201604052610c7b9190810190611f21565b90505f610c8785611207565b90505f5b826060015151811015610d29575f83606001518281518110610caf57610caf611e3a565b602002602001015190505f5f90505b8351811015610d1f5781848281518110610cda57610cda611e3a565b6020026020010151148015610d0d5750610d0d848281518110610cff57610cff611e3a565b6020026020010151886114f0565b15610d1757600195505b600101610cbe565b5050600101610c8b565b5050509392505050565b5f5f610d3e84611207565b90505f5b8151811015610d8657610d6e828281518110610d6057610d60611e3a565b6020026020010151856114f0565b15610d7e57600192505050610404565b600101610d42565b505f949350505050565b3073ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000161480610e5d57507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16610e447f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5473ffffffffffffffffffffffffffffffffffffffff1690565b73ffffffffffffffffffffffffffffffffffffffff1614155b15610e94576040517fe07c8dba00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b5f5473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610efc576040517f338e692c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50565b8173ffffffffffffffffffffffffffffffffffffffff166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa925050508015610f84575060408051601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201909252610f8191810190612034565b60015b610fd7576040517f4c9c8ce300000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff831660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8114611033576040517faa1d49a400000000000000000000000000000000000000000000000000000000815260048101829052602401610fce565b610bc5838361161d565b3073ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614610e94576040517fe07c8dba00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5f807ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00610404565b610e9461167f565b73ffffffffffffffffffffffffffffffffffffffff82165f908152600260205260408120905b81548110156111a4578282828154811061111e5761111e611e3a565b905f5260205f2001540361119c578154829061113c90600190611e94565b8154811061114c5761114c611e3a565b905f5260205f20015482828154811061116757611167611e3a565b905f5260205f2001819055508180548061118357611183611ea7565b600190038181905f5260205f20015f9055905550505050565b600101611102565b506040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601e60248201527f526f6c65204944206e6f7420666f756e6420666f7220746865207573657200006044820152606401610fce565b60605f805b83518110156112845760025f85838151811061122a5761122a611e3a565b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20805490508261127a919061204b565b915060010161120c565b5060015f5260026020527fe90b7bceb6e7df5418fb78d8ee546e97c83a08bbccc01a0644d599ccd2a7c2e0546112ba908261204b565b90505f8167ffffffffffffffff8111156112d6576112d6611a85565b6040519080825280602002602001820160405280156112ff578160200160208202803683370190505b5090505f805b8551811015611416575f60025f88848151811061132457611324611e3a565b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f208054806020026020016040519081016040528092919081815260200182805480156113ad57602002820191905f5260205f20905b815481526020019060010190808311611399575b509394505f93505050505b815181101561140c578181815181106113d3576113d3611e3a565b60200260200101518585806113e79061205e565b9650815181106113f9576113f9611e3a565b60209081029190910101526001016113b8565b5050600101611305565b5060015f908152600260209081527fe90b7bceb6e7df5418fb78d8ee546e97c83a08bbccc01a0644d599ccd2a7c2e0805460408051828502810185019091528181529283018282801561148657602002820191905f5260205f20905b815481526020019060010190808311611472575b509394505f93505050505b81518110156114e5578181815181106114ac576114ac611e3a565b60200260200101518484806114c09061205e565b9550815181106114d2576114d2611e3a565b6020908102919091010152600101611491565b509195945050505050565b5f80546040517fb426423300000000000000000000000000000000000000000000000000000000815260048101859052829173ffffffffffffffffffffffffffffffffffffffff169063b4264233906024015f60405180830381865afa15801561155c573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526115a19190810190612095565b80519091505f5b81811015611612575f8382815181106115c3576115c3611e3a565b60200260200101516040516020016115db919061215d565b6040516020818303038152906040526115f390612168565b9050858103611609576001945050505050610404565b506001016115a8565b505f95945050505050565b611626826116bd565b60405173ffffffffffffffffffffffffffffffffffffffff8316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561167757610bc5828261178b565b61048b61180a565b611687611842565b610e94576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff163b5f03611725576040517f4c9c8ce300000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff82166004820152602401610fce565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b60605f5f8473ffffffffffffffffffffffffffffffffffffffff16846040516117b4919061215d565b5f60405180830381855af49150503d805f81146117ec576040519150601f19603f3d011682016040523d82523d5f602084013e6117f1565b606091505b5091509150611801858383611860565b95945050505050565b3415610e94576040517fb398979f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5f61184b6110ac565b5468010000000000000000900460ff16919050565b60608261187557611870826118ef565b61042d565b8151158015611899575073ffffffffffffffffffffffffffffffffffffffff84163b155b156118e8576040517f9996b31500000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff85166004820152602401610fce565b508061042d565b8051156118ff5780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5080545f8255905f5260205f2090810190610efc91906119d4565b828054828255905f5260205f209081019282156119c4579160200282015b828111156119c457825182547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff90911617825560209092019160019091019061196a565b506119d09291506119d4565b5090565b5b808211156119d0575f81556001016119d5565b5f602082840312156119f8575f5ffd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461042d575f5ffd5b5f81518084528060208401602086015e5f6020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b602081525f61042d6020830184611a27565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b6040516080810167ffffffffffffffff81118282101715611ad557611ad5611a85565b60405290565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff81118282101715611b2257611b22611a85565b604052919050565b5f67ffffffffffffffff821115611b4357611b43611a85565b5060051b60200190565b803573ffffffffffffffffffffffffffffffffffffffff81168114611b70575f5ffd5b919050565b5f82601f830112611b84575f5ffd5b8135611b97611b9282611b2a565b611adb565b8082825260208201915060208360051b860101925085831115611bb8575f5ffd5b602085015b83811015611bdc57611bce81611b4d565b835260209283019201611bbd565b5095945050505050565b5f5f5f60608486031215611bf8575f5ffd5b83359250602084013567ffffffffffffffff811115611c15575f5ffd5b611c2186828701611b75565b93969395505050506040919091013590565b5f60208284031215611c43575f5ffd5b5035919050565b5f67ffffffffffffffff821115611c6357611c63611a85565b50601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01660200190565b5f5f60408385031215611ca0575f5ffd5b611ca983611b4d565b9150602083013567ffffffffffffffff811115611cc4575f5ffd5b8301601f81018513611cd4575f5ffd5b8035611ce2611b9282611c4a565b818152866020838501011115611cf6575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f60208284031215611d25575f5ffd5b61042d82611b4d565b5f5f5f60408486031215611d40575f5ffd5b83359250602084013567ffffffffffffffff811115611d5d575f5ffd5b8401601f81018613611d6d575f5ffd5b803567ffffffffffffffff811115611d83575f5ffd5b866020828401011115611d94575f5ffd5b939660209190910195509293505050565b602080825282548282018190525f848152918220906040840190835b81811015611df557835473ffffffffffffffffffffffffffffffffffffffff16835260019384019360209093019201611dc1565b509095945050505050565b5f60208284031215611e10575f5ffd5b813567ffffffffffffffff811115611e26575f5ffd5b611e3284828501611b75565b949350505050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b8181038181111561040457610404611e67565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603160045260245ffd5b5f82601f830112611ee3575f5ffd5b8151611ef1611b9282611c4a565b818152846020838601011115611f05575f5ffd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215611f31575f5ffd5b815167ffffffffffffffff811115611f47575f5ffd5b820160808185031215611f58575f5ffd5b611f60611ab2565b8151815260208201518015158114611f76575f5ffd5b6020820152604082015167ffffffffffffffff811115611f94575f5ffd5b611fa086828501611ed4565b604083015250606082015167ffffffffffffffff811115611fbf575f5ffd5b80830192505084601f830112611fd3575f5ffd5b8151611fe1611b9282611b2a565b8082825260208201915060208360051b860101925087831115612002575f5ffd5b6020850194505b82851015612024578451825260209485019490910190612009565b6060840152509095945050505050565b5f60208284031215612044575f5ffd5b5051919050565b8082018082111561040457610404611e67565b5f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff820361208e5761208e611e67565b5060010190565b5f602082840312156120a5575f5ffd5b815167ffffffffffffffff8111156120bb575f5ffd5b8201601f810184136120cb575f5ffd5b80516120d9611b9282611b2a565b8082825260208201915060208360051b8501019250868311156120fa575f5ffd5b602084015b8381101561213b57805167ffffffffffffffff81111561211d575f5ffd5b61212c89602083890101611ed4565b845250602092830192016120ff565b509695505050505050565b5f81518060208401855e5f93019283525090919050565b5f61042d8284612146565b805160208083015191908110156121a7577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8160200360031b1b821691505b5091905056","sourceMap":"834:9527:485:-:0;;;1171:4:9;1128:48;;1866:53:485;;;;;;;;;-1:-1:-1;1890:22:485;:20;:22::i;:::-;834:9527;;7709:422:8;3147:66;7898:15;;;;;;;7894:76;;;7936:23;;-1:-1:-1;;;7936:23:8;;;;;;;;;;;7894:76;7983:14;;-1:-1:-1;;;;;7983:14:8;;;:34;7979:146;;8033:33;;-1:-1:-1;;;;;;8033:33:8;-1:-1:-1;;;;;8033:33:8;;;;;8085:29;;158:50:715;;;8085:29:8;;146:2:715;131:18;8085:29:8;;;;;;;7979:146;7758:373;7709:422::o;14:200:715:-;834:9527:485;;;;;;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x6080604052600436106100d9575f3560e01c806352d1902d1161007c578063ad3cb1cc11610057578063ad3cb1cc146102cd578063c4d66de814610315578063ef8be57414610334578063f0c111f914610353575f5ffd5b806352d1902d1461021b5780636465e69f1461023d5780637284e41614610285575f5ffd5b80631eee07b2116100b75780631eee07b2146101855780632e1b61e4146101a457806334322eff146101b65780634f1ef28614610206575f5ffd5b806301ffc9a7146100dd57806306fdde03146101115780630cf0b53314610166575b5f5ffd5b3480156100e8575f5ffd5b506100fc6100f73660046119e8565b610372565b60405190151581526020015b60405180910390f35b34801561011c575f5ffd5b506101596040518060400160405280601081526020017f5573657220456e7469746c656d656e740000000000000000000000000000000081525081565b6040516101089190611a73565b348015610171575f5ffd5b506100fc610180366004611be6565b61040a565b348015610190575f5ffd5b5061015961019f366004611c33565b610434565b3480156101af575f5ffd5b505f6100fc565b3480156101c1575f5ffd5b505f546101e19073ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610108565b610219610214366004611c8f565b610470565b005b348015610226575f5ffd5b5061022f61048f565b604051908152602001610108565b348015610248575f5ffd5b506101596040518060400160405280600f81526020017f55736572456e7469746c656d656e74000000000000000000000000000000000081525081565b348015610290575f5ffd5b506101596040518060400160405280601581526020017f456e7469746c656d656e7420666f72207573657273000000000000000000000081525081565b3480156102d8575f5ffd5b506101596040518060400160405280600581526020017f352e302e3000000000000000000000000000000000000000000000000000000081525081565b348015610320575f5ffd5b5061021961032f366004611d15565b6104bd565b34801561033f575f5ffd5b5061021961034e366004611d2e565b610674565b34801561035e575f5ffd5b5061021961036d366004611c33565b6109ce565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167ff785968a00000000000000000000000000000000000000000000000000000000148061040457507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b5f83156104235761041c848484610bca565b905061042d565b61041c8383610d33565b9392505050565b606060015f8381526020019081526020015f2060020160405160200161045a9190611da5565b6040516020818303038152906040529050919050565b610478610d90565b61048182610e96565b61048b8282610eff565b5050565b5f61049861103d565b507f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc90565b5f6104c66110ac565b805490915060ff68010000000000000000820416159067ffffffffffffffff165f811580156104f25750825b90505f8267ffffffffffffffff16600114801561050e5750303b155b90508115801561051c575080155b15610553576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b84547fffffffffffffffffffffffffffffffffffffffffffffffff000000000000000016600117855583156105b45784547fffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffff16680100000000000000001785555b6105bc6110d4565b6105c46110d4565b6105cc6110d4565b5f80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff8816179055831561066c5784547fffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffff168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f5473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146106da576040517f338e692c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5f6106e782840184611e00565b90505f5b815181101561077f575f82828151811061070757610707611e3a565b602002602001015190505f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610776576040517fe577901e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b506001016106eb565b505b5f848152600160205260409020600201541561086f575f8481526001602081905260408220600201805490916107b691611e94565b815481106107c6576107c6611e3a565b5f9182526020909120015473ffffffffffffffffffffffffffffffffffffffff1690506107f381866110dc565b5f85815260016020526040902060020180548061081257610812611ea7565b5f8281526020902081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff90810180547fffffffffffffffffffffffff000000000000000000000000000000000000000016905501905550610781565b5f848152600160208190526040822080547fffffffffffffffffffffffff0000000000000000000000000000000000000000168155908101829055906108b86002830182611931565b505060405180606001604052806108cc3390565b73ffffffffffffffffffffffffffffffffffffffff90811682524260208084019190915260409283018590525f888152600180835290849020855181547fffffffffffffffffffffffff0000000000000000000000000000000000000000169416939093178355848201519083015591830151805191926109559260028501929091019061194c565b505f9150505b81518110156109c75760025f83838151811061097957610979611e3a565b60209081029190910181015173ffffffffffffffffffffffffffffffffffffffff168252818101929092526040015f908120805460018181018355918352929091209091018690550161095b565b5050505050565b5f5473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610a34576040517f338e692c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5f8181526001602052604090205473ffffffffffffffffffffffffffffffffffffffff16610a8e576040517fe577901e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5f8181526001602052604090206002015415610b7c575f818152600160208190526040822060020180549091610ac391611e94565b81548110610ad357610ad3611e3a565b5f9182526020909120015473ffffffffffffffffffffffffffffffffffffffff169050610b0081836110dc565b5f828152600160205260409020600201805480610b1f57610b1f611ea7565b5f8281526020902081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff90810180547fffffffffffffffffffffffff000000000000000000000000000000000000000016905501905550610a8e565b5f818152600160208190526040822080547fffffffffffffffffffffffff000000000000000000000000000000000000000016815590810182905590610bc56002830182611931565b505050565b5f80546040517f831c2b8200000000000000000000000000000000000000000000000000000000815260048101869052829173ffffffffffffffffffffffffffffffffffffffff169063831c2b82906024015f60405180830381865afa158015610c36573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201604052610c7b9190810190611f21565b90505f610c8785611207565b90505f5b826060015151811015610d29575f83606001518281518110610caf57610caf611e3a565b602002602001015190505f5f90505b8351811015610d1f5781848281518110610cda57610cda611e3a565b6020026020010151148015610d0d5750610d0d848281518110610cff57610cff611e3a565b6020026020010151886114f0565b15610d1757600195505b600101610cbe565b5050600101610c8b565b5050509392505050565b5f5f610d3e84611207565b90505f5b8151811015610d8657610d6e828281518110610d6057610d60611e3a565b6020026020010151856114f0565b15610d7e57600192505050610404565b600101610d42565b505f949350505050565b3073ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000161480610e5d57507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16610e447f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5473ffffffffffffffffffffffffffffffffffffffff1690565b73ffffffffffffffffffffffffffffffffffffffff1614155b15610e94576040517fe07c8dba00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b5f5473ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610efc576040517f338e692c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50565b8173ffffffffffffffffffffffffffffffffffffffff166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa925050508015610f84575060408051601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201909252610f8191810190612034565b60015b610fd7576040517f4c9c8ce300000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff831660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8114611033576040517faa1d49a400000000000000000000000000000000000000000000000000000000815260048101829052602401610fce565b610bc5838361161d565b3073ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001614610e94576040517fe07c8dba00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5f807ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00610404565b610e9461167f565b73ffffffffffffffffffffffffffffffffffffffff82165f908152600260205260408120905b81548110156111a4578282828154811061111e5761111e611e3a565b905f5260205f2001540361119c578154829061113c90600190611e94565b8154811061114c5761114c611e3a565b905f5260205f20015482828154811061116757611167611e3a565b905f5260205f2001819055508180548061118357611183611ea7565b600190038181905f5260205f20015f9055905550505050565b600101611102565b506040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601e60248201527f526f6c65204944206e6f7420666f756e6420666f7220746865207573657200006044820152606401610fce565b60605f805b83518110156112845760025f85838151811061122a5761122a611e3a565b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20805490508261127a919061204b565b915060010161120c565b5060015f5260026020527fe90b7bceb6e7df5418fb78d8ee546e97c83a08bbccc01a0644d599ccd2a7c2e0546112ba908261204b565b90505f8167ffffffffffffffff8111156112d6576112d6611a85565b6040519080825280602002602001820160405280156112ff578160200160208202803683370190505b5090505f805b8551811015611416575f60025f88848151811061132457611324611e3a565b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f208054806020026020016040519081016040528092919081815260200182805480156113ad57602002820191905f5260205f20905b815481526020019060010190808311611399575b509394505f93505050505b815181101561140c578181815181106113d3576113d3611e3a565b60200260200101518585806113e79061205e565b9650815181106113f9576113f9611e3a565b60209081029190910101526001016113b8565b5050600101611305565b5060015f908152600260209081527fe90b7bceb6e7df5418fb78d8ee546e97c83a08bbccc01a0644d599ccd2a7c2e0805460408051828502810185019091528181529283018282801561148657602002820191905f5260205f20905b815481526020019060010190808311611472575b509394505f93505050505b81518110156114e5578181815181106114ac576114ac611e3a565b60200260200101518484806114c09061205e565b9550815181106114d2576114d2611e3a565b6020908102919091010152600101611491565b509195945050505050565b5f80546040517fb426423300000000000000000000000000000000000000000000000000000000815260048101859052829173ffffffffffffffffffffffffffffffffffffffff169063b4264233906024015f60405180830381865afa15801561155c573d5f5f3e3d5ffd5b505050506040513d5f823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526115a19190810190612095565b80519091505f5b81811015611612575f8382815181106115c3576115c3611e3a565b60200260200101516040516020016115db919061215d565b6040516020818303038152906040526115f390612168565b9050858103611609576001945050505050610404565b506001016115a8565b505f95945050505050565b611626826116bd565b60405173ffffffffffffffffffffffffffffffffffffffff8316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561167757610bc5828261178b565b61048b61180a565b611687611842565b610e94576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff163b5f03611725576040517f4c9c8ce300000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff82166004820152602401610fce565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b60605f5f8473ffffffffffffffffffffffffffffffffffffffff16846040516117b4919061215d565b5f60405180830381855af49150503d805f81146117ec576040519150601f19603f3d011682016040523d82523d5f602084013e6117f1565b606091505b5091509150611801858383611860565b95945050505050565b3415610e94576040517fb398979f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5f61184b6110ac565b5468010000000000000000900460ff16919050565b60608261187557611870826118ef565b61042d565b8151158015611899575073ffffffffffffffffffffffffffffffffffffffff84163b155b156118e8576040517f9996b31500000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff85166004820152602401610fce565b508061042d565b8051156118ff5780518082602001fd5b6040517fd6bda27500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5080545f8255905f5260205f2090810190610efc91906119d4565b828054828255905f5260205f209081019282156119c4579160200282015b828111156119c457825182547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff90911617825560209092019160019091019061196a565b506119d09291506119d4565b5090565b5b808211156119d0575f81556001016119d5565b5f602082840312156119f8575f5ffd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461042d575f5ffd5b5f81518084528060208401602086015e5f6020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b602081525f61042d6020830184611a27565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b6040516080810167ffffffffffffffff81118282101715611ad557611ad5611a85565b60405290565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff81118282101715611b2257611b22611a85565b604052919050565b5f67ffffffffffffffff821115611b4357611b43611a85565b5060051b60200190565b803573ffffffffffffffffffffffffffffffffffffffff81168114611b70575f5ffd5b919050565b5f82601f830112611b84575f5ffd5b8135611b97611b9282611b2a565b611adb565b8082825260208201915060208360051b860101925085831115611bb8575f5ffd5b602085015b83811015611bdc57611bce81611b4d565b835260209283019201611bbd565b5095945050505050565b5f5f5f60608486031215611bf8575f5ffd5b83359250602084013567ffffffffffffffff811115611c15575f5ffd5b611c2186828701611b75565b93969395505050506040919091013590565b5f60208284031215611c43575f5ffd5b5035919050565b5f67ffffffffffffffff821115611c6357611c63611a85565b50601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01660200190565b5f5f60408385031215611ca0575f5ffd5b611ca983611b4d565b9150602083013567ffffffffffffffff811115611cc4575f5ffd5b8301601f81018513611cd4575f5ffd5b8035611ce2611b9282611c4a565b818152866020838501011115611cf6575f5ffd5b816020840160208301375f602083830101528093505050509250929050565b5f60208284031215611d25575f5ffd5b61042d82611b4d565b5f5f5f60408486031215611d40575f5ffd5b83359250602084013567ffffffffffffffff811115611d5d575f5ffd5b8401601f81018613611d6d575f5ffd5b803567ffffffffffffffff811115611d83575f5ffd5b866020828401011115611d94575f5ffd5b939660209190910195509293505050565b602080825282548282018190525f848152918220906040840190835b81811015611df557835473ffffffffffffffffffffffffffffffffffffffff16835260019384019360209093019201611dc1565b509095945050505050565b5f60208284031215611e10575f5ffd5b813567ffffffffffffffff811115611e26575f5ffd5b611e3284828501611b75565b949350505050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b8181038181111561040457610404611e67565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603160045260245ffd5b5f82601f830112611ee3575f5ffd5b8151611ef1611b9282611c4a565b818152846020838601011115611f05575f5ffd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215611f31575f5ffd5b815167ffffffffffffffff811115611f47575f5ffd5b820160808185031215611f58575f5ffd5b611f60611ab2565b8151815260208201518015158114611f76575f5ffd5b6020820152604082015167ffffffffffffffff811115611f94575f5ffd5b611fa086828501611ed4565b604083015250606082015167ffffffffffffffff811115611fbf575f5ffd5b80830192505084601f830112611fd3575f5ffd5b8151611fe1611b9282611b2a565b8082825260208201915060208360051b860101925087831115612002575f5ffd5b6020850194505b82851015612024578451825260209485019490910190612009565b6060840152509095945050505050565b5f60208284031215612044575f5ffd5b5051919050565b8082018082111561040457610404611e67565b5f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff820361208e5761208e611e67565b5060010190565b5f602082840312156120a5575f5ffd5b815167ffffffffffffffff8111156120bb575f5ffd5b8201601f810184136120cb575f5ffd5b80516120d9611b9282611b2a565b8082825260208201915060208360051b8501019250868311156120fa575f5ffd5b602084015b8381101561213b57805167ffffffffffffffff81111561211d575f5ffd5b61212c89602083890101611ed4565b845250602092830192016120ff565b509695505050505050565b5f81518060208401855e5f93019283525090919050565b5f61042d8284612146565b805160208083015191908110156121a7577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8160200360031b1b821691505b5091905056","sourceMap":"834:9527:485:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2340:212;;;;;;;;;;-1:-1:-1;2340:212:485;;;;;:::i;:::-;;:::i;:::-;;;516:14:715;;509:22;491:41;;479:2;464:18;2340:212:485;;;;;;;;1487:48;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;2719:423::-;;;;;;;;;;-1:-1:-1;2719:423:485;;;;;:::i;:::-;;:::i;4920:159::-;;;;;;;;;;-1:-1:-1;4920:159:485;;;;;:::i;:::-;;:::i;2590:91::-;;;;;;;;;;-1:-1:-1;2646:4:485;2590:91;;1080:28;;;;;;;;;;-1:-1:-1;1080:28:485;;;;;;;;;;;4226:42:715;4214:55;;;4196:74;;4184:2;4169:18;1080:28:485;4050:226:715;4161:214:9;;;;;;:::i;:::-;;:::i;:::-;;3708:134;;;;;;;;;;;;;:::i;:::-;;;5451:25:715;;;5439:2;5424:18;3708:134:9;5305:177:715;1607:53:485;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1541:60;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1819:58:9;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1925:180:485;;;;;;;;;;-1:-1:-1;1925:180:485;;;;;:::i;:::-;;:::i;3180:1065::-;;;;;;;;;;-1:-1:-1;3180:1065:485;;;;;:::i;:::-;;:::i;4283:599::-;;;;;;;;;;-1:-1:-1;4283:599:485;;;;;:::i;:::-;;:::i;2340:212::-;2425:4;2460:45;;;2475:30;2460:45;;:85;;-1:-1:-1;1149:25:11;1134:40;;;;2509:36:485;2441:104;2340:212;-1:-1:-1;;2340:212:485:o;2719:423::-;2857:4;2950:23;;2946:190;;2996:52;3017:9;3028:7;3037:10;2996:20;:52::i;:::-;2989:59;;;;2946:190;3086:39;3105:7;3114:10;3086:18;:39::i;2946:190::-;2719:423;;;;;:::o;4920:159::-;4995:12;5037:20;:28;5058:6;5037:28;;;;;;;;;;;:34;;5026:46;;;;;;;;:::i;:::-;;;;;;;;;;;;;5019:53;;4920:159;;;:::o;4161:214:9:-;2655:13;:11;:13::i;:::-;4276:36:::1;4294:17;4276;:36::i;:::-;4322:46;4344:17;4363:4;4322:21;:46::i;:::-;4161:214:::0;;:::o;3708:134::-;3777:7;2926:20;:18;:20::i;:::-;-1:-1:-1;811:66:26::1;3708:134:9::0;:::o;1925:180:485:-;4158:30:8;4191:26;:24;:26::i;:::-;4302:15;;4158:59;;-1:-1:-1;4302:15:8;;;;;4301:16;;4348:14;;4279:19;4724:16;;:34;;;;;4744:14;4724:34;4704:54;;4768:17;4788:11;:16;;4803:1;4788:16;:50;;;;-1:-1:-1;4816:4:8;4808:25;:30;4788:50;4768:70;;4854:12;4853:13;:30;;;;;4871:12;4870:13;4853:30;4849:91;;;4906:23;;;;;;;;;;;;;;4849:91;4949:18;;;;4966:1;4949:18;;;4977:67;;;;5011:22;;;;;;;;4977:67;1990:24:485::1;:22;:24::i;:::-;2024:15;:13;:15::i;:::-;2049:16;:14;:16::i;:::-;2076:13;:22:::0;;;::::1;;::::0;::::1;;::::0;;5064:101:8;;;;5098:23;;;;;;5140:14;;-1:-1:-1;7224:50:715;;5140:14:8;;7212:2:715;7197:18;5140:14:8;;;;;;;5064:101;4092:1079;;;;;1925:180:485;:::o;3180:1065::-;1718:13;;;;966:10:10;1702:29:485;;;1698:92;;1754:25;;;;;;;;;;;;;;1698:92;3281:22:::1;3306:40;::::0;;::::1;3317:15:::0;3306:40:::1;:::i;:::-;3281:65:::0;-1:-1:-1;3362:9:485::1;3357:195;3381:5;:12;3377:1;:16;3357:195;;;3414:12;3429:5;3435:1;3429:8;;;;;;;;:::i;:::-;;;;;;;3414:23;;3471:1;3455:18;;:4;:18;;::::0;3451:91:::1;;3500:27;;;;;;;;;;;;;;3451:91;-1:-1:-1::0;3395:3:485::1;;3357:195;;;;3603:308;3654:1;3610:28:::0;;;:20:::1;:28;::::0;;;;:34:::1;;:41:::0;:45;3603:308:::1;;3671:12;3686:28:::0;;;:20:::1;:28;::::0;;;;;;:34:::1;;3738:41:::0;;3686:34;;3738:45:::1;::::0;::::1;:::i;:::-;3686:111;;;;;;;;:::i;:::-;;::::0;;;::::1;::::0;;;::::1;::::0;::::1;;::::0;-1:-1:-1;3811:35:485::1;3686:111:::0;3839:6;3811:21:::1;:35::i;:::-;3860:28;::::0;;;:20:::1;:28;::::0;;;;:34:::1;;:40:::0;;;::::1;;;;:::i;:::-;;::::0;;;::::1;::::0;;;;;;;;;;;::::1;::::0;;;;;-1:-1:-1;3603:308:485::1;;;3927:28;::::0;;;:20:::1;:28;::::0;;;;;;3920:35;;;::::1;::::0;;;;::::1;::::0;;;3927:28;3920:35:::1;;::::0;::::1;3927:28:::0;3920:35:::1;:::i;:::-;;;3997:128;;;;;;;;4034:12;966:10:10::0;;887:96;4034:12:485::1;3997:128;::::0;;::::1;::::0;;4073:15:::1;3997:128;::::0;;::::1;::::0;;;;;;;;;;;-1:-1:-1;3966:28:485;;;:20:::1;:28:::0;;;;;;;:159;;;;;::::1;::::0;::::1;::::0;;;::::1;::::0;;;;::::1;::::0;;;::::1;::::0;;;::::1;::::0;;;:28;;:159:::1;::::0;::::1;::::0;::::1;::::0;;;::::1;::::0;::::1;:::i;:::-;-1:-1:-1::0;4140:9:485::1;::::0;-1:-1:-1;;4135:104:485::1;4159:5;:12;4155:1;:16;4135:104;;;4192:13;:23;4206:5;4212:1;4206:8;;;;;;;;:::i;:::-;;::::0;;::::1;::::0;;;;;;;4192:23:::1;;::::0;;;;::::1;::::0;;;;;;-1:-1:-1;4192:23:485;;;:36;;::::1;::::0;;::::1;::::0;;;;;;;;;;;::::1;::::0;;;4173:3:::1;4135:104;;;;3271:974;3180:1065:::0;;;:::o;4283:599::-;1718:13;;;;966:10:10;1702:29:485;;;1698:92;;1754:25;;;;;;;;;;;;;;1698:92;4409:1:::1;4359:28:::0;;;:20:::1;:28;::::0;;;;:38;:52:::1;:38;4355:117;;4434:27;;;;;;;;;;;;;;4355:117;4574:1;4530:28:::0;;;:20:::1;:28;::::0;;;;:34:::1;;:41:::0;:45;4523:308:::1;;4591:12;4606:28:::0;;;:20:::1;:28;::::0;;;;;;:34:::1;;4658:41:::0;;4606:34;;4658:45:::1;::::0;::::1;:::i;:::-;4606:111;;;;;;;;:::i;:::-;;::::0;;;::::1;::::0;;;::::1;::::0;::::1;;::::0;-1:-1:-1;4731:35:485::1;4606:111:::0;4759:6;4731:21:::1;:35::i;:::-;4780:28;::::0;;;:20:::1;:28;::::0;;;;:34:::1;;:40:::0;;;::::1;;;;:::i;:::-;;::::0;;;::::1;::::0;;;;;;;;;;;::::1;::::0;;;;;-1:-1:-1;4523:308:485::1;;;4847:28;::::0;;;:20:::1;:28;::::0;;;;;;4840:35;;;::::1;::::0;;;;::::1;::::0;;;4847:28;4840:35:::1;;::::0;::::1;4847:28:::0;4840:35:::1;:::i;:::-;;;4283:599:::0;:::o;5387:1009::-;5535:14;5604:13;;5595:45;;;;;;;;5451:25:715;;;5535:14:485;;5604:13;;;5595:34;;5424:18:715;;5595:45:485;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;5561:79;;5695:25;5723:26;5741:7;5723:17;:26::i;:::-;5695:54;-1:-1:-1;5812:9:485;5807:583;5831:7;:15;;;:22;5827:1;:26;5807:583;;;5906:14;5923:7;:15;;;5939:1;5923:18;;;;;;;;:::i;:::-;;;;;;;5906:35;;6013:9;6025:1;6013:13;;6008:372;6032:8;:15;6028:1;:19;6008:372;;;6249:6;6234:8;6243:1;6234:11;;;;;;;;:::i;:::-;;;;;;;:21;:73;;;;;6259:48;6283:8;6292:1;6283:11;;;;;;;;:::i;:::-;;;;;;;6296:10;6259:23;:48::i;:::-;6230:136;;;6343:4;6331:16;;6230:136;6049:3;;6008:372;;;-1:-1:-1;;5855:3:485;;5807:583;;;;5551:845;;5387:1009;;;;;:::o;7880:441::-;7999:4;8059:25;8087:26;8105:7;8087:17;:26::i;:::-;8059:54;-1:-1:-1;8129:9:485;8124:168;8148:8;:15;8144:1;:19;8124:168;;;8188:48;8212:8;8221:1;8212:11;;;;;;;;:::i;:::-;;;;;;;8225:10;8188:23;:48::i;:::-;8184:98;;;8263:4;8256:11;;;;;;8184:98;8165:3;;8124:168;;;-1:-1:-1;8309:5:485;;7880:441;-1:-1:-1;;;;7880:441:485:o;4578:312:9:-;4658:4;4650:23;4667:6;4650:23;;;:120;;;4764:6;4728:42;;:32;811:66:26;1519:53;;;;1441:138;4728:32:9;:42;;;;4650:120;4633:251;;;4844:29;;;;;;;;;;;;;;4633:251;4578:312::o;2250:84:485:-;1718:13;;;;966:10:10;1702:29:485;;;1698:92;;1754:25;;;;;;;;;;;;;;1698:92;2250:84;:::o;6032:538:9:-;6149:17;6131:50;;;:52;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;6131:52:9;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;6127:437;;6493:60;;;;;4226:42:715;4214:55;;6493:60:9;;;4196:74:715;4169:18;;6493:60:9;;;;;;;;6127:437;811:66:26;6225:40:9;;6221:120;;6292:34;;;;;;;;5451:25:715;;;5424:18;;6292:34:9;5305:177:715;6221:120:9;6354:54;6384:17;6403:4;6354:29;:54::i;5007:213::-;5081:4;5073:23;5090:6;5073:23;;5069:145;;5174:29;;;;;;;;;;;;;;9071:205:8;9129:30;;3147:66;9186:27;8819:122;2970:67:9;6929:20:8;:18;:20::i;9663:458:485:-;9769:19;;;9743:23;9769:19;;;:13;:19;;;;;;9798:211;9822:12;;9818:16;;9798:211;;;9871:6;9859:5;9865:1;9859:8;;;;;;;;:::i;:::-;;;;;;;;;:18;9855:144;;9914:12;;9908:5;;9914:16;;9929:1;;9914:16;:::i;:::-;9908:23;;;;;;;;:::i;:::-;;;;;;;;;9897:5;9903:1;9897:8;;;;;;;;:::i;:::-;;;;;;;;:34;;;;9949:5;:11;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;9978:7;;9663:458;;:::o;9855:144::-;9836:3;;9798:211;;;-1:-1:-1;10074:40:485;;;;;10858:2:715;10074:40:485;;;10840:21:715;10897:2;10877:18;;;10870:30;10936:32;10916:18;;;10909:60;10986:18;;10074:40:485;10656:354:715;6594:1046:485;6670:16;6698:19;;6766:117;6790:7;:14;6786:1;:18;6766:117;;;6840:13;:25;6854:7;6862:1;6854:10;;;;;;;;:::i;:::-;;;;;;;6840:25;;;;;;;;;;;;;;;:32;;;;6825:47;;;;;:::i;:::-;;-1:-1:-1;6806:3:485;;6766:117;;;-1:-1:-1;1072:1:485;6908:31;;:13;:31;;;:38;6893:53;;;;:::i;:::-;;;7002:22;7041:11;7027:26;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;7027:26:485;-1:-1:-1;7002:51:485;-1:-1:-1;7063:20:485;;7134:268;7158:7;:14;7154:1;:18;7134:268;;;7193:31;7227:13;:25;7241:7;7249:1;7241:10;;;;;;;;:::i;:::-;;;;;;;7227:25;;;;;;;;;;;;;;;7193:59;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;7193:59:485;;-1:-1:-1;7271:9:485;;-1:-1:-1;;;;7266:126:485;7290:14;:21;7286:1;:25;7266:126;;;7360:14;7375:1;7360:17;;;;;;;;:::i;:::-;;;;;;;7336:5;7342:14;;;;;:::i;:::-;;;7336:21;;;;;;;;:::i;:::-;;;;;;;;;;:41;7313:3;;7266:126;;;-1:-1:-1;;7174:3:485;;7134:268;;;-1:-1:-1;1072:1:485;7412:33;7448:31;;;:13;:31;;;;;7412:67;;7448:31;7412:67;;;;;;;;;;;;;;;;;;7448:31;7412:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;7412:67:485;;-1:-1:-1;7494:9:485;;-1:-1:-1;;;;7489:122:485;7513:16;:23;7509:1;:27;7489:122;;;7581:16;7598:1;7581:19;;;;;;;;:::i;:::-;;;;;;;7557:5;7563:14;;;;;:::i;:::-;;;7557:21;;;;;;;;:::i;:::-;;;;;;;;;;:43;7538:3;;7489:122;;;-1:-1:-1;7628:5:485;;6594:1046;-1:-1:-1;;;;;6594:1046:485:o;8548:532::-;8662:4;8715:13;;8708:52;;;;;;;;5451:25:715;;;8662:4:485;;8715:13;;;8708:44;;5424:18:715;;8708:52:485;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;8794:18;;8678:82;;-1:-1:-1;8770:21:485;8823:228;8847:13;8843:1;:17;8823:228;;;8881:23;8932:11;8944:1;8932:14;;;;;;;;:::i;:::-;;;;;;;8915:32;;;;;;;;:::i;:::-;;;;;;;;;;;;;8907:41;;;:::i;:::-;8881:67;;8985:10;8966:15;:29;8962:79;;9022:4;9015:11;;;;;;;;8962:79;-1:-1:-1;8862:3:485;;8823:228;;;-1:-1:-1;9068:5:485;;8548:532;-1:-1:-1;;;;;8548:532:485:o;2264:344:26:-;2355:37;2374:17;2355:18;:37::i;:::-;2407:36;;;;;;;;;;;2458:11;;:15;2454:148;;2489:53;2518:17;2537:4;2489:28;:53::i;2454:148::-;2573:18;:16;:18::i;7082:141:8:-;7149:17;:15;:17::i;:::-;7144:73;;7189:17;;;;;;;;;;;;;;1671:281:26;1748:17;:29;;;1781:1;1748:34;1744:119;;1805:47;;;;;4226:42:715;4214:55;;1805:47:26;;;4196:74:715;4169:18;;1805:47:26;4050:226:715;1744:119:26;811:66;1872:73;;;;;;;;;;;;;;;1671:281::o;3916:253:44:-;3999:12;4024;4038:23;4065:6;:19;;4085:4;4065:25;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4023:67;;;;4107:55;4134:6;4142:7;4151:10;4107:26;:55::i;:::-;4100:62;3916:253;-1:-1:-1;;;;;3916:253:44:o;6113:122:26:-;6163:9;:13;6159:70;;6199:19;;;;;;;;;;;;;;8485:120:8;8535:4;8558:26;:24;:26::i;:::-;:40;;;;;;;;-1:-1:-1;8485:120:8:o;4437:582:44:-;4581:12;4610:7;4605:408;;4633:19;4641:10;4633:7;:19::i;:::-;4605:408;;;4857:17;;:22;:49;;;;-1:-1:-1;4883:18:44;;;;:23;4857:49;4853:119;;;4933:24;;;;;4226:42:715;4214:55;;4933:24:44;;;4196:74:715;4169:18;;4933:24:44;4050:226:715;4853:119:44;-1:-1:-1;4992:10:44;4985:17;;5559:487;5690:17;;:21;5686:354;;5887:10;5881:17;5943:15;5930:10;5926:2;5922:19;5915:44;5686:354;6010:19;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;14:332:715;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;180:9;167:23;230:66;223:5;219:78;212:5;209:89;199:117;;312:1;309;302:12;543:359;596:3;634:5;628:12;661:6;656:3;649:19;717:6;710:4;703:5;699:16;692:4;687:3;683:14;677:47;769:1;762:4;753:6;748:3;744:16;740:27;733:38;891:4;821:66;816:2;808:6;804:15;800:88;795:3;791:98;787:109;780:116;;;543:359;;;;:::o;907:231::-;1056:2;1045:9;1038:21;1019:4;1076:56;1128:2;1117:9;1113:18;1105:6;1076:56;:::i;1143:184::-;1195:77;1192:1;1185:88;1292:4;1289:1;1282:15;1316:4;1313:1;1306:15;1332:253;1404:2;1398:9;1446:4;1434:17;;1481:18;1466:34;;1502:22;;;1463:62;1460:88;;;1528:18;;:::i;:::-;1564:2;1557:22;1332:253;:::o;1590:334::-;1661:2;1655:9;1717:2;1707:13;;1722:66;1703:86;1691:99;;1820:18;1805:34;;1841:22;;;1802:62;1799:88;;;1867:18;;:::i;:::-;1903:2;1896:22;1590:334;;-1:-1:-1;1590:334:715:o;1929:183::-;1989:4;2022:18;2014:6;2011:30;2008:56;;;2044:18;;:::i;:::-;-1:-1:-1;2089:1:715;2085:14;2101:4;2081:25;;1929:183::o;2117:196::-;2185:20;;2245:42;2234:54;;2224:65;;2214:93;;2303:1;2300;2293:12;2214:93;2117:196;;;:::o;2318:675::-;2372:5;2425:3;2418:4;2410:6;2406:17;2402:27;2392:55;;2443:1;2440;2433:12;2392:55;2483:6;2470:20;2510:64;2526:47;2566:6;2526:47;:::i;:::-;2510:64;:::i;:::-;2598:3;2622:6;2617:3;2610:19;2654:4;2649:3;2645:14;2638:21;;2715:4;2705:6;2702:1;2698:14;2690:6;2686:27;2682:38;2668:52;;2743:3;2735:6;2732:15;2729:35;;;2760:1;2757;2750:12;2729:35;2796:4;2788:6;2784:17;2810:152;2826:6;2821:3;2818:15;2810:152;;;2894:23;2913:3;2894:23;:::i;:::-;2882:36;;2947:4;2938:14;;;;2843;2810:152;;;-1:-1:-1;2980:7:715;2318:675;-1:-1:-1;;;;;2318:675:715:o;2998:582::-;3100:6;3108;3116;3169:2;3157:9;3148:7;3144:23;3140:32;3137:52;;;3185:1;3182;3175:12;3137:52;3230:23;;;-1:-1:-1;3328:2:715;3313:18;;3300:32;3355:18;3344:30;;3341:50;;;3387:1;3384;3377:12;3341:50;3410:61;3463:7;3454:6;3443:9;3439:22;3410:61;:::i;:::-;2998:582;;3400:71;;-1:-1:-1;;;;3544:2:715;3529:18;;;;3516:32;;2998:582::o;3585:226::-;3644:6;3697:2;3685:9;3676:7;3672:23;3668:32;3665:52;;;3713:1;3710;3703:12;3665:52;-1:-1:-1;3758:23:715;;3585:226;-1:-1:-1;3585:226:715:o;4281:245::-;4329:4;4362:18;4354:6;4351:30;4348:56;;;4384:18;;:::i;:::-;-1:-1:-1;4441:2:715;4429:15;4446:66;4425:88;4515:4;4421:99;;4281:245::o;4531:769::-;4608:6;4616;4669:2;4657:9;4648:7;4644:23;4640:32;4637:52;;;4685:1;4682;4675:12;4637:52;4708:29;4727:9;4708:29;:::i;:::-;4698:39;;4788:2;4777:9;4773:18;4760:32;4815:18;4807:6;4804:30;4801:50;;;4847:1;4844;4837:12;4801:50;4870:22;;4923:4;4915:13;;4911:27;-1:-1:-1;4901:55:715;;4952:1;4949;4942:12;4901:55;4992:2;4979:16;5017:52;5033:35;5061:6;5033:35;:::i;5017:52::-;5092:6;5085:5;5078:21;5140:7;5135:2;5126:6;5122:2;5118:15;5114:24;5111:37;5108:57;;;5161:1;5158;5151:12;5108:57;5216:6;5211:2;5207;5203:11;5198:2;5191:5;5187:14;5174:49;5268:1;5263:2;5254:6;5247:5;5243:18;5239:27;5232:38;5289:5;5279:15;;;;;4531:769;;;;;:::o;5487:186::-;5546:6;5599:2;5587:9;5578:7;5574:23;5570:32;5567:52;;;5615:1;5612;5605:12;5567:52;5638:29;5657:9;5638:29;:::i;5678:700::-;5757:6;5765;5773;5826:2;5814:9;5805:7;5801:23;5797:32;5794:52;;;5842:1;5839;5832:12;5794:52;5887:23;;;-1:-1:-1;5985:2:715;5970:18;;5957:32;6012:18;6001:30;;5998:50;;;6044:1;6041;6034:12;5998:50;6067:22;;6120:4;6112:13;;6108:27;-1:-1:-1;6098:55:715;;6149:1;6146;6139:12;6098:55;6189:2;6176:16;6215:18;6207:6;6204:30;6201:50;;;6247:1;6244;6237:12;6201:50;6292:7;6287:2;6278:6;6274:2;6270:15;6266:24;6263:37;6260:57;;;6313:1;6310;6303:12;6260:57;5678:700;;6344:2;6336:11;;;;;-1:-1:-1;6366:6:715;;-1:-1:-1;;;5678:700:715:o;6383:683::-;6570:2;6582:21;;;6652:13;;6555:18;;;6674:22;;;6522:4;6739:17;;;6779:16;;;;6727:2;6712:18;;;6522:4;6823:217;6837:6;6834:1;6831:13;6823:217;;;6902:13;;6917:42;6898:62;6886:75;;7028:1;7016:14;;;;6990:2;6981:12;;;;6852:9;6823:217;;;-1:-1:-1;7057:3:715;;6383:683;-1:-1:-1;;;;;6383:683:715:o;7285:348::-;7369:6;7422:2;7410:9;7401:7;7397:23;7393:32;7390:52;;;7438:1;7435;7428:12;7390:52;7478:9;7465:23;7511:18;7503:6;7500:30;7497:50;;;7543:1;7540;7533:12;7497:50;7566:61;7619:7;7610:6;7599:9;7595:22;7566:61;:::i;:::-;7556:71;7285:348;-1:-1:-1;;;;7285:348:715:o;7638:184::-;7690:77;7687:1;7680:88;7787:4;7784:1;7777:15;7811:4;7808:1;7801:15;7827:184;7879:77;7876:1;7869:88;7976:4;7973:1;7966:15;8000:4;7997:1;7990:15;8016:128;8083:9;;;8104:11;;;8101:37;;;8118:18;;:::i;8149:184::-;8201:77;8198:1;8191:88;8298:4;8295:1;8288:15;8322:4;8319:1;8312:15;8338:484;8392:5;8445:3;8438:4;8430:6;8426:17;8422:27;8412:55;;8463:1;8460;8453:12;8412:55;8496:6;8490:13;8527:52;8543:35;8571:6;8543:35;:::i;8527:52::-;8604:6;8595:7;8588:23;8658:3;8651:4;8642:6;8634;8630:19;8626:30;8623:39;8620:59;;;8675:1;8672;8665:12;8620:59;8733:6;8726:4;8718:6;8714:17;8707:4;8698:7;8694:18;8688:52;8789:1;8760:20;;;8782:4;8756:31;8749:42;;;;8764:7;8338:484;-1:-1:-1;;;8338:484:715:o;8827:1589::-;8924:6;8977:2;8965:9;8956:7;8952:23;8948:32;8945:52;;;8993:1;8990;8983:12;8945:52;9026:9;9020:16;9059:18;9051:6;9048:30;9045:50;;;9091:1;9088;9081:12;9045:50;9114:22;;9170:4;9152:16;;;9148:27;9145:47;;;9188:1;9185;9178:12;9145:47;9214:22;;:::i;:::-;9281:9;;9299:22;;9359:2;9351:11;;9345:18;9401:15;;9394:23;9382:36;;9372:64;;9432:1;9429;9422:12;9372:64;9463:2;9452:14;;9445:31;9515:2;9507:11;;9501:18;9544;9531:32;;9528:52;;;9576:1;9573;9566:12;9528:52;9612:56;9660:7;9649:8;9645:2;9641:17;9612:56;:::i;:::-;9607:2;9600:5;9596:14;9589:80;;9708:2;9704;9700:11;9694:18;9737;9727:8;9724:32;9721:52;;;9769:1;9766;9759:12;9721:52;9800:8;9796:2;9792:17;9782:27;;;9847:7;9840:4;9836:2;9832:13;9828:27;9818:55;;9869:1;9866;9859:12;9818:55;9902:2;9896:9;9925:64;9941:47;9981:6;9941:47;:::i;9925:64::-;10011:3;10035:6;10030:3;10023:19;10067:2;10062:3;10058:12;10051:19;;10122:2;10112:6;10109:1;10105:14;10101:2;10097:23;10093:32;10079:46;;10148:7;10140:6;10137:19;10134:39;;;10169:1;10166;10159:12;10134:39;10201:2;10197;10193:11;10182:22;;10213:135;10229:6;10224:3;10221:15;10213:135;;;10295:10;;10283:23;;10335:2;10246:12;;;;10326;;;;10213:135;;;10375:2;10364:14;;10357:29;-1:-1:-1;10368:5:715;;8827:1589;-1:-1:-1;;;;;8827:1589:715:o;10421:230::-;10491:6;10544:2;10532:9;10523:7;10519:23;10515:32;10512:52;;;10560:1;10557;10550:12;10512:52;-1:-1:-1;10605:16:715;;10421:230;-1:-1:-1;10421:230:715:o;11015:125::-;11080:9;;;11101:10;;;11098:36;;;11114:18;;:::i;11145:195::-;11184:3;11215:66;11208:5;11205:77;11202:103;;11285:18;;:::i;:::-;-1:-1:-1;11332:1:715;11321:13;;11145:195::o;11527:1054::-;11632:6;11685:2;11673:9;11664:7;11660:23;11656:32;11653:52;;;11701:1;11698;11691:12;11653:52;11734:9;11728:16;11767:18;11759:6;11756:30;11753:50;;;11799:1;11796;11789:12;11753:50;11822:22;;11875:4;11867:13;;11863:27;-1:-1:-1;11853:55:715;;11904:1;11901;11894:12;11853:55;11937:2;11931:9;11960:64;11976:47;12016:6;11976:47;:::i;11960:64::-;12046:3;12070:6;12065:3;12058:19;12102:2;12097:3;12093:12;12086:19;;12157:2;12147:6;12144:1;12140:14;12136:2;12132:23;12128:32;12114:46;;12183:7;12175:6;12172:19;12169:39;;;12204:1;12201;12194:12;12169:39;12236:2;12232;12228:11;12248:303;12264:6;12259:3;12256:15;12248:303;;;12343:3;12337:10;12379:18;12366:11;12363:35;12360:55;;;12411:1;12408;12401:12;12360:55;12440:68;12500:7;12495:2;12481:11;12477:2;12473:20;12469:29;12440:68;:::i;:::-;12428:81;;-1:-1:-1;12538:2:715;12529:12;;;;12281;12248:303;;;-1:-1:-1;12570:5:715;11527:1054;-1:-1:-1;;;;;;11527:1054:715:o;12586:212::-;12628:3;12666:5;12660:12;12710:6;12703:4;12696:5;12692:16;12687:3;12681:36;12772:1;12736:16;;12761:13;;;-1:-1:-1;12736:16:715;;12586:212;-1:-1:-1;12586:212:715:o;12803:192::-;12934:3;12959:30;12985:3;12977:6;12959:30;:::i;13000:357::-;13118:12;;13165:4;13154:16;;;13148:23;;13118:12;13183:16;;13180:171;;;13273:66;13263:6;13257:4;13253:17;13250:1;13246:25;13242:98;13235:5;13231:110;13222:119;;13180:171;;13000:357;;;:::o","linkReferences":{},"immutableReferences":{"989":[{"start":3496,"length":32},{"start":3537,"length":32},{"start":4181,"length":32}]}},"methodIdentifiers":{"SPACE_ADDRESS()":"34322eff","UPGRADE_INTERFACE_VERSION()":"ad3cb1cc","description()":"7284e416","getEntitlementDataByRoleId(uint256)":"1eee07b2","initialize(address)":"c4d66de8","isCrosschain()":"2e1b61e4","isEntitled(bytes32,address[],bytes32)":"0cf0b533","moduleType()":"6465e69f","name()":"06fdde03","proxiableUUID()":"52d1902d","removeEntitlement(uint256)":"f0c111f9","setEntitlement(uint256,bytes)":"ef8be574","supportsInterface(bytes4)":"01ffc9a7","upgradeToAndCall(address,bytes)":"4f1ef286"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.29+commit.ab55807c\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"AddressEmptyCode\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"ERC1967InvalidImplementation\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ERC1967NonPayable\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Entitlement__InvalidValue\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Entitlement__NotAllowed\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Entitlement__NotMember\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Entitlement__ValueAlreadyExists\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FailedCall\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidInitialization\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotInitializing\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UUPSUnauthorizedCallContext\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"slot\",\"type\":\"bytes32\"}],\"name\":\"UUPSUnsupportedProxiableUUID\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"version\",\"type\":\"uint64\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"Upgraded\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"SPACE_ADDRESS\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"UPGRADE_INTERFACE_VERSION\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"description\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"roleId\",\"type\":\"uint256\"}],\"name\":\"getEntitlementDataByRoleId\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_space\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isCrosschain\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"channelId\",\"type\":\"bytes32\"},{\"internalType\":\"address[]\",\"name\":\"wallets\",\"type\":\"address[]\"},{\"internalType\":\"bytes32\",\"name\":\"permission\",\"type\":\"bytes32\"}],\"name\":\"isEntitled\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"moduleType\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"proxiableUUID\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"roleId\",\"type\":\"uint256\"}],\"name\":\"removeEntitlement\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"roleId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"entitlementData\",\"type\":\"bytes\"}],\"name\":\"setEntitlement\",\"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\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"upgradeToAndCall\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"}],\"devdoc\":{\"errors\":{\"AddressEmptyCode(address)\":[{\"details\":\"There's no code at `target` (it is not a contract).\"}],\"ERC1967InvalidImplementation(address)\":[{\"details\":\"The `implementation` of the proxy is invalid.\"}],\"ERC1967NonPayable()\":[{\"details\":\"An upgrade function sees `msg.value > 0` that may be lost.\"}],\"FailedCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}],\"InvalidInitialization()\":[{\"details\":\"The contract is already initialized.\"}],\"NotInitializing()\":[{\"details\":\"The contract is not initializing.\"}],\"UUPSUnauthorizedCallContext()\":[{\"details\":\"The call is from an unauthorized context.\"}],\"UUPSUnsupportedProxiableUUID(bytes32)\":[{\"details\":\"The storage `slot` is unsupported as a UUID.\"}]},\"events\":{\"Initialized(uint64)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"Upgraded(address)\":{\"details\":\"Emitted when the implementation is upgraded.\"}},\"kind\":\"dev\",\"methods\":{\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\"},\"getEntitlementDataByRoleId(uint256)\":{\"params\":{\"roleId\":\"the roleId to fetch the entitlement data for\"},\"returns\":{\"_0\":\"entitlementData array for the role\"}},\"isCrosschain()\":{\"returns\":{\"_0\":\"whether this entitlement will require crosschain evaluation\"}},\"proxiableUUID()\":{\"details\":\"Implementation of the ERC-1822 {proxiableUUID} function. This returns the storage slot used by the implementation. It is used to validate the implementation's compatibility when performing an upgrade. IMPORTANT: A proxy pointing at a proxiable contract should not be considered proxiable itself, because this risks bricking a proxy that upgrades to it, by delegating to itself until out of gas. Thus it is critical that this function revert if invoked through a proxy. This is guaranteed by the `notDelegated` modifier.\"},\"removeEntitlement(uint256)\":{\"params\":{\"roleId\":\"id of the role to remove\"}},\"setEntitlement(uint256,bytes)\":{\"params\":{\"entitlementData\":\"abi encoded array of data necessary to set the entitlement\",\"roleId\":\"id of the role to gate\"}},\"supportsInterface(bytes4)\":{\"details\":\"See {IERC165-supportsInterface}.\"},\"upgradeToAndCall(address,bytes)\":{\"custom:oz-upgrades-unsafe-allow-reachable\":\"delegatecall\",\"details\":\"Upgrade the implementation of the proxy to `newImplementation`, and subsequently execute the function call encoded in `data`. Calls {_authorizeUpgrade}. Emits an {Upgraded} event.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"Added to allow future versions to add new variables in case this contract becomes inherited. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"description()\":{\"notice\":\"The description of the entitlement module\"},\"getEntitlementDataByRoleId(uint256)\":{\"notice\":\"fetches the entitlement data for a roleId\"},\"isCrosschain()\":{\"notice\":\"some entitlements require cross chain evaluation and may not be executed directly from other contracts\"},\"moduleType()\":{\"notice\":\"The type of the entitlement module\"},\"name()\":{\"notice\":\"The name of the entitlement module\"},\"removeEntitlement(uint256)\":{\"notice\":\"removes an entitlement\"},\"setEntitlement(uint256,bytes)\":{\"notice\":\"sets a new entitlement\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/spaces/entitlements/user/UserEntitlement.sol\":\"UserEntitlement\"},\"evmVersion\":\"cancun\",\"libraries\":{},\"metadata\":{\"appendCBOR\":false,\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":4194303},\"remappings\":[\":@erc6900/reference-implementation/=node_modules/@erc6900/reference-implementation/src/\",\":@eth-infinitism/account-abstraction/=node_modules/account-abstraction/contracts/\",\":@ethereum-attestation-service/eas-contracts/=node_modules/@ethereum-attestation-service/eas-contracts/contracts/\",\":@openzeppelin/=node_modules/@openzeppelin/\",\":@prb/math/=node_modules/@prb/math/src/\",\":@prb/test/=node_modules/@prb/test/src/\",\":@solidity/=node_modules/crypto-lib/src/\",\":@towns-protocol/diamond/=node_modules/@towns-protocol/diamond/\",\":account-abstraction/=node_modules/account-abstraction/contracts/\",\":crypto-lib/=node_modules/crypto-lib/src/\",\":forge-std/=node_modules/forge-std/src/\",\":hardhat-deploy/=node_modules/account-abstraction/node_modules/hardhat-deploy/\",\":hardhat/=node_modules/@ethereum-attestation-service/eas-contracts/node_modules/hardhat/\",\":solady/=node_modules/solady/src/\"]},\"sources\":{\"node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0xdb4d24ee2c087c391d587cd17adfe5b3f9d93b3110b1388c2ab6c7c0ad1dcd05\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab7b6d5b9e2b88176312967fe0f0e78f3d9a1422fa5e4b64e2440c35869b5d08\",\"dweb:/ipfs/QmXKYWWyzcLg1B2k7Sb1qkEXgLCYfXecR9wYW5obRzWP1Q\"]},\"node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol\":{\"keccak256\":\"0x574a7451e42724f7de29e2855c392a8a5020acd695169466a18459467d719d63\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5bc189f63b639ee173dd7b6fecc39baf7113bf161776aea22b34c57fdd1872ec\",\"dweb:/ipfs/QmZAf2VtjDLRULqjJkde6LNsxAg12tUqpPqgUQQZbAjgtZ\"]},\"node_modules/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"keccak256\":\"0xdbef5f0c787055227243a7318ef74c8a5a1108ca3a07f2b3a00ef67769e1e397\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://08e39f23d5b4692f9a40803e53a8156b72b4c1f9902a88cd65ba964db103dab9\",\"dweb:/ipfs/QmPKn6EYDgpga7KtpkA8wV2yJCYGMtc9K4LkJfhKX2RVSV\"]},\"node_modules/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol\":{\"keccak256\":\"0xc8ed8d2056934b7675b695dec032f2920c2f5c6cf33a17ca85650940675323ab\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3c8ccc75d1cd792d192aa09e54dd49ea35fe85baa9fcd17486f29227d9f29b89\",\"dweb:/ipfs/QmbboSbFUEiM9tdEgBwuTRb7bykFoJXZ7dsSr1PSREJXMr\"]},\"node_modules/@openzeppelin/contracts/interfaces/IERC1967.sol\":{\"keccak256\":\"0xb25a4f11fa80c702bf5cd85adec90e6f6f507f32f4a8e6f5dbc31e8c10029486\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6917f8a323e7811f041aecd4d9fd6e92455a6fba38a797ac6f6e208c7912b79d\",\"dweb:/ipfs/QmShuYv55wYHGi4EFkDB8QfF7ZCHoKk2efyz3AWY1ExSq7\"]},\"node_modules/@openzeppelin/contracts/interfaces/draft-IERC1822.sol\":{\"keccak256\":\"0xc42facb5094f2f35f066a7155bda23545e39a3156faef3ddc00185544443ba7d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d3b36282ab029b46bd082619a308a2ea11c309967b9425b7b7a6eb0b0c1c3196\",\"dweb:/ipfs/QmP2YVfDB2FoREax3vJu7QhDnyYRMw52WPrCD4vdT2kuDA\"]},\"node_modules/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol\":{\"keccak256\":\"0x8decfa54cec979c824b044b8128cd91d713f72c71fd7dfa54974624d8c949898\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://271f914261a19d87117a777e0924ada545c16191ef9b00cc40b0134fc14ebc70\",\"dweb:/ipfs/QmdvVNWHGHQrGGPonZJs5NuzTevTjZRM2zayKrDJf7WBA2\"]},\"node_modules/@openzeppelin/contracts/proxy/beacon/IBeacon.sol\":{\"keccak256\":\"0xc59a78b07b44b2cf2e8ab4175fca91e8eca1eee2df7357b8d2a8833e5ea1f64c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5aa4f07e65444784c29cd7bfcc2341b34381e4e5b5da9f0c5bd00d7f430e66fa\",\"dweb:/ipfs/QmWRMh4Q9DpaU9GvsiXmDdoNYMyyece9if7hnfLz7uqzWM\"]},\"node_modules/@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xaaa1d17c1129b127a4a401db2fbd72960e2671474be3d08cae71ccdc42f7624c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cb2f27cd3952aa667e198fba0d9b7bcec52fbb12c16f013c25fe6fb52b29cc0e\",\"dweb:/ipfs/QmeuohBFoeyDPZA9JNCTEDz3VBfBD4EABWuWXVhHAuEpKR\"]},\"node_modules/@openzeppelin/contracts/utils/Arrays.sol\":{\"keccak256\":\"0x55a4fdb408e3db950b48f4a6131e538980be8c5f48ee59829d92d66477140cd6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3e1ad251e692822ce1494135a4ecb5b97c19b90aa82418fd2959ce32017953fd\",\"dweb:/ipfs/QmT6N7mf6heZYhY2BAQ5kwZp9o3SXzGVdkMqUszx67WRDN\"]},\"node_modules/@openzeppelin/contracts/utils/Comparators.sol\":{\"keccak256\":\"0x302eecd8cf323b4690e3494a7d960b3cbce077032ab8ef655b323cdd136cec58\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://49ba706f1bc476d68fe6c1fad75517acea4e9e275be0989b548e292eb3a3eacd\",\"dweb:/ipfs/QmeBpvcdGWzWMKTQESUCEhHgnEQYYATVwPxLMxa6vMT7jC\"]},\"node_modules/@openzeppelin/contracts/utils/Errors.sol\":{\"keccak256\":\"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf\",\"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB\"]},\"node_modules/@openzeppelin/contracts/utils/Panic.sol\":{\"keccak256\":\"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a\",\"dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG\"]},\"node_modules/@openzeppelin/contracts/utils/SlotDerivation.sol\":{\"keccak256\":\"0x67672e4ca1dafdcc661d4eba8475cfac631fa0933309258e3af7644b92e1fb26\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30192451f05ea5ddb0c18bd0f9003f098505836ba19c08a9c365adf829454da2\",\"dweb:/ipfs/QmfCuZSCTyCdFoSKn7MSaN6hZksnQn9ZhrZDAdRTCbwGu2\"]},\"node_modules/@openzeppelin/contracts/utils/StorageSlot.sol\":{\"keccak256\":\"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b\",\"dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM\"]},\"node_modules/@openzeppelin/contracts/utils/introspection/IERC165.sol\":{\"keccak256\":\"0x79796192ec90263f21b464d5bc90b777a525971d3de8232be80d9c4f9fb353b8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f6fda447a62815e8064f47eff0dd1cf58d9207ad69b5d32280f8d7ed1d1e4621\",\"dweb:/ipfs/QmfDRc7pxfaXB2Dh9np5Uf29Na3pQ7tafRS684wd3GLjVL\"]},\"node_modules/@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x1225214420c83ebcca88f2ae2b50f053aaa7df7bd684c3e878d334627f2edfc6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6c5fab4970634f9ab9a620983dc1c8a30153981a0b1a521666e269d0a11399d3\",\"dweb:/ipfs/QmVRnBC575MESGkEHndjujtR7qub2FzU9RWy9eKLp4hPZB\"]},\"node_modules/@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8\",\"dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy\"]},\"node_modules/@openzeppelin/contracts/utils/structs/EnumerableSet.sol\":{\"keccak256\":\"0xecd5f3c702f549fb88555e44e5f2415a4dfd6db09081aec7e98c26b6a3739c06\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ed40e907a6d80458a0556a609d0d3991d718c20f9f1f21475e5ec739af523231\",\"dweb:/ipfs/QmejkwADsZRxkusNU94sswMJfpLrbq8RkJTbNccUEQpc7Y\"]},\"src/spaces/entitlements/IEntitlement.sol\":{\"keccak256\":\"0x4e708d68c9666d15991efe3273bc5b4daa4e634baaab9e66f579320a5812dcc0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://75b1e4a5ba90645924f376b16fd316d664c3e0ec70b2f95b67aec589b4cb43f8\",\"dweb:/ipfs/QmQiw9wfb44Ksr8MYwDbo3PUkfZ8ZXz5LKfMjWndQ8Namt\"]},\"src/spaces/entitlements/user/IUserEntitlement.sol\":{\"keccak256\":\"0xcbfbc84ea0ddb0e481d43db70e0aee9500f9b875e9c5aae2eebb9ec9270edd05\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a9df6cbf0b7581db0fee6edc6276fbea57162f18c3bc7b0c1ea62919067bb118\",\"dweb:/ipfs/QmTiv9ebQwqmL2LFjA8xzzkxu6i3Dr9KqpMQ6pAPvd72jc\"]},\"src/spaces/entitlements/user/UserEntitlement.sol\":{\"keccak256\":\"0x55ecacad9b52f16c11d100ad2c7aa733c7878cf0027575ff7e79972769664545\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://52296e2a35df1d9a7cf394b050b5c1420d598975a5925e5ed1c43837512ddd1e\",\"dweb:/ipfs/QmbdCeFAE99qAKeiFgsLXA5Umw3tsdGsL99WVd96dSeDud\"]},\"src/spaces/facets/channels/IChannel.sol\":{\"keccak256\":\"0xa4ed22ff696741d2d1f2288eb1c2f39f859cdd7d1f2c55637cdb1696665226bd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6efb048b5e37378c9e67069672eabad9d68790b608232af6aa42e00d08b338bf\",\"dweb:/ipfs/Qmbk37RGssdwM7uBKM1GHURcChpfiMq97kwFSmumNgpvdt\"]},\"src/spaces/facets/roles/IRoles.sol\":{\"keccak256\":\"0xf828f2c6386ee38fdddf97176d3676ab4309c1c026af10320759b49f3fac08ee\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e367e463f646b445491f6dbdddbe79d3a2da918020eb2164ad867b3bb289b8e0\",\"dweb:/ipfs/QmQmz8NH9kLm8WfE7jSt5W1dkm5tLvVK8oybusrUQFiyNt\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.29+commit.ab55807c"},"language":"Solidity","output":{"abi":[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"target","type":"address"}],"type":"error","name":"AddressEmptyCode"},{"inputs":[{"internalType":"address","name":"implementation","type":"address"}],"type":"error","name":"ERC1967InvalidImplementation"},{"inputs":[],"type":"error","name":"ERC1967NonPayable"},{"inputs":[],"type":"error","name":"Entitlement__InvalidValue"},{"inputs":[],"type":"error","name":"Entitlement__NotAllowed"},{"inputs":[],"type":"error","name":"Entitlement__NotMember"},{"inputs":[],"type":"error","name":"Entitlement__ValueAlreadyExists"},{"inputs":[],"type":"error","name":"FailedCall"},{"inputs":[],"type":"error","name":"InvalidInitialization"},{"inputs":[],"type":"error","name":"NotInitializing"},{"inputs":[],"type":"error","name":"UUPSUnauthorizedCallContext"},{"inputs":[{"internalType":"bytes32","name":"slot","type":"bytes32"}],"type":"error","name":"UUPSUnsupportedProxiableUUID"},{"inputs":[{"internalType":"uint64","name":"version","type":"uint64","indexed":false}],"type":"event","name":"Initialized","anonymous":false},{"inputs":[{"internalType":"address","name":"implementation","type":"address","indexed":true}],"type":"event","name":"Upgraded","anonymous":false},{"inputs":[],"stateMutability":"view","type":"function","name":"SPACE_ADDRESS","outputs":[{"internalType":"address","name":"","type":"address"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"UPGRADE_INTERFACE_VERSION","outputs":[{"internalType":"string","name":"","type":"string"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"description","outputs":[{"internalType":"string","name":"","type":"string"}]},{"inputs":[{"internalType":"uint256","name":"roleId","type":"uint256"}],"stateMutability":"view","type":"function","name":"getEntitlementDataByRoleId","outputs":[{"internalType":"bytes","name":"","type":"bytes"}]},{"inputs":[{"internalType":"address","name":"_space","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"initialize"},{"inputs":[],"stateMutability":"pure","type":"function","name":"isCrosschain","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"inputs":[{"internalType":"bytes32","name":"channelId","type":"bytes32"},{"internalType":"address[]","name":"wallets","type":"address[]"},{"internalType":"bytes32","name":"permission","type":"bytes32"}],"stateMutability":"view","type":"function","name":"isEntitled","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"moduleType","outputs":[{"internalType":"string","name":"","type":"string"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"name","outputs":[{"internalType":"string","name":"","type":"string"}]},{"inputs":[],"stateMutability":"view","type":"function","name":"proxiableUUID","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}]},{"inputs":[{"internalType":"uint256","name":"roleId","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"removeEntitlement"},{"inputs":[{"internalType":"uint256","name":"roleId","type":"uint256"},{"internalType":"bytes","name":"entitlementData","type":"bytes"}],"stateMutability":"nonpayable","type":"function","name":"setEntitlement"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"stateMutability":"view","type":"function","name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}]},{"inputs":[{"internalType":"address","name":"newImplementation","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"payable","type":"function","name":"upgradeToAndCall"}],"devdoc":{"kind":"dev","methods":{"constructor":{"custom:oz-upgrades-unsafe-allow":"constructor"},"getEntitlementDataByRoleId(uint256)":{"params":{"roleId":"the roleId to fetch the entitlement data for"},"returns":{"_0":"entitlementData array for the role"}},"isCrosschain()":{"returns":{"_0":"whether this entitlement will require crosschain evaluation"}},"proxiableUUID()":{"details":"Implementation of the ERC-1822 {proxiableUUID} function. This returns the storage slot used by the implementation. It is used to validate the implementation's compatibility when performing an upgrade. IMPORTANT: A proxy pointing at a proxiable contract should not be considered proxiable itself, because this risks bricking a proxy that upgrades to it, by delegating to itself until out of gas. Thus it is critical that this function revert if invoked through a proxy. This is guaranteed by the `notDelegated` modifier."},"removeEntitlement(uint256)":{"params":{"roleId":"id of the role to remove"}},"setEntitlement(uint256,bytes)":{"params":{"entitlementData":"abi encoded array of data necessary to set the entitlement","roleId":"id of the role to gate"}},"supportsInterface(bytes4)":{"details":"See {IERC165-supportsInterface}."},"upgradeToAndCall(address,bytes)":{"custom:oz-upgrades-unsafe-allow-reachable":"delegatecall","details":"Upgrade the implementation of the proxy to `newImplementation`, and subsequently execute the function call encoded in `data`. Calls {_authorizeUpgrade}. Emits an {Upgraded} event."}},"version":1},"userdoc":{"kind":"user","methods":{"description()":{"notice":"The description of the entitlement module"},"getEntitlementDataByRoleId(uint256)":{"notice":"fetches the entitlement data for a roleId"},"isCrosschain()":{"notice":"some entitlements require cross chain evaluation and may not be executed directly from other contracts"},"moduleType()":{"notice":"The type of the entitlement module"},"name()":{"notice":"The name of the entitlement module"},"removeEntitlement(uint256)":{"notice":"removes an entitlement"},"setEntitlement(uint256,bytes)":{"notice":"sets a new entitlement"}},"version":1}},"settings":{"remappings":["@erc6900/reference-implementation/=node_modules/@erc6900/reference-implementation/src/","@eth-infinitism/account-abstraction/=node_modules/account-abstraction/contracts/","@ethereum-attestation-service/eas-contracts/=node_modules/@ethereum-attestation-service/eas-contracts/contracts/","@openzeppelin/=node_modules/@openzeppelin/","@prb/math/=node_modules/@prb/math/src/","@prb/test/=node_modules/@prb/test/src/","@solidity/=node_modules/crypto-lib/src/","@towns-protocol/diamond/=node_modules/@towns-protocol/diamond/","account-abstraction/=node_modules/account-abstraction/contracts/","crypto-lib/=node_modules/crypto-lib/src/","forge-std/=node_modules/forge-std/src/","hardhat-deploy/=node_modules/account-abstraction/node_modules/hardhat-deploy/","hardhat/=node_modules/@ethereum-attestation-service/eas-contracts/node_modules/hardhat/","solady/=node_modules/solady/src/"],"optimizer":{"enabled":true,"runs":4194303},"metadata":{"bytecodeHash":"none","appendCBOR":false},"compilationTarget":{"src/spaces/entitlements/user/UserEntitlement.sol":"UserEntitlement"},"evmVersion":"cancun","libraries":{}},"sources":{"node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol":{"keccak256":"0xdb4d24ee2c087c391d587cd17adfe5b3f9d93b3110b1388c2ab6c7c0ad1dcd05","urls":["bzz-raw://ab7b6d5b9e2b88176312967fe0f0e78f3d9a1422fa5e4b64e2440c35869b5d08","dweb:/ipfs/QmXKYWWyzcLg1B2k7Sb1qkEXgLCYfXecR9wYW5obRzWP1Q"],"license":"MIT"},"node_modules/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol":{"keccak256":"0x574a7451e42724f7de29e2855c392a8a5020acd695169466a18459467d719d63","urls":["bzz-raw://5bc189f63b639ee173dd7b6fecc39baf7113bf161776aea22b34c57fdd1872ec","dweb:/ipfs/QmZAf2VtjDLRULqjJkde6LNsxAg12tUqpPqgUQQZbAjgtZ"],"license":"MIT"},"node_modules/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol":{"keccak256":"0xdbef5f0c787055227243a7318ef74c8a5a1108ca3a07f2b3a00ef67769e1e397","urls":["bzz-raw://08e39f23d5b4692f9a40803e53a8156b72b4c1f9902a88cd65ba964db103dab9","dweb:/ipfs/QmPKn6EYDgpga7KtpkA8wV2yJCYGMtc9K4LkJfhKX2RVSV"],"license":"MIT"},"node_modules/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol":{"keccak256":"0xc8ed8d2056934b7675b695dec032f2920c2f5c6cf33a17ca85650940675323ab","urls":["bzz-raw://3c8ccc75d1cd792d192aa09e54dd49ea35fe85baa9fcd17486f29227d9f29b89","dweb:/ipfs/QmbboSbFUEiM9tdEgBwuTRb7bykFoJXZ7dsSr1PSREJXMr"],"license":"MIT"},"node_modules/@openzeppelin/contracts/interfaces/IERC1967.sol":{"keccak256":"0xb25a4f11fa80c702bf5cd85adec90e6f6f507f32f4a8e6f5dbc31e8c10029486","urls":["bzz-raw://6917f8a323e7811f041aecd4d9fd6e92455a6fba38a797ac6f6e208c7912b79d","dweb:/ipfs/QmShuYv55wYHGi4EFkDB8QfF7ZCHoKk2efyz3AWY1ExSq7"],"license":"MIT"},"node_modules/@openzeppelin/contracts/interfaces/draft-IERC1822.sol":{"keccak256":"0xc42facb5094f2f35f066a7155bda23545e39a3156faef3ddc00185544443ba7d","urls":["bzz-raw://d3b36282ab029b46bd082619a308a2ea11c309967b9425b7b7a6eb0b0c1c3196","dweb:/ipfs/QmP2YVfDB2FoREax3vJu7QhDnyYRMw52WPrCD4vdT2kuDA"],"license":"MIT"},"node_modules/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol":{"keccak256":"0x8decfa54cec979c824b044b8128cd91d713f72c71fd7dfa54974624d8c949898","urls":["bzz-raw://271f914261a19d87117a777e0924ada545c16191ef9b00cc40b0134fc14ebc70","dweb:/ipfs/QmdvVNWHGHQrGGPonZJs5NuzTevTjZRM2zayKrDJf7WBA2"],"license":"MIT"},"node_modules/@openzeppelin/contracts/proxy/beacon/IBeacon.sol":{"keccak256":"0xc59a78b07b44b2cf2e8ab4175fca91e8eca1eee2df7357b8d2a8833e5ea1f64c","urls":["bzz-raw://5aa4f07e65444784c29cd7bfcc2341b34381e4e5b5da9f0c5bd00d7f430e66fa","dweb:/ipfs/QmWRMh4Q9DpaU9GvsiXmDdoNYMyyece9if7hnfLz7uqzWM"],"license":"MIT"},"node_modules/@openzeppelin/contracts/utils/Address.sol":{"keccak256":"0xaaa1d17c1129b127a4a401db2fbd72960e2671474be3d08cae71ccdc42f7624c","urls":["bzz-raw://cb2f27cd3952aa667e198fba0d9b7bcec52fbb12c16f013c25fe6fb52b29cc0e","dweb:/ipfs/QmeuohBFoeyDPZA9JNCTEDz3VBfBD4EABWuWXVhHAuEpKR"],"license":"MIT"},"node_modules/@openzeppelin/contracts/utils/Arrays.sol":{"keccak256":"0x55a4fdb408e3db950b48f4a6131e538980be8c5f48ee59829d92d66477140cd6","urls":["bzz-raw://3e1ad251e692822ce1494135a4ecb5b97c19b90aa82418fd2959ce32017953fd","dweb:/ipfs/QmT6N7mf6heZYhY2BAQ5kwZp9o3SXzGVdkMqUszx67WRDN"],"license":"MIT"},"node_modules/@openzeppelin/contracts/utils/Comparators.sol":{"keccak256":"0x302eecd8cf323b4690e3494a7d960b3cbce077032ab8ef655b323cdd136cec58","urls":["bzz-raw://49ba706f1bc476d68fe6c1fad75517acea4e9e275be0989b548e292eb3a3eacd","dweb:/ipfs/QmeBpvcdGWzWMKTQESUCEhHgnEQYYATVwPxLMxa6vMT7jC"],"license":"MIT"},"node_modules/@openzeppelin/contracts/utils/Errors.sol":{"keccak256":"0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123","urls":["bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf","dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB"],"license":"MIT"},"node_modules/@openzeppelin/contracts/utils/Panic.sol":{"keccak256":"0xf7fe324703a64fc51702311dc51562d5cb1497734f074e4f483bfb6717572d7a","urls":["bzz-raw://c6a5ff4f9fd8649b7ee20800b7fa387d3465bd77cf20c2d1068cd5c98e1ed57a","dweb:/ipfs/QmVSaVJf9FXFhdYEYeCEfjMVHrxDh5qL4CGkxdMWpQCrqG"],"license":"MIT"},"node_modules/@openzeppelin/contracts/utils/SlotDerivation.sol":{"keccak256":"0x67672e4ca1dafdcc661d4eba8475cfac631fa0933309258e3af7644b92e1fb26","urls":["bzz-raw://30192451f05ea5ddb0c18bd0f9003f098505836ba19c08a9c365adf829454da2","dweb:/ipfs/QmfCuZSCTyCdFoSKn7MSaN6hZksnQn9ZhrZDAdRTCbwGu2"],"license":"MIT"},"node_modules/@openzeppelin/contracts/utils/StorageSlot.sol":{"keccak256":"0xcf74f855663ce2ae00ed8352666b7935f6cddea2932fdf2c3ecd30a9b1cd0e97","urls":["bzz-raw://9f660b1f351b757dfe01438e59888f31f33ded3afcf5cb5b0d9bf9aa6f320a8b","dweb:/ipfs/QmarDJ5hZEgBtCmmrVzEZWjub9769eD686jmzb2XpSU1cM"],"license":"MIT"},"node_modules/@openzeppelin/contracts/utils/introspection/IERC165.sol":{"keccak256":"0x79796192ec90263f21b464d5bc90b777a525971d3de8232be80d9c4f9fb353b8","urls":["bzz-raw://f6fda447a62815e8064f47eff0dd1cf58d9207ad69b5d32280f8d7ed1d1e4621","dweb:/ipfs/QmfDRc7pxfaXB2Dh9np5Uf29Na3pQ7tafRS684wd3GLjVL"],"license":"MIT"},"node_modules/@openzeppelin/contracts/utils/math/Math.sol":{"keccak256":"0x1225214420c83ebcca88f2ae2b50f053aaa7df7bd684c3e878d334627f2edfc6","urls":["bzz-raw://6c5fab4970634f9ab9a620983dc1c8a30153981a0b1a521666e269d0a11399d3","dweb:/ipfs/QmVRnBC575MESGkEHndjujtR7qub2FzU9RWy9eKLp4hPZB"],"license":"MIT"},"node_modules/@openzeppelin/contracts/utils/math/SafeCast.sol":{"keccak256":"0x195533c86d0ef72bcc06456a4f66a9b941f38eb403739b00f21fd7c1abd1ae54","urls":["bzz-raw://b1d578337048cad08c1c03041cca5978eff5428aa130c781b271ad9e5566e1f8","dweb:/ipfs/QmPFKL2r9CBsMwmUqqdcFPfHZB2qcs9g1HDrPxzWSxomvy"],"license":"MIT"},"node_modules/@openzeppelin/contracts/utils/structs/EnumerableSet.sol":{"keccak256":"0xecd5f3c702f549fb88555e44e5f2415a4dfd6db09081aec7e98c26b6a3739c06","urls":["bzz-raw://ed40e907a6d80458a0556a609d0d3991d718c20f9f1f21475e5ec739af523231","dweb:/ipfs/QmejkwADsZRxkusNU94sswMJfpLrbq8RkJTbNccUEQpc7Y"],"license":"MIT"},"src/spaces/entitlements/IEntitlement.sol":{"keccak256":"0x4e708d68c9666d15991efe3273bc5b4daa4e634baaab9e66f579320a5812dcc0","urls":["bzz-raw://75b1e4a5ba90645924f376b16fd316d664c3e0ec70b2f95b67aec589b4cb43f8","dweb:/ipfs/QmQiw9wfb44Ksr8MYwDbo3PUkfZ8ZXz5LKfMjWndQ8Namt"],"license":"MIT"},"src/spaces/entitlements/user/IUserEntitlement.sol":{"keccak256":"0xcbfbc84ea0ddb0e481d43db70e0aee9500f9b875e9c5aae2eebb9ec9270edd05","urls":["bzz-raw://a9df6cbf0b7581db0fee6edc6276fbea57162f18c3bc7b0c1ea62919067bb118","dweb:/ipfs/QmTiv9ebQwqmL2LFjA8xzzkxu6i3Dr9KqpMQ6pAPvd72jc"],"license":"MIT"},"src/spaces/entitlements/user/UserEntitlement.sol":{"keccak256":"0x55ecacad9b52f16c11d100ad2c7aa733c7878cf0027575ff7e79972769664545","urls":["bzz-raw://52296e2a35df1d9a7cf394b050b5c1420d598975a5925e5ed1c43837512ddd1e","dweb:/ipfs/QmbdCeFAE99qAKeiFgsLXA5Umw3tsdGsL99WVd96dSeDud"],"license":"MIT"},"src/spaces/facets/channels/IChannel.sol":{"keccak256":"0xa4ed22ff696741d2d1f2288eb1c2f39f859cdd7d1f2c55637cdb1696665226bd","urls":["bzz-raw://6efb048b5e37378c9e67069672eabad9d68790b608232af6aa42e00d08b338bf","dweb:/ipfs/Qmbk37RGssdwM7uBKM1GHURcChpfiMq97kwFSmumNgpvdt"],"license":"MIT"},"src/spaces/facets/roles/IRoles.sol":{"keccak256":"0xf828f2c6386ee38fdddf97176d3676ab4309c1c026af10320759b49f3fac08ee","urls":["bzz-raw://e367e463f646b445491f6dbdddbe79d3a2da918020eb2164ad867b3bb289b8e0","dweb:/ipfs/QmQmz8NH9kLm8WfE7jSt5W1dkm5tLvVK8oybusrUQFiyNt"],"license":"MIT"}},"version":1},"id":485}
|