@river-build/generated
Version:
## How to generate contract types
370 lines • 12 kB
JSON
{
"compiler": {
"version": "0.8.24+commit.e11b9ed9"
},
"language": "Solidity",
"output": {
"abi": [
{
"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": [
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"type": "error",
"name": "Ownable__NotOwner"
},
{
"inputs": [],
"type": "error",
"name": "Ownable__ZeroAddress"
},
{
"inputs": [
{
"internalType": "address",
"name": "implementation",
"type": "address"
}
],
"type": "error",
"name": "ProxyManager__NotContract"
},
{
"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": "implementation",
"type": "address",
"indexed": false
}
],
"type": "event",
"name": "ProxyManager__ImplementationSet",
"anonymous": false
},
{
"inputs": [
{
"internalType": "address",
"name": "implementation",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function",
"name": "__ProxyManager_init"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "selector",
"type": "bytes4"
}
],
"stateMutability": "view",
"type": "function",
"name": "getImplementation",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
]
},
{
"inputs": [
{
"internalType": "address",
"name": "implementation",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function",
"name": "setImplementation"
}
],
"devdoc": {
"kind": "dev",
"methods": {
"getImplementation(bytes4)": {
"params": {
"selector": "The selector to get the implementation for"
},
"returns": {
"_0": "The implementation address"
}
},
"setImplementation(address)": {
"params": {
"implementation": "The implementation address"
}
}
},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {
"getImplementation(bytes4)": {
"notice": "Get the implementation for a given selector"
},
"setImplementation(address)": {
"notice": "Set the implementation"
}
},
"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": {
"node_modules/@river-build/diamond/src/proxy/manager/ProxyManager.sol": "ProxyManager"
},
"evmVersion": "paris",
"libraries": {}
},
"sources": {
"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/@river-build/diamond/src/facets/loupe/IDiamondLoupe.sol": {
"keccak256": "0xe73772581fcbdc224268f9f4eb1b35d25fb5d165516aa489329d954d95e14ec4",
"urls": [
"bzz-raw://9a1d7979baf04d010bfacfc6d1e2f4408ccac8f52b332be62b904d395333857d",
"dweb:/ipfs/QmQrzuJXzjB2Fz7WDCRAfS9bnvaPHsU4DXmGhwZn3ccmfB"
],
"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/OwnableBase.sol": {
"keccak256": "0x272abaecc104d5f23d77a623cf1548620d24b0f447eb2a12144e27561ff489f2",
"urls": [
"bzz-raw://fcb8c20ff7346bdc5dba82e6680cc0ea64087460a12153e3b6c3416f6addf875",
"dweb:/ipfs/QmfEEufJBzudSDekQteQkb3CzmnzUPT3GDhNgVpHNC9xaf"
],
"license": "MIT"
},
"node_modules/@river-build/diamond/src/facets/ownable/OwnableStorage.sol": {
"keccak256": "0xda650482ce08c04110366cb01408aaabd01383d9c504b7cacfb2674aae688dcd",
"urls": [
"bzz-raw://694f42ffb353fccaa1eadf91dee3a3cee7253e3f357bcba2b175fd7be701e27e",
"dweb:/ipfs/QmPxxVerATSYrNLp7snnSvNVsbLPm1wzHULhBbtR333eik"
],
"license": "MIT"
},
"node_modules/@river-build/diamond/src/proxy/manager/IProxyManager.sol": {
"keccak256": "0x827c2e8f933570abed41ccf0dccbf82f9b4a1997fcc773c29bf1234d2c9b6f5b",
"urls": [
"bzz-raw://a1c3d26d9b1dec8a864f453f151914f2bcf30cbb31c1a3602ac9e8b24f16e47e",
"dweb:/ipfs/QmUsSGM7mHZZtECoZRTJnZACHymx7jLdpxYsuCNAK8sTxN"
],
"license": "MIT"
},
"node_modules/@river-build/diamond/src/proxy/manager/ProxyManager.sol": {
"keccak256": "0x6ad30eddb693db1c1101b12fda2f2b29db4a210a3683fe55cfb017bd469c5c70",
"urls": [
"bzz-raw://53b4fe58736df3a814058d90a8868d9ad84c5fb671ebc3b283215deb91e7e77a",
"dweb:/ipfs/QmduLx43CeJGPzNcw22tz4692sxxLrVzaJYWuXiaXXAKWh"
],
"license": "MIT"
},
"node_modules/@river-build/diamond/src/proxy/manager/ProxyManagerBase.sol": {
"keccak256": "0x9ba1349c40961727b65f5cf0c78f8a48906e739df8d79a4d322fca4f07145440",
"urls": [
"bzz-raw://d9bc9e7dc257f9e6939647d08bed207668e6e1f8848b1fad2f05acb1bbc1e610",
"dweb:/ipfs/QmNyCbX9WDBwT36FWsNGmV2D796WxonkFi1cFqfdc453So"
],
"license": "MIT"
},
"node_modules/@river-build/diamond/src/proxy/manager/ProxyManagerStorage.sol": {
"keccak256": "0xacc5272a278e4643b7663110e6327436b78523bcbb8da596662b705639b4f9db",
"urls": [
"bzz-raw://1cf7b0fbb49153c43d01526b40d4b0c11d8c207108248ea686a474efbf0198a7",
"dweb:/ipfs/QmU975mGvL65PauDzCCyP25QkpTQ8oT6EW75tQTTa7RUAs"
],
"license": "MIT"
}
},
"version": 1
}