1138 lines
30 KiB
JSON
1138 lines
30 KiB
JSON
{
|
|
"_format": "hh-sol-cache-2",
|
|
"files": {
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/contracts/DLE.sol": {
|
|
"lastModificationDate": 1756115917209,
|
|
"contentHash": "47d6b51ed0025b36c50649b175745512",
|
|
"sourceName": "contracts/DLE.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"@openzeppelin/contracts/token/ERC20/ERC20.sol",
|
|
"@openzeppelin/contracts/token/ERC20/extensions/ERC20Permit.sol",
|
|
"@openzeppelin/contracts/token/ERC20/extensions/ERC20Votes.sol",
|
|
"@openzeppelin/contracts/utils/ReentrancyGuard.sol",
|
|
"@openzeppelin/contracts/utils/cryptography/ECDSA.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"DLE"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/utils/ReentrancyGuard.sol": {
|
|
"lastModificationDate": 1754306760451,
|
|
"contentHash": "190613e556d509d9e9a0ea43dc5d891d",
|
|
"sourceName": "@openzeppelin/contracts/utils/ReentrancyGuard.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"ReentrancyGuard"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/token/ERC20/ERC20.sol": {
|
|
"lastModificationDate": 1754306764456,
|
|
"contentHash": "227a6eb2225701c12d9c959b758b6333",
|
|
"sourceName": "@openzeppelin/contracts/token/ERC20/ERC20.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"./IERC20.sol",
|
|
"./extensions/IERC20Metadata.sol",
|
|
"../../utils/Context.sol",
|
|
"../../interfaces/draft-IERC6093.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"ERC20"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/utils/Context.sol": {
|
|
"lastModificationDate": 1754306760451,
|
|
"contentHash": "67bfbc07588eb8683b3fd8f6f909563e",
|
|
"sourceName": "@openzeppelin/contracts/utils/Context.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"Context"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/interfaces/draft-IERC6093.sol": {
|
|
"lastModificationDate": 1754306760460,
|
|
"contentHash": "267d92fe4de67b1bdb3302c08f387dbf",
|
|
"sourceName": "@openzeppelin/contracts/interfaces/draft-IERC6093.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"IERC1155Errors",
|
|
"IERC20Errors",
|
|
"IERC721Errors"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol": {
|
|
"lastModificationDate": 1754306764456,
|
|
"contentHash": "8f19f64d2adadf448840908bbaf431c8",
|
|
"sourceName": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"IERC20"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol": {
|
|
"lastModificationDate": 1754306768254,
|
|
"contentHash": "794db3115001aa372c79326fcfd44b1f",
|
|
"sourceName": "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"../IERC20.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"IERC20Metadata"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/token/ERC20/extensions/ERC20Permit.sol": {
|
|
"lastModificationDate": 1756116057319,
|
|
"contentHash": "b1a8fc63b83ce00408e0c9ed1230b717",
|
|
"sourceName": "@openzeppelin/contracts/token/ERC20/extensions/ERC20Permit.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"./IERC20Permit.sol",
|
|
"../ERC20.sol",
|
|
"../../../utils/cryptography/ECDSA.sol",
|
|
"../../../utils/cryptography/EIP712.sol",
|
|
"../../../utils/Nonces.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"ERC20Permit"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/token/ERC20/extensions/ERC20Votes.sol": {
|
|
"lastModificationDate": 1756116057319,
|
|
"contentHash": "51c2083b160453420aaa0a046c16d5ca",
|
|
"sourceName": "@openzeppelin/contracts/token/ERC20/extensions/ERC20Votes.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"../ERC20.sol",
|
|
"../../../governance/utils/Votes.sol",
|
|
"../../../utils/structs/Checkpoints.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"ERC20Votes"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/utils/cryptography/ECDSA.sol": {
|
|
"lastModificationDate": 1756116054610,
|
|
"contentHash": "81de029d56aa803972be03c5d277cb6c",
|
|
"sourceName": "@openzeppelin/contracts/utils/cryptography/ECDSA.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"ECDSA"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/utils/Nonces.sol": {
|
|
"lastModificationDate": 1756116051370,
|
|
"contentHash": "c32d108058718efb9061b88e83a83f79",
|
|
"sourceName": "@openzeppelin/contracts/utils/Nonces.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"Nonces"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/utils/cryptography/EIP712.sol": {
|
|
"lastModificationDate": 1756116054610,
|
|
"contentHash": "8dbb261c55f358342798c4d1803d4f8e",
|
|
"sourceName": "@openzeppelin/contracts/utils/cryptography/EIP712.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"./MessageHashUtils.sol",
|
|
"../ShortStrings.sol",
|
|
"../../interfaces/IERC5267.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"EIP712"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit.sol": {
|
|
"lastModificationDate": 1756116057319,
|
|
"contentHash": "94ec15baf0d5df863f45b8f351937ec7",
|
|
"sourceName": "@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"IERC20Permit"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/interfaces/IERC5267.sol": {
|
|
"lastModificationDate": 1756116051370,
|
|
"contentHash": "94364524cb1a39dcbc3d3afff6d8e53e",
|
|
"sourceName": "@openzeppelin/contracts/interfaces/IERC5267.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"IERC5267"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/utils/ShortStrings.sol": {
|
|
"lastModificationDate": 1756116051370,
|
|
"contentHash": "94e7feaf138d08fb736e43ca0be9bf26",
|
|
"sourceName": "@openzeppelin/contracts/utils/ShortStrings.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"./StorageSlot.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"ShortStrings"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol": {
|
|
"lastModificationDate": 1756116054610,
|
|
"contentHash": "86fd93657e4e27ff76c38699e9b9fcef",
|
|
"sourceName": "@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"../Strings.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"MessageHashUtils"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/utils/StorageSlot.sol": {
|
|
"lastModificationDate": 1756116051379,
|
|
"contentHash": "e656d64c4ce918f3d13030b91c935134",
|
|
"sourceName": "@openzeppelin/contracts/utils/StorageSlot.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"StorageSlot"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/utils/Strings.sol": {
|
|
"lastModificationDate": 1756116051379,
|
|
"contentHash": "a55fef2557b35bac18a1880d3c2e6740",
|
|
"sourceName": "@openzeppelin/contracts/utils/Strings.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"./math/Math.sol",
|
|
"./math/SafeCast.sol",
|
|
"./math/SignedMath.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"Strings"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/utils/math/Math.sol": {
|
|
"lastModificationDate": 1756116054610,
|
|
"contentHash": "2b2665ae9bdb1af440658741a77fe213",
|
|
"sourceName": "@openzeppelin/contracts/utils/math/Math.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"../Panic.sol",
|
|
"./SafeCast.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"Math"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/utils/math/SafeCast.sol": {
|
|
"lastModificationDate": 1756116054610,
|
|
"contentHash": "2adca1150f58fc6f3d1f0a0f22ee7cca",
|
|
"sourceName": "@openzeppelin/contracts/utils/math/SafeCast.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"SafeCast"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/utils/math/SignedMath.sol": {
|
|
"lastModificationDate": 1756116054610,
|
|
"contentHash": "ae3528afb8bdb0a7dcfba5b115ee8074",
|
|
"sourceName": "@openzeppelin/contracts/utils/math/SignedMath.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"./SafeCast.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"SignedMath"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/utils/Panic.sol": {
|
|
"lastModificationDate": 1756116051370,
|
|
"contentHash": "2133dc13536b4a6a98131e431fac59e1",
|
|
"sourceName": "@openzeppelin/contracts/utils/Panic.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"Panic"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/governance/utils/Votes.sol": {
|
|
"lastModificationDate": 1756116054601,
|
|
"contentHash": "95aceafdc639babdd22576e5e3774d64",
|
|
"sourceName": "@openzeppelin/contracts/governance/utils/Votes.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"../../interfaces/IERC5805.sol",
|
|
"../../utils/Context.sol",
|
|
"../../utils/Nonces.sol",
|
|
"../../utils/cryptography/EIP712.sol",
|
|
"../../utils/structs/Checkpoints.sol",
|
|
"../../utils/math/SafeCast.sol",
|
|
"../../utils/cryptography/ECDSA.sol",
|
|
"../../utils/types/Time.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"Votes"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/utils/structs/Checkpoints.sol": {
|
|
"lastModificationDate": 1756116054610,
|
|
"contentHash": "657c6dfea3bae1af948de6113ba01cea",
|
|
"sourceName": "@openzeppelin/contracts/utils/structs/Checkpoints.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"../math/Math.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"Checkpoints"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/interfaces/IERC5805.sol": {
|
|
"lastModificationDate": 1756116051370,
|
|
"contentHash": "65ba9f89b1057e2192e341b286d4e261",
|
|
"sourceName": "@openzeppelin/contracts/interfaces/IERC5805.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"../governance/utils/IVotes.sol",
|
|
"./IERC6372.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"IERC5805"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/utils/types/Time.sol": {
|
|
"lastModificationDate": 1756116054610,
|
|
"contentHash": "d83e7814a059fc1287fd765f424ce004",
|
|
"sourceName": "@openzeppelin/contracts/utils/types/Time.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [
|
|
"../math/Math.sol",
|
|
"../math/SafeCast.sol"
|
|
],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"Time"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/governance/utils/IVotes.sol": {
|
|
"lastModificationDate": 1756116054601,
|
|
"contentHash": "905ffceb29869fee4b5a649abe7e2927",
|
|
"sourceName": "@openzeppelin/contracts/governance/utils/IVotes.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"IVotes"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/node_modules/@openzeppelin/contracts/interfaces/IERC6372.sol": {
|
|
"lastModificationDate": 1756116051370,
|
|
"contentHash": "414cd6acf090e4009cf016ff62ecbd88",
|
|
"sourceName": "@openzeppelin/contracts/interfaces/IERC6372.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"IERC6372"
|
|
]
|
|
},
|
|
"/home/alex/Digital_Legal_Entity(DLE)/backend/contracts/FactoryDeployer.sol": {
|
|
"lastModificationDate": 1756115917209,
|
|
"contentHash": "6161bbb21af830bc05d6acd8682d9678",
|
|
"sourceName": "contracts/FactoryDeployer.sol",
|
|
"solcConfig": {
|
|
"version": "0.8.20",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 200
|
|
},
|
|
"viaIR": true,
|
|
"evmVersion": "paris",
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"evm.bytecode",
|
|
"evm.deployedBytecode",
|
|
"evm.methodIdentifiers",
|
|
"metadata"
|
|
],
|
|
"": [
|
|
"ast"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"imports": [],
|
|
"versionPragmas": [
|
|
"^0.8.20"
|
|
],
|
|
"artifacts": [
|
|
"FactoryDeployer"
|
|
]
|
|
}
|
|
}
|
|
}
|