UNPKG

@river-build/generated

Version:

## How to generate contract types

1,495 lines 44.6 kB
{ "compiler": { "version": "0.8.24+commit.e11b9ed9" }, "language": "Solidity", "output": { "abi": [ { "inputs": [], "type": "error", "name": "ApprovalCallerNotOwnerNorApproved" }, { "inputs": [], "type": "error", "name": "ApprovalQueryForNonexistentToken" }, { "inputs": [], "type": "error", "name": "BalanceQueryForZeroAddress" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "type": "error", "name": "Banning__AlreadyBanned" }, { "inputs": [], "type": "error", "name": "Banning__CannotBanOwner" }, { "inputs": [], "type": "error", "name": "Banning__CannotBanSelf" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "type": "error", "name": "Banning__InvalidTokenId" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "type": "error", "name": "Banning__NotBanned" }, { "inputs": [], "type": "error", "name": "ChannelService__ChannelAlreadyExists" }, { "inputs": [], "type": "error", "name": "ChannelService__ChannelDisabled" }, { "inputs": [], "type": "error", "name": "ChannelService__ChannelDoesNotExist" }, { "inputs": [], "type": "error", "name": "ChannelService__RoleAlreadyExists" }, { "inputs": [], "type": "error", "name": "ChannelService__RoleDoesNotExist" }, { "inputs": [], "type": "error", "name": "ERC5643__DurationZero" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "type": "error", "name": "ERC5643__InvalidTokenId" }, { "inputs": [], "type": "error", "name": "ERC5643__NotApprovedOrOwner" }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256" } ], "type": "error", "name": "ERC5643__SubscriptionNotRenewable" }, { "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": "Initializable_InInitializingState" }, { "inputs": [], "type": "error", "name": "Introspection_AlreadySupported" }, { "inputs": [], "type": "error", "name": "Introspection_NotSupported" }, { "inputs": [], "type": "error", "name": "MintERC2309QuantityExceedsLimit" }, { "inputs": [], "type": "error", "name": "MintToZeroAddress" }, { "inputs": [], "type": "error", "name": "MintZeroQuantity" }, { "inputs": [ { "internalType": "address", "name": "account", "type": "address" } ], "type": "error", "name": "Ownable__NotOwner" }, { "inputs": [], "type": "error", "name": "Ownable__ZeroAddress" }, { "inputs": [], "type": "error", "name": "OwnerQueryForNonexistentToken" }, { "inputs": [], "type": "error", "name": "OwnershipNotInitializedForExtraData" }, { "inputs": [], "type": "error", "name": "Pausable__NotPaused" }, { "inputs": [], "type": "error", "name": "Pausable__Paused" }, { "inputs": [], "type": "error", "name": "Roles__EntitlementAlreadyExists" }, { "inputs": [], "type": "error", "name": "Roles__EntitlementDoesNotExist" }, { "inputs": [], "type": "error", "name": "Roles__InvalidEntitlementAddress" }, { "inputs": [], "type": "error", "name": "Roles__InvalidPermission" }, { "inputs": [], "type": "error", "name": "Roles__PermissionAlreadyExists" }, { "inputs": [], "type": "error", "name": "Roles__PermissionDoesNotExist" }, { "inputs": [], "type": "error", "name": "Roles__RoleDoesNotExist" }, { "inputs": [], "type": "error", "name": "TransferCallerNotOwnerNorApproved" }, { "inputs": [], "type": "error", "name": "TransferFromIncorrectOwner" }, { "inputs": [], "type": "error", "name": "TransferToNonERC721ReceiverImplementer" }, { "inputs": [], "type": "error", "name": "TransferToZeroAddress" }, { "inputs": [], "type": "error", "name": "URIQueryForNonexistentToken" }, { "inputs": [], "type": "error", "name": "Validator__InvalidStringLength" }, { "inputs": [ { "internalType": "address", "name": "owner", "type": "address", "indexed": true }, { "internalType": "address", "name": "approved", "type": "address", "indexed": true }, { "internalType": "uint256", "name": "tokenId", "type": "uint256", "indexed": true } ], "type": "event", "name": "Approval", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "owner", "type": "address", "indexed": true }, { "internalType": "address", "name": "operator", "type": "address", "indexed": true }, { "internalType": "bool", "name": "approved", "type": "bool", "indexed": false } ], "type": "event", "name": "ApprovalForAll", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "moderator", "type": "address", "indexed": true }, { "internalType": "uint256", "name": "tokenId", "type": "uint256", "indexed": true } ], "type": "event", "name": "Banned", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "caller", "type": "address", "indexed": true }, { "internalType": "bytes32", "name": "channelId", "type": "bytes32", "indexed": false } ], "type": "event", "name": "ChannelCreated", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "caller", "type": "address", "indexed": true }, { "internalType": "bytes32", "name": "channelId", "type": "bytes32", "indexed": false } ], "type": "event", "name": "ChannelRemoved", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "caller", "type": "address", "indexed": true }, { "internalType": "bytes32", "name": "channelId", "type": "bytes32", "indexed": false }, { "internalType": "uint256", "name": "roleId", "type": "uint256", "indexed": false } ], "type": "event", "name": "ChannelRoleAdded", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "caller", "type": "address", "indexed": true }, { "internalType": "bytes32", "name": "channelId", "type": "bytes32", "indexed": false }, { "internalType": "uint256", "name": "roleId", "type": "uint256", "indexed": false } ], "type": "event", "name": "ChannelRoleRemoved", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "caller", "type": "address", "indexed": true }, { "internalType": "bytes32", "name": "channelId", "type": "bytes32", "indexed": false } ], "type": "event", "name": "ChannelUpdated", "anonymous": false }, { "inputs": [ { "internalType": "uint256", "name": "fromTokenId", "type": "uint256", "indexed": true }, { "internalType": "uint256", "name": "toTokenId", "type": "uint256", "indexed": false }, { "internalType": "address", "name": "from", "type": "address", "indexed": true }, { "internalType": "address", "name": "to", "type": "address", "indexed": true } ], "type": "event", "name": "ConsecutiveTransfer", "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": "address", "name": "previousOwner", "type": "address", "indexed": true }, { "internalType": "address", "name": "newOwner", "type": "address", "indexed": true } ], "type": "event", "name": "OwnershipTransferred", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "account", "type": "address", "indexed": false } ], "type": "event", "name": "Paused", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "updater", "type": "address", "indexed": true }, { "internalType": "uint256", "name": "roleId", "type": "uint256", "indexed": true }, { "internalType": "bytes32", "name": "channelId", "type": "bytes32", "indexed": true } ], "type": "event", "name": "PermissionsAddedToChannelRole", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "updater", "type": "address", "indexed": true }, { "internalType": "uint256", "name": "roleId", "type": "uint256", "indexed": true }, { "internalType": "bytes32", "name": "channelId", "type": "bytes32", "indexed": true } ], "type": "event", "name": "PermissionsRemovedFromChannelRole", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "updater", "type": "address", "indexed": true }, { "internalType": "uint256", "name": "roleId", "type": "uint256", "indexed": true }, { "internalType": "bytes32", "name": "channelId", "type": "bytes32", "indexed": true } ], "type": "event", "name": "PermissionsUpdatedForChannelRole", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "creator", "type": "address", "indexed": true }, { "internalType": "uint256", "name": "roleId", "type": "uint256", "indexed": true } ], "type": "event", "name": "RoleCreated", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "remover", "type": "address", "indexed": true }, { "internalType": "uint256", "name": "roleId", "type": "uint256", "indexed": true } ], "type": "event", "name": "RoleRemoved", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "updater", "type": "address", "indexed": true }, { "internalType": "uint256", "name": "roleId", "type": "uint256", "indexed": true } ], "type": "event", "name": "RoleUpdated", "anonymous": false }, { "inputs": [ { "internalType": "uint256", "name": "tokenId", "type": "uint256", "indexed": true }, { "internalType": "uint64", "name": "expiration", "type": "uint64", "indexed": false } ], "type": "event", "name": "SubscriptionUpdate", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "from", "type": "address", "indexed": true }, { "internalType": "address", "name": "to", "type": "address", "indexed": true }, { "internalType": "uint256", "name": "tokenId", "type": "uint256", "indexed": true } ], "type": "event", "name": "Transfer", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "moderator", "type": "address", "indexed": true }, { "internalType": "uint256", "name": "tokenId", "type": "uint256", "indexed": true } ], "type": "event", "name": "Unbanned", "anonymous": false }, { "inputs": [ { "internalType": "address", "name": "account", "type": "address", "indexed": false } ], "type": "event", "name": "Unpaused", "anonymous": false }, { "inputs": [ { "internalType": "bytes32", "name": "channelId", "type": "bytes32" }, { "internalType": "uint256", "name": "roleId", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "function", "name": "addRoleToChannel" }, { "inputs": [ { "internalType": "bytes32", "name": "channelId", "type": "bytes32" }, { "internalType": "string", "name": "metadata", "type": "string" }, { "internalType": "uint256[]", "name": "roleIds", "type": "uint256[]" } ], "stateMutability": "nonpayable", "type": "function", "name": "createChannel" }, { "inputs": [ { "internalType": "bytes32", "name": "channelId", "type": "bytes32" }, { "internalType": "string", "name": "metadata", "type": "string" }, { "internalType": "struct IChannelBase.RolePermissions[]", "name": "rolePermissions", "type": "tuple[]", "components": [ { "internalType": "uint256", "name": "roleId", "type": "uint256" }, { "internalType": "string[]", "name": "permissions", "type": "string[]" } ] } ], "stateMutability": "nonpayable", "type": "function", "name": "createChannelWithOverridePermissions" }, { "inputs": [ { "internalType": "bytes32", "name": "channelId", "type": "bytes32" } ], "stateMutability": "view", "type": "function", "name": "getChannel", "outputs": [ { "internalType": "struct IChannelBase.Channel", "name": "channel", "type": "tuple", "components": [ { "internalType": "bytes32", "name": "id", "type": "bytes32" }, { "internalType": "bool", "name": "disabled", "type": "bool" }, { "internalType": "string", "name": "metadata", "type": "string" }, { "internalType": "uint256[]", "name": "roleIds", "type": "uint256[]" } ] } ] }, { "inputs": [], "stateMutability": "view", "type": "function", "name": "getChannels", "outputs": [ { "internalType": "struct IChannelBase.Channel[]", "name": "channels", "type": "tuple[]", "components": [ { "internalType": "bytes32", "name": "id", "type": "bytes32" }, { "internalType": "bool", "name": "disabled", "type": "bool" }, { "internalType": "string", "name": "metadata", "type": "string" }, { "internalType": "uint256[]", "name": "roleIds", "type": "uint256[]" } ] } ] }, { "inputs": [ { "internalType": "bytes32", "name": "channelId", "type": "bytes32" } ], "stateMutability": "view", "type": "function", "name": "getRolesByChannel", "outputs": [ { "internalType": "uint256[]", "name": "roleIds", "type": "uint256[]" } ] }, { "inputs": [ { "internalType": "bytes32", "name": "channelId", "type": "bytes32" } ], "stateMutability": "nonpayable", "type": "function", "name": "removeChannel" }, { "inputs": [ { "internalType": "bytes32", "name": "channelId", "type": "bytes32" }, { "internalType": "uint256", "name": "roleId", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "function", "name": "removeRoleFromChannel" }, { "inputs": [ { "internalType": "bytes32", "name": "channelId", "type": "bytes32" }, { "internalType": "string", "name": "metadata", "type": "string" }, { "internalType": "bool", "name": "disabled", "type": "bool" } ], "stateMutability": "nonpayable", "type": "function", "name": "updateChannel" } ], "devdoc": { "kind": "dev", "methods": { "addRoleToChannel(bytes32,uint256)": { "params": { "channelId": "the channelId to add the role to", "roleId": "the roleId to add to the channel" } }, "createChannel(bytes32,string,uint256[])": { "params": { "channelId": "the channelId of the channel", "metadata": "the metadata of the channel", "roleIds": "the roleIds to add to the channel" } }, "createChannelWithOverridePermissions(bytes32,string,(uint256,string[])[])": { "params": { "channelId": "the channelId of the channel", "metadata": "the metadata of the channel", "rolePermissions": "the rolePermissions (role->permissions[])[] to add to the channel" } }, "getChannel(bytes32)": { "params": { "channelId": "the channelId to get" }, "returns": { "channel": "the channel" } }, "getChannels()": { "returns": { "channels": "an array of all channels" } }, "getRolesByChannel(bytes32)": { "params": { "channelId": "the channelId to get the roles for" }, "returns": { "roleIds": "an array of roleIds for the channel" } }, "removeChannel(bytes32)": { "params": { "channelId": "the channelId to remove" } }, "removeRoleFromChannel(bytes32,uint256)": { "params": { "channelId": "the channelId to remove the role from", "roleId": "the roleId to remove from the channel" } }, "updateChannel(bytes32,string,bool)": { "params": { "channelId": "the channelId to update", "disabled": "whether or not the channel is disabled", "metadata": "the new metadata of the channel" } } }, "version": 1 }, "userdoc": { "kind": "user", "methods": { "addRoleToChannel(bytes32,uint256)": { "notice": "adds a role to a channel" }, "createChannel(bytes32,string,uint256[])": { "notice": "creates a channel" }, "createChannelWithOverridePermissions(bytes32,string,(uint256,string[])[])": { "notice": "creates a channel with override permissions" }, "getChannel(bytes32)": { "notice": "gets a channel" }, "getChannels()": { "notice": "gets all channels" }, "getRolesByChannel(bytes32)": { "notice": "gets all roles for a channel" }, "removeChannel(bytes32)": { "notice": "removes a channel" }, "removeRoleFromChannel(bytes32,uint256)": { "notice": "removes a role from a channel" }, "updateChannel(bytes32,string,bool)": { "notice": "updates a channel" } }, "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/src/spaces/facets/channels/Channels.sol": "Channels" }, "evmVersion": "paris", "libraries": {} }, "sources": { "contracts/src/diamond/facets/token/ERC5643/ERC5643Base.sol": { "keccak256": "0x21d3c281732e54c93520a4f2cc72cc5af38c517f2a150ee67aa84704a3d78627", "urls": [ "bzz-raw://52ce7c061da0142a4d775bb85896410d363d4a28c0275d3171a70872344fc9a4", "dweb:/ipfs/Qmdwgs3TaC4b83JVn6RG5pJJdCrxb74ZMRqZbYSe5DuqZf" ], "license": "MIT" }, "contracts/src/diamond/facets/token/ERC5643/ERC5643Storage.sol": { "keccak256": "0x68cbff071e6a6a6b91b675af567616799435676fbbbebf4f9226e1226d6128b2", "urls": [ "bzz-raw://2e2c7aee6ef32477733a50ba667cc510c8c165b9a9e146609b1f800acd0e4832", "dweb:/ipfs/QmcWAz74x3AR6kpzWdyPWw3iLQ1yHBT3ZVoK6jT7T3LwXq" ], "license": "MIT" }, "contracts/src/diamond/facets/token/ERC5643/IERC5643.sol": { "keccak256": "0x82dfa9b4063600f22326a66626284bc1d2dfad2efd89e5057c820d182298f224", "urls": [ "bzz-raw://7ab9fc298c8239a7469c1a55d052eb904620e31e5183904b5928cb48f27f1615", "dweb:/ipfs/QmUn3WWo3s6xDYQosaAURbartVnWAbfUffLjNWR5jrbLjU" ], "license": "MIT" }, "contracts/src/diamond/facets/token/ERC721A/ERC721ABase.sol": { "keccak256": "0x27b65225578e0cd90b90ab4ce91c4dfe621b43a58df227d3fdb0494c8f317d62", "urls": [ "bzz-raw://70db26d8735dd6b7e7a847712603f793728521ebd05ad8640d6068b395dce3ba", "dweb:/ipfs/QmYeC1EM3XQWgHjQKpT41TksDFcCzr4Sz8JPRdagFms7mE" ], "license": "MIT" }, "contracts/src/diamond/facets/token/ERC721A/ERC721AStorage.sol": { "keccak256": "0x1f85619c07524883b96fd2f3ca92ea3e2343466c0832cc03f6eb1cbb828896f4", "urls": [ "bzz-raw://06adf57b874d40a123eb3e7bf89cd7f49d29a93c142b26336263529ccd692e04", "dweb:/ipfs/QmQAhsfGRBPuBcSE1mqocTvutK9c4NfJPsbN4XQXtbsLey" ], "license": "MIT" }, "contracts/src/diamond/facets/token/ERC721A/IERC721A.sol": { "keccak256": "0xb57dee608d37c98c32ac38fa3c84e77f5962cf39a0697815ad209edf55593782", "urls": [ "bzz-raw://092750f101ae80c5bace9fd53ae87547a0aac6109cd58290609acd2ef489ce9d", "dweb:/ipfs/QmREM18vUEQmcmnTSyR4XxHB9Ykqomc9RuCFZcWNiovgbz" ], "license": "MIT" }, "contracts/src/factory/facets/wallet-link/IWalletLink.sol": { "keccak256": "0xb37a03936a2f15ce5c94fb9925594627cc65cfdd186c14eaff32d299ec569b5f", "urls": [ "bzz-raw://085ef4945195eae38879c2d84e70a5a2f3cb02e6ad53e8ae37e6dd2591379327", "dweb:/ipfs/QmRP7RH7sX1MUXFDwacLABBcVdGDoyKm36JbSfDDwXy4EW" ], "license": "MIT" }, "contracts/src/factory/facets/wallet-link/libraries/WalletLib.sol": { "keccak256": "0x7fb08e8176be055adf49a1ce35e17f4cedb78c248c46c96e0583377a4e89b40b", "urls": [ "bzz-raw://334911ec72def284ac7a61e04d5de12d7018421a756e265e2d0e411e62c097c1", "dweb:/ipfs/QmbJzoE6Tv91psSSDz8RgcuQKtp7zxCKAhnD3TKWiyiqMP" ], "license": "MIT" }, "contracts/src/spaces/entitlements/IEntitlement.sol": { "keccak256": "0x81712a4b9127000ba341966d99395917dcb4b1305eadeddd1e1ad4e562587fdd", "urls": [ "bzz-raw://df0fcc9d7ed7489786684f5fa8375b277146969021f96f6a9feb81cb39176eca", "dweb:/ipfs/QmbxXXeXe6AzXUL8cSoABMx2E2QbRAK2uJXd8TRnDuKSJ8" ], "license": "MIT" }, "contracts/src/spaces/facets/Entitled.sol": { "keccak256": "0x50c0480d6968a5ab188da3e7ecdcf8dc099856082c4ff56ecca1c86093ccb39f", "urls": [ "bzz-raw://aea949b398b3d735a58d5de60402b03edbb7ca39ef29c5b01d515914c3bf5b98", "dweb:/ipfs/QmNvhewKZouEs7h9xdQyaJhoqrdczjKgweGbuvht7mwvo6" ], "license": "MIT" }, "contracts/src/spaces/facets/Permissions.sol": { "keccak256": "0x0b7ad76893a8b11877f161bf8d6180230190572f8a171ff5b124570be468976e", "urls": [ "bzz-raw://d21a0dd820441b95a17a5f6681a4a68fdf180fe90aaaa0f3e9e5800b2a247634", "dweb:/ipfs/QmRVHasadqCqDSZRaRrddJXR23wkbVs9LQ6WcPxfDFH37x" ], "license": "MIT" }, "contracts/src/spaces/facets/banning/BanningBase.sol": { "keccak256": "0x38c44494221f96568f3efb540a8a6c7af141de95f25caf26df6e8a8333f31249", "urls": [ "bzz-raw://cf1f509347cab5090655ff8272443d18f9716fea5ef27cd86269ccbd2570aa7e", "dweb:/ipfs/QmbF8StzLRGnVvVXWYBowvdULoPPqQkU5hZR548cnRzuVs" ], "license": "MIT" }, "contracts/src/spaces/facets/banning/BanningStorage.sol": { "keccak256": "0xcfbf5c113056e569abf23158853ff4877744b22a4bf2bf49a282d04dab23ab17", "urls": [ "bzz-raw://4f825e97ca65c9cd3bd5885d2fa8b8e5f8f0dcbe227dec064abbbab645685fbe", "dweb:/ipfs/QmXAMntxrjzeNUKh9WcyHvzDmnV89vrJ9PkKRceqxJSxZp" ], "license": "MIT" }, "contracts/src/spaces/facets/banning/IBanning.sol": { "keccak256": "0x350ec182a95a86a41335979cd7212132858c5cfcd366602b2f6cd0ec0694b63e", "urls": [ "bzz-raw://ecb4ad0c5a1086c38448b3e279733f33edc0cc39648368e5cb43dfff139ff7e8", "dweb:/ipfs/QmWYfYE8Haqk9kBRxmLijfQSfqbfxf7LB3wQ24d3pG5PE3" ], "license": "MIT" }, "contracts/src/spaces/facets/channels/ChannelBase.sol": { "keccak256": "0xde0ead26e3b9f80ab9d8e034691ca028be80ab988fa2249109d93b07507aed6c", "urls": [ "bzz-raw://8e332b40e5e9063a3c0e4babce9785c493648f6a1f39cd889ab70f95b0709cb2", "dweb:/ipfs/QmTMZkPTKwGosCZ9SWCqxkaLkdbb3MAgZjsQGCLuRaEdiC" ], "license": "MIT" }, "contracts/src/spaces/facets/channels/ChannelService.sol": { "keccak256": "0xd99752d8c031a33e075b257fe1863a269d470c8ad18052cdca6faeb5370d2169", "urls": [ "bzz-raw://45bdecec56344c7cd8dceb7a47d5c66cd5b2c4e1eb006ed8b222a198e9f41f55", "dweb:/ipfs/QmSFhLzHvYsYj3Py976SQDqzfSz3nnsyYc7hWBp61WPdjK" ], "license": "MIT" }, "contracts/src/spaces/facets/channels/ChannelStorage.sol": { "keccak256": "0xeb4174513a652b1571b3a92cbefa80e9d450144e8d07bfb29c863d7d9de9313c", "urls": [ "bzz-raw://6c3b73c84a2b4a56fcc8bd1fbaa0a8896a2dfc62a7fde07b13c6d8b05dcf8fe6", "dweb:/ipfs/QmRPukfmps5ESAR5saLNLJp6GEg1nNCTq5qChGeAjgtLV4" ], "license": "MIT" }, "contracts/src/spaces/facets/channels/Channels.sol": { "keccak256": "0xfd714046b33d0d83ba581b9d995b3801d8f02b5eac388d826e28331e0bb69b1a", "urls": [ "bzz-raw://7bd82aa895b99bfd9fd0d03e5eeba5e81321a0c394883afc8338ab2d9048e299", "dweb:/ipfs/QmZF6nVxeWpz9bNc3uE6oJjEZsYcQqyiQLfqoKe6cY3f8F" ], "license": "MIT" }, "contracts/src/spaces/facets/channels/IChannel.sol": { "keccak256": "0x8940643f9701981062aeb6adfb8d0b7387acdaecae0baaca01e372330252769e", "urls": [ "bzz-raw://aa59ac6c1cd515f476398776e27fc0dfa5f5563192d60a793620cde2f84e6ed9", "dweb:/ipfs/QmVLiENXctwtHuSBmw5z4458bw8EbYzfKCVn3ZgqoaJ1MA" ], "license": "MIT" }, "contracts/src/spaces/facets/delegation/WalletLinkProxyBase.sol": { "keccak256": "0xffef403556b46744bd1833e5df57b02eb79e010841b16610e1740bc0dac929b2", "urls": [ "bzz-raw://1afa30929e8c6b0c69528d328774c98789825a8de53e5945a1e95092bee2ad08", "dweb:/ipfs/QmTbCqLJTBHgcMuFwWSTbrgR7uaASJqwqYuku4YkGzTWW1" ], "license": "MIT" }, "contracts/src/spaces/facets/delegation/WalletLinkProxyStorage.sol": { "keccak256": "0x9667e475b9ad9f1130583840c9b0594a7512f7edd33163b926b3db21f70d9909", "urls": [ "bzz-raw://d6271ce56258b1e9150378872d250cfaeb4501b5d0288e8f19f02096114c687f", "dweb:/ipfs/QmXSBA2CpLL9BdvZb994JYStgB9fJfsHwgcke6gsD3zybW" ], "license": "MIT" }, "contracts/src/spaces/facets/entitlements/EntitlementsManagerService.sol": { "keccak256": "0x85433740dc34b5a8c76e512f168e5eec3c03b9ed8683ce0c0acb5368150d5c3d", "urls": [ "bzz-raw://10706ddceeecee6b1d429175430f3439c25e59070ad3cf5918cf9795c113f501", "dweb:/ipfs/QmRS5ag8k4GSatGkWMKVvCBfxo2HPgh917UndkaF4VKCWa" ], "license": "MIT" }, "contracts/src/spaces/facets/entitlements/EntitlementsManagerStorage.sol": { "keccak256": "0x932608993bef144e63002ddef41a5c3cd3e800b49f7b18e0614da4912800d22d", "urls": [ "bzz-raw://97e1e32435b60f4697a98679884b36c6912cc31a942bf2c92af6590c58c64ca9", "dweb:/ipfs/QmNWcuZvzPqgQk2cLsmq7T71oMZGh22Mx1BwKz6Sj1cMAu" ], "license": "MIT" }, "contracts/src/spaces/facets/membership/MembershipStorage.sol": { "keccak256": "0x901e36addd71ab233a40af5185e6070be44b5aa7b1487dab3b0f9dc75d05e972", "urls": [ "bzz-raw://017f70c4ed3fdc4cbef99380339b07f161ea01797acd0181d9d802e407f4b6cd", "dweb:/ipfs/QmeJNCJwAPU7VCyfNJSeTxf56dBVXNoJxYV4NN6AhtxsCa" ], "license": "MIT" }, "contracts/src/spaces/facets/roles/IRoles.sol": { "keccak256": "0x8e83ae75871b3aa2f2c2885770c0c810e7cf53b4bcb06ff3d73bbcc49b7a7a65", "urls": [ "bzz-raw://3995418818a37c318df894c3a64f646f9a70113b0edf54fa34dc4c5ba2f426ed", "dweb:/ipfs/QmSeDc6kasbA8THfZU5fS5uQbbeV3X85qauF8PapgXzgT3" ], "license": "MIT" }, "contracts/src/spaces/facets/roles/RolesBase.sol": { "keccak256": "0xc847fa3ca60c268fc9ae30160b22092757e336d00e899f4002a68558eaf4c5f1", "urls": [ "bzz-raw://65284c01e6bae841b51f0a53161d9e88c46b207b8eefdf98cd3c582f2312963e", "dweb:/ipfs/QmNcxd1hKiyYmKfVjjbwEHrydRJFLQYpjgeC6jMUosbcsY" ], "license": "MIT" }, "contracts/src/spaces/facets/roles/RolesStorage.sol": { "keccak256": "0xb7cd94235e366821c3dbdaa7dda9f66c6a0f55ced761a0cafc0de0ee2af41385", "urls": [ "bzz-raw://f667b95874e4299f93064815001f7f1170e3268e677bb969c70e909f0086d53f", "dweb:/ipfs/QmRpEpYsMN4C3yB9ujW3MRa8VxwQRoFHP1qoyFEko7W575" ], "license": "MIT" }, "contracts/src/utils/StringSet.sol": { "keccak256": "0xab225407d71e114941a9b9b1825937e40d767376ce82a6c525a4537ef0bdc509", "urls": [ "bzz-raw://f18bea457886d6b8d784d9c2b3c4a71bc83d94947d3e13805c4b51f4a160b1b6", "dweb:/ipfs/Qmbhyu4BXgAzZsLHtu5aCbTQNpd97xmPGg8PanhgbB5Vzq" ], "license": "MIT" }, "contracts/src/utils/Validator.sol": { "keccak256": "0x902f8ae6b6ec4703e6a72e40411ddaf062b73eb2890cab3c893ac3828367c61f", "urls": [ "bzz-raw://39e68f53191121d78a6adc94587e085fb2845206cc8f5c58bf7f4532126e6bb3", "dweb:/ipfs/QmPLJ9UXfvhJEPhyKpQyz2WM7oNtGgJtbFpXfM8hmZDWRG" ], "license": "MIT" }, "contracts/src/utils/libraries/CustomRevert.sol": { "keccak256": "0xdf3d131cb19a367b2f2842caffe356e3b6437ff9e82f6519dd3b067630e0a059", "urls": [ "bzz-raw://abaae9b8fa22a7b0f6fe0adafb4ec510f9b720ef281d98b900225c033c66f9b7", "dweb:/ipfs/QmNU1NRUCkXibWP7PzNyXvtrkgtpwcUEVP8uFzsWeDmBfK" ], "license": "MIT" }, "node_modules/@openzeppelin/contracts/token/ERC721/IERC721.sol": { "keccak256": "0x5dc63d1c6a12fe1b17793e1745877b2fcbe1964c3edfd0a482fac21ca8f18261", "urls": [ "bzz-raw://6b7f97c5960a50fd1822cb298551ffc908e37b7893a68d6d08bce18a11cb0f11", "dweb:/ipfs/QmQQvxBytoY1eBt3pRQDmvH2hZ2yjhs12YqVfzGm7KSURq" ], "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/@openzeppelin/contracts/utils/structs/EnumerableSet.sol": { "keccak256": "0x9b161e97b8967d4bc0c08d25741889a30692cdda4b71910bf1b0e315f1962212", "urls": [ "bzz-raw://821500c39d095eaa25b06f46e65f1d0e97c4c96b39227f79077dee7d9e84051f", "dweb:/ipfs/QmSTeGorKzSWF6HAmxo32uCZiEuKNvreQdUiX1AaYtUMTz" ], "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/@river-build/diamond/src/facets/ownable/IERC173.sol": { "keccak256": "0x187fcc652a498aa18be665689a8496daad50511e6d7d926be0a210469325cdd8", "urls": [ "bzz-raw://00c489916ad6e3ef2bfeb1d5f0230022cf776caab4b1372f0bf79b839810f1a2", "dweb:/ipfs/QmV2h8sDoHeyZKvbKeJBk6WaS5F87QaDMCq3iEymsbrmVh" ], "license": "MIT" }, "node_modules/@river-build/diamond/src/facets/ownable/token/ITokenOwnable.sol": { "keccak256": "0x125ffc776682deecf6bbf36f4b33b762968a4e6ad182dd5a896fb92fd103b397", "urls": [ "bzz-raw://bdb1d0973416722e1f7772f9f0adb2d76a262c6cb667b5c3907076f4c9b3bd37", "dweb:/ipfs/Qme3Xvaq4fWexPd6TAjWpqfmiQ1KCedKGXwE9nxrcv2Cw3" ], "license": "MIT" }, "node_modules/@river-build/diamond/src/facets/ownable/token/TokenOwnableBase.sol": { "keccak256": "0xca833201bb1f1d717b6fe8b849da55cfa252aa4eccce9b29c98f355ce2cd8d83", "urls": [ "bzz-raw://d079c6257d5d47f0fa978e47074cfd4d7467b6eec570c1b82d4c4dddf2f0b711", "dweb:/ipfs/QmbaNQ6EvLF2KziX7w4fgd6txijG4aR6yh7Qa14KtWvWRZ" ], "license": "MIT" }, "node_modules/@river-build/diamond/src/facets/ownable/token/TokenOwnableStorage.sol": { "keccak256": "0xb2646ac976d46fe9b135f0fe5b0ca680279a74d6491c8cc49bc9c212d39da479", "urls": [ "bzz-raw://413b2dbc619e27f5b43d38c3aee457a2217ad41aece2689fa7913a6756689faf", "dweb:/ipfs/QmW8ToN4UN4FZognfXRgBuKqPkYPJhoQrJAU45GpZoX32F" ], "license": "MIT" }, "node_modules/@river-build/diamond/src/facets/pausable/IPausable.sol": { "keccak256": "0x3df1579165cc634718d4619e0760ea3c492b2766c2e42328208a38457e103ca1", "urls": [ "bzz-raw://1c6d3f4e3a3437075fb09c4875cfbf640af5cdc50c31b64e77ff5678dc1a8684", "dweb:/ipfs/QmNSnSYZrtNLdQqidpGR6ujbhuxhSr6LJEQBc3pCu6MNNJ" ], "license": "MIT" }, "node_modules/@river-build/diamond/src/facets/pausable/PausableBase.sol": { "keccak256": "0xc15f937b2c4844ecf4831fb7bad77c29db231a6a046bbbf4fc60a4066d138cf0", "urls": [ "bzz-raw://7c787b1d900ab0442f89503a50aba744b7403bb4609c161fae8c9c11a142d6d3", "dweb:/ipfs/QmafDG4KCRyetPzLXVjyz4NxUafFKJ8xwGUJEnu7Y3wz8V" ], "license": "MIT" }, "node_modules/@river-build/diamond/src/facets/pausable/PausableStorage.sol": { "keccak256": "0x998397ccc66cda4d76d219cf08bdd45eb26f583e0b484670f43d3b59ed64c19f", "urls": [ "bzz-raw://a153e74c68fc0e2d7aa422d3b169b712a242bbf92da316732c4efd52e31781fd", "dweb:/ipfs/QmVtPuvumAG5qRHinmdQn7wkEK3J4HK9gBB5LBDWbeTRNj" ], "license": "MIT" } }, "version": 1 }