{
  "contractName": "NFTSalaryRecipient",
  "abi": [
    {
      "inputs": [],
      "stateMutability": "nonpayable",
      "type": "constructor"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "owner",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "approved",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "Approval",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "owner",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "operator",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "bool",
          "name": "approved",
          "type": "bool"
        }
      ],
      "name": "ApprovalForAll",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "previousOwner",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "OwnershipTransferred",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "Transfer",
      "type": "event"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "approve",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "owner",
          "type": "address"
        }
      ],
      "name": "balanceOf",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "baseURI",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "getApproved",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "owner",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "operator",
          "type": "address"
        }
      ],
      "name": "isApprovedForAll",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "name",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "notaries",
      "outputs": [
        {
          "internalType": "contract ERC721",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "owner",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "ownerOf",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "renounceOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "operator",
          "type": "address"
        },
        {
          "internalType": "bool",
          "name": "approved",
          "type": "bool"
        }
      ],
      "name": "setApprovalForAll",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "bytes4",
          "name": "interfaceId",
          "type": "bytes4"
        }
      ],
      "name": "supportsInterface",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "symbol",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "index",
          "type": "uint256"
        }
      ],
      "name": "tokenByIndex",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "owner",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "index",
          "type": "uint256"
        }
      ],
      "name": "tokenOfOwnerByIndex",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "tokenURI",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "totalSupply",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "transferOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "contract ERC721",
          "name": "_notaries",
          "type": "address"
        }
      ],
      "name": "setNotaries",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "_account",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "_tokenId",
          "type": "uint256"
        }
      ],
      "name": "mint",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "transferFrom",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "safeTransferFrom",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        },
        {
          "internalType": "bytes",
          "name": "_data",
          "type": "bytes"
        }
      ],
      "name": "safeTransferFrom",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.7.6+commit.7338295f\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"approved\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"ApprovalForAll\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"baseURI\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"getApproved\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"isApprovedForAll\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_tokenId\",\"type\":\"uint256\"}],\"name\":\"mint\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"notaries\",\"outputs\":[{\"internalType\":\"contract ERC721\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ownerOf\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"_data\",\"type\":\"bytes\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"setApprovalForAll\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ERC721\",\"name\":\"_notaries\",\"type\":\"address\"}],\"name\":\"setNotaries\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"tokenByIndex\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"index\",\"type\":\"uint256\"}],\"name\":\"tokenOfOwnerByIndex\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"tokenURI\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Victor Porton\",\"kind\":\"dev\",\"methods\":{\"approve(address,uint256)\":{\"details\":\"See {IERC721-approve}.\"},\"balanceOf(address)\":{\"details\":\"See {IERC721-balanceOf}.\"},\"baseURI()\":{\"details\":\"Returns the base URI set via {_setBaseURI}. This will be automatically added as a prefix in {tokenURI} to each token's URI, or to the token ID if no specific URI is set for that token ID.\"},\"getApproved(uint256)\":{\"details\":\"See {IERC721-getApproved}.\"},\"isApprovedForAll(address,address)\":{\"details\":\"See {IERC721-isApprovedForAll}.\"},\"name()\":{\"details\":\"See {IERC721Metadata-name}.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"ownerOf(uint256)\":{\"details\":\"See {IERC721-ownerOf}.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.\"},\"safeTransferFrom(address,address,uint256)\":{\"details\":\"See {IERC721-safeTransferFrom}.\"},\"safeTransferFrom(address,address,uint256,bytes)\":{\"details\":\"See {IERC721-safeTransferFrom}.\"},\"setApprovalForAll(address,bool)\":{\"details\":\"See {IERC721-setApprovalForAll}.\"},\"supportsInterface(bytes4)\":{\"details\":\"See {IERC165-supportsInterface}. Time complexity O(1), guaranteed to always use less than 30 000 gas.\"},\"symbol()\":{\"details\":\"See {IERC721Metadata-symbol}.\"},\"tokenByIndex(uint256)\":{\"details\":\"See {IERC721Enumerable-tokenByIndex}.\"},\"tokenOfOwnerByIndex(address,uint256)\":{\"details\":\"See {IERC721Enumerable-tokenOfOwnerByIndex}.\"},\"tokenURI(uint256)\":{\"details\":\"See {IERC721Metadata-tokenURI}.\"},\"totalSupply()\":{\"details\":\"See {IERC721Enumerable-totalSupply}.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"See {IERC721-transferFrom}.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"setNotaries(address)\":{\"notice\":\"For internal use.\"}},\"notice\":\"The owner of this NFT receives a salary.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/user/Projects/future-contracts/contracts/NFTSalaryRecipient.sol\":\"NFTSalaryRecipient\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000000},\"remappings\":[]},\"sources\":{\"/home/user/Projects/future-contracts/contracts/NFTSalaryRecipient.sol\":{\"keccak256\":\"0x2a45ffa3125d64a70237df9231e64f47ff80b9e859f2c1fb04ca220087bff2e9\",\"license\":\"LGPL-3.0-or-later\",\"urls\":[\"bzz-raw://03f8f21862486f91bb4dd7b02c84f23b0128331b21b96a997e905b5dbc7793e7\",\"dweb:/ipfs/QmTGuoKuvFT7mk6eZBKDkwLFwtkV36CaC6e7sTZRgLU64J\"]},\"@openzeppelin/contracts/GSN/Context.sol\":{\"keccak256\":\"0x8d3cb350f04ff49cfb10aef08d87f19dcbaecc8027b0bed12f3275cd12f38cf0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ded47ec7c96750f9bd04bbbc84f659992d4ba901cb7b532a52cd468272cf378f\",\"dweb:/ipfs/QmfBrGtQP7rZEqEg6Wz6jh2N2Kukpj1z5v3CGWmAqrzm96\"]},\"@openzeppelin/contracts/access/Ownable.sol\":{\"keccak256\":\"0xf7c39c7e6d06ed3bda90cfefbcbf2ddc32c599c3d6721746546ad64946efccaa\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cb57a28e189cd8b05748db44bdd51d608e6f1364dd1b35ad921e1bc82c10631e\",\"dweb:/ipfs/QmaWWTBbVu2pRR9XUbE4iC159NoP59cRF9ZJwhf4ghFN9i\"]},\"@openzeppelin/contracts/introspection/ERC165.sol\":{\"keccak256\":\"0xd6b90e604fb2eb2d641c7110c72440bf2dc999ec6ab8ff60f200e71ca75d1d90\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7b92d8ab83b21ff984b1f0d6d66897d5afb1f2052004cbcb133cea023e0ae468\",\"dweb:/ipfs/QmTarypkQrFp4UMjTh7Zzhz2nZLz5uPS4nJQtHDEuwBVe6\"]},\"@openzeppelin/contracts/introspection/IERC165.sol\":{\"keccak256\":\"0xf70bc25d981e4ec9673a995ad2995d5d493ea188d3d8f388bba9c227ce09fb82\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bd970f51e3a77790c2f02b5b1759827c3b897c3d98c407b3631e8af32e3dc93c\",\"dweb:/ipfs/QmPF85Amgbqjk3SNZKsPCsqCw8JfwYEPMnnhvMJUyX58je\"]},\"@openzeppelin/contracts/math/SafeMath.sol\":{\"keccak256\":\"0x3b21f2c8d626de3b9925ae33e972d8bf5c8b1bffb3f4ee94daeed7d0679036e6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7f8d45329fecbf0836ad7543330c3ecd0f8d0ffa42d4016278c3eb2215fdcdfe\",\"dweb:/ipfs/QmXWLT7GcnHtA5NiD6MFi2CV3EWJY4wv5mLNnypqYDrxL3\"]},\"@openzeppelin/contracts/token/ERC721/ERC721.sol\":{\"keccak256\":\"0x5a3de7f7f76e47a071195cf42e2a702265694a6b32037de709463bd8ad784fb5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://678cbad1f972a4d8c9d47bc39fa6d39560b4fc143c8d9c812a63fe99bb13062e\",\"dweb:/ipfs/QmUhLDvUndcbQLakDNg9G4UXz8UPzRqC6S3rWGKupB6DYs\"]},\"@openzeppelin/contracts/token/ERC721/IERC721.sol\":{\"keccak256\":\"0x5a9f5c29bd7cf0b345e14d97d5f685f68c07e1e5bfdd47e5bcec045e81b0b6ac\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://321cbaa1412fc8d013d8ad3fb5f98c0db7401ddacfb09b70828ea2cebe37397e\",\"dweb:/ipfs/Qmd3Hoc71w6rmxAR6A5VKW9at677VP1L5KDcJnyvu4ksu3\"]},\"@openzeppelin/contracts/token/ERC721/IERC721Enumerable.sol\":{\"keccak256\":\"0xe6bd1b1218338b6f9fe17776f48623b4ac3d8a40405f74a44bc23c00abe2ca13\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0c354c3f6e9c487759aa7869be4fba68e0b2efc777b514d289c4cbd3ff8f7e1a\",\"dweb:/ipfs/QmdF9LcSYVmiUCL7JxLEYmSLrjga6zJsujfi6sgEJD4M1z\"]},\"@openzeppelin/contracts/token/ERC721/IERC721Metadata.sol\":{\"keccak256\":\"0xccb917776f826ac6b68bd5a15a5f711e3967848a52ba11e6104d9a4f593314a7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://430255ad2229ced6d880e61a67bdc6e48dbbaed8354a7c1fe918cd8b8714a886\",\"dweb:/ipfs/QmTHY56odzqEpEC6v6tafaWMYY7vmULw25q5XHJLCCAeox\"]},\"@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol\":{\"keccak256\":\"0x52146049d6709c870e8ddcd988b5155cb6c5d640cfcd8978aee52bc1ba2ec4eb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ada84513617b7c1b2f890b44503735abaec73a1acd030112a17aac7e6c66a4a1\",\"dweb:/ipfs/QmaiFwdio67iJrfjAdkMac24eJ5sS1qD7CZW6PhUU6KjiK\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xa6a15ddddcbf29d2922a1e0d4151b5d2d33da24b93cc9ebc12390e0d855532f8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7c119bcaecfa853d564ac88d312777f75fa1126a3bca88a3371adb0ad9f35cb0\",\"dweb:/ipfs/QmY9UPuXeSKq86Zh38fE43VGQPhKMN34mkuFSFqPcr6nvZ\"]},\"@openzeppelin/contracts/utils/EnumerableMap.sol\":{\"keccak256\":\"0xf6bdf22fe038e5310b6f0372ecd01f221e2c0b248b45efc404542d94fcac9133\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e798f3492180627d6616fa94925b61a9f105347eed9e895f3e18a0eb3dfcd3d\",\"dweb:/ipfs/QmQcTro5nv3Lopf4c4rEe1BuykCfPsjRsJmysdNXtHNUdt\"]},\"@openzeppelin/contracts/utils/EnumerableSet.sol\":{\"keccak256\":\"0xae0992eb1ec30fd1ecdf2e04a6036decfc9797bf11dc1ec84b546b74318d5ec2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3b61f99a64e999682ad7bfbb3a1c762a20a0a5b30f9f2011693fa857969af61f\",\"dweb:/ipfs/QmZystFY76wkWCf7V3yKh3buZuKVKbswiE7y6yU62kk3zi\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x16b5422892fbdd9648f12e59de85b42efd57d76b6d6b2358cb46e0f6d4a71aaf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ef38821a4ee756757dc1ce9074ef6096d1b5c760627e92c0852d788dc636ea7\",\"dweb:/ipfs/QmdGwP6BtRMcp4VVJUWwTmXEjYmL52A8WZpBdFJYmzc9pJ\"]}},\"version\":1}",
  "bytecode": "0x60806040523480156200001157600080fd5b50604080518082018252601481527f596f75722073616c617279206163636f756e742e000000000000000000000000602080830191909152825180840190935260088352674d7953616c61727960c01b9083015290620000786301ffc9a760e01b6200014f565b81516200008d906006906020850190620001d8565b508051620000a3906007906020840190620001d8565b50620000b66380ac58cd60e01b6200014f565b620000c8635b5e139f60e01b6200014f565b620000da63780e9d6360e01b6200014f565b5060009050620000e9620001d4565b600a80546001600160a01b0319166001600160a01b038316908117909155604051919250906000907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a350600b80546001600160a01b0319163317905562000284565b6001600160e01b03198082161415620001af576040805162461bcd60e51b815260206004820152601c60248201527f4552433136353a20696e76616c696420696e7465726661636520696400000000604482015290519081900360640190fd5b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b3390565b828054600181600116156101000203166002900490600052602060002090601f0160209004810192826200021057600085556200025b565b82601f106200022b57805160ff19168380011785556200025b565b828001600101855582156200025b579182015b828111156200025b5782518255916020019190600101906200023e565b50620002699291506200026d565b5090565b5b808211156200026957600081556001016200026e565b61274b80620002946000396000f3fe608060405234801561001057600080fd5b506004361061018d5760003560e01c80636c0360eb116100e3578063a22cb4651161008c578063e985e9c511610066578063e985e9c5146105e0578063f2fde38b1461061b578063feaffc1f1461064e5761018d565b8063a22cb465146104b5578063b88d4fde146104f0578063c87b56dd146105c35761018d565b806382986ac5116100bd57806382986ac5146104725780638da5cb5b146104a557806395d89b41146104ad5761018d565b80636c0360eb1461042f57806370a0823114610437578063715018a61461046a5761018d565b806323b872dd1161014557806342842e0e1161011f57806342842e0e146103b25780634f6ccce7146103f55780636352211e146104125761018d565b806323b872dd146102fd5780632f745c591461034057806340c10f19146103795761018d565b8063081812fc11610176578063081812fc14610262578063095ea7b3146102a857806318160ddd146102e35761018d565b806301ffc9a71461019257806306fdde03146101e5575b600080fd5b6101d1600480360360208110156101a857600080fd5b50357fffffffff0000000000000000000000000000000000000000000000000000000016610656565b604080519115158252519081900360200190f35b6101ed610691565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561022757818101518382015260200161020f565b50505050905090810190601f1680156102545780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61027f6004803603602081101561027857600080fd5b5035610745565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b6102e1600480360360408110156102be57600080fd5b5073ffffffffffffffffffffffffffffffffffffffff81351690602001356107ce565b005b6102eb610911565b60408051918252519081900360200190f35b6102e16004803603606081101561031357600080fd5b5073ffffffffffffffffffffffffffffffffffffffff813581169160208101359091169060400135610922565b6102eb6004803603604081101561035657600080fd5b5073ffffffffffffffffffffffffffffffffffffffff8135169060200135610936565b6102e16004803603604081101561038f57600080fd5b5073ffffffffffffffffffffffffffffffffffffffff813516906020013561096e565b6102e1600480360360608110156103c857600080fd5b5073ffffffffffffffffffffffffffffffffffffffff813581169160208101359091169060400135610a0d565b6102eb6004803603602081101561040b57600080fd5b5035610a28565b61027f6004803603602081101561042857600080fd5b5035610a3e565b6101ed610a66565b6102eb6004803603602081101561044d57600080fd5b503573ffffffffffffffffffffffffffffffffffffffff16610ae5565b6102e1610b81565b6102e16004803603602081101561048857600080fd5b503573ffffffffffffffffffffffffffffffffffffffff16610c81565b61027f610d4e565b6101ed610d6a565b6102e1600480360360408110156104cb57600080fd5b5073ffffffffffffffffffffffffffffffffffffffff81351690602001351515610de9565b6102e16004803603608081101561050657600080fd5b73ffffffffffffffffffffffffffffffffffffffff82358116926020810135909116916040820135919081019060808101606082013564010000000081111561054e57600080fd5b82018360208201111561056057600080fd5b8035906020019184600183028401116401000000008311171561058257600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610f5a945050505050565b6101ed600480360360208110156105d957600080fd5b5035610f75565b6101d1600480360360408110156105f657600080fd5b5073ffffffffffffffffffffffffffffffffffffffff813581169160200135166112ac565b6102e16004803603602081101561063157600080fd5b503573ffffffffffffffffffffffffffffffffffffffff166112e7565b61027f611472565b7fffffffff00000000000000000000000000000000000000000000000000000000811660009081526020819052604090205460ff165b919050565b60068054604080516020601f60027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff61010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561073b5780601f106107105761010080835404028352916020019161073b565b820191906000526020600020905b81548152906001019060200180831161071e57829003601f168201915b5050505050905090565b60006107508261148e565b6107a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c815260200180612640602c913960400191505060405180910390fd5b5060009081526004602052604090205473ffffffffffffffffffffffffffffffffffffffff1690565b60006107d982610a3e565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610860576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806126c46021913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1661087f61149b565b73ffffffffffffffffffffffffffffffffffffffff1614806108ad57506108ad816108a861149b565b6112ac565b610902576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260388152602001806125936038913960400191505060405180910390fd5b61090c838361149f565b505050565b600061091d600261153f565b905090565b61092b8161154a565b61090c83838361167b565b73ffffffffffffffffffffffffffffffffffffffff821660009081526001602052604081206109659083611856565b90505b92915050565b61097661149b565b600a5473ffffffffffffffffffffffffffffffffffffffff9081169116146109ff57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b610a098282611862565b5050565b61090c83838360405180602001604052806000815250610f5a565b600080610a366002846119eb565b509392505050565b6000610968826040518060600160405280602981526020016125f56029913960029190611a07565b60098054604080516020601f60027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff61010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561073b5780601f106107105761010080835404028352916020019161073b565b600073ffffffffffffffffffffffffffffffffffffffff8216610b53576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a8152602001806125cb602a913960400191505060405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff821660009081526001602052604090206109689061153f565b610b8961149b565b600a5473ffffffffffffffffffffffffffffffffffffffff908116911614610c1257604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b600a5460405160009173ffffffffffffffffffffffffffffffffffffffff16907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600a80547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055565b600b5473ffffffffffffffffffffffffffffffffffffffff163314610d0757604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600b60248201527f4f6e6c792073797374656d000000000000000000000000000000000000000000604482015290519081900360640190fd5b600b80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b600a5473ffffffffffffffffffffffffffffffffffffffff1690565b60078054604080516020601f60027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff61010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561073b5780601f106107105761010080835404028352916020019161073b565b610df161149b565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610e8b57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c657200000000000000604482015290519081900360640190fd5b8060056000610e9861149b565b73ffffffffffffffffffffffffffffffffffffffff90811682526020808301939093526040918201600090812091871680825291909352912080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001692151592909217909155610f0761149b565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c318360405180821515815260200191505060405180910390a35050565b610f638261154a565b610f6f84848484611a1e565b50505050565b6060610f808261148e565b610fd5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602f815260200180612695602f913960400191505060405180910390fd5b60008281526008602090815260408083208054825160026001831615610100027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0190921691909104601f8101859004850282018501909352828152929091908301828280156110865780601f1061105b57610100808354040283529160200191611086565b820191906000526020600020905b81548152906001019060200180831161106957829003601f168201915b505060095493945050505060027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff61010060018416150201909116046110cd57905061068c565b8051156111bc5760098160405160200180838054600181600116156101000203166002900480156111355780601f10611113576101008083540402835291820191611135565b820191906000526020600020905b815481529060010190602001808311611121575b5050825160208401908083835b6020831061117f57805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101611142565b6001836020036101000a0380198251168184511680821785525050505050509050019250505060405160208183030381529060405291505061068c565b60096111c784611a8a565b60405160200180838054600181600116156101000203166002900480156112255780601f10611203576101008083540402835291820191611225565b820191906000526020600020905b815481529060010190602001808311611211575b5050825160208401908083835b6020831061126f57805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101611232565b6001836020036101000a03801982511681845116808217855250505050505090500192505050604051602081830303815290604052915050919050565b73ffffffffffffffffffffffffffffffffffffffff918216600090815260056020908152604080832093909416825291909152205460ff1690565b6112ef61149b565b600a5473ffffffffffffffffffffffffffffffffffffffff90811691161461137857604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b73ffffffffffffffffffffffffffffffffffffffff81166113e4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602681526020018061251d6026913960400191505060405180910390fd5b600a5460405173ffffffffffffffffffffffffffffffffffffffff8084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600a80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b600b5473ffffffffffffffffffffffffffffffffffffffff1681565b6000610968600283611bb7565b3390565b600081815260046020526040902080547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff841690811790915581906114f982610a3e565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600061096882611bc3565b61155b61155561149b565b82611bc7565b80611623575061156961149b565b600b54604080517f6352211e00000000000000000000000000000000000000000000000000000000815260048101859052905173ffffffffffffffffffffffffffffffffffffffff9384169390921691636352211e91602480820192602092909190829003018186803b1580156115df57600080fd5b505afa1580156115f3573d6000803e3d6000fd5b505050506040513d602081101561160957600080fd5b505173ffffffffffffffffffffffffffffffffffffffff16145b611678576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260318152602001806126e56031913960400191505060405180910390fd5b50565b8273ffffffffffffffffffffffffffffffffffffffff1661169b82610a3e565b73ffffffffffffffffffffffffffffffffffffffff1614611707576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602981526020018061266c6029913960400191505060405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff8216611773576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806125436024913960400191505060405180910390fd5b61177e83838361090c565b61178960008261149f565b73ffffffffffffffffffffffffffffffffffffffff831660009081526001602052604090206117b89082611cb9565b5073ffffffffffffffffffffffffffffffffffffffff821660009081526001602052604090206117e89082611cc5565b506117f560028284611cd1565b50808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b60006109658383611cf4565b73ffffffffffffffffffffffffffffffffffffffff82166118e457604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015290519081900360640190fd5b6118ed8161148e565b1561195957604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015290519081900360640190fd5b6119656000838361090c565b73ffffffffffffffffffffffffffffffffffffffff821660009081526001602052604090206119949082611cc5565b506119a160028284611cd1565b50604051819073ffffffffffffffffffffffffffffffffffffffff8416906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b60008080806119fa8686611d72565b9097909650945050505050565b6000611a14848484611e07565b90505b9392505050565b611a2984848461167b565b611a3584848484611eeb565b610f6f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260328152602001806124eb6032913960400191505060405180910390fd5b606081611acb575060408051808201909152600181527f3000000000000000000000000000000000000000000000000000000000000000602082015261068c565b8160005b8115611ae357600101600a82049150611acf565b60008167ffffffffffffffff81118015611afc57600080fd5b506040519080825280601f01601f191660200182016040528015611b27576020820181803683370190505b5085935090507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82015b8315611bae57600a840660300160f81b82828060019003935081518110611b7457fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a84049350611b51565b50949350505050565b600061096583836120fb565b5490565b6000611bd28261148e565b611c27576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c815260200180612567602c913960400191505060405180910390fd5b6000611c3283610a3e565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480611ca157508373ffffffffffffffffffffffffffffffffffffffff16611c8984610745565b73ffffffffffffffffffffffffffffffffffffffff16145b80611cb15750611cb181856112ac565b949350505050565b60006109658383612113565b600061096583836121f7565b6000611a14848473ffffffffffffffffffffffffffffffffffffffff8516612241565b81546000908210611d50576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806124c96022913960400191505060405180910390fd5b826000018281548110611d5f57fe5b9060005260206000200154905092915050565b815460009081908310611dd0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602281526020018061261e6022913960400191505060405180910390fd5b6000846000018481548110611de157fe5b906000526020600020906002020190508060000154816001015492509250509250929050565b60008281526001840160205260408120548281611ebc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611e81578181015183820152602001611e69565b50505050905090810190601f168015611eae5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50846000016001820381548110611ecf57fe5b9060005260206000209060020201600101549150509392505050565b6000611f0c8473ffffffffffffffffffffffffffffffffffffffff166122d8565b611f1857506001611cb1565b60006120907f150b7a0200000000000000000000000000000000000000000000000000000000611f4661149b565b888787604051602401808573ffffffffffffffffffffffffffffffffffffffff1681526020018473ffffffffffffffffffffffffffffffffffffffff16815260200183815260200180602001828103825283818151815260200191508051906020019080838360005b83811015611fc7578181015183820152602001611faf565b50505050905090810190601f168015611ff45780820380516001836020036101000a031916815260200191505b5095505050505050604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050506040518060600160405280603281526020016124eb6032913973ffffffffffffffffffffffffffffffffffffffff881691906122de565b905060008180602001905160208110156120a957600080fd5b50517fffffffff00000000000000000000000000000000000000000000000000000000167f150b7a02000000000000000000000000000000000000000000000000000000001492505050949350505050565b60009081526001919091016020526040902054151590565b600081815260018301602052604081205480156121ed5783547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff808301919081019060009087908390811061216457fe5b906000526020600020015490508087600001848154811061218157fe5b6000918252602080832090910192909255828152600189810190925260409020908401905586548790806121b157fe5b60019003818190600052602060002001600090559055866001016000878152602001908152602001600020600090556001945050505050610968565b6000915050610968565b600061220383836120fb565b61223957508154600181810184556000848152602080822090930184905584548482528286019093526040902091909155610968565b506000610968565b6000828152600184016020526040812054806122a6575050604080518082018252838152602080820184815286546001818101895560008981528481209551600290930290950191825591519082015586548684528188019092529290912055611a17565b828560000160018303815481106122b957fe5b9060005260206000209060020201600101819055506000915050611a17565b3b151590565b6060611a148484600085856122f2856122d8565b61235d57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b6000808673ffffffffffffffffffffffffffffffffffffffff1685876040518082805190602001908083835b602083106123c657805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101612389565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d8060008114612428576040519150601f19603f3d011682016040523d82523d6000602084013e61242d565b606091505b509150915061243d828286612448565b979650505050505050565b60608315612457575081611a17565b8251156124675782518084602001fd5b6040517f08c379a0000000000000000000000000000000000000000000000000000000008152602060048201818152845160248401528451859391928392604401919085019080838360008315611e81578181015183820152602001611e6956fe456e756d657261626c655365743a20696e646578206f7574206f6620626f756e64734552433732313a207472616e7366657220746f206e6f6e20455243373231526563656976657220696d706c656d656e7465724f776e61626c653a206e6577206f776e657220697320746865207a65726f20616464726573734552433732313a207472616e7366657220746f20746865207a65726f20616464726573734552433732313a206f70657261746f7220717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76652063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f76656420666f7220616c6c4552433732313a2062616c616e636520717565727920666f7220746865207a65726f20616464726573734552433732313a206f776e657220717565727920666f72206e6f6e6578697374656e7420746f6b656e456e756d657261626c654d61703a20696e646578206f7574206f6620626f756e64734552433732313a20617070726f76656420717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a207472616e73666572206f6620746f6b656e2074686174206973206e6f74206f776e4552433732314d657461646174613a2055524920717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76616c20746f2063757272656e74206f776e65724552433732313a207472616e736665722063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f766564a26469706673582212207ff1ce78599c201e89003880d2d6311eed43d3cc791615026c8387d73028cfd064736f6c63430007060033",
  "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061018d5760003560e01c80636c0360eb116100e3578063a22cb4651161008c578063e985e9c511610066578063e985e9c5146105e0578063f2fde38b1461061b578063feaffc1f1461064e5761018d565b8063a22cb465146104b5578063b88d4fde146104f0578063c87b56dd146105c35761018d565b806382986ac5116100bd57806382986ac5146104725780638da5cb5b146104a557806395d89b41146104ad5761018d565b80636c0360eb1461042f57806370a0823114610437578063715018a61461046a5761018d565b806323b872dd1161014557806342842e0e1161011f57806342842e0e146103b25780634f6ccce7146103f55780636352211e146104125761018d565b806323b872dd146102fd5780632f745c591461034057806340c10f19146103795761018d565b8063081812fc11610176578063081812fc14610262578063095ea7b3146102a857806318160ddd146102e35761018d565b806301ffc9a71461019257806306fdde03146101e5575b600080fd5b6101d1600480360360208110156101a857600080fd5b50357fffffffff0000000000000000000000000000000000000000000000000000000016610656565b604080519115158252519081900360200190f35b6101ed610691565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561022757818101518382015260200161020f565b50505050905090810190601f1680156102545780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61027f6004803603602081101561027857600080fd5b5035610745565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b6102e1600480360360408110156102be57600080fd5b5073ffffffffffffffffffffffffffffffffffffffff81351690602001356107ce565b005b6102eb610911565b60408051918252519081900360200190f35b6102e16004803603606081101561031357600080fd5b5073ffffffffffffffffffffffffffffffffffffffff813581169160208101359091169060400135610922565b6102eb6004803603604081101561035657600080fd5b5073ffffffffffffffffffffffffffffffffffffffff8135169060200135610936565b6102e16004803603604081101561038f57600080fd5b5073ffffffffffffffffffffffffffffffffffffffff813516906020013561096e565b6102e1600480360360608110156103c857600080fd5b5073ffffffffffffffffffffffffffffffffffffffff813581169160208101359091169060400135610a0d565b6102eb6004803603602081101561040b57600080fd5b5035610a28565b61027f6004803603602081101561042857600080fd5b5035610a3e565b6101ed610a66565b6102eb6004803603602081101561044d57600080fd5b503573ffffffffffffffffffffffffffffffffffffffff16610ae5565b6102e1610b81565b6102e16004803603602081101561048857600080fd5b503573ffffffffffffffffffffffffffffffffffffffff16610c81565b61027f610d4e565b6101ed610d6a565b6102e1600480360360408110156104cb57600080fd5b5073ffffffffffffffffffffffffffffffffffffffff81351690602001351515610de9565b6102e16004803603608081101561050657600080fd5b73ffffffffffffffffffffffffffffffffffffffff82358116926020810135909116916040820135919081019060808101606082013564010000000081111561054e57600080fd5b82018360208201111561056057600080fd5b8035906020019184600183028401116401000000008311171561058257600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610f5a945050505050565b6101ed600480360360208110156105d957600080fd5b5035610f75565b6101d1600480360360408110156105f657600080fd5b5073ffffffffffffffffffffffffffffffffffffffff813581169160200135166112ac565b6102e16004803603602081101561063157600080fd5b503573ffffffffffffffffffffffffffffffffffffffff166112e7565b61027f611472565b7fffffffff00000000000000000000000000000000000000000000000000000000811660009081526020819052604090205460ff165b919050565b60068054604080516020601f60027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff61010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561073b5780601f106107105761010080835404028352916020019161073b565b820191906000526020600020905b81548152906001019060200180831161071e57829003601f168201915b5050505050905090565b60006107508261148e565b6107a5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c815260200180612640602c913960400191505060405180910390fd5b5060009081526004602052604090205473ffffffffffffffffffffffffffffffffffffffff1690565b60006107d982610a3e565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610860576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806126c46021913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1661087f61149b565b73ffffffffffffffffffffffffffffffffffffffff1614806108ad57506108ad816108a861149b565b6112ac565b610902576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260388152602001806125936038913960400191505060405180910390fd5b61090c838361149f565b505050565b600061091d600261153f565b905090565b61092b8161154a565b61090c83838361167b565b73ffffffffffffffffffffffffffffffffffffffff821660009081526001602052604081206109659083611856565b90505b92915050565b61097661149b565b600a5473ffffffffffffffffffffffffffffffffffffffff9081169116146109ff57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b610a098282611862565b5050565b61090c83838360405180602001604052806000815250610f5a565b600080610a366002846119eb565b509392505050565b6000610968826040518060600160405280602981526020016125f56029913960029190611a07565b60098054604080516020601f60027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff61010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561073b5780601f106107105761010080835404028352916020019161073b565b600073ffffffffffffffffffffffffffffffffffffffff8216610b53576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a8152602001806125cb602a913960400191505060405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff821660009081526001602052604090206109689061153f565b610b8961149b565b600a5473ffffffffffffffffffffffffffffffffffffffff908116911614610c1257604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b600a5460405160009173ffffffffffffffffffffffffffffffffffffffff16907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600a80547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055565b600b5473ffffffffffffffffffffffffffffffffffffffff163314610d0757604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600b60248201527f4f6e6c792073797374656d000000000000000000000000000000000000000000604482015290519081900360640190fd5b600b80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b600a5473ffffffffffffffffffffffffffffffffffffffff1690565b60078054604080516020601f60027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff61010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561073b5780601f106107105761010080835404028352916020019161073b565b610df161149b565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610e8b57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c657200000000000000604482015290519081900360640190fd5b8060056000610e9861149b565b73ffffffffffffffffffffffffffffffffffffffff90811682526020808301939093526040918201600090812091871680825291909352912080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001692151592909217909155610f0761149b565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c318360405180821515815260200191505060405180910390a35050565b610f638261154a565b610f6f84848484611a1e565b50505050565b6060610f808261148e565b610fd5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602f815260200180612695602f913960400191505060405180910390fd5b60008281526008602090815260408083208054825160026001831615610100027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0190921691909104601f8101859004850282018501909352828152929091908301828280156110865780601f1061105b57610100808354040283529160200191611086565b820191906000526020600020905b81548152906001019060200180831161106957829003601f168201915b505060095493945050505060027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff61010060018416150201909116046110cd57905061068c565b8051156111bc5760098160405160200180838054600181600116156101000203166002900480156111355780601f10611113576101008083540402835291820191611135565b820191906000526020600020905b815481529060010190602001808311611121575b5050825160208401908083835b6020831061117f57805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101611142565b6001836020036101000a0380198251168184511680821785525050505050509050019250505060405160208183030381529060405291505061068c565b60096111c784611a8a565b60405160200180838054600181600116156101000203166002900480156112255780601f10611203576101008083540402835291820191611225565b820191906000526020600020905b815481529060010190602001808311611211575b5050825160208401908083835b6020831061126f57805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101611232565b6001836020036101000a03801982511681845116808217855250505050505090500192505050604051602081830303815290604052915050919050565b73ffffffffffffffffffffffffffffffffffffffff918216600090815260056020908152604080832093909416825291909152205460ff1690565b6112ef61149b565b600a5473ffffffffffffffffffffffffffffffffffffffff90811691161461137857604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b73ffffffffffffffffffffffffffffffffffffffff81166113e4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602681526020018061251d6026913960400191505060405180910390fd5b600a5460405173ffffffffffffffffffffffffffffffffffffffff8084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600a80547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b600b5473ffffffffffffffffffffffffffffffffffffffff1681565b6000610968600283611bb7565b3390565b600081815260046020526040902080547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff841690811790915581906114f982610a3e565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600061096882611bc3565b61155b61155561149b565b82611bc7565b80611623575061156961149b565b600b54604080517f6352211e00000000000000000000000000000000000000000000000000000000815260048101859052905173ffffffffffffffffffffffffffffffffffffffff9384169390921691636352211e91602480820192602092909190829003018186803b1580156115df57600080fd5b505afa1580156115f3573d6000803e3d6000fd5b505050506040513d602081101561160957600080fd5b505173ffffffffffffffffffffffffffffffffffffffff16145b611678576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260318152602001806126e56031913960400191505060405180910390fd5b50565b8273ffffffffffffffffffffffffffffffffffffffff1661169b82610a3e565b73ffffffffffffffffffffffffffffffffffffffff1614611707576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602981526020018061266c6029913960400191505060405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff8216611773576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806125436024913960400191505060405180910390fd5b61177e83838361090c565b61178960008261149f565b73ffffffffffffffffffffffffffffffffffffffff831660009081526001602052604090206117b89082611cb9565b5073ffffffffffffffffffffffffffffffffffffffff821660009081526001602052604090206117e89082611cc5565b506117f560028284611cd1565b50808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b60006109658383611cf4565b73ffffffffffffffffffffffffffffffffffffffff82166118e457604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015290519081900360640190fd5b6118ed8161148e565b1561195957604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015290519081900360640190fd5b6119656000838361090c565b73ffffffffffffffffffffffffffffffffffffffff821660009081526001602052604090206119949082611cc5565b506119a160028284611cd1565b50604051819073ffffffffffffffffffffffffffffffffffffffff8416906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b60008080806119fa8686611d72565b9097909650945050505050565b6000611a14848484611e07565b90505b9392505050565b611a2984848461167b565b611a3584848484611eeb565b610f6f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260328152602001806124eb6032913960400191505060405180910390fd5b606081611acb575060408051808201909152600181527f3000000000000000000000000000000000000000000000000000000000000000602082015261068c565b8160005b8115611ae357600101600a82049150611acf565b60008167ffffffffffffffff81118015611afc57600080fd5b506040519080825280601f01601f191660200182016040528015611b27576020820181803683370190505b5085935090507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82015b8315611bae57600a840660300160f81b82828060019003935081518110611b7457fe5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a84049350611b51565b50949350505050565b600061096583836120fb565b5490565b6000611bd28261148e565b611c27576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c815260200180612567602c913960400191505060405180910390fd5b6000611c3283610a3e565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff161480611ca157508373ffffffffffffffffffffffffffffffffffffffff16611c8984610745565b73ffffffffffffffffffffffffffffffffffffffff16145b80611cb15750611cb181856112ac565b949350505050565b60006109658383612113565b600061096583836121f7565b6000611a14848473ffffffffffffffffffffffffffffffffffffffff8516612241565b81546000908210611d50576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806124c96022913960400191505060405180910390fd5b826000018281548110611d5f57fe5b9060005260206000200154905092915050565b815460009081908310611dd0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602281526020018061261e6022913960400191505060405180910390fd5b6000846000018481548110611de157fe5b906000526020600020906002020190508060000154816001015492509250509250929050565b60008281526001840160205260408120548281611ebc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611e81578181015183820152602001611e69565b50505050905090810190601f168015611eae5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b50846000016001820381548110611ecf57fe5b9060005260206000209060020201600101549150509392505050565b6000611f0c8473ffffffffffffffffffffffffffffffffffffffff166122d8565b611f1857506001611cb1565b60006120907f150b7a0200000000000000000000000000000000000000000000000000000000611f4661149b565b888787604051602401808573ffffffffffffffffffffffffffffffffffffffff1681526020018473ffffffffffffffffffffffffffffffffffffffff16815260200183815260200180602001828103825283818151815260200191508051906020019080838360005b83811015611fc7578181015183820152602001611faf565b50505050905090810190601f168015611ff45780820380516001836020036101000a031916815260200191505b5095505050505050604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050506040518060600160405280603281526020016124eb6032913973ffffffffffffffffffffffffffffffffffffffff881691906122de565b905060008180602001905160208110156120a957600080fd5b50517fffffffff00000000000000000000000000000000000000000000000000000000167f150b7a02000000000000000000000000000000000000000000000000000000001492505050949350505050565b60009081526001919091016020526040902054151590565b600081815260018301602052604081205480156121ed5783547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff808301919081019060009087908390811061216457fe5b906000526020600020015490508087600001848154811061218157fe5b6000918252602080832090910192909255828152600189810190925260409020908401905586548790806121b157fe5b60019003818190600052602060002001600090559055866001016000878152602001908152602001600020600090556001945050505050610968565b6000915050610968565b600061220383836120fb565b61223957508154600181810184556000848152602080822090930184905584548482528286019093526040902091909155610968565b506000610968565b6000828152600184016020526040812054806122a6575050604080518082018252838152602080820184815286546001818101895560008981528481209551600290930290950191825591519082015586548684528188019092529290912055611a17565b828560000160018303815481106122b957fe5b9060005260206000209060020201600101819055506000915050611a17565b3b151590565b6060611a148484600085856122f2856122d8565b61235d57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b6000808673ffffffffffffffffffffffffffffffffffffffff1685876040518082805190602001908083835b602083106123c657805182527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09092019160209182019101612389565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d8060008114612428576040519150601f19603f3d011682016040523d82523d6000602084013e61242d565b606091505b509150915061243d828286612448565b979650505050505050565b60608315612457575081611a17565b8251156124675782518084602001fd5b6040517f08c379a0000000000000000000000000000000000000000000000000000000008152602060048201818152845160248401528451859391928392604401919085019080838360008315611e81578181015183820152602001611e6956fe456e756d657261626c655365743a20696e646578206f7574206f6620626f756e64734552433732313a207472616e7366657220746f206e6f6e20455243373231526563656976657220696d706c656d656e7465724f776e61626c653a206e6577206f776e657220697320746865207a65726f20616464726573734552433732313a207472616e7366657220746f20746865207a65726f20616464726573734552433732313a206f70657261746f7220717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76652063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f76656420666f7220616c6c4552433732313a2062616c616e636520717565727920666f7220746865207a65726f20616464726573734552433732313a206f776e657220717565727920666f72206e6f6e6578697374656e7420746f6b656e456e756d657261626c654d61703a20696e646578206f7574206f6620626f756e64734552433732313a20617070726f76656420717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a207472616e73666572206f6620746f6b656e2074686174206973206e6f74206f776e4552433732314d657461646174613a2055524920717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76616c20746f2063757272656e74206f776e65724552433732313a207472616e736665722063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f766564a26469706673582212207ff1ce78599c201e89003880d2d6311eed43d3cc791615026c8387d73028cfd064736f6c63430007060033",
  "immutableReferences": {},
  "generatedSources": [],
  "deployedGeneratedSources": [],
  "sourceMap": "262:1267:7:-:0;;;344:103;;;;;;;;;-1:-1:-1;3575:369:20;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;3575:369:20;;;;;768:40:12;-1:-1:-1;;;768:18:12;:40::i;:::-;3649:13:20;;;;:5;;:13;;;;;:::i;:::-;-1:-1:-1;3672:17:20;;;;:7;;:17;;;;;:::i;:::-;-1:-1:-1;3777:40:20;-1:-1:-1;;;3777:18:20;:40::i;:::-;3827:49;-1:-1:-1;;;3827:18:20;:49::i;:::-;3886:51;-1:-1:-1;;;3886:18:20;:51::i;:::-;-1:-1:-1;882:17:11;;-1:-1:-1;902:12:11;:10;:12::i;:::-;924:6;:18;;-1:-1:-1;;;;;;924:18:11;-1:-1:-1;;;;;924:18:11;;;;;;;;957:43;;924:18;;-1:-1:-1;924:18:11;-1:-1:-1;;957:43:11;;-1:-1:-1;;957:43:11;-1:-1:-1;411:8:7::1;:29:::0;;-1:-1:-1;;;;;;411:29:7::1;429:10;411:29;::::0;;262:1267;;1499:198:12;-1:-1:-1;;;;;;1582:25:12;;;;;1574:66;;;;;-1:-1:-1;;;1574:66:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;1650:33:12;:20;:33;;;;;;;;;;:40;;-1:-1:-1;;1650:40:12;1686:4;1650:40;;;1499:198::o;598:104:10:-;685:10;598:104;:::o;262:1267:7:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;262:1267:7;;;-1:-1:-1;262:1267:7;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;",
  "deployedSourceMap": "262:1267:7:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;965:140:12;;;;;;;;;;;;;;;;-1:-1:-1;965:140:12;;;;:::i;:::-;;;;;;;;;;;;;;;;;;4500:90:20;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7107:209;;;;;;;;;;;;;;;;-1:-1:-1;7107:209:20;;:::i;:::-;;;;;;;;;;;;;;;;;;;6665:381;;;;;;;;;;;;;;;;-1:-1:-1;6665:381:20;;;;;;;;;:::i;:::-;;6175:200;;;:::i;:::-;;;;;;;;;;;;;;;;712:170:7;;;;;;;;;;;;;;;;-1:-1:-1;712:170:7;;;;;;;;;;;;;;;;;;:::i;5952:152:20:-;;;;;;;;;;;;;;;;-1:-1:-1;5952:152:20;;;;;;;;;:::i;589:117:7:-;;;;;;;;;;;;;;;;-1:-1:-1;589:117:7;;;;;;;;;:::i;8321:149:20:-;;;;;;;;;;;;;;;;-1:-1:-1;8321:149:20;;;;;;;;;;;;;;;;;;:::i;6447:161::-;;;;;;;;;;;;;;;;-1:-1:-1;6447:161:20;;:::i;4271:167::-;;;;;;;;;;;;;;;;-1:-1:-1;4271:167:20;;:::i;5786:87::-;;;:::i;4003:211::-;;;;;;;;;;;;;;;;-1:-1:-1;4003:211:20;;;;:::i;1706:145:11:-;;;:::i;479:104:7:-;;;;;;;;;;;;;;;;-1:-1:-1;479:104:7;;;;:::i;1083:77:11:-;;;:::i;4654:94:20:-;;;:::i;7383:290::-;;;;;;;;;;;;;;;;-1:-1:-1;7383:290:20;;;;;;;;;;;:::i;888:205:7:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;888:205:7;;-1:-1:-1;888:205:7;;-1:-1:-1;;;;;888:205:7:i;4814:740:20:-;;;;;;;;;;;;;;;;-1:-1:-1;4814:740:20;;:::i;7739:154::-;;;;;;;;;;;;;;;;-1:-1:-1;7739:154:20;;;;;;;;;;;:::i;2000:240:11:-;;;;;;;;;;;;;;;;-1:-1:-1;2000:240:11;;;;:::i;315:22:7:-;;;:::i;965:140:12:-;1065:33;;;1042:4;1065:33;;;;;;;;;;;;;965:140;;;;:::o;4500:90:20:-;4578:5;4571:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4546:13;;4571:12;;4578:5;;4571:12;;4578:5;4571:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4500:90;:::o;7107:209::-;7175:7;7202:16;7210:7;7202;:16::i;:::-;7194:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;7285:24:20;;;;:15;:24;;;;;;;;;7107:209::o;6665:381::-;6745:13;6761:16;6769:7;6761;:16::i;:::-;6745:32;;6801:5;6795:11;;:2;:11;;;;6787:57;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6879:5;6863:21;;:12;:10;:12::i;:::-;:21;;;:62;;;;6888:37;6905:5;6912:12;:10;:12::i;:::-;6888:16;:37::i;:::-;6855:152;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7018:21;7027:2;7031:7;7018:8;:21::i;:::-;6665:381;;;:::o;6175:200::-;6228:7;6347:21;:12;:19;:21::i;:::-;6340:28;;6175:200;:::o;712:170:7:-;811:25;828:7;811:16;:25::i;:::-;847:28;857:4;863:2;867:7;847:9;:28::i;5952:152:20:-;6067:20;;;6041:7;6067:20;;;:13;:20;;;;;:30;;6091:5;6067:23;:30::i;:::-;6060:37;;5952:152;;;;;:::o;589:117:7:-;1297:12:11;:10;:12::i;:::-;1287:6;;:22;:6;;;:22;;;1279:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;674:25:7::1;680:8;690;674:5;:25::i;:::-;589:117:::0;;:::o;8321:149:20:-;8424:39;8441:4;8447:2;8451:7;8424:39;;;;;;;;;;;;:16;:39::i;6447:161::-;6514:7;;6555:22;:12;6571:5;6555:15;:22::i;:::-;-1:-1:-1;6533:44:20;6447:161;-1:-1:-1;;;6447:161:20:o;4271:167::-;4335:7;4361:70;4378:7;4361:70;;;;;;;;;;;;;;;;;:12;;:70;:16;:70::i;5786:87::-;5858:8;5851:15;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5826:13;;5851:15;;5858:8;;5851:15;;5858:8;5851:15;;;;;;;;;;;;;;;;;;;;;;;;4003:211;4067:7;4094:19;;;4086:74;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4178:20;;;;;;;:13;:20;;;;;:29;;:27;:29::i;1706:145:11:-;1297:12;:10;:12::i;:::-;1287:6;;:22;:6;;;:22;;;1279:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1796:6:::1;::::0;1775:40:::1;::::0;1812:1:::1;::::0;1775:40:::1;1796:6;::::0;1775:40:::1;::::0;1812:1;;1775:40:::1;1825:6;:19:::0;;;::::1;::::0;;1706:145::o;479:104:7:-;1484:8;;;;1462:10;:31;1454:55;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;556:8:::1;:20:::0;;;::::1;;::::0;;;::::1;::::0;;;::::1;::::0;;479:104::o;1083:77:11:-;1147:6;;;;1083:77;:::o;4654:94:20:-;4734:7;4727:14;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4702:13;;4727:14;;4734:7;;4727:14;;4734:7;4727:14;;;;;;;;;;;;;;;;;;;;;;;;7383:290;7497:12;:10;:12::i;:::-;7485:24;;:8;:24;;;;7477:62;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7595:8;7550:18;:32;7569:12;:10;:12::i;:::-;7550:32;;;;;;;;;;;;;;;;;;-1:-1:-1;7550:32:20;;;:42;;;;;;;;;;;;:53;;;;;;;;;;;;;;7633:12;:10;:12::i;:::-;7618:48;;;7657:8;7618:48;;;;;;;;;;;;;;;;;;;;7383:290;;:::o;888:205:7:-;1011:25;1028:7;1011:16;:25::i;:::-;1047:39;1061:4;1067:2;1071:7;1080:5;1047:13;:39::i;:::-;888:205;;;;:::o;4814:740:20:-;4879:13;4912:16;4920:7;4912;:16::i;:::-;4904:76;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4991:23;5017:19;;;:10;:19;;;;;;;;4991:45;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5017:19;;4991:45;;;5017:19;4991:45;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;5115:8:20;5109:22;4991:45;;-1:-1:-1;;;;5109:22:20;;;;;;;;;;;;;5105:74;;5159:9;-1:-1:-1;5152:16:20;;5105:74;5281:23;;:27;5277:110;;5355:8;5365:9;5338:37;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;5338:37:20;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5324:52;;;;;5277:110;5517:8;5527:18;:7;:16;:18::i;:::-;5500:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;5500:46:20;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5486:61;;;4814:740;;;:::o;7739:154::-;7851:25;;;;7828:4;7851:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;;;;7739:154::o;2000:240:11:-;1297:12;:10;:12::i;:::-;1287:6;;:22;:6;;;:22;;;1279:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2088:22:::1;::::0;::::1;2080:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2189:6;::::0;2168:38:::1;::::0;::::1;::::0;;::::1;::::0;2189:6:::1;::::0;2168:38:::1;::::0;2189:6:::1;::::0;2168:38:::1;2216:6;:17:::0;;;::::1;;::::0;;;::::1;::::0;;;::::1;::::0;;2000:240::o;315:22:7:-;;;;;;:::o;10252:117:20:-;10309:4;10332:30;:12;10354:7;10332:21;:30::i;598:104:10:-;685:10;598:104;:::o;15908:155:20:-;15973:24;;;;:15;:24;;;;;:29;;;;;;;;;;;;;:24;;16026:16;15973:24;16026:7;:16::i;:::-;16017:39;;;;;;;;;;;;15908:155;;:::o;7031:121:27:-;7100:7;7126:19;7134:3;7126:7;:19::i;1139:277:7:-;1269:41;1288:12;:10;:12::i;:::-;1302:7;1269:18;:41::i;:::-;:86;;;;1343:12;:10;:12::i;:::-;1314:8;;:25;;;;;;;;;;;;;;:41;;;;;:8;;;;:16;;:25;;;;;;;;;;;;;;;:8;:25;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1314:25:7;:41;;;1269:86;1261:148;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1139:277;:::o;13521:559:20:-;13638:4;13618:24;;:16;13626:7;13618;:16::i;:::-;:24;;;13610:78;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13706:16;;;13698:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13774:39;13795:4;13801:2;13805:7;13774:20;:39::i;:::-;13875:29;13892:1;13896:7;13875:8;:29::i;:::-;13915:19;;;;;;;:13;:19;;;;;:35;;13942:7;13915:26;:35::i;:::-;-1:-1:-1;13960:17:20;;;;;;;:13;:17;;;;;:30;;13982:7;13960:21;:30::i;:::-;-1:-1:-1;14001:29:20;:12;14018:7;14027:2;14001:16;:29::i;:::-;;14065:7;14061:2;14046:27;;14055:4;14046:27;;;;;;;;;;;;13521:559;;;:::o;9214:135:28:-;9285:7;9319:22;9323:3;9335:5;9319:3;:22::i;12085:393:20:-;12164:16;;;12156:61;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12236:16;12244:7;12236;:16::i;:::-;12235:17;12227:58;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12296:45;12325:1;12329:2;12333:7;12296:20;:45::i;:::-;12352:17;;;;;;;:13;:17;;;;;:30;;12374:7;12352:21;:30::i;:::-;-1:-1:-1;12393:29:20;:12;12410:7;12419:2;12393:16;:29::i;:::-;-1:-1:-1;12438:33:20;;12463:7;;12438:33;;;;12455:1;;12438:33;;12455:1;;12438:33;12085:393;;:::o;7480:224:27:-;7560:7;;;;7619:22;7623:3;7635:5;7619:3;:22::i;:::-;7588:53;;;;-1:-1:-1;7480:224:27;-1:-1:-1;;;;;7480:224:27:o;8123:202::-;8230:7;8272:44;8277:3;8297;8303:12;8272:4;:44::i;:::-;8264:53;-1:-1:-1;8123:202:27;;;;;;:::o;9680:269:20:-;9793:28;9803:4;9809:2;9813:7;9793:9;:28::i;:::-;9839:48;9862:4;9868:2;9872:7;9881:5;9839:22;:48::i;:::-;9831:111;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;210:723:29;266:13;483:10;479:51;;-1:-1:-1;509:10:29;;;;;;;;;;;;;;;;;;;479:51;554:5;539:12;593:75;600:9;;593:75;;625:8;;655:2;647:10;;;;593:75;;;677:19;709:6;699:17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;699:17:29;-1:-1:-1;769:5:29;;-1:-1:-1;677:39:29;-1:-1:-1;742:10:29;;;784:112;791:9;;784:112;;857:2;850:4;:9;845:2;:14;834:27;;816:6;823:7;;;;;;;816:15;;;;;;;;;;;:45;;;;;;;;;;-1:-1:-1;883:2:29;875:10;;;;784:112;;;-1:-1:-1;919:6:29;210:723;-1:-1:-1;;;;210:723:29:o;6799:149:27:-;6883:4;6906:35;6916:3;6936;6906:9;:35::i;4491:108::-;4573:19;;4491:108::o;10527:329:20:-;10612:4;10636:16;10644:7;10636;:16::i;:::-;10628:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10711:13;10727:16;10735:7;10727;:16::i;:::-;10711:32;;10772:5;10761:16;;:7;:16;;;:51;;;;10805:7;10781:31;;:20;10793:7;10781:11;:20::i;:::-;:31;;;10761:51;:87;;;;10816:32;10833:5;10840:7;10816:16;:32::i;:::-;10753:96;10527:329;-1:-1:-1;;;;10527:329:20:o;8329:135:28:-;8399:4;8422:35;8430:3;8450:5;8422:7;:35::i;8032:129::-;8099:4;8122:32;8127:3;8147:5;8122:4;:32::i;6247:174:27:-;6336:4;6359:55;6364:3;6384;6398:14;;;6359:4;:55::i;4452:201:28:-;4546:18;;4519:7;;4546:26;-1:-1:-1;4538:73:28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4628:3;:11;;4640:5;4628:18;;;;;;;;;;;;;;;;4621:25;;4452:201;;;;:::o;4942:274:27:-;5045:19;;5009:7;;;;5045:27;-1:-1:-1;5037:74:27;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5122:22;5147:3;:12;;5160:5;5147:19;;;;;;;;;;;;;;;;;;5122:44;;5184:5;:10;;;5196:5;:12;;;5176:33;;;;;4942:274;;;;;:::o;5623:315::-;5717:7;5755:17;;;:12;;;:17;;;;;;5805:12;5790:13;5782:36;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5871:3;:12;;5895:1;5884:8;:12;5871:26;;;;;;;;;;;;;;;;;;:33;;;5864:40;;;5623:315;;;;;:::o;15313:589:20:-;15433:4;15458:15;:2;:13;;;:15::i;:::-;15453:58;;-1:-1:-1;15496:4:20;15489:11;;15453:58;15520:23;15546:246;15598:45;15657:12;:10;:12::i;:::-;15683:4;15701:7;15722:5;15562:175;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15546:246;;;;;;;;;;;;;;;;;:15;;;;:246;:15;:246::i;:::-;15520:272;;15802:13;15829:10;15818:32;;;;;;;;;;;;;;;-1:-1:-1;15818:32:20;15868:26;;15878:16;15868:26;;-1:-1:-1;;;15313:589:20;;;;;;:::o;4278:123:27:-;4349:4;4372:17;;;:12;;;;;:17;;;;;;:22;;;4278:123::o;2212:1512:28:-;2278:4;2415:19;;;:12;;;:19;;;;;;2449:15;;2445:1273;;2878:18;;2830:14;;;;;2878:22;;;;2806:21;;2878:3;;:22;;3160;;;;;;;;;;;;;;3140:42;;3303:9;3274:3;:11;;3286:13;3274:26;;;;;;;;;;;;;;;;;;;:38;;;;3378:23;;;3420:1;3378:12;;;:23;;;;;;3404:17;;;3378:43;;3527:17;;3378:3;;3527:17;;;;;;;;;;;;;;;;;;;;;;3619:3;:12;;:19;3632:5;3619:19;;;;;;;;;;;3612:26;;;3660:4;3653:11;;;;;;;;2445:1273;3702:5;3695:12;;;;;1640:404;1703:4;1724:21;1734:3;1739:5;1724:9;:21::i;:::-;1719:319;;-1:-1:-1;1761:23:28;;;;;;;;:11;:23;;;;;;;;;;;;;1941:18;;1919:19;;;:12;;;:19;;;;;;:40;;;;1973:11;;1719:319;-1:-1:-1;2022:5:28;2015:12;;1836:678:27;1912:4;2045:17;;;:12;;;:17;;;;;;2077:13;2073:435;;-1:-1:-1;;2161:38:27;;;;;;;;;;;;;;;;;;2143:57;;;;;;;;:12;:57;;;;;;;;;;;;;;;;;;;;;;;;2355:19;;2335:17;;;:12;;;:17;;;;;;;:39;2388:11;;2073:435;2466:5;2430:3;:12;;2454:1;2443:8;:12;2430:26;;;;;;;;;;;;;;;;;;:33;;:41;;;;2492:5;2485:12;;;;;726:413:26;1086:20;1124:8;;;726:413::o;3581:193::-;3684:12;3715:52;3737:6;3745:4;3751:1;3754:12;3684;4858:18;4869:6;4858:10;:18::i;:::-;4850:60;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4981:12;4995:23;5022:6;:11;;5042:5;5050:4;5022:33;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4980:75;;;;5072:52;5090:7;5099:10;5111:12;5072:17;:52::i;:::-;5065:59;4608:523;-1:-1:-1;;;;;;;4608:523:26:o;6111:725::-;6226:12;6254:7;6250:580;;;-1:-1:-1;6284:10:26;6277:17;;6250:580;6395:17;;:21;6391:429;;6653:10;6647:17;6713:15;6700:10;6696:2;6692:19;6685:44;6602:145;6785:20;;;;;;;;;;;;;;;;;;;;6792:12;;6785:20;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
  "source": "// SPDX-License-Identifier: LGPL-3.0-or-later\npragma solidity ^0.7.1;\n\nimport \"@openzeppelin/contracts/token/ERC721/ERC721.sol\";\nimport \"@openzeppelin/contracts/access/Ownable.sol\";\n\n/// @notice The owner of this NFT receives a salary.\n/// @author Victor Porton\ncontract NFTSalaryRecipient is ERC721, Ownable {\n    ERC721 public notaries;\n\n    constructor() ERC721(\"Your salary account.\", \"MySalary\") {\n        notaries = ERC721(msg.sender);\n    }\n\n    /// For internal use.\n    function setNotaries(ERC721 _notaries) public virtual onlyNotaries {\n        notaries = _notaries;\n    }\n\n    function mint(address _account, uint256 _tokenId) public virtual onlyOwner {\n        _mint(_account, _tokenId);\n    }\n\n    function transferFrom(address from, address to, uint256 tokenId) public virtual override {\n        _requireApproved(tokenId);\n\n        _transfer(from, to, tokenId);\n    }\n\n    function safeTransferFrom(address from, address to, uint256 tokenId, bytes memory _data) public virtual override {\n        _requireApproved(tokenId);\n\n        _safeTransfer(from, to, tokenId, _data);\n    }\n\n    // The owner or notary can transfer\n    function _requireApproved(uint256 tokenId) internal virtual {\n        //solhint-disable-next-line max-line-length\n        require(_isApprovedOrOwner(_msgSender(), tokenId) || notaries.ownerOf(tokenId) == _msgSender(), \"ERC721: transfer caller is not owner nor approved\");\n    }\n\n    modifier onlyNotaries {\n        require(msg.sender == address(notaries), \"Only system\");\n        _;\n    }\n}\n",
  "sourcePath": "/home/user/Projects/future-contracts/contracts/NFTSalaryRecipient.sol",
  "ast": {
    "absolutePath": "/home/user/Projects/future-contracts/contracts/NFTSalaryRecipient.sol",
    "exportedSymbols": {
      "Address": [
        5955
      ],
      "Context": [
        3930
      ],
      "ERC165": [
        4096
      ],
      "ERC721": [
        5492
      ],
      "EnumerableMap": [
        6410
      ],
      "EnumerableSet": [
        6890
      ],
      "IERC165": [
        4108
      ],
      "IERC721": [
        5635
      ],
      "IERC721Enumerable": [
        5666
      ],
      "IERC721Metadata": [
        5693
      ],
      "IERC721Receiver": [
        5711
      ],
      "NFTSalaryRecipient": [
        3795
      ],
      "Ownable": [
        4039
      ],
      "SafeMath": [
        4304
      ],
      "Strings": [
        6977
      ]
    },
    "id": 3796,
    "license": "LGPL-3.0-or-later",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 3659,
        "literals": [
          "solidity",
          "^",
          "0.7",
          ".1"
        ],
        "nodeType": "PragmaDirective",
        "src": "46:23:7"
      },
      {
        "absolutePath": "@openzeppelin/contracts/token/ERC721/ERC721.sol",
        "file": "@openzeppelin/contracts/token/ERC721/ERC721.sol",
        "id": 3660,
        "nodeType": "ImportDirective",
        "scope": 3796,
        "sourceUnit": 5493,
        "src": "71:57:7",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "@openzeppelin/contracts/access/Ownable.sol",
        "file": "@openzeppelin/contracts/access/Ownable.sol",
        "id": 3661,
        "nodeType": "ImportDirective",
        "scope": 3796,
        "sourceUnit": 4040,
        "src": "129:52:7",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "abstract": false,
        "baseContracts": [
          {
            "baseName": {
              "id": 3663,
              "name": "ERC721",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 5492,
              "src": "293:6:7",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ERC721_$5492",
                "typeString": "contract ERC721"
              }
            },
            "id": 3664,
            "nodeType": "InheritanceSpecifier",
            "src": "293:6:7"
          },
          {
            "baseName": {
              "id": 3665,
              "name": "Ownable",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 4039,
              "src": "301:7:7",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_Ownable_$4039",
                "typeString": "contract Ownable"
              }
            },
            "id": 3666,
            "nodeType": "InheritanceSpecifier",
            "src": "301:7:7"
          }
        ],
        "contractDependencies": [
          3930,
          4039,
          4096,
          4108,
          5492,
          5635,
          5666,
          5693
        ],
        "contractKind": "contract",
        "documentation": {
          "id": 3662,
          "nodeType": "StructuredDocumentation",
          "src": "183:79:7",
          "text": "@notice The owner of this NFT receives a salary.\n @author Victor Porton"
        },
        "fullyImplemented": true,
        "id": 3795,
        "linearizedBaseContracts": [
          3795,
          4039,
          5492,
          5666,
          5693,
          5635,
          4096,
          4108,
          3930
        ],
        "name": "NFTSalaryRecipient",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": false,
            "functionSelector": "feaffc1f",
            "id": 3668,
            "mutability": "mutable",
            "name": "notaries",
            "nodeType": "VariableDeclaration",
            "scope": 3795,
            "src": "315:22:7",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_contract$_ERC721_$5492",
              "typeString": "contract ERC721"
            },
            "typeName": {
              "id": 3667,
              "name": "ERC721",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 5492,
              "src": "315:6:7",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ERC721_$5492",
                "typeString": "contract ERC721"
              }
            },
            "visibility": "public"
          },
          {
            "body": {
              "id": 3682,
              "nodeType": "Block",
              "src": "401:46:7",
              "statements": [
                {
                  "expression": {
                    "id": 3680,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "id": 3675,
                      "name": "notaries",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 3668,
                      "src": "411:8:7",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_ERC721_$5492",
                        "typeString": "contract ERC721"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "arguments": [
                        {
                          "expression": {
                            "id": 3677,
                            "name": "msg",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 4294967281,
                            "src": "429:3:7",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_message",
                              "typeString": "msg"
                            }
                          },
                          "id": 3678,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "sender",
                          "nodeType": "MemberAccess",
                          "src": "429:10:7",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address_payable",
                            "typeString": "address payable"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_address_payable",
                            "typeString": "address payable"
                          }
                        ],
                        "id": 3676,
                        "name": "ERC721",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 5492,
                        "src": "422:6:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_contract$_ERC721_$5492_$",
                          "typeString": "type(contract ERC721)"
                        }
                      },
                      "id": 3679,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "typeConversion",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "422:18:7",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_ERC721_$5492",
                        "typeString": "contract ERC721"
                      }
                    },
                    "src": "411:29:7",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_ERC721_$5492",
                      "typeString": "contract ERC721"
                    }
                  },
                  "id": 3681,
                  "nodeType": "ExpressionStatement",
                  "src": "411:29:7"
                }
              ]
            },
            "id": 3683,
            "implemented": true,
            "kind": "constructor",
            "modifiers": [
              {
                "arguments": [
                  {
                    "hexValue": "596f75722073616c617279206163636f756e742e",
                    "id": 3671,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "string",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "365:22:7",
                    "typeDescriptions": {
                      "typeIdentifier": "t_stringliteral_c0cf45b81c478929f290484f02573e0e20787fd30c8947487c16088cfecd551d",
                      "typeString": "literal_string \"Your salary account.\""
                    },
                    "value": "Your salary account."
                  },
                  {
                    "hexValue": "4d7953616c617279",
                    "id": 3672,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "string",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "389:10:7",
                    "typeDescriptions": {
                      "typeIdentifier": "t_stringliteral_0a1e7f15eb606e700acdc5868441e31317e8b6eda1845bb36e6d18fa61482a66",
                      "typeString": "literal_string \"MySalary\""
                    },
                    "value": "MySalary"
                  }
                ],
                "id": 3673,
                "modifierName": {
                  "id": 3670,
                  "name": "ERC721",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 5492,
                  "src": "358:6:7",
                  "typeDescriptions": {
                    "typeIdentifier": "t_type$_t_contract$_ERC721_$5492_$",
                    "typeString": "type(contract ERC721)"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "358:42:7"
              }
            ],
            "name": "",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3669,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "355:2:7"
            },
            "returnParameters": {
              "id": 3674,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "401:0:7"
            },
            "scope": 3795,
            "src": "344:103:7",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "public"
          },
          {
            "body": {
              "id": 3695,
              "nodeType": "Block",
              "src": "546:37:7",
              "statements": [
                {
                  "expression": {
                    "id": 3693,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "id": 3691,
                      "name": "notaries",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 3668,
                      "src": "556:8:7",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_ERC721_$5492",
                        "typeString": "contract ERC721"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "id": 3692,
                      "name": "_notaries",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 3686,
                      "src": "567:9:7",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_ERC721_$5492",
                        "typeString": "contract ERC721"
                      }
                    },
                    "src": "556:20:7",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_ERC721_$5492",
                      "typeString": "contract ERC721"
                    }
                  },
                  "id": 3694,
                  "nodeType": "ExpressionStatement",
                  "src": "556:20:7"
                }
              ]
            },
            "documentation": {
              "id": 3684,
              "nodeType": "StructuredDocumentation",
              "src": "453:21:7",
              "text": "For internal use."
            },
            "functionSelector": "82986ac5",
            "id": 3696,
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "id": 3689,
                "modifierName": {
                  "id": 3688,
                  "name": "onlyNotaries",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 3794,
                  "src": "533:12:7",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "533:12:7"
              }
            ],
            "name": "setNotaries",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3687,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3686,
                  "mutability": "mutable",
                  "name": "_notaries",
                  "nodeType": "VariableDeclaration",
                  "scope": 3696,
                  "src": "500:16:7",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_ERC721_$5492",
                    "typeString": "contract ERC721"
                  },
                  "typeName": {
                    "id": 3685,
                    "name": "ERC721",
                    "nodeType": "UserDefinedTypeName",
                    "referencedDeclaration": 5492,
                    "src": "500:6:7",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_ERC721_$5492",
                      "typeString": "contract ERC721"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "499:18:7"
            },
            "returnParameters": {
              "id": 3690,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "546:0:7"
            },
            "scope": 3795,
            "src": "479:104:7",
            "stateMutability": "nonpayable",
            "virtual": true,
            "visibility": "public"
          },
          {
            "body": {
              "id": 3710,
              "nodeType": "Block",
              "src": "664:42:7",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 3706,
                        "name": "_account",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 3698,
                        "src": "680:8:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 3707,
                        "name": "_tokenId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 3700,
                        "src": "690:8:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 3705,
                      "name": "_mint",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 5228,
                      "src": "674:5:7",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$",
                        "typeString": "function (address,uint256)"
                      }
                    },
                    "id": 3708,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "674:25:7",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 3709,
                  "nodeType": "ExpressionStatement",
                  "src": "674:25:7"
                }
              ]
            },
            "functionSelector": "40c10f19",
            "id": 3711,
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "id": 3703,
                "modifierName": {
                  "id": 3702,
                  "name": "onlyOwner",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 3988,
                  "src": "654:9:7",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "654:9:7"
              }
            ],
            "name": "mint",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3701,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3698,
                  "mutability": "mutable",
                  "name": "_account",
                  "nodeType": "VariableDeclaration",
                  "scope": 3711,
                  "src": "603:16:7",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 3697,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "603:7:7",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 3700,
                  "mutability": "mutable",
                  "name": "_tokenId",
                  "nodeType": "VariableDeclaration",
                  "scope": 3711,
                  "src": "621:16:7",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 3699,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "621:7:7",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "602:36:7"
            },
            "returnParameters": {
              "id": 3704,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "664:0:7"
            },
            "scope": 3795,
            "src": "589:117:7",
            "stateMutability": "nonpayable",
            "virtual": true,
            "visibility": "public"
          },
          {
            "baseFunctions": [
              4993
            ],
            "body": {
              "id": 3731,
              "nodeType": "Block",
              "src": "801:81:7",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 3722,
                        "name": "tokenId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 3717,
                        "src": "828:7:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 3721,
                      "name": "_requireApproved",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 3779,
                      "src": "811:16:7",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_uint256_$returns$__$",
                        "typeString": "function (uint256)"
                      }
                    },
                    "id": 3723,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "811:25:7",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 3724,
                  "nodeType": "ExpressionStatement",
                  "src": "811:25:7"
                },
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 3726,
                        "name": "from",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 3713,
                        "src": "857:4:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 3727,
                        "name": "to",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 3715,
                        "src": "863:2:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 3728,
                        "name": "tokenId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 3717,
                        "src": "867:7:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 3725,
                      "name": "_transfer",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 5367,
                      "src": "847:9:7",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$",
                        "typeString": "function (address,address,uint256)"
                      }
                    },
                    "id": 3729,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "847:28:7",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 3730,
                  "nodeType": "ExpressionStatement",
                  "src": "847:28:7"
                }
              ]
            },
            "functionSelector": "23b872dd",
            "id": 3732,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "transferFrom",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 3719,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "792:8:7"
            },
            "parameters": {
              "id": 3718,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3713,
                  "mutability": "mutable",
                  "name": "from",
                  "nodeType": "VariableDeclaration",
                  "scope": 3732,
                  "src": "734:12:7",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 3712,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "734:7:7",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 3715,
                  "mutability": "mutable",
                  "name": "to",
                  "nodeType": "VariableDeclaration",
                  "scope": 3732,
                  "src": "748:10:7",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 3714,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "748:7:7",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 3717,
                  "mutability": "mutable",
                  "name": "tokenId",
                  "nodeType": "VariableDeclaration",
                  "scope": 3732,
                  "src": "760:15:7",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 3716,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "760:7:7",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "733:43:7"
            },
            "returnParameters": {
              "id": 3720,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "801:0:7"
            },
            "scope": 3795,
            "src": "712:170:7",
            "stateMutability": "nonpayable",
            "virtual": true,
            "visibility": "public"
          },
          {
            "baseFunctions": [
              5042
            ],
            "body": {
              "id": 3755,
              "nodeType": "Block",
              "src": "1001:92:7",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 3745,
                        "name": "tokenId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 3738,
                        "src": "1028:7:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 3744,
                      "name": "_requireApproved",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 3779,
                      "src": "1011:16:7",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_uint256_$returns$__$",
                        "typeString": "function (uint256)"
                      }
                    },
                    "id": 3746,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1011:25:7",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 3747,
                  "nodeType": "ExpressionStatement",
                  "src": "1011:25:7"
                },
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 3749,
                        "name": "from",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 3734,
                        "src": "1061:4:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 3750,
                        "name": "to",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 3736,
                        "src": "1067:2:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 3751,
                        "name": "tokenId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 3738,
                        "src": "1071:7:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      {
                        "id": 3752,
                        "name": "_data",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 3740,
                        "src": "1080:5:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bytes_memory_ptr",
                          "typeString": "bytes memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        },
                        {
                          "typeIdentifier": "t_bytes_memory_ptr",
                          "typeString": "bytes memory"
                        }
                      ],
                      "id": 3748,
                      "name": "_safeTransfer",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 5071,
                      "src": "1047:13:7",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
                        "typeString": "function (address,address,uint256,bytes memory)"
                      }
                    },
                    "id": 3753,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1047:39:7",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 3754,
                  "nodeType": "ExpressionStatement",
                  "src": "1047:39:7"
                }
              ]
            },
            "functionSelector": "b88d4fde",
            "id": 3756,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "safeTransferFrom",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 3742,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "992:8:7"
            },
            "parameters": {
              "id": 3741,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3734,
                  "mutability": "mutable",
                  "name": "from",
                  "nodeType": "VariableDeclaration",
                  "scope": 3756,
                  "src": "914:12:7",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 3733,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "914:7:7",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 3736,
                  "mutability": "mutable",
                  "name": "to",
                  "nodeType": "VariableDeclaration",
                  "scope": 3756,
                  "src": "928:10:7",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 3735,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "928:7:7",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 3738,
                  "mutability": "mutable",
                  "name": "tokenId",
                  "nodeType": "VariableDeclaration",
                  "scope": 3756,
                  "src": "940:15:7",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 3737,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "940:7:7",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 3740,
                  "mutability": "mutable",
                  "name": "_data",
                  "nodeType": "VariableDeclaration",
                  "scope": 3756,
                  "src": "957:18:7",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_memory_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 3739,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "957:5:7",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "913:63:7"
            },
            "returnParameters": {
              "id": 3743,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1001:0:7"
            },
            "scope": 3795,
            "src": "888:205:7",
            "stateMutability": "nonpayable",
            "virtual": true,
            "visibility": "public"
          },
          {
            "body": {
              "id": 3778,
              "nodeType": "Block",
              "src": "1199:217:7",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "commonType": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        "id": 3774,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "arguments": [
                            {
                              "arguments": [],
                              "expression": {
                                "argumentTypes": [],
                                "id": 3763,
                                "name": "_msgSender",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 3918,
                                "src": "1288:10:7",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_payable_$",
                                  "typeString": "function () view returns (address payable)"
                                }
                              },
                              "id": 3764,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "kind": "functionCall",
                              "lValueRequested": false,
                              "names": [],
                              "nodeType": "FunctionCall",
                              "src": "1288:12:7",
                              "tryCall": false,
                              "typeDescriptions": {
                                "typeIdentifier": "t_address_payable",
                                "typeString": "address payable"
                              }
                            },
                            {
                              "id": 3765,
                              "name": "tokenId",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 3758,
                              "src": "1302:7:7",
                              "typeDescriptions": {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_address_payable",
                                "typeString": "address payable"
                              },
                              {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            ],
                            "id": 3762,
                            "name": "_isApprovedOrOwner",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 5125,
                            "src": "1269:18:7",
                            "typeDescriptions": {
                              "typeIdentifier": "t_function_internal_view$_t_address_$_t_uint256_$returns$_t_bool_$",
                              "typeString": "function (address,uint256) view returns (bool)"
                            }
                          },
                          "id": 3766,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "functionCall",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "1269:41:7",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "||",
                        "rightExpression": {
                          "commonType": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          },
                          "id": 3773,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "leftExpression": {
                            "arguments": [
                              {
                                "id": 3769,
                                "name": "tokenId",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 3758,
                                "src": "1331:7:7",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_uint256",
                                  "typeString": "uint256"
                                }
                              }
                            ],
                            "expression": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_uint256",
                                  "typeString": "uint256"
                                }
                              ],
                              "expression": {
                                "id": 3767,
                                "name": "notaries",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 3668,
                                "src": "1314:8:7",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_contract$_ERC721_$5492",
                                  "typeString": "contract ERC721"
                                }
                              },
                              "id": 3768,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "lValueRequested": false,
                              "memberName": "ownerOf",
                              "nodeType": "MemberAccess",
                              "referencedDeclaration": 4709,
                              "src": "1314:16:7",
                              "typeDescriptions": {
                                "typeIdentifier": "t_function_external_view$_t_uint256_$returns$_t_address_$",
                                "typeString": "function (uint256) view external returns (address)"
                              }
                            },
                            "id": 3770,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "kind": "functionCall",
                            "lValueRequested": false,
                            "names": [],
                            "nodeType": "FunctionCall",
                            "src": "1314:25:7",
                            "tryCall": false,
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          },
                          "nodeType": "BinaryOperation",
                          "operator": "==",
                          "rightExpression": {
                            "arguments": [],
                            "expression": {
                              "argumentTypes": [],
                              "id": 3771,
                              "name": "_msgSender",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 3918,
                              "src": "1343:10:7",
                              "typeDescriptions": {
                                "typeIdentifier": "t_function_internal_view$__$returns$_t_address_payable_$",
                                "typeString": "function () view returns (address payable)"
                              }
                            },
                            "id": 3772,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "kind": "functionCall",
                            "lValueRequested": false,
                            "names": [],
                            "nodeType": "FunctionCall",
                            "src": "1343:12:7",
                            "tryCall": false,
                            "typeDescriptions": {
                              "typeIdentifier": "t_address_payable",
                              "typeString": "address payable"
                            }
                          },
                          "src": "1314:41:7",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "src": "1269:86:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "hexValue": "4552433732313a207472616e736665722063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f766564",
                        "id": 3775,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "1357:51:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_c8682f3ad98807db59a6ec6bb812b72fed0a66e3150fa8239699ee83885247f2",
                          "typeString": "literal_string \"ERC721: transfer caller is not owner nor approved\""
                        },
                        "value": "ERC721: transfer caller is not owner nor approved"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_c8682f3ad98807db59a6ec6bb812b72fed0a66e3150fa8239699ee83885247f2",
                          "typeString": "literal_string \"ERC721: transfer caller is not owner nor approved\""
                        }
                      ],
                      "id": 3761,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        4294967278,
                        4294967278
                      ],
                      "referencedDeclaration": 4294967278,
                      "src": "1261:7:7",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 3776,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1261:148:7",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 3777,
                  "nodeType": "ExpressionStatement",
                  "src": "1261:148:7"
                }
              ]
            },
            "id": 3779,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_requireApproved",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3759,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3758,
                  "mutability": "mutable",
                  "name": "tokenId",
                  "nodeType": "VariableDeclaration",
                  "scope": 3779,
                  "src": "1165:15:7",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 3757,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1165:7:7",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1164:17:7"
            },
            "returnParameters": {
              "id": 3760,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1199:0:7"
            },
            "scope": 3795,
            "src": "1139:277:7",
            "stateMutability": "nonpayable",
            "virtual": true,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 3793,
              "nodeType": "Block",
              "src": "1444:83:7",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 3788,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "expression": {
                            "id": 3782,
                            "name": "msg",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 4294967281,
                            "src": "1462:3:7",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_message",
                              "typeString": "msg"
                            }
                          },
                          "id": 3783,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "sender",
                          "nodeType": "MemberAccess",
                          "src": "1462:10:7",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address_payable",
                            "typeString": "address payable"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "==",
                        "rightExpression": {
                          "arguments": [
                            {
                              "id": 3786,
                              "name": "notaries",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 3668,
                              "src": "1484:8:7",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_ERC721_$5492",
                                "typeString": "contract ERC721"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_contract$_ERC721_$5492",
                                "typeString": "contract ERC721"
                              }
                            ],
                            "id": 3785,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "1476:7:7",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": {
                              "id": 3784,
                              "name": "address",
                              "nodeType": "ElementaryTypeName",
                              "src": "1476:7:7",
                              "typeDescriptions": {}
                            }
                          },
                          "id": 3787,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "1476:17:7",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "src": "1462:31:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "hexValue": "4f6e6c792073797374656d",
                        "id": 3789,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "1495:13:7",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_90967bbd09b28d06f80600e85824b142e98b0bcfe12d31a9590cbadff1aa3677",
                          "typeString": "literal_string \"Only system\""
                        },
                        "value": "Only system"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_90967bbd09b28d06f80600e85824b142e98b0bcfe12d31a9590cbadff1aa3677",
                          "typeString": "literal_string \"Only system\""
                        }
                      ],
                      "id": 3781,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        4294967278,
                        4294967278
                      ],
                      "referencedDeclaration": 4294967278,
                      "src": "1454:7:7",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 3790,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1454:55:7",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 3791,
                  "nodeType": "ExpressionStatement",
                  "src": "1454:55:7"
                },
                {
                  "id": 3792,
                  "nodeType": "PlaceholderStatement",
                  "src": "1519:1:7"
                }
              ]
            },
            "id": 3794,
            "name": "onlyNotaries",
            "nodeType": "ModifierDefinition",
            "parameters": {
              "id": 3780,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1444:0:7"
            },
            "src": "1422:105:7",
            "virtual": false,
            "visibility": "internal"
          }
        ],
        "scope": 3796,
        "src": "262:1267:7"
      }
    ],
    "src": "46:1484:7"
  },
  "legacyAST": {
    "attributes": {
      "absolutePath": "/home/user/Projects/future-contracts/contracts/NFTSalaryRecipient.sol",
      "exportedSymbols": {
        "Address": [
          5955
        ],
        "Context": [
          3930
        ],
        "ERC165": [
          4096
        ],
        "ERC721": [
          5492
        ],
        "EnumerableMap": [
          6410
        ],
        "EnumerableSet": [
          6890
        ],
        "IERC165": [
          4108
        ],
        "IERC721": [
          5635
        ],
        "IERC721Enumerable": [
          5666
        ],
        "IERC721Metadata": [
          5693
        ],
        "IERC721Receiver": [
          5711
        ],
        "NFTSalaryRecipient": [
          3795
        ],
        "Ownable": [
          4039
        ],
        "SafeMath": [
          4304
        ],
        "Strings": [
          6977
        ]
      },
      "license": "LGPL-3.0-or-later"
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "^",
            "0.7",
            ".1"
          ]
        },
        "id": 3659,
        "name": "PragmaDirective",
        "src": "46:23:7"
      },
      {
        "attributes": {
          "SourceUnit": 5493,
          "absolutePath": "@openzeppelin/contracts/token/ERC721/ERC721.sol",
          "file": "@openzeppelin/contracts/token/ERC721/ERC721.sol",
          "scope": 3796,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 3660,
        "name": "ImportDirective",
        "src": "71:57:7"
      },
      {
        "attributes": {
          "SourceUnit": 4040,
          "absolutePath": "@openzeppelin/contracts/access/Ownable.sol",
          "file": "@openzeppelin/contracts/access/Ownable.sol",
          "scope": 3796,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 3661,
        "name": "ImportDirective",
        "src": "129:52:7"
      },
      {
        "attributes": {
          "abstract": false,
          "contractDependencies": [
            3930,
            4039,
            4096,
            4108,
            5492,
            5635,
            5666,
            5693
          ],
          "contractKind": "contract",
          "fullyImplemented": true,
          "linearizedBaseContracts": [
            3795,
            4039,
            5492,
            5666,
            5693,
            5635,
            4096,
            4108,
            3930
          ],
          "name": "NFTSalaryRecipient",
          "scope": 3796
        },
        "children": [
          {
            "attributes": {
              "text": "@notice The owner of this NFT receives a salary.\n @author Victor Porton"
            },
            "id": 3662,
            "name": "StructuredDocumentation",
            "src": "183:79:7"
          },
          {
            "attributes": {},
            "children": [
              {
                "attributes": {
                  "name": "ERC721",
                  "referencedDeclaration": 5492,
                  "type": "contract ERC721"
                },
                "id": 3663,
                "name": "UserDefinedTypeName",
                "src": "293:6:7"
              }
            ],
            "id": 3664,
            "name": "InheritanceSpecifier",
            "src": "293:6:7"
          },
          {
            "attributes": {},
            "children": [
              {
                "attributes": {
                  "name": "Ownable",
                  "referencedDeclaration": 4039,
                  "type": "contract Ownable"
                },
                "id": 3665,
                "name": "UserDefinedTypeName",
                "src": "301:7:7"
              }
            ],
            "id": 3666,
            "name": "InheritanceSpecifier",
            "src": "301:7:7"
          },
          {
            "attributes": {
              "constant": false,
              "functionSelector": "feaffc1f",
              "mutability": "mutable",
              "name": "notaries",
              "scope": 3795,
              "stateVariable": true,
              "storageLocation": "default",
              "type": "contract ERC721",
              "visibility": "public"
            },
            "children": [
              {
                "attributes": {
                  "name": "ERC721",
                  "referencedDeclaration": 5492,
                  "type": "contract ERC721"
                },
                "id": 3667,
                "name": "UserDefinedTypeName",
                "src": "315:6:7"
              }
            ],
            "id": 3668,
            "name": "VariableDeclaration",
            "src": "315:22:7"
          },
          {
            "attributes": {
              "implemented": true,
              "isConstructor": true,
              "kind": "constructor",
              "name": "",
              "scope": 3795,
              "stateMutability": "nonpayable",
              "virtual": false,
              "visibility": "public"
            },
            "children": [
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 3669,
                "name": "ParameterList",
                "src": "355:2:7"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 3674,
                "name": "ParameterList",
                "src": "401:0:7"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "overloadedDeclarations": [
                        null
                      ],
                      "referencedDeclaration": 5492,
                      "type": "type(contract ERC721)",
                      "value": "ERC721"
                    },
                    "id": 3670,
                    "name": "Identifier",
                    "src": "358:6:7"
                  },
                  {
                    "attributes": {
                      "hexvalue": "596f75722073616c617279206163636f756e742e",
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "lValueRequested": false,
                      "token": "string",
                      "type": "literal_string \"Your salary account.\"",
                      "value": "Your salary account."
                    },
                    "id": 3671,
                    "name": "Literal",
                    "src": "365:22:7"
                  },
                  {
                    "attributes": {
                      "hexvalue": "4d7953616c617279",
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "lValueRequested": false,
                      "token": "string",
                      "type": "literal_string \"MySalary\"",
                      "value": "MySalary"
                    },
                    "id": 3672,
                    "name": "Literal",
                    "src": "389:10:7"
                  }
                ],
                "id": 3673,
                "name": "ModifierInvocation",
                "src": "358:42:7"
              },
              {
                "children": [
                  {
                    "children": [
                      {
                        "attributes": {
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "operator": "=",
                          "type": "contract ERC721"
                        },
                        "children": [
                          {
                            "attributes": {
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3668,
                              "type": "contract ERC721",
                              "value": "notaries"
                            },
                            "id": 3675,
                            "name": "Identifier",
                            "src": "411:8:7"
                          },
                          {
                            "attributes": {
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "isStructConstructorCall": false,
                              "lValueRequested": false,
                              "names": [
                                null
                              ],
                              "tryCall": false,
                              "type": "contract ERC721",
                              "type_conversion": true
                            },
                            "children": [
                              {
                                "attributes": {
                                  "argumentTypes": [
                                    {
                                      "typeIdentifier": "t_address_payable",
                                      "typeString": "address payable"
                                    }
                                  ],
                                  "overloadedDeclarations": [
                                    null
                                  ],
                                  "referencedDeclaration": 5492,
                                  "type": "type(contract ERC721)",
                                  "value": "ERC721"
                                },
                                "id": 3676,
                                "name": "Identifier",
                                "src": "422:6:7"
                              },
                              {
                                "attributes": {
                                  "isConstant": false,
                                  "isLValue": false,
                                  "isPure": false,
                                  "lValueRequested": false,
                                  "member_name": "sender",
                                  "type": "address payable"
                                },
                                "children": [
                                  {
                                    "attributes": {
                                      "overloadedDeclarations": [
                                        null
                                      ],
                                      "referencedDeclaration": 4294967281,
                                      "type": "msg",
                                      "value": "msg"
                                    },
                                    "id": 3677,
                                    "name": "Identifier",
                                    "src": "429:3:7"
                                  }
                                ],
                                "id": 3678,
                                "name": "MemberAccess",
                                "src": "429:10:7"
                              }
                            ],
                            "id": 3679,
                            "name": "FunctionCall",
                            "src": "422:18:7"
                          }
                        ],
                        "id": 3680,
                        "name": "Assignment",
                        "src": "411:29:7"
                      }
                    ],
                    "id": 3681,
                    "name": "ExpressionStatement",
                    "src": "411:29:7"
                  }
                ],
                "id": 3682,
                "name": "Block",
                "src": "401:46:7"
              }
            ],
            "id": 3683,
            "name": "FunctionDefinition",
            "src": "344:103:7"
          },
          {
            "attributes": {
              "functionSelector": "82986ac5",
              "implemented": true,
              "isConstructor": false,
              "kind": "function",
              "name": "setNotaries",
              "scope": 3795,
              "stateMutability": "nonpayable",
              "virtual": true,
              "visibility": "public"
            },
            "children": [
              {
                "attributes": {
                  "text": "For internal use."
                },
                "id": 3684,
                "name": "StructuredDocumentation",
                "src": "453:21:7"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "_notaries",
                      "scope": 3696,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "contract ERC721",
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "ERC721",
                          "referencedDeclaration": 5492,
                          "type": "contract ERC721"
                        },
                        "id": 3685,
                        "name": "UserDefinedTypeName",
                        "src": "500:6:7"
                      }
                    ],
                    "id": 3686,
                    "name": "VariableDeclaration",
                    "src": "500:16:7"
                  }
                ],
                "id": 3687,
                "name": "ParameterList",
                "src": "499:18:7"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 3690,
                "name": "ParameterList",
                "src": "546:0:7"
              },
              {
                "attributes": {},
                "children": [
                  {
                    "attributes": {
                      "overloadedDeclarations": [
                        null
                      ],
                      "referencedDeclaration": 3794,
                      "type": "modifier ()",
                      "value": "onlyNotaries"
                    },
                    "id": 3688,
                    "name": "Identifier",
                    "src": "533:12:7"
                  }
                ],
                "id": 3689,
                "name": "ModifierInvocation",
                "src": "533:12:7"
              },
              {
                "children": [
                  {
                    "children": [
                      {
                        "attributes": {
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "operator": "=",
                          "type": "contract ERC721"
                        },
                        "children": [
                          {
                            "attributes": {
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3668,
                              "type": "contract ERC721",
                              "value": "notaries"
                            },
                            "id": 3691,
                            "name": "Identifier",
                            "src": "556:8:7"
                          },
                          {
                            "attributes": {
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3686,
                              "type": "contract ERC721",
                              "value": "_notaries"
                            },
                            "id": 3692,
                            "name": "Identifier",
                            "src": "567:9:7"
                          }
                        ],
                        "id": 3693,
                        "name": "Assignment",
                        "src": "556:20:7"
                      }
                    ],
                    "id": 3694,
                    "name": "ExpressionStatement",
                    "src": "556:20:7"
                  }
                ],
                "id": 3695,
                "name": "Block",
                "src": "546:37:7"
              }
            ],
            "id": 3696,
            "name": "FunctionDefinition",
            "src": "479:104:7"
          },
          {
            "attributes": {
              "functionSelector": "40c10f19",
              "implemented": true,
              "isConstructor": false,
              "kind": "function",
              "name": "mint",
              "scope": 3795,
              "stateMutability": "nonpayable",
              "virtual": true,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "_account",
                      "scope": 3711,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "stateMutability": "nonpayable",
                          "type": "address"
                        },
                        "id": 3697,
                        "name": "ElementaryTypeName",
                        "src": "603:7:7"
                      }
                    ],
                    "id": 3698,
                    "name": "VariableDeclaration",
                    "src": "603:16:7"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "_tokenId",
                      "scope": 3711,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 3699,
                        "name": "ElementaryTypeName",
                        "src": "621:7:7"
                      }
                    ],
                    "id": 3700,
                    "name": "VariableDeclaration",
                    "src": "621:16:7"
                  }
                ],
                "id": 3701,
                "name": "ParameterList",
                "src": "602:36:7"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 3704,
                "name": "ParameterList",
                "src": "664:0:7"
              },
              {
                "attributes": {},
                "children": [
                  {
                    "attributes": {
                      "overloadedDeclarations": [
                        null
                      ],
                      "referencedDeclaration": 3988,
                      "type": "modifier ()",
                      "value": "onlyOwner"
                    },
                    "id": 3702,
                    "name": "Identifier",
                    "src": "654:9:7"
                  }
                ],
                "id": 3703,
                "name": "ModifierInvocation",
                "src": "654:9:7"
              },
              {
                "children": [
                  {
                    "children": [
                      {
                        "attributes": {
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "isStructConstructorCall": false,
                          "lValueRequested": false,
                          "names": [
                            null
                          ],
                          "tryCall": false,
                          "type": "tuple()",
                          "type_conversion": false
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_address",
                                  "typeString": "address"
                                },
                                {
                                  "typeIdentifier": "t_uint256",
                                  "typeString": "uint256"
                                }
                              ],
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 5228,
                              "type": "function (address,uint256)",
                              "value": "_mint"
                            },
                            "id": 3705,
                            "name": "Identifier",
                            "src": "674:5:7"
                          },
                          {
                            "attributes": {
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3698,
                              "type": "address",
                              "value": "_account"
                            },
                            "id": 3706,
                            "name": "Identifier",
                            "src": "680:8:7"
                          },
                          {
                            "attributes": {
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3700,
                              "type": "uint256",
                              "value": "_tokenId"
                            },
                            "id": 3707,
                            "name": "Identifier",
                            "src": "690:8:7"
                          }
                        ],
                        "id": 3708,
                        "name": "FunctionCall",
                        "src": "674:25:7"
                      }
                    ],
                    "id": 3709,
                    "name": "ExpressionStatement",
                    "src": "674:25:7"
                  }
                ],
                "id": 3710,
                "name": "Block",
                "src": "664:42:7"
              }
            ],
            "id": 3711,
            "name": "FunctionDefinition",
            "src": "589:117:7"
          },
          {
            "attributes": {
              "baseFunctions": [
                4993
              ],
              "functionSelector": "23b872dd",
              "implemented": true,
              "isConstructor": false,
              "kind": "function",
              "modifiers": [
                null
              ],
              "name": "transferFrom",
              "scope": 3795,
              "stateMutability": "nonpayable",
              "virtual": true,
              "visibility": "public"
            },
            "children": [
              {
                "attributes": {
                  "overrides": [
                    null
                  ]
                },
                "id": 3719,
                "name": "OverrideSpecifier",
                "src": "792:8:7"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "from",
                      "scope": 3732,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "stateMutability": "nonpayable",
                          "type": "address"
                        },
                        "id": 3712,
                        "name": "ElementaryTypeName",
                        "src": "734:7:7"
                      }
                    ],
                    "id": 3713,
                    "name": "VariableDeclaration",
                    "src": "734:12:7"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "to",
                      "scope": 3732,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "stateMutability": "nonpayable",
                          "type": "address"
                        },
                        "id": 3714,
                        "name": "ElementaryTypeName",
                        "src": "748:7:7"
                      }
                    ],
                    "id": 3715,
                    "name": "VariableDeclaration",
                    "src": "748:10:7"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "tokenId",
                      "scope": 3732,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 3716,
                        "name": "ElementaryTypeName",
                        "src": "760:7:7"
                      }
                    ],
                    "id": 3717,
                    "name": "VariableDeclaration",
                    "src": "760:15:7"
                  }
                ],
                "id": 3718,
                "name": "ParameterList",
                "src": "733:43:7"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 3720,
                "name": "ParameterList",
                "src": "801:0:7"
              },
              {
                "children": [
                  {
                    "children": [
                      {
                        "attributes": {
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "isStructConstructorCall": false,
                          "lValueRequested": false,
                          "names": [
                            null
                          ],
                          "tryCall": false,
                          "type": "tuple()",
                          "type_conversion": false
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_uint256",
                                  "typeString": "uint256"
                                }
                              ],
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3779,
                              "type": "function (uint256)",
                              "value": "_requireApproved"
                            },
                            "id": 3721,
                            "name": "Identifier",
                            "src": "811:16:7"
                          },
                          {
                            "attributes": {
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3717,
                              "type": "uint256",
                              "value": "tokenId"
                            },
                            "id": 3722,
                            "name": "Identifier",
                            "src": "828:7:7"
                          }
                        ],
                        "id": 3723,
                        "name": "FunctionCall",
                        "src": "811:25:7"
                      }
                    ],
                    "id": 3724,
                    "name": "ExpressionStatement",
                    "src": "811:25:7"
                  },
                  {
                    "children": [
                      {
                        "attributes": {
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "isStructConstructorCall": false,
                          "lValueRequested": false,
                          "names": [
                            null
                          ],
                          "tryCall": false,
                          "type": "tuple()",
                          "type_conversion": false
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_address",
                                  "typeString": "address"
                                },
                                {
                                  "typeIdentifier": "t_address",
                                  "typeString": "address"
                                },
                                {
                                  "typeIdentifier": "t_uint256",
                                  "typeString": "uint256"
                                }
                              ],
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 5367,
                              "type": "function (address,address,uint256)",
                              "value": "_transfer"
                            },
                            "id": 3725,
                            "name": "Identifier",
                            "src": "847:9:7"
                          },
                          {
                            "attributes": {
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3713,
                              "type": "address",
                              "value": "from"
                            },
                            "id": 3726,
                            "name": "Identifier",
                            "src": "857:4:7"
                          },
                          {
                            "attributes": {
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3715,
                              "type": "address",
                              "value": "to"
                            },
                            "id": 3727,
                            "name": "Identifier",
                            "src": "863:2:7"
                          },
                          {
                            "attributes": {
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3717,
                              "type": "uint256",
                              "value": "tokenId"
                            },
                            "id": 3728,
                            "name": "Identifier",
                            "src": "867:7:7"
                          }
                        ],
                        "id": 3729,
                        "name": "FunctionCall",
                        "src": "847:28:7"
                      }
                    ],
                    "id": 3730,
                    "name": "ExpressionStatement",
                    "src": "847:28:7"
                  }
                ],
                "id": 3731,
                "name": "Block",
                "src": "801:81:7"
              }
            ],
            "id": 3732,
            "name": "FunctionDefinition",
            "src": "712:170:7"
          },
          {
            "attributes": {
              "baseFunctions": [
                5042
              ],
              "functionSelector": "b88d4fde",
              "implemented": true,
              "isConstructor": false,
              "kind": "function",
              "modifiers": [
                null
              ],
              "name": "safeTransferFrom",
              "scope": 3795,
              "stateMutability": "nonpayable",
              "virtual": true,
              "visibility": "public"
            },
            "children": [
              {
                "attributes": {
                  "overrides": [
                    null
                  ]
                },
                "id": 3742,
                "name": "OverrideSpecifier",
                "src": "992:8:7"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "from",
                      "scope": 3756,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "stateMutability": "nonpayable",
                          "type": "address"
                        },
                        "id": 3733,
                        "name": "ElementaryTypeName",
                        "src": "914:7:7"
                      }
                    ],
                    "id": 3734,
                    "name": "VariableDeclaration",
                    "src": "914:12:7"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "to",
                      "scope": 3756,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "stateMutability": "nonpayable",
                          "type": "address"
                        },
                        "id": 3735,
                        "name": "ElementaryTypeName",
                        "src": "928:7:7"
                      }
                    ],
                    "id": 3736,
                    "name": "VariableDeclaration",
                    "src": "928:10:7"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "tokenId",
                      "scope": 3756,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 3737,
                        "name": "ElementaryTypeName",
                        "src": "940:7:7"
                      }
                    ],
                    "id": 3738,
                    "name": "VariableDeclaration",
                    "src": "940:15:7"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "_data",
                      "scope": 3756,
                      "stateVariable": false,
                      "storageLocation": "memory",
                      "type": "bytes",
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bytes",
                          "type": "bytes"
                        },
                        "id": 3739,
                        "name": "ElementaryTypeName",
                        "src": "957:5:7"
                      }
                    ],
                    "id": 3740,
                    "name": "VariableDeclaration",
                    "src": "957:18:7"
                  }
                ],
                "id": 3741,
                "name": "ParameterList",
                "src": "913:63:7"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 3743,
                "name": "ParameterList",
                "src": "1001:0:7"
              },
              {
                "children": [
                  {
                    "children": [
                      {
                        "attributes": {
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "isStructConstructorCall": false,
                          "lValueRequested": false,
                          "names": [
                            null
                          ],
                          "tryCall": false,
                          "type": "tuple()",
                          "type_conversion": false
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_uint256",
                                  "typeString": "uint256"
                                }
                              ],
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3779,
                              "type": "function (uint256)",
                              "value": "_requireApproved"
                            },
                            "id": 3744,
                            "name": "Identifier",
                            "src": "1011:16:7"
                          },
                          {
                            "attributes": {
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3738,
                              "type": "uint256",
                              "value": "tokenId"
                            },
                            "id": 3745,
                            "name": "Identifier",
                            "src": "1028:7:7"
                          }
                        ],
                        "id": 3746,
                        "name": "FunctionCall",
                        "src": "1011:25:7"
                      }
                    ],
                    "id": 3747,
                    "name": "ExpressionStatement",
                    "src": "1011:25:7"
                  },
                  {
                    "children": [
                      {
                        "attributes": {
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "isStructConstructorCall": false,
                          "lValueRequested": false,
                          "names": [
                            null
                          ],
                          "tryCall": false,
                          "type": "tuple()",
                          "type_conversion": false
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_address",
                                  "typeString": "address"
                                },
                                {
                                  "typeIdentifier": "t_address",
                                  "typeString": "address"
                                },
                                {
                                  "typeIdentifier": "t_uint256",
                                  "typeString": "uint256"
                                },
                                {
                                  "typeIdentifier": "t_bytes_memory_ptr",
                                  "typeString": "bytes memory"
                                }
                              ],
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 5071,
                              "type": "function (address,address,uint256,bytes memory)",
                              "value": "_safeTransfer"
                            },
                            "id": 3748,
                            "name": "Identifier",
                            "src": "1047:13:7"
                          },
                          {
                            "attributes": {
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3734,
                              "type": "address",
                              "value": "from"
                            },
                            "id": 3749,
                            "name": "Identifier",
                            "src": "1061:4:7"
                          },
                          {
                            "attributes": {
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3736,
                              "type": "address",
                              "value": "to"
                            },
                            "id": 3750,
                            "name": "Identifier",
                            "src": "1067:2:7"
                          },
                          {
                            "attributes": {
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3738,
                              "type": "uint256",
                              "value": "tokenId"
                            },
                            "id": 3751,
                            "name": "Identifier",
                            "src": "1071:7:7"
                          },
                          {
                            "attributes": {
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 3740,
                              "type": "bytes memory",
                              "value": "_data"
                            },
                            "id": 3752,
                            "name": "Identifier",
                            "src": "1080:5:7"
                          }
                        ],
                        "id": 3753,
                        "name": "FunctionCall",
                        "src": "1047:39:7"
                      }
                    ],
                    "id": 3754,
                    "name": "ExpressionStatement",
                    "src": "1047:39:7"
                  }
                ],
                "id": 3755,
                "name": "Block",
                "src": "1001:92:7"
              }
            ],
            "id": 3756,
            "name": "FunctionDefinition",
            "src": "888:205:7"
          },
          {
            "attributes": {
              "implemented": true,
              "isConstructor": false,
              "kind": "function",
              "modifiers": [
                null
              ],
              "name": "_requireApproved",
              "scope": 3795,
              "stateMutability": "nonpayable",
              "virtual": true,
              "visibility": "internal"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "mutability": "mutable",
                      "name": "tokenId",
                      "scope": 3779,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 3757,
                        "name": "ElementaryTypeName",
                        "src": "1165:7:7"
                      }
                    ],
                    "id": 3758,
                    "name": "VariableDeclaration",
                    "src": "1165:15:7"
                  }
                ],
                "id": 3759,
                "name": "ParameterList",
                "src": "1164:17:7"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 3760,
                "name": "ParameterList",
                "src": "1199:0:7"
              },
              {
                "children": [
                  {
                    "children": [
                      {
                        "attributes": {
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "isStructConstructorCall": false,
                          "lValueRequested": false,
                          "names": [
                            null
                          ],
                          "tryCall": false,
                          "type": "tuple()",
                          "type_conversion": false
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_bool",
                                  "typeString": "bool"
                                },
                                {
                                  "typeIdentifier": "t_stringliteral_c8682f3ad98807db59a6ec6bb812b72fed0a66e3150fa8239699ee83885247f2",
                                  "typeString": "literal_string \"ERC721: transfer caller is not owner nor approved\""
                                }
                              ],
                              "overloadedDeclarations": [
                                4294967278,
                                4294967278
                              ],
                              "referencedDeclaration": 4294967278,
                              "type": "function (bool,string memory) pure",
                              "value": "require"
                            },
                            "id": 3761,
                            "name": "Identifier",
                            "src": "1261:7:7"
                          },
                          {
                            "attributes": {
                              "commonType": {
                                "typeIdentifier": "t_bool",
                                "typeString": "bool"
                              },
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "lValueRequested": false,
                              "operator": "||",
                              "type": "bool"
                            },
                            "children": [
                              {
                                "attributes": {
                                  "isConstant": false,
                                  "isLValue": false,
                                  "isPure": false,
                                  "isStructConstructorCall": false,
                                  "lValueRequested": false,
                                  "names": [
                                    null
                                  ],
                                  "tryCall": false,
                                  "type": "bool",
                                  "type_conversion": false
                                },
                                "children": [
                                  {
                                    "attributes": {
                                      "argumentTypes": [
                                        {
                                          "typeIdentifier": "t_address_payable",
                                          "typeString": "address payable"
                                        },
                                        {
                                          "typeIdentifier": "t_uint256",
                                          "typeString": "uint256"
                                        }
                                      ],
                                      "overloadedDeclarations": [
                                        null
                                      ],
                                      "referencedDeclaration": 5125,
                                      "type": "function (address,uint256) view returns (bool)",
                                      "value": "_isApprovedOrOwner"
                                    },
                                    "id": 3762,
                                    "name": "Identifier",
                                    "src": "1269:18:7"
                                  },
                                  {
                                    "attributes": {
                                      "arguments": [
                                        null
                                      ],
                                      "isConstant": false,
                                      "isLValue": false,
                                      "isPure": false,
                                      "isStructConstructorCall": false,
                                      "lValueRequested": false,
                                      "names": [
                                        null
                                      ],
                                      "tryCall": false,
                                      "type": "address payable",
                                      "type_conversion": false
                                    },
                                    "children": [
                                      {
                                        "attributes": {
                                          "argumentTypes": [
                                            null
                                          ],
                                          "overloadedDeclarations": [
                                            null
                                          ],
                                          "referencedDeclaration": 3918,
                                          "type": "function () view returns (address payable)",
                                          "value": "_msgSender"
                                        },
                                        "id": 3763,
                                        "name": "Identifier",
                                        "src": "1288:10:7"
                                      }
                                    ],
                                    "id": 3764,
                                    "name": "FunctionCall",
                                    "src": "1288:12:7"
                                  },
                                  {
                                    "attributes": {
                                      "overloadedDeclarations": [
                                        null
                                      ],
                                      "referencedDeclaration": 3758,
                                      "type": "uint256",
                                      "value": "tokenId"
                                    },
                                    "id": 3765,
                                    "name": "Identifier",
                                    "src": "1302:7:7"
                                  }
                                ],
                                "id": 3766,
                                "name": "FunctionCall",
                                "src": "1269:41:7"
                              },
                              {
                                "attributes": {
                                  "commonType": {
                                    "typeIdentifier": "t_address",
                                    "typeString": "address"
                                  },
                                  "isConstant": false,
                                  "isLValue": false,
                                  "isPure": false,
                                  "lValueRequested": false,
                                  "operator": "==",
                                  "type": "bool"
                                },
                                "children": [
                                  {
                                    "attributes": {
                                      "isConstant": false,
                                      "isLValue": false,
                                      "isPure": false,
                                      "isStructConstructorCall": false,
                                      "lValueRequested": false,
                                      "names": [
                                        null
                                      ],
                                      "tryCall": false,
                                      "type": "address",
                                      "type_conversion": false
                                    },
                                    "children": [
                                      {
                                        "attributes": {
                                          "argumentTypes": [
                                            {
                                              "typeIdentifier": "t_uint256",
                                              "typeString": "uint256"
                                            }
                                          ],
                                          "isConstant": false,
                                          "isLValue": false,
                                          "isPure": false,
                                          "lValueRequested": false,
                                          "member_name": "ownerOf",
                                          "referencedDeclaration": 4709,
                                          "type": "function (uint256) view external returns (address)"
                                        },
                                        "children": [
                                          {
                                            "attributes": {
                                              "overloadedDeclarations": [
                                                null
                                              ],
                                              "referencedDeclaration": 3668,
                                              "type": "contract ERC721",
                                              "value": "notaries"
                                            },
                                            "id": 3767,
                                            "name": "Identifier",
                                            "src": "1314:8:7"
                                          }
                                        ],
                                        "id": 3768,
                                        "name": "MemberAccess",
                                        "src": "1314:16:7"
                                      },
                                      {
                                        "attributes": {
                                          "overloadedDeclarations": [
                                            null
                                          ],
                                          "referencedDeclaration": 3758,
                                          "type": "uint256",
                                          "value": "tokenId"
                                        },
                                        "id": 3769,
                                        "name": "Identifier",
                                        "src": "1331:7:7"
                                      }
                                    ],
                                    "id": 3770,
                                    "name": "FunctionCall",
                                    "src": "1314:25:7"
                                  },
                                  {
                                    "attributes": {
                                      "arguments": [
                                        null
                                      ],
                                      "isConstant": false,
                                      "isLValue": false,
                                      "isPure": false,
                                      "isStructConstructorCall": false,
                                      "lValueRequested": false,
                                      "names": [
                                        null
                                      ],
                                      "tryCall": false,
                                      "type": "address payable",
                                      "type_conversion": false
                                    },
                                    "children": [
                                      {
                                        "attributes": {
                                          "argumentTypes": [
                                            null
                                          ],
                                          "overloadedDeclarations": [
                                            null
                                          ],
                                          "referencedDeclaration": 3918,
                                          "type": "function () view returns (address payable)",
                                          "value": "_msgSender"
                                        },
                                        "id": 3771,
                                        "name": "Identifier",
                                        "src": "1343:10:7"
                                      }
                                    ],
                                    "id": 3772,
                                    "name": "FunctionCall",
                                    "src": "1343:12:7"
                                  }
                                ],
                                "id": 3773,
                                "name": "BinaryOperation",
                                "src": "1314:41:7"
                              }
                            ],
                            "id": 3774,
                            "name": "BinaryOperation",
                            "src": "1269:86:7"
                          },
                          {
                            "attributes": {
                              "hexvalue": "4552433732313a207472616e736665722063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f766564",
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "lValueRequested": false,
                              "token": "string",
                              "type": "literal_string \"ERC721: transfer caller is not owner nor approved\"",
                              "value": "ERC721: transfer caller is not owner nor approved"
                            },
                            "id": 3775,
                            "name": "Literal",
                            "src": "1357:51:7"
                          }
                        ],
                        "id": 3776,
                        "name": "FunctionCall",
                        "src": "1261:148:7"
                      }
                    ],
                    "id": 3777,
                    "name": "ExpressionStatement",
                    "src": "1261:148:7"
                  }
                ],
                "id": 3778,
                "name": "Block",
                "src": "1199:217:7"
              }
            ],
            "id": 3779,
            "name": "FunctionDefinition",
            "src": "1139:277:7"
          },
          {
            "attributes": {
              "name": "onlyNotaries",
              "virtual": false,
              "visibility": "internal"
            },
            "children": [
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 3780,
                "name": "ParameterList",
                "src": "1444:0:7"
              },
              {
                "children": [
                  {
                    "children": [
                      {
                        "attributes": {
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "isStructConstructorCall": false,
                          "lValueRequested": false,
                          "names": [
                            null
                          ],
                          "tryCall": false,
                          "type": "tuple()",
                          "type_conversion": false
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_bool",
                                  "typeString": "bool"
                                },
                                {
                                  "typeIdentifier": "t_stringliteral_90967bbd09b28d06f80600e85824b142e98b0bcfe12d31a9590cbadff1aa3677",
                                  "typeString": "literal_string \"Only system\""
                                }
                              ],
                              "overloadedDeclarations": [
                                4294967278,
                                4294967278
                              ],
                              "referencedDeclaration": 4294967278,
                              "type": "function (bool,string memory) pure",
                              "value": "require"
                            },
                            "id": 3781,
                            "name": "Identifier",
                            "src": "1454:7:7"
                          },
                          {
                            "attributes": {
                              "commonType": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              },
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "lValueRequested": false,
                              "operator": "==",
                              "type": "bool"
                            },
                            "children": [
                              {
                                "attributes": {
                                  "isConstant": false,
                                  "isLValue": false,
                                  "isPure": false,
                                  "lValueRequested": false,
                                  "member_name": "sender",
                                  "type": "address payable"
                                },
                                "children": [
                                  {
                                    "attributes": {
                                      "overloadedDeclarations": [
                                        null
                                      ],
                                      "referencedDeclaration": 4294967281,
                                      "type": "msg",
                                      "value": "msg"
                                    },
                                    "id": 3782,
                                    "name": "Identifier",
                                    "src": "1462:3:7"
                                  }
                                ],
                                "id": 3783,
                                "name": "MemberAccess",
                                "src": "1462:10:7"
                              },
                              {
                                "attributes": {
                                  "isConstant": false,
                                  "isLValue": false,
                                  "isPure": false,
                                  "isStructConstructorCall": false,
                                  "lValueRequested": false,
                                  "names": [
                                    null
                                  ],
                                  "tryCall": false,
                                  "type": "address",
                                  "type_conversion": true
                                },
                                "children": [
                                  {
                                    "attributes": {
                                      "argumentTypes": [
                                        {
                                          "typeIdentifier": "t_contract$_ERC721_$5492",
                                          "typeString": "contract ERC721"
                                        }
                                      ],
                                      "isConstant": false,
                                      "isLValue": false,
                                      "isPure": true,
                                      "lValueRequested": false,
                                      "type": "type(address)"
                                    },
                                    "children": [
                                      {
                                        "attributes": {
                                          "name": "address"
                                        },
                                        "id": 3784,
                                        "name": "ElementaryTypeName",
                                        "src": "1476:7:7"
                                      }
                                    ],
                                    "id": 3785,
                                    "name": "ElementaryTypeNameExpression",
                                    "src": "1476:7:7"
                                  },
                                  {
                                    "attributes": {
                                      "overloadedDeclarations": [
                                        null
                                      ],
                                      "referencedDeclaration": 3668,
                                      "type": "contract ERC721",
                                      "value": "notaries"
                                    },
                                    "id": 3786,
                                    "name": "Identifier",
                                    "src": "1484:8:7"
                                  }
                                ],
                                "id": 3787,
                                "name": "FunctionCall",
                                "src": "1476:17:7"
                              }
                            ],
                            "id": 3788,
                            "name": "BinaryOperation",
                            "src": "1462:31:7"
                          },
                          {
                            "attributes": {
                              "hexvalue": "4f6e6c792073797374656d",
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "lValueRequested": false,
                              "token": "string",
                              "type": "literal_string \"Only system\"",
                              "value": "Only system"
                            },
                            "id": 3789,
                            "name": "Literal",
                            "src": "1495:13:7"
                          }
                        ],
                        "id": 3790,
                        "name": "FunctionCall",
                        "src": "1454:55:7"
                      }
                    ],
                    "id": 3791,
                    "name": "ExpressionStatement",
                    "src": "1454:55:7"
                  },
                  {
                    "id": 3792,
                    "name": "PlaceholderStatement",
                    "src": "1519:1:7"
                  }
                ],
                "id": 3793,
                "name": "Block",
                "src": "1444:83:7"
              }
            ],
            "id": 3794,
            "name": "ModifierDefinition",
            "src": "1422:105:7"
          }
        ],
        "id": 3795,
        "name": "ContractDefinition",
        "src": "262:1267:7"
      }
    ],
    "id": 3796,
    "name": "SourceUnit",
    "src": "46:1484:7"
  },
  "compiler": {
    "name": "solc",
    "version": "0.7.6+commit.7338295f.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.4.1",
  "updatedAt": "2021-06-14T03:28:01.994Z",
  "devdoc": {
    "author": "Victor Porton",
    "kind": "dev",
    "methods": {
      "approve(address,uint256)": {
        "details": "See {IERC721-approve}."
      },
      "balanceOf(address)": {
        "details": "See {IERC721-balanceOf}."
      },
      "baseURI()": {
        "details": "Returns the base URI set via {_setBaseURI}. This will be automatically added as a prefix in {tokenURI} to each token's URI, or to the token ID if no specific URI is set for that token ID."
      },
      "getApproved(uint256)": {
        "details": "See {IERC721-getApproved}."
      },
      "isApprovedForAll(address,address)": {
        "details": "See {IERC721-isApprovedForAll}."
      },
      "name()": {
        "details": "See {IERC721Metadata-name}."
      },
      "owner()": {
        "details": "Returns the address of the current owner."
      },
      "ownerOf(uint256)": {
        "details": "See {IERC721-ownerOf}."
      },
      "renounceOwnership()": {
        "details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner."
      },
      "safeTransferFrom(address,address,uint256)": {
        "details": "See {IERC721-safeTransferFrom}."
      },
      "safeTransferFrom(address,address,uint256,bytes)": {
        "details": "See {IERC721-safeTransferFrom}."
      },
      "setApprovalForAll(address,bool)": {
        "details": "See {IERC721-setApprovalForAll}."
      },
      "supportsInterface(bytes4)": {
        "details": "See {IERC165-supportsInterface}. Time complexity O(1), guaranteed to always use less than 30 000 gas."
      },
      "symbol()": {
        "details": "See {IERC721Metadata-symbol}."
      },
      "tokenByIndex(uint256)": {
        "details": "See {IERC721Enumerable-tokenByIndex}."
      },
      "tokenOfOwnerByIndex(address,uint256)": {
        "details": "See {IERC721Enumerable-tokenOfOwnerByIndex}."
      },
      "tokenURI(uint256)": {
        "details": "See {IERC721Metadata-tokenURI}."
      },
      "totalSupply()": {
        "details": "See {IERC721Enumerable-totalSupply}."
      },
      "transferFrom(address,address,uint256)": {
        "details": "See {IERC721-transferFrom}."
      },
      "transferOwnership(address)": {
        "details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
      }
    },
    "version": 1
  },
  "userdoc": {
    "kind": "user",
    "methods": {
      "setNotaries(address)": {
        "notice": "For internal use."
      }
    },
    "notice": "The owner of this NFT receives a salary.",
    "version": 1
  }
}