@materia-dex/materia-contracts-proxy
Version:
Proxy contract for the Materia protocol
1,129 lines • 25.5 kB
JSON
{
"compiler": {
"version": "0.8.0+commit.c7dfd78e"
},
"language": "Solidity",
"output": {
"abi": [
{
"inputs": [],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"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": [],
"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": [],
"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"
}
],
"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": "contract IMateriaOperator",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "liquidityRemover",
"outputs": [
{
"internalType": "contract IMateriaLiquidityRemover",
"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": "from",
"type": "address"
},
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "value",
"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": "newDoubleProxy",
"type": "address"
},
{
"internalType": "address",
"name": "newFactory",
"type": "address"
},
{
"internalType": "address",
"name": "newLiquidityAdder",
"type": "address"
},
{
"internalType": "address",
"name": "newLiquidityRemover",
"type": "address"
},
{
"internalType": "address",
"name": "newSwapper",
"type": "address"
},
{
"internalType": "address",
"name": "newErc20Wrapper",
"type": "address"
},
{
"internalType": "address",
"name": "newBridgeToken",
"type": "address"
},
{
"internalType": "uint256",
"name": "newEthObjectId",
"type": "uint256"
}
],
"name": "set",
"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": "bytes4",
"name": "",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"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": [],
"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": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "swapper",
"outputs": [
{
"internalType": "contract IMateriaOperator",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "wrap",
"outputs": [
{
"internalType": "address",
"name": "asInteroperable",
"type": "address"
},
{
"internalType": "uint256",
"name": "newAmount",
"type": "uint256"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"stateMutability": "payable",
"type": "receive"
}
],
"devdoc": {
"kind": "dev",
"methods": {},
"version": 1
},
"userdoc": {
"kind": "user",
"methods": {},
"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": "0x99a4168894125f0725c0740f7b87d622dc586ca21cbea9816a7dad83107144b6",
"license": "UNLICENSED",
"urls": [
"bzz-raw://283f3c88692ae475d2dbef1494a3c44effed50fcbcf2b834534a91f10ce243a7",
"dweb:/ipfs/QmbyjVjX7ujjNLF5ubsrw85XkAadH5NLN7e22AQa4jpzfy"
]
},
"localhost/proxy/contracts/interfaces/IBaseTokenData.sol": {
"keccak256": "0xb02cb2c7ab9fbf94410ea13965f6e62ad4d348b6731396b5a2abddc166ccd6b0",
"license": "MIT",
"urls": [
"bzz-raw://110ed41f2461b9344138b591128b021b92f81d6f476fc709aeb76843a16562b7",
"dweb:/ipfs/QmVJBCMwrVFA6wna2UCypYeY14jxPndotMpYkNztPNpoFj"
]
},
"localhost/proxy/contracts/interfaces/IDoubleProxy.sol": {
"keccak256": "0x6aeb466382773c1601c68336697008b346daa75f93cd70ad875366f3e9ffc52b",
"license": "UNLICENSED",
"urls": [
"bzz-raw://4849af2a64e200f3800519f222e4c5e56554af11bdefbba1321e329ea37f2226",
"dweb:/ipfs/QmNoLMob8K11aor5ymjcviDoaLyUPkVHRe1uRNrmQqiioN"
]
},
"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": "0xc07ad49260b32894e0235ad4917a11c03ee928252a682266c0e81ee9d2d2f803",
"license": "UNLICENSED",
"urls": [
"bzz-raw://bca3227e43cf8af93fb42ca0789c24983d5b86b8c783e466daaa5b32d9a295c0",
"dweb:/ipfs/QmZrysPYJGYtqv2979Liynmz3Y5ivNaSVbgfVjhkLBMrVh"
]
},
"localhost/proxy/contracts/interfaces/IMVDProxy.sol": {
"keccak256": "0xad02dc5db4db66698c3754a4d96fa4bf72ddc878e8be909c8dae836813fb9440",
"license": "UNLICENSED",
"urls": [
"bzz-raw://8b0194d4dd25edeb828bbf7d58cabf56390b17e9d681de136f7c1798924faff6",
"dweb:/ipfs/QmRL6wKXHGNzU99k1gV7QW7DcVtyC4yGtM1UASE8YA9YTM"
]
},
"localhost/proxy/contracts/interfaces/IMateriaFactory.sol": {
"keccak256": "0x0bc54e9a757832dd2fc8b93d17b37b527d5b8bf26051f5e6fef866dfe18e3092",
"license": "UNLICENSED",
"urls": [
"bzz-raw://6c037133ae70efa188a9d8b5ca55a094f96c056b4d661eeb638b8187a4ef0da0",
"dweb:/ipfs/QmdmNcjooQPj7zGWVcUpP8GzZEv9XqvtH1DHtuFdYKtR1b"
]
},
"localhost/proxy/contracts/interfaces/IMateriaLiquidityRemover.sol": {
"keccak256": "0xe6e87cb972380362c0093be3260159576819eacdc7db022419684b628d70aeca",
"license": "UNLICENSED",
"urls": [
"bzz-raw://64257626e28e0f11718533a61af322044a4dc43b1742c132e0a56cda66f0815f",
"dweb:/ipfs/QmSzCets5QqqJtWhEZPZx4RJQtZjPPZFFNS2UUWLjZ5hB1"
]
},
"localhost/proxy/contracts/interfaces/IMateriaOperator.sol": {
"keccak256": "0x5d8648200cd1a103a3df79420ac75318acf608bb0f596cef1b4d7f0709a1d970",
"license": "UNLICENSED",
"urls": [
"bzz-raw://d9934780b294c8f4e5b65adfe337cee9a87afd3f34e91bd77dbf0640ecc602e6",
"dweb:/ipfs/QmXZNEfMVkDbZePcZKNvs31mFC7PD8JDKxo7fdTFT6Fjpn"
]
},
"localhost/proxy/contracts/interfaces/IMateriaOrchestrator.sol": {
"keccak256": "0x07d3255eac3a071513d9952aa3d2f69c8fc3d79a54933555d595049af3660d4b",
"license": "UNLICENSED",
"urls": [
"bzz-raw://12a00f1948e3a5536cf7d617e0b1072e501a9c74e0761781149abec84435bf9e",
"dweb:/ipfs/QmXpGsmwsCYN8JKUrv1EgoyievNfKNrk9CUVsE9WPfDG91"
]
},
"localhost/proxy/contracts/interfaces/IMateriaPair.sol": {
"keccak256": "0xf6aa814dc9c55e72a3acbe4b0961b7156171d1e93ea6329377ddcab38d32cf06",
"license": "UNLICENSED",
"urls": [
"bzz-raw://b57896777ddb906cb13fe48c9a0d43406d47239f2f4fca55a499f8db5410caa8",
"dweb:/ipfs/QmTaP56nQs7tN8FWTGnx6dBZTJJPHs9hu8DoVq7KpkuJWp"
]
},
"localhost/proxy/contracts/libraries/MateriaLibrary.sol": {
"keccak256": "0xff1e7b535ce142b3a8e93369edf367c5344cfef6294e26d758c559ede421bc20",
"license": "UNLICENSED",
"urls": [
"bzz-raw://d0fd0d67f0e7648cb4b7def65be62ebb11787545090cbb82d8b2da92d5e27378",
"dweb:/ipfs/QmP6kg7QKUcRgEq8nsG3KqXQ8QbWnzmabtLCYUNXhT893z"
]
},
"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
}