UNPKG

@materia-dex/materia-contracts-proxy

Version:

Proxy contract for the Materia protocol

1,299 lines 29.8 kB
{ "compiler": { "version": "0.8.0+commit.c7dfd78e" }, "language": "Solidity", "output": { "abi": [ { "inputs": [ { "internalType": "address", "name": "initialFactory", "type": "address" }, { "internalType": "address", "name": "initialBridgeToken", "type": "address" }, { "internalType": "address", "name": "initialErc20Wrapper", "type": "address" }, { "internalType": "address", "name": "initialDoubleProxy", "type": "address" }, { "internalType": "address", "name": "initialLiquidityAdder", "type": "address" }, { "internalType": "address", "name": "initialLiquidityRemover", "type": "address" }, { "internalType": "address", "name": "initialSwapper", "type": "address" } ], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [], "name": "ETHEREUM_OBJECT_ID", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "token", "type": "address" }, { "internalType": "uint256", "name": "tokenAmountDesired", "type": "uint256" }, { "internalType": "uint256", "name": "bridgeAmountDesired", "type": "uint256" }, { "internalType": "uint256", "name": "tokenAmountMin", "type": "uint256" }, { "internalType": "uint256", "name": "bridgeAmountMin", "type": "uint256" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "deadline", "type": "uint256" } ], "name": "addLiquidity", "outputs": [ { "internalType": "uint256", "name": "amountA", "type": "uint256" }, { "internalType": "uint256", "name": "amountB", "type": "uint256" }, { "internalType": "uint256", "name": "liquidity", "type": "uint256" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "bridgeAmountDesired", "type": "uint256" }, { "internalType": "uint256", "name": "EthAmountMin", "type": "uint256" }, { "internalType": "uint256", "name": "bridgeAmountMin", "type": "uint256" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "deadline", "type": "uint256" } ], "name": "addLiquidityETH", "outputs": [ { "internalType": "uint256", "name": "amountToken", "type": "uint256" }, { "internalType": "uint256", "name": "amountETH", "type": "uint256" }, { "internalType": "uint256", "name": "liquidity", "type": "uint256" } ], "stateMutability": "payable", "type": "function" }, { "inputs": [], "name": "bridgeToken", "outputs": [ { "internalType": "contract IERC20", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "doubleProxy", "outputs": [ { "internalType": "contract IDoubleProxy", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "erc20Wrapper", "outputs": [ { "internalType": "contract IERC20WrapperV1", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "factory", "outputs": [ { "internalType": "contract IMateriaFactory", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amountOut", "type": "uint256" }, { "internalType": "uint256", "name": "reserveIn", "type": "uint256" }, { "internalType": "uint256", "name": "reserveOut", "type": "uint256" } ], "name": "getAmountIn", "outputs": [ { "internalType": "uint256", "name": "amountIn", "type": "uint256" } ], "stateMutability": "pure", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amountIn", "type": "uint256" }, { "internalType": "uint256", "name": "reserveIn", "type": "uint256" }, { "internalType": "uint256", "name": "reserveOut", "type": "uint256" } ], "name": "getAmountOut", "outputs": [ { "internalType": "uint256", "name": "amountOut", "type": "uint256" } ], "stateMutability": "pure", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amountOut", "type": "uint256" }, { "internalType": "address[]", "name": "path", "type": "address[]" } ], "name": "getAmountsIn", "outputs": [ { "internalType": "uint256[]", "name": "amounts", "type": "uint256[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amountIn", "type": "uint256" }, { "internalType": "address[]", "name": "path", "type": "address[]" } ], "name": "getAmountsOut", "outputs": [ { "internalType": "uint256[]", "name": "amounts", "type": "uint256[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "token", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "address", "name": "receiver", "type": "address" } ], "name": "getCrumbs", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "token", "type": "address" } ], "name": "isEthItem", "outputs": [ { "internalType": "address", "name": "collection", "type": "address" }, { "internalType": "bool", "name": "ethItem", "type": "bool" }, { "internalType": "uint256", "name": "itemId", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "liquidityAdder", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "liquidityRemover", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "", "type": "address" }, { "internalType": "address", "name": "", "type": "address" }, { "internalType": "uint256[]", "name": "", "type": "uint256[]" }, { "internalType": "uint256[]", "name": "", "type": "uint256[]" }, { "internalType": "bytes", "name": "", "type": "bytes" } ], "name": "onERC1155BatchReceived", "outputs": [ { "internalType": "bytes4", "name": "", "type": "bytes4" } ], "stateMutability": "pure", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "", "type": "address" }, { "internalType": "address", "name": "", "type": "address" }, { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "bytes", "name": "payload", "type": "bytes" } ], "name": "onERC1155Received", "outputs": [ { "internalType": "bytes4", "name": "", "type": "bytes4" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amountA", "type": "uint256" }, { "internalType": "uint256", "name": "reserveA", "type": "uint256" }, { "internalType": "uint256", "name": "reserveB", "type": "uint256" } ], "name": "quote", "outputs": [ { "internalType": "uint256", "name": "amountB", "type": "uint256" } ], "stateMutability": "pure", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "token", "type": "address" }, { "internalType": "uint256", "name": "liquidity", "type": "uint256" }, { "internalType": "uint256", "name": "tokenAmountMin", "type": "uint256" }, { "internalType": "uint256", "name": "bridgeAmountMin", "type": "uint256" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "deadline", "type": "uint256" } ], "name": "removeLiquidity", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "liquidity", "type": "uint256" }, { "internalType": "uint256", "name": "bridgeAmountMin", "type": "uint256" }, { "internalType": "uint256", "name": "EthAmountMin", "type": "uint256" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "deadline", "type": "uint256" } ], "name": "removeLiquidityETH", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "liquidity", "type": "uint256" }, { "internalType": "uint256", "name": "tokenAmountMin", "type": "uint256" }, { "internalType": "uint256", "name": "bridgeAmountMin", "type": "uint256" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "deadline", "type": "uint256" }, { "internalType": "bool", "name": "approveMax", "type": "bool" }, { "internalType": "uint8", "name": "v", "type": "uint8" }, { "internalType": "bytes32", "name": "r", "type": "bytes32" }, { "internalType": "bytes32", "name": "s", "type": "bytes32" } ], "name": "removeLiquidityETHWithPermit", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "token", "type": "address" }, { "internalType": "uint256", "name": "liquidity", "type": "uint256" }, { "internalType": "uint256", "name": "tokenAmountMin", "type": "uint256" }, { "internalType": "uint256", "name": "bridgeAmountMin", "type": "uint256" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "deadline", "type": "uint256" }, { "internalType": "bool", "name": "approveMax", "type": "bool" }, { "internalType": "uint8", "name": "v", "type": "uint8" }, { "internalType": "bytes32", "name": "r", "type": "bytes32" }, { "internalType": "bytes32", "name": "s", "type": "bytes32" } ], "name": "removeLiquidityWithPermit", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "newOrchestrator", "type": "address" } ], "name": "retire", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "newBridgeToken", "type": "address" } ], "name": "setBridgeToken", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "materiaFee", "type": "uint256" }, { "internalType": "uint256", "name": "swapFee", "type": "uint256" } ], "name": "setDefaultFees", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "newDoubleProxy", "type": "address" } ], "name": "setDoubleProxy", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "newErc20Wrapper", "type": "address" } ], "name": "setErc20Wrapper", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "newEthereumObjectId", "type": "uint256" } ], "name": "setEthereumObjectId", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "newFactory", "type": "address" } ], "name": "setFactory", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "feeTo", "type": "address" } ], "name": "setFeeTo", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "token", "type": "address" }, { "internalType": "uint256", "name": "materiaFee", "type": "uint256" }, { "internalType": "uint256", "name": "swapFee", "type": "uint256" } ], "name": "setFees", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_adder", "type": "address" } ], "name": "setLiquidityAdder", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_remover", "type": "address" } ], "name": "setLiquidityRemover", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_swapper", "type": "address" } ], "name": "setSwapper", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amountOut", "type": "uint256" }, { "internalType": "address[]", "name": "path", "type": "address[]" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "deadline", "type": "uint256" } ], "name": "swapETHForExactTokens", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amountOutMin", "type": "uint256" }, { "internalType": "address[]", "name": "path", "type": "address[]" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "deadline", "type": "uint256" } ], "name": "swapExactETHForTokens", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amountIn", "type": "uint256" }, { "internalType": "uint256", "name": "amountOutMin", "type": "uint256" }, { "internalType": "address[]", "name": "path", "type": "address[]" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "deadline", "type": "uint256" } ], "name": "swapExactTokensForETH", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amountIn", "type": "uint256" }, { "internalType": "uint256", "name": "amountOutMin", "type": "uint256" }, { "internalType": "address[]", "name": "path", "type": "address[]" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "deadline", "type": "uint256" } ], "name": "swapExactTokensForTokens", "outputs": [ { "internalType": "uint256[]", "name": "amounts", "type": "uint256[]" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amountOut", "type": "uint256" }, { "internalType": "uint256", "name": "amountInMax", "type": "uint256" }, { "internalType": "address[]", "name": "path", "type": "address[]" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "deadline", "type": "uint256" } ], "name": "swapTokensForExactETH", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "amountOut", "type": "uint256" }, { "internalType": "uint256", "name": "amountInMax", "type": "uint256" }, { "internalType": "address[]", "name": "path", "type": "address[]" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "deadline", "type": "uint256" } ], "name": "swapTokensForExactTokens", "outputs": [ { "internalType": "uint256[]", "name": "amounts", "type": "uint256[]" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "swapper", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "stateMutability": "payable", "type": "receive" } ], "devdoc": { "kind": "dev", "methods": {}, "version": 1 }, "userdoc": { "kind": "user", "methods": { "addLiquidity(address,uint256,uint256,uint256,uint256,address,uint256)": { "notice": "Liquidity adding methods are exposed to call the Liquidity Adder contract via a secure channel such as the Orchestrator. Both addLiquidity and addLiquidityETH methods are provided. addLiquidity can be used for ERC20 and ITEMs." }, "isEthItem(address)": { "notice": "isEthItem is a custom implementation to check whether a token is an ITEM or a standard ERC20." }, "onERC1155Received(address,address,uint256,uint256,bytes)": { "notice": "As ERC1155 receiver Materia Orchestrator implements onERC1155Received and onERC1155BatchReceived. onERC1155Received exposes the delegate call to the Liquidity Adder, Remover Liquidity and to the Swapper contracts. Calling with a callback you will be able to specify the operation needed. onERC1155BatchReceived will be implemented with batch/lego operation." }, "quote(uint256,uint256,uint256)": { "notice": "Methods are exposed for the UI to retrive useful information such as quote, getAmountOut, getAmountIn, getAmountsOut, getAmountsIn" }, "removeLiquidity(address,uint256,uint256,uint256,address,uint256)": { "notice": "Liquidity removing methods are exposed to call the Liquidity Remover contract via a secure channel such as the Orchestrator. The following methods are provided: removeLiquidity, removeLiquidityETH, removeLiquidityWithPermit and removeLiquidityETHWithPermit" }, "swapExactTokensForTokens(uint256,uint256,address[],address,uint256)": { "notice": "Swapping methods are exposed to call the Swapper Operator contract via a secure channel such as the Orchestrator. The following methods are provided: swapExactTokensForTokens, swapTokensForExactTokens, swapExactETHForTokens, swapTokensForExactETH, swapExactTokensForETH and swapETHForExactTokens" } }, "version": 1 } }, "settings": { "compilationTarget": { "localhost/proxy/contracts/MateriaOrchestrator.sol": "MateriaOrchestrator" }, "evmVersion": "istanbul", "libraries": {}, "metadata": { "bytecodeHash": "ipfs" }, "optimizer": { "enabled": true, "runs": 200 }, "remappings": [] }, "sources": { "localhost/proxy/contracts/MateriaOrchestrator.sol": { "keccak256": "0x14665a54e1ffe2410f11ad129e9b6a6887db52d0b394255ef2768f59e986f5b9", "license": "GPL3", "urls": [ "bzz-raw://2f44426b8ce32c5223638ac3c16c70e0f508629af69d5a865c2f6ef7e3367448", "dweb:/ipfs/QmdDzykhSSDPzuLTszPg35kzwA7DFD7HnCqWpzQp178p2j" ] }, "localhost/proxy/contracts/interfaces/IBaseTokenData.sol": { "keccak256": "0xb02cb2c7ab9fbf94410ea13965f6e62ad4d348b6731396b5a2abddc166ccd6b0", "license": "MIT", "urls": [ "bzz-raw://110ed41f2461b9344138b591128b021b92f81d6f476fc709aeb76843a16562b7", "dweb:/ipfs/QmVJBCMwrVFA6wna2UCypYeY14jxPndotMpYkNztPNpoFj" ] }, "localhost/proxy/contracts/interfaces/IDoubleProxy.sol": { "keccak256": "0xb3775ff336d8ca9e0f7cb3b7e7c322d96c6360b53ec4a3ce45c6540d4f0126a3", "license": "GPL3", "urls": [ "bzz-raw://6ec1948724904ecf9185f960548865d20a13969a840c926e9162e4bb354d18f6", "dweb:/ipfs/QmXbRyhfnW3E4Mij5y8v9JfHVB2vqxxwDgNfvHeu3wHiHJ" ] }, "localhost/proxy/contracts/interfaces/IERC1155.sol": { "keccak256": "0xaa5e55648d433ba71d84fff3acee448218e17671e2c2ba2eeff1a83fc4b15be5", "license": "MIT", "urls": [ "bzz-raw://d1321493739df1579140492d5ee05071da8eb92acad2355a3402d92f6dba8718", "dweb:/ipfs/QmZsDJqPsJdJBPAv7M8Q2RQPUCJK5HaZeof6kqty45ypcr" ] }, "localhost/proxy/contracts/interfaces/IERC1155Receiver.sol": { "keccak256": "0x9c96a59c3d5d16b21c6ebb23b262748059cca44e1ad095fd65beb6b3fdd9ce7a", "license": "MIT", "urls": [ "bzz-raw://7eb00d2f71977ce2a09e17fd023f6d73d0982012a522d8e8165a767dd2fe7b7d", "dweb:/ipfs/QmPRkNMER5Er2LdP5sAAoondAp8R37ULZPpwxVekwf12U4" ] }, "localhost/proxy/contracts/interfaces/IERC1155Views.sol": { "keccak256": "0x165133ed153e90263b5cff3656bce55e46aaefc682bed5a593427e9f99c01026", "license": "MIT", "urls": [ "bzz-raw://8d8265b2c2503af1140b1bf5e4dd4ba36fdda7268b498288b9f9d40d156a122f", "dweb:/ipfs/QmNU2dX6ML4S5Kw1kemAxF6qTrcLj9btU5pGmRwAeTRZKC" ] }, "localhost/proxy/contracts/interfaces/IERC165.sol": { "keccak256": "0x1e37c0672c8b126c1962605427b70bdb93e6deb37bb086bfa91355072449f810", "license": "MIT", "urls": [ "bzz-raw://de7b376c2da4c1ad9fe9e37c31871228778e27a43d7bf9de4a8d8a9a9712f46a", "dweb:/ipfs/QmPd41MzMckfbxvf2g9W1GPLzFeZt39LCmS4GXGD7AEUbr" ] }, "localhost/proxy/contracts/interfaces/IERC20.sol": { "keccak256": "0xa8547ef7a4aabd9c15930d0caaedaf02826ec2345fa5015ba134b4087fd3eb06", "license": "MIT", "urls": [ "bzz-raw://ed005dc99628ad306463c7e1909c127fbedcb67ac3035c6ab6c69a438564665c", "dweb:/ipfs/QmXWTqBYXuNoKq5NgKQE9CzUzBG39a84qTvYTkSMxLZV3f" ] }, "localhost/proxy/contracts/interfaces/IERC20Data.sol": { "keccak256": "0xfe4e3c95be7c3f34f3a588d7d643025740b769d48330398a0d6b9e894534e070", "license": "MIT", "urls": [ "bzz-raw://5da70697458012ee9e6432d94b1a5258d36902b5f1790c479b0a3f03649de366", "dweb:/ipfs/QmSpkrRfK4cmVXuBrGb4MDmp9gLNKQrYqgiWCciqRFxJdU" ] }, "localhost/proxy/contracts/interfaces/IERC20WrapperV1.sol": { "keccak256": "0xb11ab8431790ecf02d6380277e277a1e44fcf1cbc81973301149e7080157ea4a", "license": "MIT", "urls": [ "bzz-raw://1b5dfc1840e8834ba39b1a634fdc2ba67d250adc4f8540f0ee33e16439ccb9cd", "dweb:/ipfs/QmTyF4vz44kcYuLuZAEW7tBxWuMiNZAojDKopi8oeudgk3" ] }, "localhost/proxy/contracts/interfaces/IEthItemInteroperableInterface.sol": { "keccak256": "0xd6c86125dbcd0941a00ee9727d1a37c4e0558b8d917f661d8059b85fe297ca42", "license": "MIT", "urls": [ "bzz-raw://7d7bd235c9e3447a082147c068e6f71b04677b279a640fcb76c5b32ab5d13370", "dweb:/ipfs/QmXZJZ388qAKj2DeHDKAucrPReDqqpmKrh9NFtkkib5Yqe" ] }, "localhost/proxy/contracts/interfaces/IEthItemMainInterface.sol": { "keccak256": "0x1bc85f4e88618a2d75910da856d5d43a87213463dae57054b44aa0e2220c43e0", "license": "MIT", "urls": [ "bzz-raw://12240288d6503024c37ad756722f451ad3d819affd30b9d54ca0e06942c414b0", "dweb:/ipfs/QmU1hLcanobgXgEEXbbA56YPob23ghDXXqjK7gCCXbj3mT" ] }, "localhost/proxy/contracts/interfaces/IEthItemModelBase.sol": { "keccak256": "0x2ef4d851f1127e58dc496490f84ebe5690bff39c48a0ff43338d0087e3b114da", "license": "MIT", "urls": [ "bzz-raw://7db0efdf2c2c6c758fa12146e9aa31ebe1fc7b1eaa36d644ada5a7696b22c627", "dweb:/ipfs/QmXP62zz7qHJtQfxNRoxPsPiJxhXTKaKRfjCHGxetwgYyV" ] }, "localhost/proxy/contracts/interfaces/IMVDFunctionalitiesManager.sol": { "keccak256": "0x050d033b3f1926ad9e2c4f0fbe7f90f81329031bc20f74a3763f94807ebbe1c9", "license": "GPL3", "urls": [ "bzz-raw://ff6127103e5d260211c12c4724885a0ef94af693ca66f153d790bd362bbcc75e", "dweb:/ipfs/QmPWzoX8mm18cbLGtuybLpEkUWd4cPD6yYtLnTdUeWKMXQ" ] }, "localhost/proxy/contracts/interfaces/IMVDProxy.sol": { "keccak256": "0x4ec6db71aadf5a452fb98805e8d8652ab24251146f3d99c4438948f2b2c7d08d", "license": "GPL3", "urls": [ "bzz-raw://0f2f95f6c40623a9d90932d2c9ae3e931cabb2704447db8148f33beebc2c69d3", "dweb:/ipfs/QmfAXd4ZG8HKisCQPCu9Kx237fomRLUB7UBN43t3bFjoCY" ] }, "localhost/proxy/contracts/interfaces/IMateriaFactory.sol": { "keccak256": "0xbb23d0937dd4e8da3b15e4e461603554abc9945d40b713f5f8f6e612d7e36dae", "license": "GPL3", "urls": [ "bzz-raw://1cc856dd3375c7c345c693edda94b27d5c03d666843989308d6e61ef786b3718", "dweb:/ipfs/QmZaq9Vec3gVXNFoaWX56B2DQPYjpiDahdEoqogskHiJAp" ] }, "localhost/proxy/contracts/interfaces/IMateriaOrchestrator.sol": { "keccak256": "0x814e3d0afa89938e5f56714107a82a08cb629bee2bf996abb531f856fbe57a63", "license": "GPL3", "urls": [ "bzz-raw://34d059d6109540c0397389072e30ece71e8411d2743dab22893c81ff2c213d9d", "dweb:/ipfs/QmQEFReYHgYFf26nnJS4A2WWF3wg3QscsBAKMfmfj9dnnF" ] }, "localhost/proxy/contracts/interfaces/IMateriaPair.sol": { "keccak256": "0x9bebb503cf622a7e7328ff812b8817e1d3b22e273d345083118e92522b810693", "urls": [ "bzz-raw://a0b3308a2e9f28a85ec586372329792eaf32562c7293af0657ef03f8d04bc7f9", "dweb:/ipfs/QmegwdpH1wYAUtTwKu1yUiekj13CB251znNc4Kb2Jf5b2L" ] }, "localhost/proxy/contracts/libraries/MateriaLibrary.sol": { "keccak256": "0x84b8cdd67ecab6d9bd442140670a16c4608fefdcaa702c25339a89b0527381c6", "license": "GPL3", "urls": [ "bzz-raw://f2ce38a46f0ddc6b043ba9e91590f482553fc96c7bec769825d36089f6d08887", "dweb:/ipfs/QmXVp7AwoHFm4whU26XE9kvaYmfb4QyXrzsqaEGXvgybFN" ] }, "localhost/proxy/contracts/libraries/SafeMath.sol": { "keccak256": "0xe04b4ed1aab8779734d012e907f742e8b6e8ad539c01d5466b9eb58752fdc514", "license": "UNLICENSED", "urls": [ "bzz-raw://667941f2ea3584629681a303e988ffcbc33a2e8313f4658ad8700b2209b3ea4d", "dweb:/ipfs/QmafqLrntkf6gRyhAHt4wYojdHwuZXeD8gcE7FJWW6rKWm" ] }, "localhost/proxy/contracts/libraries/TransferHelper.sol": { "keccak256": "0xb2c4a89b2ee4538b41badb2b6e2d141deeca68be9298ec3e7f98b6812b4ee2a2", "license": "GPL-3.0-or-later", "urls": [ "bzz-raw://9bf3e8a68c38541e0425dfd1f825371086a9a18eaadf12000e00b0440156198b", "dweb:/ipfs/QmcfasSoXaDg5A5dscMiKH41fWnCFnbJfpSAzn5gbMaVxd" ] } }, "version": 1 }