@river-build/generated
Version:
## How to generate contract types
1,124 lines • 37.5 kB
JSON
{
"compiler": {
"version": "0.8.24+commit.e11b9ed9"
},
"language": "Solidity",
"output": {
"abi": [
{
"inputs": [
{
"internalType": "contract IEntitlementChecker",
"name": "checker",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"type": "error",
"name": "EntitlementGated_InvalidAddress"
},
{
"inputs": [],
"type": "error",
"name": "EntitlementGated_InvalidEntitlement"
},
{
"inputs": [],
"type": "error",
"name": "EntitlementGated_NodeAlreadyVoted"
},
{
"inputs": [],
"type": "error",
"name": "EntitlementGated_NodeNotFound"
},
{
"inputs": [],
"type": "error",
"name": "EntitlementGated_OnlyEntitlementChecker"
},
{
"inputs": [],
"type": "error",
"name": "EntitlementGated_RequestIdNotFound"
},
{
"inputs": [],
"type": "error",
"name": "EntitlementGated_TransactionCheckAlreadyCompleted"
},
{
"inputs": [],
"type": "error",
"name": "EntitlementGated_TransactionCheckAlreadyRegistered"
},
{
"inputs": [],
"type": "error",
"name": "EntitlementGated_TransactionNotRegistered"
},
{
"inputs": [],
"type": "error",
"name": "Initializable_InInitializingState"
},
{
"inputs": [],
"type": "error",
"name": "Initializable_NotInInitializingState"
},
{
"inputs": [],
"type": "error",
"name": "Introspection_AlreadySupported"
},
{
"inputs": [],
"type": "error",
"name": "Introspection_NotSupported"
},
{
"inputs": [],
"type": "error",
"name": "Reentrancy"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "transactionId",
"type": "bytes32",
"indexed": true
},
{
"internalType": "enum IEntitlementGatedBase.NodeVoteStatus",
"name": "result",
"type": "uint8",
"indexed": false
}
],
"type": "event",
"name": "EntitlementCheckResultPosted",
"anonymous": false
},
{
"inputs": [
{
"internalType": "uint32",
"name": "version",
"type": "uint32",
"indexed": false
}
],
"type": "event",
"name": "Initialized",
"anonymous": false
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4",
"indexed": true
}
],
"type": "event",
"name": "InterfaceAdded",
"anonymous": false
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4",
"indexed": true
}
],
"type": "event",
"name": "InterfaceRemoved",
"anonymous": false
},
{
"inputs": [
{
"internalType": "contract IEntitlementChecker",
"name": "entitlementChecker",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function",
"name": "__EntitlementGated_init"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "roleId",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function",
"name": "getCrossChainEntitlementData",
"outputs": [
{
"internalType": "struct IEntitlementDataQueryableBase.EntitlementData",
"name": "",
"type": "tuple",
"components": [
{
"internalType": "string",
"name": "entitlementType",
"type": "string"
},
{
"internalType": "bytes",
"name": "entitlementData",
"type": "bytes"
}
]
}
]
},
{
"inputs": [
{
"internalType": "uint256",
"name": "roleId",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function",
"name": "getRuleData",
"outputs": [
{
"internalType": "struct IRuleEntitlementBase.RuleData",
"name": "",
"type": "tuple",
"components": [
{
"internalType": "struct IRuleEntitlementBase.Operation[]",
"name": "operations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.CombinedOperationType",
"name": "opType",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "index",
"type": "uint8"
}
]
},
{
"internalType": "struct IRuleEntitlementBase.CheckOperation[]",
"name": "checkOperations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.CheckOperationType",
"name": "opType",
"type": "uint8"
},
{
"internalType": "uint256",
"name": "chainId",
"type": "uint256"
},
{
"internalType": "address",
"name": "contractAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "threshold",
"type": "uint256"
}
]
},
{
"internalType": "struct IRuleEntitlementBase.LogicalOperation[]",
"name": "logicalOperations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.LogicalOperationType",
"name": "logOpType",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "leftOperationIndex",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "rightOperationIndex",
"type": "uint8"
}
]
}
]
}
]
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "transactionId",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "roleId",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function",
"name": "getRuleData",
"outputs": [
{
"internalType": "struct IRuleEntitlementBase.RuleData",
"name": "",
"type": "tuple",
"components": [
{
"internalType": "struct IRuleEntitlementBase.Operation[]",
"name": "operations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.CombinedOperationType",
"name": "opType",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "index",
"type": "uint8"
}
]
},
{
"internalType": "struct IRuleEntitlementBase.CheckOperation[]",
"name": "checkOperations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.CheckOperationType",
"name": "opType",
"type": "uint8"
},
{
"internalType": "uint256",
"name": "chainId",
"type": "uint256"
},
{
"internalType": "address",
"name": "contractAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "threshold",
"type": "uint256"
}
]
},
{
"internalType": "struct IRuleEntitlementBase.LogicalOperation[]",
"name": "logicalOperations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.LogicalOperationType",
"name": "logOpType",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "leftOperationIndex",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "rightOperationIndex",
"type": "uint8"
}
]
}
]
}
]
},
{
"inputs": [
{
"internalType": "uint256",
"name": "roleId",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function",
"name": "getRuleDataV2",
"outputs": [
{
"internalType": "struct IRuleEntitlementBase.RuleDataV2",
"name": "",
"type": "tuple",
"components": [
{
"internalType": "struct IRuleEntitlementBase.Operation[]",
"name": "operations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.CombinedOperationType",
"name": "opType",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "index",
"type": "uint8"
}
]
},
{
"internalType": "struct IRuleEntitlementBase.CheckOperationV2[]",
"name": "checkOperations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.CheckOperationType",
"name": "opType",
"type": "uint8"
},
{
"internalType": "uint256",
"name": "chainId",
"type": "uint256"
},
{
"internalType": "address",
"name": "contractAddress",
"type": "address"
},
{
"internalType": "bytes",
"name": "params",
"type": "bytes"
}
]
},
{
"internalType": "struct IRuleEntitlementBase.LogicalOperation[]",
"name": "logicalOperations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.LogicalOperationType",
"name": "logOpType",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "leftOperationIndex",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "rightOperationIndex",
"type": "uint8"
}
]
}
]
}
]
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "transactionId",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "roleId",
"type": "uint256"
},
{
"internalType": "enum IEntitlementGatedBase.NodeVoteStatus",
"name": "result",
"type": "uint8"
}
],
"stateMutability": "nonpayable",
"type": "function",
"name": "postEntitlementCheckResult"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "transactionId",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "roleId",
"type": "uint256"
},
{
"internalType": "enum IEntitlementGatedBase.NodeVoteStatus",
"name": "result",
"type": "uint8"
}
],
"stateMutability": "payable",
"type": "function",
"name": "postEntitlementCheckResultV2"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "roleId",
"type": "uint256"
},
{
"internalType": "struct IRuleEntitlementBase.RuleData",
"name": "ruleData",
"type": "tuple",
"components": [
{
"internalType": "struct IRuleEntitlementBase.Operation[]",
"name": "operations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.CombinedOperationType",
"name": "opType",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "index",
"type": "uint8"
}
]
},
{
"internalType": "struct IRuleEntitlementBase.CheckOperation[]",
"name": "checkOperations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.CheckOperationType",
"name": "opType",
"type": "uint8"
},
{
"internalType": "uint256",
"name": "chainId",
"type": "uint256"
},
{
"internalType": "address",
"name": "contractAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "threshold",
"type": "uint256"
}
]
},
{
"internalType": "struct IRuleEntitlementBase.LogicalOperation[]",
"name": "logicalOperations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.LogicalOperationType",
"name": "logOpType",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "leftOperationIndex",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "rightOperationIndex",
"type": "uint8"
}
]
}
]
}
],
"stateMutability": "nonpayable",
"type": "function",
"name": "requestEntitlementCheckV1RuleDataV1",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
]
},
{
"inputs": [
{
"internalType": "uint256[]",
"name": "roleIds",
"type": "uint256[]"
},
{
"internalType": "struct IRuleEntitlementBase.RuleDataV2",
"name": "ruleData",
"type": "tuple",
"components": [
{
"internalType": "struct IRuleEntitlementBase.Operation[]",
"name": "operations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.CombinedOperationType",
"name": "opType",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "index",
"type": "uint8"
}
]
},
{
"internalType": "struct IRuleEntitlementBase.CheckOperationV2[]",
"name": "checkOperations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.CheckOperationType",
"name": "opType",
"type": "uint8"
},
{
"internalType": "uint256",
"name": "chainId",
"type": "uint256"
},
{
"internalType": "address",
"name": "contractAddress",
"type": "address"
},
{
"internalType": "bytes",
"name": "params",
"type": "bytes"
}
]
},
{
"internalType": "struct IRuleEntitlementBase.LogicalOperation[]",
"name": "logicalOperations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.LogicalOperationType",
"name": "logOpType",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "leftOperationIndex",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "rightOperationIndex",
"type": "uint8"
}
]
}
]
}
],
"stateMutability": "nonpayable",
"type": "function",
"name": "requestEntitlementCheckV1RuleDataV2",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
]
},
{
"inputs": [
{
"internalType": "uint256[]",
"name": "roleIds",
"type": "uint256[]"
},
{
"internalType": "struct IRuleEntitlementBase.RuleData",
"name": "ruleData",
"type": "tuple",
"components": [
{
"internalType": "struct IRuleEntitlementBase.Operation[]",
"name": "operations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.CombinedOperationType",
"name": "opType",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "index",
"type": "uint8"
}
]
},
{
"internalType": "struct IRuleEntitlementBase.CheckOperation[]",
"name": "checkOperations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.CheckOperationType",
"name": "opType",
"type": "uint8"
},
{
"internalType": "uint256",
"name": "chainId",
"type": "uint256"
},
{
"internalType": "address",
"name": "contractAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "threshold",
"type": "uint256"
}
]
},
{
"internalType": "struct IRuleEntitlementBase.LogicalOperation[]",
"name": "logicalOperations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.LogicalOperationType",
"name": "logOpType",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "leftOperationIndex",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "rightOperationIndex",
"type": "uint8"
}
]
}
]
}
],
"stateMutability": "payable",
"type": "function",
"name": "requestEntitlementCheckV2RuleDataV1",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
]
},
{
"inputs": [
{
"internalType": "uint256[]",
"name": "roleIds",
"type": "uint256[]"
},
{
"internalType": "struct IRuleEntitlementBase.RuleDataV2",
"name": "ruleData",
"type": "tuple",
"components": [
{
"internalType": "struct IRuleEntitlementBase.Operation[]",
"name": "operations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.CombinedOperationType",
"name": "opType",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "index",
"type": "uint8"
}
]
},
{
"internalType": "struct IRuleEntitlementBase.CheckOperationV2[]",
"name": "checkOperations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.CheckOperationType",
"name": "opType",
"type": "uint8"
},
{
"internalType": "uint256",
"name": "chainId",
"type": "uint256"
},
{
"internalType": "address",
"name": "contractAddress",
"type": "address"
},
{
"internalType": "bytes",
"name": "params",
"type": "bytes"
}
]
},
{
"internalType": "struct IRuleEntitlementBase.LogicalOperation[]",
"name": "logicalOperations",
"type": "tuple[]",
"components": [
{
"internalType": "enum IRuleEntitlementBase.LogicalOperationType",
"name": "logOpType",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "leftOperationIndex",
"type": "uint8"
},
{
"internalType": "uint8",
"name": "rightOperationIndex",
"type": "uint8"
}
]
}
]
}
],
"stateMutability": "payable",
"type": "function",
"name": "requestEntitlementCheckV2RuleDataV2",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
]
}
],
"devdoc": {
"kind": "dev",
"methods": {
"getRuleDataV2(uint256)": {
"details": "This function is used to get the RuleDataV2 for the requestEntitlementCheck function"
},
"postEntitlementCheckResultV2(bytes32,uint256,uint8)": {
"details": "Only the entitlement checker can call this function",
"params": {
"result": "The result of the entitlement check (PASSED or FAILED)",
"roleId": "The role ID for the entitlement check",
"transactionId": "The unique identifier for the transaction"
}
},
"requestEntitlementCheckV1RuleDataV1(uint256,((uint8,uint8)[],(uint8,uint256,address,uint256)[],(uint8,uint8,uint8)[]))": {
"details": "This function is used to request a v1 entitlement check for a roleId and RuleData v1"
},
"requestEntitlementCheckV1RuleDataV2(uint256[],((uint8,uint8)[],(uint8,uint256,address,bytes)[],(uint8,uint8,uint8)[]))": {
"details": "This function is used to request a v1 entitlement check for a roleId and RuleData v2"
},
"requestEntitlementCheckV2RuleDataV1(uint256[],((uint8,uint8)[],(uint8,uint256,address,uint256)[],(uint8,uint8,uint8)[]))": {
"details": "This function is used to request an entitlement check v2 for a roleId and RuleData v1"
},
"requestEntitlementCheckV2RuleDataV2(uint256[],((uint8,uint8)[],(uint8,uint256,address,bytes)[],(uint8,uint8,uint8)[]))": {
"details": "This function is used to request a v2 entitlement check for a roleId and RuleData v2"
}
},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {
"getRuleData(bytes32,uint256)": {
"notice": "deprecated Use EntitlementDataQueryable.getCrossChainEntitlementData instead"
},
"postEntitlementCheckResultV2(bytes32,uint256,uint8)": {
"notice": "Post the result of the entitlement check for a specific role"
}
},
"version": 1
}
},
"settings": {
"remappings": [
"@openzeppelin/=node_modules/@openzeppelin/",
"@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/",
"@prb/math/=node_modules/@prb/math/src/",
"@prb/test/=node_modules/@prb/test/src/",
"@river-build/diamond/=node_modules/@river-build/diamond/",
"@solidity/=node_modules/crypto-lib/src/",
"account-abstraction/=node_modules/account-abstraction/contracts/",
"crypto-lib/=node_modules/crypto-lib/src/",
"ds-test/=node_modules/ds-test/src/",
"forge-std/=node_modules/forge-std/src/",
"hardhat-deploy/=node_modules/hardhat-deploy/",
"solady/=node_modules/solady/src/"
],
"optimizer": {
"enabled": true,
"runs": 200
},
"metadata": {
"bytecodeHash": "none",
"appendCBOR": false
},
"compilationTarget": {
"contracts/test/mocks/MockEntitlementGated.sol": "MockEntitlementGated"
},
"evmVersion": "paris",
"libraries": {}
},
"sources": {
"contracts/src/base/registry/facets/checker/IEntitlementChecker.sol": {
"keccak256": "0x09bb1a23de39267836f97b670edcde8efd72255afd54529f5e6b3b9aa6603e4b",
"urls": [
"bzz-raw://5ef2fb19a74acd625fa47e518cd9a09d182d381e0822a206545febede0bd4a44",
"dweb:/ipfs/Qmb9BSPvBkb2MihJAcPu96R6HeCYGx9QJJZpSy3pfi82GB"
],
"license": "MIT"
},
"contracts/src/factory/facets/registry/IImplementationRegistry.sol": {
"keccak256": "0xb447f7654cd152c29718c95983b62e390a59658d7d1a22b97f79d0aee9fb5de7",
"urls": [
"bzz-raw://756a9a38364c01937088ba927f09af2726d2df207eea4e0e2842e3fc66ccd32c",
"dweb:/ipfs/QmbxBRXgtkEQsGtxq1uSM6vX38FkjPq6tpodCdtBmdEmXA"
],
"license": "MIT"
},
"contracts/src/spaces/entitlements/IEntitlement.sol": {
"keccak256": "0x81712a4b9127000ba341966d99395917dcb4b1305eadeddd1e1ad4e562587fdd",
"urls": [
"bzz-raw://df0fcc9d7ed7489786684f5fa8375b277146969021f96f6a9feb81cb39176eca",
"dweb:/ipfs/QmbxXXeXe6AzXUL8cSoABMx2E2QbRAK2uJXd8TRnDuKSJ8"
],
"license": "MIT"
},
"contracts/src/spaces/entitlements/rule/IRuleEntitlement.sol": {
"keccak256": "0x362d73e7b5a9626ffb3c76ebd7c41cae6240ce0a8d2ec401df345814a39b303b",
"urls": [
"bzz-raw://c750b186885d1af5cda10755c8443629b270d18b221c1054a7e9344adbea7ce4",
"dweb:/ipfs/QmcwkJjGj8PGy43KRRh2c4ggcjBVD65XDsoq8H5LozTeN2"
],
"license": "MIT"
},
"contracts/src/spaces/facets/entitlements/extensions/IEntitlementDataQueryable.sol": {
"keccak256": "0x408fcf935d47c3696901b138edbe3f862e63227e45a80be0154a21d39d6a4030",
"urls": [
"bzz-raw://dab36eda141004d86570adf5daf5d011186bedea42c183eada86e4a24c3e15f3",
"dweb:/ipfs/QmbSenMpHd3CW7LASFJmrbVZea7ueTS74NWjymEBMdpHbe"
],
"license": "MIT"
},
"contracts/src/spaces/facets/gated/EntitlementGated.sol": {
"keccak256": "0x10a85e43e6413a93657687d6de7066d0113141d09dd45aa8da6517b3f4b6a7d2",
"urls": [
"bzz-raw://aa073dff9b160877b2c7c59d7843efb073805bfe0e6251ca744255e6d1d604ec",
"dweb:/ipfs/QmWPdB6eWyuKQoXksfFy6m9xBkqiVmPVJBJg8mXqG5cocs"
],
"license": "MIT"
},
"contracts/src/spaces/facets/gated/EntitlementGatedBase.sol": {
"keccak256": "0x41ef118ff4f411d1f9a083245cf02f8f573e386fa96404e8a28de6eb940c5fef",
"urls": [
"bzz-raw://cab18a63fb7a09bc3d9237849e74ac32494756e6e0f9dcfd6c7dc5b003e52d16",
"dweb:/ipfs/QmZGwssiMeSmLgZqR1WjYZyVWmKa2mL7KkjbT327Br8Q65"
],
"license": "MIT"
},
"contracts/src/spaces/facets/gated/EntitlementGatedStorage.sol": {
"keccak256": "0xb058672a61d2742e8232232cc66f052443d82beb8b2cdc681f10c23a49351b84",
"urls": [
"bzz-raw://f39d39a3bd3e39c2f6a5b21b82a7339176c163d82335f901a64c57dd73ffa5a3",
"dweb:/ipfs/QmP8RmYv79xX8hLmrvjfceW9mdRYCYxMaxpywRpR281tMo"
],
"license": "MIT"
},
"contracts/src/spaces/facets/gated/IEntitlementGated.sol": {
"keccak256": "0x9852f22946e5db62b499fe90ff4acc4fe776dd9ed4d434536de1e40cc54dd067",
"urls": [
"bzz-raw://b14dafcaa009515b7fb063439731af76c9c69d92416c1cb6be4461bf1fe639ff",
"dweb:/ipfs/QmQyN13yFz2bVBRAkrr4WwRtQRFtahuaGeNTq5etCemrCd"
],
"license": "MIT"
},
"contracts/src/spaces/facets/membership/MembershipStorage.sol": {
"keccak256": "0x901e36addd71ab233a40af5185e6070be44b5aa7b1487dab3b0f9dc75d05e972",
"urls": [
"bzz-raw://017f70c4ed3fdc4cbef99380339b07f161ea01797acd0181d9d802e407f4b6cd",
"dweb:/ipfs/QmeJNCJwAPU7VCyfNJSeTxf56dBVXNoJxYV4NN6AhtxsCa"
],
"license": "MIT"
},
"contracts/src/utils/libraries/CustomRevert.sol": {
"keccak256": "0xdf3d131cb19a367b2f2842caffe356e3b6437ff9e82f6519dd3b067630e0a059",
"urls": [
"bzz-raw://abaae9b8fa22a7b0f6fe0adafb4ec510f9b720ef281d98b900225c033c66f9b7",
"dweb:/ipfs/QmNU1NRUCkXibWP7PzNyXvtrkgtpwcUEVP8uFzsWeDmBfK"
],
"license": "MIT"
},
"contracts/test/mocks/MockEntitlementGated.sol": {
"keccak256": "0xd93ef3d7c938cb34d13730826186b64ea230960d233479ed578a73a7881afce3",
"urls": [
"bzz-raw://6d4629b02d4ec9ca6014f6b37d8cc2670db2437e38862b9a88f9edceec676e02",
"dweb:/ipfs/Qmdm2BHhnUt119hwyzvVUCiGX2TR1iH3yvEQZQWL1GMUhS"
],
"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/Errors.sol": {
"keccak256": "0x6afa713bfd42cf0f7656efa91201007ac465e42049d7de1d50753a373648c123",
"urls": [
"bzz-raw://ba1d02f4847670a1b83dec9f7d37f0b0418d6043447b69f3a29a5f9efc547fcf",
"dweb:/ipfs/QmQ7iH2keLNUKgq2xSWcRmuBE5eZ3F5whYAkAGzCNNoEWB"
],
"license": "MIT"
},
"node_modules/@openzeppelin/contracts/utils/introspection/IERC165.sol": {
"keccak256": "0x79796192ec90263f21b464d5bc90b777a525971d3de8232be80d9c4f9fb353b8",
"urls": [
"bzz-raw://f6fda447a62815e8064f47eff0dd1cf58d9207ad69b5d32280f8d7ed1d1e4621",
"dweb:/ipfs/QmfDRc7pxfaXB2Dh9np5Uf29Na3pQ7tafRS684wd3GLjVL"
],
"license": "MIT"
},
"node_modules/@river-build/diamond/src/facets/Facet.sol": {
"keccak256": "0xca7529809751c8c40aebd904b776f9ff28074b5a8a2df99f5bd1b588cb4b297c",
"urls": [
"bzz-raw://74bf56c81fcb3064f372bf9fb5ae895fd976d1cf8fd535c4f03397bdfabeb25e",
"dweb:/ipfs/QmRmNLBWakunagRHRLXsEZAq6b2CyWM4voFrEjQn2tRGYY"
],
"license": "MIT"
},
"node_modules/@river-build/diamond/src/facets/initializable/Initializable.sol": {
"keccak256": "0xe02e99665b5acb22d5c508c3bda97c35acd2597ce0a58569a19cc12f0010da90",
"urls": [
"bzz-raw://b586a51dbe63e8763ae0b2b3dadd5c8559f47bc8cbaa0e9fe52aaec4c3677552",
"dweb:/ipfs/QmRtaVikg6YDwzUAtY7WV793taZgT1ZxyMB4PLAEqGBeCC"
],
"license": "MIT"
},
"node_modules/@river-build/diamond/src/facets/initializable/InitializableStorage.sol": {
"keccak256": "0xf8170e6977d685c218f65185478fbb9916e64f63aab1dcd195056438466f458a",
"urls": [
"bzz-raw://83ea3cf77f012eef93d10593e3beded36b449611063fd8dfbdb44e4346f87eb4",
"dweb:/ipfs/QmVasL7QnxXEmiUsLJzpfig8717zLUhZfyQxiBbFGDEVVg"
],
"license": "MIT"
},
"node_modules/@river-build/diamond/src/facets/introspection/IIntrospectionBase.sol": {
"keccak256": "0x51e706ab1184a3a5b353b87cfee07d471b9a5ef93897022bbcd1085b39a0c762",
"urls": [
"bzz-raw://3df386912c5cc759faee161b7825b2014040d04bf06528e74f4d759f06f2eb19",
"dweb:/ipfs/QmP5AnGGNY4gsV1ABJ3WaueAsAwJVQ229ZfGjGxW8rSbEL"
],
"license": "MIT"
},
"node_modules/@river-build/diamond/src/facets/introspection/IntrospectionBase.sol": {
"keccak256": "0x35f27aa0a4b64673a2648110422f31de0c5a71c68df562eccb9c4f2a27ee6647",
"urls": [
"bzz-raw://2eb1f2ff2e2d7222bf8fe2cf7558a2e47925e3d4557208362b1f50e63cb43006",
"dweb:/ipfs/QmNcJZSAEPreUy66tt5brPrauVnUb4tqvcxej5Uc4SZZWz"
],
"license": "MIT"
},
"node_modules/@river-build/diamond/src/facets/introspection/IntrospectionStorage.sol": {
"keccak256": "0x306f41ef86bc5050a28c1dbf855d3f6f623be4aebc0a0f96474dae85979f7763",
"urls": [
"bzz-raw://dbad6f8e6685690ae75f6c9066972a45400b45307245feab8990af18a4c38e91",
"dweb:/ipfs/QmcTUqiSL1z2nwokpNNsXQkjVTaFdFJiM2exguZpPDDXEM"
],
"license": "MIT"
},
"node_modules/solady/src/utils/ReentrancyGuard.sol": {
"keccak256": "0xdb28f318ec45197a6c7cc2abebed67d7cb8b965838ef962e3844423256a9ddb8",
"urls": [
"bzz-raw://873cd46b77a2aeb781e7a0d131e7299151323ed884c330101a51d0727e218d98",
"dweb:/ipfs/QmddadCjyedztvdSgLZEyKWoRes2SqtpviSjhEbSNrkUoi"
],
"license": "MIT"
}
},
"version": 1
}