{
  "_format": "hh-sol-artifact-1",
  "contractName": "IApxAssetsRegistry",
  "sourceName": "contracts/apx-protocol/IApxAssetsRegistry.sol",
  "abi": [
    {
      "inputs": [],
      "name": "flavor",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "asset",
          "type": "address"
        }
      ],
      "name": "getMirrored",
      "outputs": [
        {
          "components": [
            {
              "internalType": "address",
              "name": "originalToken",
              "type": "address"
            },
            {
              "internalType": "address",
              "name": "mirroredToken",
              "type": "address"
            },
            {
              "internalType": "bool",
              "name": "exists",
              "type": "bool"
            },
            {
              "internalType": "bool",
              "name": "state",
              "type": "bool"
            },
            {
              "internalType": "uint256",
              "name": "stateUpdatedAt",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "price",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "priceUpdatedAt",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "priceValidUntil",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "capturedSupply",
              "type": "uint256"
            },
            {
              "internalType": "address",
              "name": "priceProvider",
              "type": "address"
            }
          ],
          "internalType": "struct Structs.AssetRecord",
          "name": "",
          "type": "tuple"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "original",
          "type": "address"
        }
      ],
      "name": "getMirroredFromOriginal",
      "outputs": [
        {
          "components": [
            {
              "internalType": "address",
              "name": "originalToken",
              "type": "address"
            },
            {
              "internalType": "address",
              "name": "mirroredToken",
              "type": "address"
            },
            {
              "internalType": "bool",
              "name": "exists",
              "type": "bool"
            },
            {
              "internalType": "bool",
              "name": "state",
              "type": "bool"
            },
            {
              "internalType": "uint256",
              "name": "stateUpdatedAt",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "price",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "priceUpdatedAt",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "priceValidUntil",
              "type": "uint256"
            },
            {
              "internalType": "uint256",
              "name": "capturedSupply",
              "type": "uint256"
            },
            {
              "internalType": "address",
              "name": "priceProvider",
              "type": "address"
            }
          ],
          "internalType": "struct Structs.AssetRecord",
          "name": "",
          "type": "tuple"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "getMirroredList",
      "outputs": [
        {
          "internalType": "address[]",
          "name": "",
          "type": "address[]"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newAssetsRegistry",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "originalAsset",
          "type": "address"
        }
      ],
      "name": "migrate",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "original",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "mirrored",
          "type": "address"
        },
        {
          "internalType": "bool",
          "name": "state",
          "type": "bool"
        }
      ],
      "name": "registerAsset",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newAssetManager",
          "type": "address"
        }
      ],
      "name": "transferAssetManagerRole",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newMasterOwner",
          "type": "address"
        }
      ],
      "name": "transferMasterOwnerRole",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newPriceManager",
          "type": "address"
        }
      ],
      "name": "transferPriceManagerRole",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "asset",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "price",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "expiry",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "capturedSupply",
          "type": "uint256"
        }
      ],
      "name": "updatePrice",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "asset",
          "type": "address"
        },
        {
          "internalType": "bool",
          "name": "state",
          "type": "bool"
        }
      ],
      "name": "updateState",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "version",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
