{
  "contractName": "FeeRebateToken",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "_vendingMachine",
          "type": "address"
        }
      ],
      "payable": false,
      "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": "from",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "Transfer",
      "type": "event"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "approve",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "address",
          "name": "owner",
          "type": "address"
        }
      ],
      "name": "balanceOf",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "getApproved",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "address",
          "name": "owner",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "operator",
          "type": "address"
        }
      ],
      "name": "isApprovedForAll",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "name",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "ownerOf",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "safeTransferFrom",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "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": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "bool",
          "name": "approved",
          "type": "bool"
        }
      ],
      "name": "setApprovalForAll",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "bytes4",
          "name": "interfaceId",
          "type": "bytes4"
        }
      ],
      "name": "supportsInterface",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "symbol",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "tokenURI",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "tokenId",
          "type": "uint256"
        }
      ],
      "name": "transferFrom",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "_to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "_tokenId",
          "type": "uint256"
        }
      ],
      "name": "mint",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "_tokenId",
          "type": "uint256"
        }
      ],
      "name": "exists",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.5.17+commit.d19bba13\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_vendingMachine\",\"type\":\"address\"}],\"payable\":false,\"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\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_tokenId\",\"type\":\"uint256\"}],\"name\":\"exists\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"getApproved\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"operator\",\"type\":\"address\"}],\"name\":\"isApprovedForAll\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_tokenId\",\"type\":\"uint256\"}],\"name\":\"mint\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"ownerOf\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"safeTransferFrom\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"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\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"approved\",\"type\":\"bool\"}],\"name\":\"setApprovalForAll\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"tokenURI\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"tokenId\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"This token is minted automatically when a TDT (`TBTCDepositToken`)         is exchanged for TBTC (`TBTCToken`) via the Vending Machine (`VendingMachine`).         When the Deposit is redeemed, the TDT holder will be reimbursed         the signer fee if the redeemer is not the TDT holder and Deposit is not         at-term or in COURTESY_CALL.\",\"methods\":{\"approve(address,uint256)\":{\"details\":\"Approves another address to transfer the given token ID The zero address indicates there is no approved address. There can only be one approved address per token at a given time. Can only be called by the token owner or an approved operator.\",\"params\":{\"to\":\"address to be approved for the given token ID\",\"tokenId\":\"uint256 ID of the token to be approved\"}},\"balanceOf(address)\":{\"details\":\"Gets the balance of the specified address.\",\"params\":{\"owner\":\"address to query the balance of\"},\"return\":\"uint256 representing the amount owned by the passed address\"},\"exists(uint256)\":{\"details\":\"Returns whether the specified token exists.\",\"params\":{\"_tokenId\":\"uint256 ID of the token to query the existence of.\"},\"return\":\"bool whether the token exists.\"},\"getApproved(uint256)\":{\"details\":\"Gets the approved address for a token ID, or zero if no address set Reverts if the token ID does not exist.\",\"params\":{\"tokenId\":\"uint256 ID of the token to query the approval of\"},\"return\":\"address currently approved for the given token ID\"},\"isApprovedForAll(address,address)\":{\"details\":\"Tells whether an operator is approved by a given owner.\",\"params\":{\"operator\":\"operator address which you want to query the approval of\",\"owner\":\"owner address which you want to query the approval of\"},\"return\":\"bool whether the given operator is approved by the given owner\"},\"mint(address,uint256)\":{\"details\":\"Mints a new token. Reverts if the given token ID already exists.\",\"params\":{\"_to\":\"The address that will own the minted token.\",\"_tokenId\":\"uint256 ID of the token to be minted.\"}},\"name()\":{\"details\":\"Gets the token name.\",\"return\":\"string representing the token name\"},\"ownerOf(uint256)\":{\"details\":\"Gets the owner of the specified token ID.\",\"params\":{\"tokenId\":\"uint256 ID of the token to query the owner of\"},\"return\":\"address currently marked as the owner of the given token ID\"},\"safeTransferFrom(address,address,uint256)\":{\"details\":\"Safely transfers the ownership of a given token ID to another address If the target address is a contract, it must implement `onERC721Received`, which is called upon a safe transfer, and return the magic value `bytes4(keccak256(\\\"onERC721Received(address,address,uint256,bytes)\\\"))`; otherwise, the transfer is reverted. Requires the msg.sender to be the owner, approved, or operator\",\"params\":{\"from\":\"current owner of the token\",\"to\":\"address to receive the ownership of the given token ID\",\"tokenId\":\"uint256 ID of the token to be transferred\"}},\"safeTransferFrom(address,address,uint256,bytes)\":{\"details\":\"Safely transfers the ownership of a given token ID to another address If the target address is a contract, it must implement `onERC721Received`, which is called upon a safe transfer, and return the magic value `bytes4(keccak256(\\\"onERC721Received(address,address,uint256,bytes)\\\"))`; otherwise, the transfer is reverted. Requires the msg.sender to be the owner, approved, or operator\",\"params\":{\"_data\":\"bytes data to send along with a safe transfer check\",\"from\":\"current owner of the token\",\"to\":\"address to receive the ownership of the given token ID\",\"tokenId\":\"uint256 ID of the token to be transferred\"}},\"setApprovalForAll(address,bool)\":{\"details\":\"Sets or unsets the approval of a given operator An operator is allowed to transfer all tokens of the sender on their behalf.\",\"params\":{\"approved\":\"representing the status of the approval to be set\",\"to\":\"operator address to set the approval\"}},\"supportsInterface(bytes4)\":{\"details\":\"See `IERC165.supportsInterface`.     * Time complexity O(1), guaranteed to always use less than 30 000 gas.\"},\"symbol()\":{\"details\":\"Gets the token symbol.\",\"return\":\"string representing the token symbol\"},\"tokenURI(uint256)\":{\"details\":\"Returns an URI for a given token ID. Throws if the token ID does not exist. May return an empty string.\",\"params\":{\"tokenId\":\"uint256 ID of the token to query\"}},\"transferFrom(address,address,uint256)\":{\"details\":\"Transfers the ownership of a given token ID to another address. Usage of this method is discouraged, use `safeTransferFrom` whenever possible. Requires the msg.sender to be the owner, approved, or operator.\",\"params\":{\"from\":\"current owner of the token\",\"to\":\"address to receive the ownership of the given token ID\",\"tokenId\":\"uint256 ID of the token to be transferred\"}}},\"title\":\"Fee Rebate Token\"},\"userdoc\":{\"methods\":{},\"notice\":\"The Fee Rebate Token (FRT) is a non fungible token (ERC721)         the ID of which corresponds to a given deposit address.         If the corresponding deposit is still active, ownership of this token         could result in reimbursement of the signer fee paid to open the deposit.\"}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/tbtc/tbtc/solidity/contracts/system/FeeRebateToken.sol\":\"FeeRebateToken\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"/home/runner/work/tbtc/tbtc/solidity/contracts/system/FeeRebateToken.sol\":{\"keccak256\":\"0x3d9980b4b18be7e69364b93581d86d08dd2c66fc76b2f9f0af0b4911dc648318\",\"urls\":[\"bzz-raw://751dae1cd68c285a22b513d515074eb6704e11e00ba8196f360d47dc8551dd86\",\"dweb:/ipfs/QmRe5u8bjSd2CMvjgWMzpeea3VdcqEGwAP91zvjxgur8o8\"]},\"/home/runner/work/tbtc/tbtc/solidity/contracts/system/VendingMachineAuthority.sol\":{\"keccak256\":\"0x7ad8a2cee5e6bbc187d04b147dc0d2bc2ae12bb8c3680870be9013dd5543bfd6\",\"urls\":[\"bzz-raw://733f2370c788437b0034c40a8df07f4714009769ed8134a9c656e2a103996687\",\"dweb:/ipfs/Qma9LAGQDzyUvsbhLx3FUKRCx3FmnoZuMxG4SUdjLr8bRm\"]},\"openzeppelin-solidity/contracts/drafts/Counters.sol\":{\"keccak256\":\"0x5eb69360d3441ab2ee799bd7c007cccbffb0896f12b2dfe1456193e2aa180a11\",\"urls\":[\"bzz-raw://072e8b5a1b5acfc2acba9b6fb87d1dc57065aad44572617ad46b014074969eb3\",\"dweb:/ipfs/QmVTDHUriaxBJqiWCWgWC8vYaYYfXSz883LsowzTx1DcpK\"]},\"openzeppelin-solidity/contracts/introspection/ERC165.sol\":{\"keccak256\":\"0xac2eacd7e7762e275442f28f21d821544df5aae2ed7698af13be8c41b7005e2e\",\"urls\":[\"bzz-raw://8bdbefb642e7b08535c66bbf074e576cfef2300cdf910c1e0b211f6393833a28\",\"dweb:/ipfs/QmQhfx2Ufr8a2gFXm3KogL66xGgAuAWMwcamkWFKGG6Vya\"]},\"openzeppelin-solidity/contracts/introspection/IERC165.sol\":{\"keccak256\":\"0x661553e43d7c4fbb2de504e5999fd5c104d367488350ed5bf023031bd1ba5ac5\",\"urls\":[\"bzz-raw://b40442c5b350b57b88a081a1eacd2bac962d4ecc1f029f5447a18986f08f6f14\",\"dweb:/ipfs/QmV7wjtRf11ibUHh4g8JjuhMpy68pPhV95L2y46UBoRfsZ\"]},\"openzeppelin-solidity/contracts/math/SafeMath.sol\":{\"keccak256\":\"0x4ccf2d7b51873db1ccfd54ca2adae5eac3b184f9699911ed4490438419f1c690\",\"urls\":[\"bzz-raw://d62d769b2219d5de39013093412623e624fa887f871826ea3bae6052ee893610\",\"dweb:/ipfs/QmV3yVktya1s617QmuzQR2CfuJgUi3dR2xEZY9ecmqZ2G1\"]},\"openzeppelin-solidity/contracts/token/ERC721/ERC721.sol\":{\"keccak256\":\"0xf151df411bbf4eaef1fc8e8480cd10c2cd985f1a36517e63981517610213efc1\",\"urls\":[\"bzz-raw://2a277b3cc3a1a03af5c039bc75cd16bb2d23b529cb2564cc0bea1b1e0eb4dd68\",\"dweb:/ipfs/QmNRxggY8qmjjuLnxggRqE8uBueuCktLwi9YYHagWoaEJ8\"]},\"openzeppelin-solidity/contracts/token/ERC721/ERC721Metadata.sol\":{\"keccak256\":\"0xe5e28b1a405164faa98f8ecd8ed2b00907b89e3d58b2b2bb8ac8b12bc5714489\",\"urls\":[\"bzz-raw://0d5d3f0caa7e7ec91f8a2894e1a6a3513a0c79aa91a498ebf8fdbdd07c12286f\",\"dweb:/ipfs/QmP7r4jQMRxXb5JHy5V9bgMz5FmTezcSDd7ivyzJN88pTR\"]},\"openzeppelin-solidity/contracts/token/ERC721/IERC721.sol\":{\"keccak256\":\"0xce48937a8007c580b8e2e35705738c922dd17540de89ebee6df06d2917a3f9fc\",\"urls\":[\"bzz-raw://1d117265103ee3efcd454d3aafb3e79a115f9bca6dec78a1229558eb30d14d05\",\"dweb:/ipfs/QmTm5Z1c7zzPiG3Cfj1eBMB23AeiEFGgvmTFQVaeEWXVCw\"]},\"openzeppelin-solidity/contracts/token/ERC721/IERC721Metadata.sol\":{\"keccak256\":\"0x2b2b99dc7fe8fcd1f9427d00822b99cbc683dc21f5dd7532bd7e2281fd2c2ca2\",\"urls\":[\"bzz-raw://a8024c00e34efaf328f9592e76823c79f25fa0f6006bdf4a1e7fea204afd4773\",\"dweb:/ipfs/QmZns9jTr7843njq3J2iL2LLoWXK5mdzN1bDGd9GL3ahhD\"]},\"openzeppelin-solidity/contracts/token/ERC721/IERC721Receiver.sol\":{\"keccak256\":\"0xadbfb7028fb0f851dc848a48b9e54e7c89ffd2c2edc12fa4ba9bb383dfaa83d9\",\"urls\":[\"bzz-raw://90dceab42713246639100b87d6650037d68e4a2ab2dd4b5768c3ed35d6b3a4a0\",\"dweb:/ipfs/QmQ42UW5nchMoYP9bU9F1AJga5chG8j92fCPkURpiDKsCu\"]},\"openzeppelin-solidity/contracts/utils/Address.sol\":{\"keccak256\":\"0xf3358e5819ca73357abd6c90bdfffd0474af54364897f6b3e3234c4b71fbe9a1\",\"urls\":[\"bzz-raw://75ae8d04454d1511a2ed986cc8585736f05c5c25280683b3d24712a9f414a4bf\",\"dweb:/ipfs/Qmb3kNCoBUZdah1AgBBD4zMk898j5Qw8ahT1w5cCMYp5Y3\"]}},\"version\":1}",
  "bytecode": "0x60806040523480156200001157600080fd5b506040516200148e3803806200148e833981810160405260208110156200003757600080fd5b5051604080518082018252601581527f74425443204665652052656261746520546f6b656e00000000000000000000006020828101919091528251808401909352600383526211949560ea1b908301528291620000a46301ffc9a760e01b6001600160e01b036200012f16565b620000bf6380ac58cd60e01b6001600160e01b036200012f16565b8151620000d4906005906020850190620001b4565b508051620000ea906006906020840190620001b4565b5062000106635b5e139f60e01b6001600160e01b036200012f16565b5050600880546001600160a01b0319166001600160a01b03929092169190911790555062000259565b6001600160e01b031980821614156200018f576040805162461bcd60e51b815260206004820152601c60248201527f4552433136353a20696e76616c696420696e7465726661636520696400000000604482015290519081900360640190fd5b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10620001f757805160ff191683800117855562000227565b8280016001018555821562000227579182015b82811115620002275782518255916020019190600101906200020a565b506200023592915062000239565b5090565b6200025691905b8082111562000235576000815560010162000240565b90565b61122580620002696000396000f3fe608060405234801561001057600080fd5b50600436106100f55760003560e01c80634f558e7911610097578063a22cb46511610066578063a22cb4651461032b578063b88d4fde14610359578063c87b56dd1461041f578063e985e9c51461043c576100f5565b80634f558e79146102b15780636352211e146102ce57806370a08231146102eb57806395d89b4114610323576100f5565b8063095ea7b3116100d3578063095ea7b3146101eb57806323b872dd1461021957806340c10f191461024f57806342842e0e1461027b576100f5565b806301ffc9a7146100fa57806306fdde0314610135578063081812fc146101b2575b600080fd5b6101216004803603602081101561011057600080fd5b50356001600160e01b03191661046a565b604080519115158252519081900360200190f35b61013d610489565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561017757818101518382015260200161015f565b50505050905090810190601f1680156101a45780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101cf600480360360208110156101c857600080fd5b503561051f565b604080516001600160a01b039092168252519081900360200190f35b6102176004803603604081101561020157600080fd5b506001600160a01b038135169060200135610581565b005b6102176004803603606081101561022f57600080fd5b506001600160a01b03813581169160208101359091169060400135610692565b6102176004803603604081101561026557600080fd5b506001600160a01b0381351690602001356106e7565b6102176004803603606081101561029157600080fd5b506001600160a01b0381358116916020810135909116906040013561073e565b610121600480360360208110156102c757600080fd5b5035610759565b6101cf600480360360208110156102e457600080fd5b503561076a565b6103116004803603602081101561030157600080fd5b50356001600160a01b03166107be565b60408051918252519081900360200190f35b61013d610826565b6102176004803603604081101561034157600080fd5b506001600160a01b0381351690602001351515610887565b6102176004803603608081101561036f57600080fd5b6001600160a01b038235811692602081013590911691604082013591908101906080810160608201356401000000008111156103aa57600080fd5b8201836020820111156103bc57600080fd5b803590602001918460018302840111640100000000831117156103de57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610953945050505050565b61013d6004803603602081101561043557600080fd5b50356109ab565b6101216004803603604081101561045257600080fd5b506001600160a01b0381358116916020013516610a90565b6001600160e01b03191660009081526020819052604090205460ff1690565b60058054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156105155780601f106104ea57610100808354040283529160200191610515565b820191906000526020600020905b8154815290600101906020018083116104f857829003601f168201915b5050505050905090565b600061052a82610abe565b6105655760405162461bcd60e51b815260040180806020018281038252602c81526020018061111b602c913960400191505060405180910390fd5b506000908152600260205260409020546001600160a01b031690565b600061058c8261076a565b9050806001600160a01b0316836001600160a01b031614156105df5760405162461bcd60e51b815260040180806020018281038252602181526020018061119f6021913960400191505060405180910390fd5b336001600160a01b03821614806105fb57506105fb8133610a90565b6106365760405162461bcd60e51b81526004018080602001828103825260388152602001806110906038913960400191505060405180910390fd5b60008281526002602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b61069c3382610adb565b6106d75760405162461bcd60e51b81526004018080602001828103825260318152602001806111c06031913960400191505060405180910390fd5b6106e2838383610b7f565b505050565b6008546001600160a01b031633146107305760405162461bcd60e51b8152600401808060200182810382526022815260200180610fec6022913960400191505060405180910390fd5b61073a8282610cc3565b5050565b6106e283838360405180602001604052806000815250610953565b600061076482610abe565b92915050565b6000818152600160205260408120546001600160a01b0316806107645760405162461bcd60e51b81526004018080602001828103825260298152602001806110f26029913960400191505060405180910390fd5b60006001600160a01b0382166108055760405162461bcd60e51b815260040180806020018281038252602a8152602001806110c8602a913960400191505060405180910390fd5b6001600160a01b038216600090815260036020526040902061076490610df4565b60068054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156105155780601f106104ea57610100808354040283529160200191610515565b6001600160a01b0382163314156108e5576040805162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c657200000000000000604482015290519081900360640190fd5b3360008181526004602090815260408083206001600160a01b03871680855290835292819020805460ff1916861515908117909155815190815290519293927f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31929181900390910190a35050565b61095e848484610692565b61096a84848484610df8565b6109a55760405162461bcd60e51b815260040180806020018281038252603281526020018061100e6032913960400191505060405180910390fd5b50505050565b60606109b682610abe565b6109f15760405162461bcd60e51b815260040180806020018281038252602f815260200180611170602f913960400191505060405180910390fd5b60008281526007602090815260409182902080548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084529091830182828015610a845780601f10610a5957610100808354040283529160200191610a84565b820191906000526020600020905b815481529060010190602001808311610a6757829003601f168201915b50505050509050919050565b6001600160a01b03918216600090815260046020908152604080832093909416825291909152205460ff1690565b6000908152600160205260409020546001600160a01b0316151590565b6000610ae682610abe565b610b215760405162461bcd60e51b815260040180806020018281038252602c815260200180611064602c913960400191505060405180910390fd5b6000610b2c8361076a565b9050806001600160a01b0316846001600160a01b03161480610b675750836001600160a01b0316610b5c8461051f565b6001600160a01b0316145b80610b775750610b778185610a90565b949350505050565b826001600160a01b0316610b928261076a565b6001600160a01b031614610bd75760405162461bcd60e51b81526004018080602001828103825260298152602001806111476029913960400191505060405180910390fd5b6001600160a01b038216610c1c5760405162461bcd60e51b81526004018080602001828103825260248152602001806110406024913960400191505060405180910390fd5b610c2581610f2b565b6001600160a01b0383166000908152600360205260409020610c4690610f68565b6001600160a01b0382166000908152600360205260409020610c6790610f7f565b60008181526001602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6001600160a01b038216610d1e576040805162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015290519081900360640190fd5b610d2781610abe565b15610d79576040805162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015290519081900360640190fd5b600081815260016020908152604080832080546001600160a01b0319166001600160a01b038716908117909155835260039091529020610db890610f7f565b60405181906001600160a01b038416906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b5490565b6000610e0c846001600160a01b0316610f88565b610e1857506001610b77565b604051630a85bd0160e11b815233600482018181526001600160a01b03888116602485015260448401879052608060648501908152865160848601528651600095928a169463150b7a029490938c938b938b939260a4019060208501908083838e5b83811015610e92578181015183820152602001610e7a565b50505050905090810190601f168015610ebf5780820380516001836020036101000a031916815260200191505b5095505050505050602060405180830381600087803b158015610ee157600080fd5b505af1158015610ef5573d6000803e3d6000fd5b505050506040513d6020811015610f0b57600080fd5b50516001600160e01b031916630a85bd0160e11b14915050949350505050565b6000818152600260205260409020546001600160a01b031615610f6557600081815260026020526040902080546001600160a01b03191690555b50565b8054610f7b90600163ffffffff610f8e16565b9055565b80546001019055565b3b151590565b600082821115610fe5576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b5090039056fe63616c6c6572206d757374206265207468652076656e64696e67206d616368696e654552433732313a207472616e7366657220746f206e6f6e20455243373231526563656976657220696d706c656d656e7465724552433732313a207472616e7366657220746f20746865207a65726f20616464726573734552433732313a206f70657261746f7220717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76652063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f76656420666f7220616c6c4552433732313a2062616c616e636520717565727920666f7220746865207a65726f20616464726573734552433732313a206f776e657220717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76656420717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a207472616e73666572206f6620746f6b656e2074686174206973206e6f74206f776e4552433732314d657461646174613a2055524920717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76616c20746f2063757272656e74206f776e65724552433732313a207472616e736665722063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f766564a265627a7a72315820dc4889c292d69dd3712aab47260c54fdce619135f07e9f44d73be17c08a2eb7e64736f6c63430005110032",
  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100f55760003560e01c80634f558e7911610097578063a22cb46511610066578063a22cb4651461032b578063b88d4fde14610359578063c87b56dd1461041f578063e985e9c51461043c576100f5565b80634f558e79146102b15780636352211e146102ce57806370a08231146102eb57806395d89b4114610323576100f5565b8063095ea7b3116100d3578063095ea7b3146101eb57806323b872dd1461021957806340c10f191461024f57806342842e0e1461027b576100f5565b806301ffc9a7146100fa57806306fdde0314610135578063081812fc146101b2575b600080fd5b6101216004803603602081101561011057600080fd5b50356001600160e01b03191661046a565b604080519115158252519081900360200190f35b61013d610489565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561017757818101518382015260200161015f565b50505050905090810190601f1680156101a45780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101cf600480360360208110156101c857600080fd5b503561051f565b604080516001600160a01b039092168252519081900360200190f35b6102176004803603604081101561020157600080fd5b506001600160a01b038135169060200135610581565b005b6102176004803603606081101561022f57600080fd5b506001600160a01b03813581169160208101359091169060400135610692565b6102176004803603604081101561026557600080fd5b506001600160a01b0381351690602001356106e7565b6102176004803603606081101561029157600080fd5b506001600160a01b0381358116916020810135909116906040013561073e565b610121600480360360208110156102c757600080fd5b5035610759565b6101cf600480360360208110156102e457600080fd5b503561076a565b6103116004803603602081101561030157600080fd5b50356001600160a01b03166107be565b60408051918252519081900360200190f35b61013d610826565b6102176004803603604081101561034157600080fd5b506001600160a01b0381351690602001351515610887565b6102176004803603608081101561036f57600080fd5b6001600160a01b038235811692602081013590911691604082013591908101906080810160608201356401000000008111156103aa57600080fd5b8201836020820111156103bc57600080fd5b803590602001918460018302840111640100000000831117156103de57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610953945050505050565b61013d6004803603602081101561043557600080fd5b50356109ab565b6101216004803603604081101561045257600080fd5b506001600160a01b0381358116916020013516610a90565b6001600160e01b03191660009081526020819052604090205460ff1690565b60058054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156105155780601f106104ea57610100808354040283529160200191610515565b820191906000526020600020905b8154815290600101906020018083116104f857829003601f168201915b5050505050905090565b600061052a82610abe565b6105655760405162461bcd60e51b815260040180806020018281038252602c81526020018061111b602c913960400191505060405180910390fd5b506000908152600260205260409020546001600160a01b031690565b600061058c8261076a565b9050806001600160a01b0316836001600160a01b031614156105df5760405162461bcd60e51b815260040180806020018281038252602181526020018061119f6021913960400191505060405180910390fd5b336001600160a01b03821614806105fb57506105fb8133610a90565b6106365760405162461bcd60e51b81526004018080602001828103825260388152602001806110906038913960400191505060405180910390fd5b60008281526002602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b61069c3382610adb565b6106d75760405162461bcd60e51b81526004018080602001828103825260318152602001806111c06031913960400191505060405180910390fd5b6106e2838383610b7f565b505050565b6008546001600160a01b031633146107305760405162461bcd60e51b8152600401808060200182810382526022815260200180610fec6022913960400191505060405180910390fd5b61073a8282610cc3565b5050565b6106e283838360405180602001604052806000815250610953565b600061076482610abe565b92915050565b6000818152600160205260408120546001600160a01b0316806107645760405162461bcd60e51b81526004018080602001828103825260298152602001806110f26029913960400191505060405180910390fd5b60006001600160a01b0382166108055760405162461bcd60e51b815260040180806020018281038252602a8152602001806110c8602a913960400191505060405180910390fd5b6001600160a01b038216600090815260036020526040902061076490610df4565b60068054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156105155780601f106104ea57610100808354040283529160200191610515565b6001600160a01b0382163314156108e5576040805162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c657200000000000000604482015290519081900360640190fd5b3360008181526004602090815260408083206001600160a01b03871680855290835292819020805460ff1916861515908117909155815190815290519293927f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31929181900390910190a35050565b61095e848484610692565b61096a84848484610df8565b6109a55760405162461bcd60e51b815260040180806020018281038252603281526020018061100e6032913960400191505060405180910390fd5b50505050565b60606109b682610abe565b6109f15760405162461bcd60e51b815260040180806020018281038252602f815260200180611170602f913960400191505060405180910390fd5b60008281526007602090815260409182902080548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084529091830182828015610a845780601f10610a5957610100808354040283529160200191610a84565b820191906000526020600020905b815481529060010190602001808311610a6757829003601f168201915b50505050509050919050565b6001600160a01b03918216600090815260046020908152604080832093909416825291909152205460ff1690565b6000908152600160205260409020546001600160a01b0316151590565b6000610ae682610abe565b610b215760405162461bcd60e51b815260040180806020018281038252602c815260200180611064602c913960400191505060405180910390fd5b6000610b2c8361076a565b9050806001600160a01b0316846001600160a01b03161480610b675750836001600160a01b0316610b5c8461051f565b6001600160a01b0316145b80610b775750610b778185610a90565b949350505050565b826001600160a01b0316610b928261076a565b6001600160a01b031614610bd75760405162461bcd60e51b81526004018080602001828103825260298152602001806111476029913960400191505060405180910390fd5b6001600160a01b038216610c1c5760405162461bcd60e51b81526004018080602001828103825260248152602001806110406024913960400191505060405180910390fd5b610c2581610f2b565b6001600160a01b0383166000908152600360205260409020610c4690610f68565b6001600160a01b0382166000908152600360205260409020610c6790610f7f565b60008181526001602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6001600160a01b038216610d1e576040805162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015290519081900360640190fd5b610d2781610abe565b15610d79576040805162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015290519081900360640190fd5b600081815260016020908152604080832080546001600160a01b0319166001600160a01b038716908117909155835260039091529020610db890610f7f565b60405181906001600160a01b038416906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b5490565b6000610e0c846001600160a01b0316610f88565b610e1857506001610b77565b604051630a85bd0160e11b815233600482018181526001600160a01b03888116602485015260448401879052608060648501908152865160848601528651600095928a169463150b7a029490938c938b938b939260a4019060208501908083838e5b83811015610e92578181015183820152602001610e7a565b50505050905090810190601f168015610ebf5780820380516001836020036101000a031916815260200191505b5095505050505050602060405180830381600087803b158015610ee157600080fd5b505af1158015610ef5573d6000803e3d6000fd5b505050506040513d6020811015610f0b57600080fd5b50516001600160e01b031916630a85bd0160e11b14915050949350505050565b6000818152600260205260409020546001600160a01b031615610f6557600081815260026020526040902080546001600160a01b03191690555b50565b8054610f7b90600163ffffffff610f8e16565b9055565b80546001019055565b3b151590565b600082821115610fe5576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b5090039056fe63616c6c6572206d757374206265207468652076656e64696e67206d616368696e654552433732313a207472616e7366657220746f206e6f6e20455243373231526563656976657220696d706c656d656e7465724552433732313a207472616e7366657220746f20746865207a65726f20616464726573734552433732313a206f70657261746f7220717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76652063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f76656420666f7220616c6c4552433732313a2062616c616e636520717565727920666f7220746865207a65726f20616464726573734552433732313a206f776e657220717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76656420717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a207472616e73666572206f6620746f6b656e2074686174206973206e6f74206f776e4552433732314d657461646174613a2055524920717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76616c20746f2063757272656e74206f776e65724552433732313a207472616e736665722063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f766564a265627a7a72315820dc4889c292d69dd3712aab47260c54fdce619135f07e9f44d73be17c08a2eb7e64736f6c63430005110032",
  "sourceMap": "849:914:19:-;;;922:223;8:9:-1;5:2;;;30:1;27;20:12;5:2;922:223:19;;;;;;;;;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;922:223:19;753:254:66;;;;;;;;;;;;922:223:19;753:254:66;;;;;;;;;;;;;;;;;;-1:-1:-1;;;753:254:66;;;;922:223:19;;718:40:58;-1:-1:-1;;;;;;;;718:18:58;:40;:::i;:::-;2220::65;-1:-1:-1;;;;;;;;2220:18:65;:40;:::i;:::-;825:12:66;;;;:5;;:12;;;;;:::i;:::-;-1:-1:-1;847:16:66;;;;:7;;:16;;;;;:::i;:::-;-1:-1:-1;951:49:66;-1:-1:-1;;;;;;;;951:18:66;:49;:::i;:::-;-1:-1:-1;;413:14:29;:32;;-1:-1:-1;;;;;;413:32:29;-1:-1:-1;;;;;413:32:29;;;;;;;;;;-1:-1:-1;849:914:19;;1442:190:58;-1:-1:-1;;;;;;1517:25:58;;;;;1509:66;;;;;-1:-1:-1;;;1509:66:58;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;1585:33:58;:20;:33;;;;;;;;;;:40;;-1:-1:-1;;1585:40:58;1621:4;1585:40;;;1442:190::o;849:914:19:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;849:914:19;;;-1:-1:-1;849:914:19;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;",
  "deployedSourceMap": "849:914:19:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;849:914:19;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;915:133:58;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;915:133:58;-1:-1:-1;;;;;;915:133:58;;:::i;:::-;;;;;;;;;;;;;;;;;;1112:83:66;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:100:-1;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;1112:83:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4237:200:65;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;4237:200:65;;:::i;:::-;;;;-1:-1:-1;;;;;4237:200:65;;;;;;;;;;;;;;3541:411;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;3541:411:65;;;;;;;;:::i;:::-;;5877:285;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;5877:285:65;;;;;;;;;;;;;;;;;:::i;1362:110:19:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;1362:110:19;;;;;;;;:::i;6795:132:65:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;6795:132:65;;;;;;;;;;;;;;;;;:::i;1657:104:19:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;1657:104:19;;:::i;2897:223:65:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;2897:223:65;;:::i;2471:207::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;2471:207:65;-1:-1:-1;;;;;2471:207:65;;:::i;:::-;;;;;;;;;;;;;;;;1304:87:66;;;:::i;4730:243:65:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;4730:243:65;;;;;;;;;;:::i;7632:265::-;;;;;;13:3:-1;8;5:12;2:2;;;30:1;27;20:12;2:2;-1:-1;;;;;7632:265:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21:11:-1;5:28;;2:2;;;46:1;43;36:12;2:2;7632:265:65;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;7632:265:65;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;39:11;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;7632:265:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;7632:265:65;;-1:-1:-1;7632:265:65;;-1:-1:-1;;;;;7632:265:65:i;1591:202:66:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;1591:202:66;;:::i;5295:145:65:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;5295:145:65;;;;;;;;;;:::i;915:133:58:-;-1:-1:-1;;;;;;1008:33:58;985:4;1008:33;;;;;;;;;;;;;;915:133::o;1112:83:66:-;1183:5;1176:12;;;;;;;;-1:-1:-1;;1176:12:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1151:13;;1176:12;;1183:5;;1176:12;;1183:5;1176:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1112:83;:::o;4237:200:65:-;4296:7;4323:16;4331:7;4323;:16::i;:::-;4315:73;;;;-1:-1:-1;;;4315:73:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;4406:24:65;;;;:15;:24;;;;;;-1:-1:-1;;;;;4406:24:65;;4237:200::o;3541:411::-;3604:13;3620:16;3628:7;3620;:16::i;:::-;3604:32;;3660:5;-1:-1:-1;;;;;3654:11:65;:2;-1:-1:-1;;;;;3654:11:65;;;3646:57;;;;-1:-1:-1;;;3646:57:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3722:10;-1:-1:-1;;;;;3722:19:65;;;;:58;;;3745:35;3762:5;3769:10;3745:16;:35::i;:::-;3714:148;;;;-1:-1:-1;;;3714:148:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3873:24;;;;:15;:24;;;;;;:29;;-1:-1:-1;;;;;;3873:29:65;-1:-1:-1;;;;;3873:29:65;;;;;;;;;3917:28;;3873:24;;3917:28;;;;;;;3541:411;;;:::o;5877:285::-;6019:39;6038:10;6050:7;6019:18;:39::i;:::-;6011:101;;;;-1:-1:-1;;;6011:101:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6123:32;6137:4;6143:2;6147:7;6123:13;:32::i;:::-;5877:285;;;:::o;1362:110:19:-;632:14:29;;-1:-1:-1;;;;;632:14:29;618:10;:28;597:109;;;;-1:-1:-1;;;597:109:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1445:20:19;1451:3;1456:8;1445:5;:20::i;:::-;1362:110;;:::o;6795:132:65:-;6881:39;6898:4;6904:2;6908:7;6881:39;;;;;;;;;;;;:16;:39::i;1657:104:19:-;1714:4;1737:17;1745:8;1737:7;:17::i;:::-;1730:24;1657:104;-1:-1:-1;;1657:104:19:o;2897:223:65:-;2952:7;2987:20;;;:11;:20;;;;;;-1:-1:-1;;;;;2987:20:65;3025:19;3017:73;;;;-1:-1:-1;;;3017:73:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2471:207;2526:7;-1:-1:-1;;;;;2553:19:65;;2545:74;;;;-1:-1:-1;;;2545:74:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;2637:24:65;;;;;;:17;:24;;;;;:34;;:32;:34::i;1304:87:66:-;1377:7;1370:14;;;;;;;;-1:-1:-1;;1370:14:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1345:13;;1370:14;;1377:7;;1370:14;;1377:7;1370:14;;;;;;;;;;;;;;;;;;;;;;;;4730:243:65;-1:-1:-1;;;;;4809:16:65;;4815:10;4809:16;;4801:54;;;;;-1:-1:-1;;;4801:54:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;4885:10;4866:30;;;;:18;:30;;;;;;;;-1:-1:-1;;;;;4866:34:65;;;;;;;;;;;;:45;;-1:-1:-1;;4866:45:65;;;;;;;;;;4926:40;;;;;;;4866:34;;4885:10;4926:40;;;;;;;;;;;4730:243;;:::o;7632:265::-;7738:31;7751:4;7757:2;7761:7;7738:12;:31::i;:::-;7787:48;7810:4;7816:2;7820:7;7829:5;7787:22;:48::i;:::-;7779:111;;;;-1:-1:-1;;;7779:111:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7632:265;;;;:::o;1591:202:66:-;1649:13;1682:16;1690:7;1682;:16::i;:::-;1674:76;;;;-1:-1:-1;;;1674:76:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1767:19;;;;:10;:19;;;;;;;;;1760:26;;;;;;-1:-1:-1;;1760:26:66;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1767:19;;1760:26;;1767:19;1760:26;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1591:202;;;:::o;5295:145:65:-;-1:-1:-1;;;;;5398:25:65;;;5375:4;5398:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;;;;5295:145::o;8092:152::-;8149:4;8181:20;;;:11;:20;;;;;;-1:-1:-1;;;;;8181:20:65;8218:19;;;8092:152::o;8605:329::-;8690:4;8714:16;8722:7;8714;:16::i;:::-;8706:73;;;;-1:-1:-1;;;8706:73:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8789:13;8805:16;8813:7;8805;:16::i;:::-;8789:32;;8850:5;-1:-1:-1;;;;;8839:16:65;:7;-1:-1:-1;;;;;8839:16:65;;:51;;;;8883:7;-1:-1:-1;;;;;8859:31:65;:20;8871:7;8859:11;:20::i;:::-;-1:-1:-1;;;;;8859:31:65;;8839:51;:87;;;;8894:32;8911:5;8918:7;8894:16;:32::i;:::-;8831:96;8605:329;-1:-1:-1;;;;8605:329:65:o;10751:447::-;10864:4;-1:-1:-1;;;;;10844:24:65;:16;10852:7;10844;:16::i;:::-;-1:-1:-1;;;;;10844:24:65;;10836:78;;;;-1:-1:-1;;;10836:78:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;10932:16:65;;10924:65;;;;-1:-1:-1;;;10924:65:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11000:23;11015:7;11000:14;:23::i;:::-;-1:-1:-1;;;;;11034:23:65;;;;;;:17;:23;;;;;:35;;:33;:35::i;:::-;-1:-1:-1;;;;;11079:21:65;;;;;;:17;:21;;;;;:33;;:31;:33::i;:::-;11123:20;;;;:11;:20;;;;;;:25;;-1:-1:-1;;;;;;11123:25:65;-1:-1:-1;;;;;11123:25:65;;;;;;;;;11164:27;;11123:20;;11164:27;;;;;;;10751:447;;;:::o;9179:327::-;-1:-1:-1;;;;;9250:16:65;;9242:61;;;;;-1:-1:-1;;;9242:61:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9322:16;9330:7;9322;:16::i;:::-;9321:17;9313:58;;;;;-1:-1:-1;;;9313:58:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;9382:20;;;;:11;:20;;;;;;;;:25;;-1:-1:-1;;;;;;9382:25:65;-1:-1:-1;;;;;9382:25:65;;;;;;;;9417:21;;:17;:21;;;;;:33;;:31;:33::i;:::-;9466;;9491:7;;-1:-1:-1;;;;;9466:33:65;;;9483:1;;9466:33;;9483:1;;9466:33;9179:327;;:::o;1063:112:57:-;1154:14;;1063:112::o;11771:347:65:-;11892:4;11917:15;:2;-1:-1:-1;;;;;11917:13:65;;:15::i;:::-;11912:58;;-1:-1:-1;11955:4:65;11948:11;;11912:58;11996:70;;-1:-1:-1;;;11996:70:65;;12033:10;11996:70;;;;;;-1:-1:-1;;;;;11996:70:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;11980:13;;11996:36;;;;;;12033:10;;12045:4;;12051:7;;12060:5;;11996:70;;;;;;;;;;;11980:13;8:100:-1;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;11996:70:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;11996:70:65;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;11996:70:65;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;11996:70:65;-1:-1:-1;;;;;;12084:26:65;-1:-1:-1;;;12084:26:65;;-1:-1:-1;;11771:347:65;;;;;;:::o;12280:171::-;12379:1;12343:24;;;:15;:24;;;;;;-1:-1:-1;;;;;12343:24:65;:38;12339:106;;12432:1;12397:24;;;:15;:24;;;;;:37;;-1:-1:-1;;;;;;12397:37:65;;;12339:106;12280:171;:::o;1276:108:57:-;1356:14;;:21;;1375:1;1356:21;:18;:21;:::i;:::-;1339:38;;1276:108::o;1181:89::-;1244:19;;1262:1;1244:19;;;1181:89::o;542:413:70:-;902:20;940:8;;;542:413::o;1274:179:60:-;1332:7;1364:1;1359;:6;;1351:49;;;;;-1:-1:-1;;;1351:49:60;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1422:5:60;;;1274:179::o",
  "source": "pragma solidity 0.5.17;\n\nimport \"openzeppelin-solidity/contracts/token/ERC721/ERC721Metadata.sol\";\nimport \"./VendingMachineAuthority.sol\";\n\n/// @title  Fee Rebate Token\n/// @notice The Fee Rebate Token (FRT) is a non fungible token (ERC721)\n///         the ID of which corresponds to a given deposit address.\n///         If the corresponding deposit is still active, ownership of this token\n///         could result in reimbursement of the signer fee paid to open the deposit.\n/// @dev    This token is minted automatically when a TDT (`TBTCDepositToken`)\n///         is exchanged for TBTC (`TBTCToken`) via the Vending Machine (`VendingMachine`).\n///         When the Deposit is redeemed, the TDT holder will be reimbursed\n///         the signer fee if the redeemer is not the TDT holder and Deposit is not\n///         at-term or in COURTESY_CALL.\ncontract FeeRebateToken is ERC721Metadata, VendingMachineAuthority {\n    constructor(address _vendingMachine)\n        public\n        ERC721Metadata(\"tBTC Fee Rebate Token\", \"FRT\")\n        VendingMachineAuthority(_vendingMachine)\n    {\n        // solium-disable-previous-line no-empty-blocks\n    }\n\n    /// @dev Mints a new token.\n    /// Reverts if the given token ID already exists.\n    /// @param _to The address that will own the minted token.\n    /// @param _tokenId uint256 ID of the token to be minted.\n    function mint(address _to, uint256 _tokenId) external onlyVendingMachine {\n        _mint(_to, _tokenId);\n    }\n\n    /// @dev Returns whether the specified token exists.\n    /// @param _tokenId uint256 ID of the token to query the existence of.\n    /// @return bool whether the token exists.\n    function exists(uint256 _tokenId) external view returns (bool) {\n        return _exists(_tokenId);\n    }\n}\n",
  "sourcePath": "/home/runner/work/tbtc/tbtc/solidity/contracts/system/FeeRebateToken.sol",
  "ast": {
    "absolutePath": "/home/runner/work/tbtc/tbtc/solidity/contracts/system/FeeRebateToken.sol",
    "exportedSymbols": {
      "FeeRebateToken": [
        6300
      ]
    },
    "id": 6301,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 6253,
        "literals": [
          "solidity",
          "0.5",
          ".17"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:19"
      },
      {
        "absolutePath": "openzeppelin-solidity/contracts/token/ERC721/ERC721Metadata.sol",
        "file": "openzeppelin-solidity/contracts/token/ERC721/ERC721Metadata.sol",
        "id": 6254,
        "nodeType": "ImportDirective",
        "scope": 6301,
        "sourceUnit": 18185,
        "src": "25:73:19",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "absolutePath": "/home/runner/work/tbtc/tbtc/solidity/contracts/system/VendingMachineAuthority.sol",
        "file": "./VendingMachineAuthority.sol",
        "id": 6255,
        "nodeType": "ImportDirective",
        "scope": 6301,
        "sourceUnit": 9151,
        "src": "99:39:19",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 6256,
              "name": "ERC721Metadata",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 18184,
              "src": "876:14:19",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_ERC721Metadata_$18184",
                "typeString": "contract ERC721Metadata"
              }
            },
            "id": 6257,
            "nodeType": "InheritanceSpecifier",
            "src": "876:14:19"
          },
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 6258,
              "name": "VendingMachineAuthority",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 9150,
              "src": "892:23:19",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_VendingMachineAuthority_$9150",
                "typeString": "contract VendingMachineAuthority"
              }
            },
            "id": 6259,
            "nodeType": "InheritanceSpecifier",
            "src": "892:23:19"
          }
        ],
        "contractDependencies": [
          9150,
          16712,
          16722,
          18055,
          18184,
          18287,
          18310
        ],
        "contractKind": "contract",
        "documentation": "@title  Fee Rebate Token\n @notice The Fee Rebate Token (FRT) is a non fungible token (ERC721)\n         the ID of which corresponds to a given deposit address.\n         If the corresponding deposit is still active, ownership of this token\n         could result in reimbursement of the signer fee paid to open the deposit.\n @dev    This token is minted automatically when a TDT (`TBTCDepositToken`)\n         is exchanged for TBTC (`TBTCToken`) via the Vending Machine (`VendingMachine`).\n         When the Deposit is redeemed, the TDT holder will be reimbursed\n         the signer fee if the redeemer is not the TDT holder and Deposit is not\n         at-term or in COURTESY_CALL.",
        "fullyImplemented": true,
        "id": 6300,
        "linearizedBaseContracts": [
          6300,
          9150,
          18184,
          18310,
          18055,
          18287,
          16712,
          16722
        ],
        "name": "FeeRebateToken",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": {
              "id": 6271,
              "nodeType": "Block",
              "src": "1082:63:19",
              "statements": []
            },
            "documentation": null,
            "id": 6272,
            "implemented": true,
            "kind": "constructor",
            "modifiers": [
              {
                "arguments": [
                  {
                    "argumentTypes": null,
                    "hexValue": "74425443204665652052656261746520546f6b656e",
                    "id": 6264,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "string",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "997:23:19",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_stringliteral_c36a4eba681dba07c068fe0208446ac269f2ad6fd3338c27a883689d45c610fa",
                      "typeString": "literal_string \"tBTC Fee Rebate Token\""
                    },
                    "value": "tBTC Fee Rebate Token"
                  },
                  {
                    "argumentTypes": null,
                    "hexValue": "465254",
                    "id": 6265,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "string",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "1022:5:19",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_stringliteral_ae23524ca7b36032a5132903ba97b23af732e771a07f2cc4d4ed9dd66507f997",
                      "typeString": "literal_string \"FRT\""
                    },
                    "value": "FRT"
                  }
                ],
                "id": 6266,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 6263,
                  "name": "ERC721Metadata",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 18184,
                  "src": "982:14:19",
                  "typeDescriptions": {
                    "typeIdentifier": "t_type$_t_contract$_ERC721Metadata_$18184_$",
                    "typeString": "type(contract ERC721Metadata)"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "982:46:19"
              },
              {
                "arguments": [
                  {
                    "argumentTypes": null,
                    "id": 6268,
                    "name": "_vendingMachine",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 6261,
                    "src": "1061:15:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  }
                ],
                "id": 6269,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 6267,
                  "name": "VendingMachineAuthority",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 9150,
                  "src": "1037:23:19",
                  "typeDescriptions": {
                    "typeIdentifier": "t_type$_t_contract$_VendingMachineAuthority_$9150_$",
                    "typeString": "type(contract VendingMachineAuthority)"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "1037:40:19"
              }
            ],
            "name": "",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 6262,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 6261,
                  "name": "_vendingMachine",
                  "nodeType": "VariableDeclaration",
                  "scope": 6272,
                  "src": "934:23:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 6260,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "934:7:19",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "933:25:19"
            },
            "returnParameters": {
              "id": 6270,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1082:0:19"
            },
            "scope": 6300,
            "src": "922:223:19",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 6286,
              "nodeType": "Block",
              "src": "1435:37:19",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 6282,
                        "name": "_to",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 6274,
                        "src": "1451:3:19",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 6283,
                        "name": "_tokenId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 6276,
                        "src": "1456:8:19",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 6281,
                      "name": "_mint",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 17879,
                      "src": "1445:5:19",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$",
                        "typeString": "function (address,uint256)"
                      }
                    },
                    "id": 6284,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1445:20:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 6285,
                  "nodeType": "ExpressionStatement",
                  "src": "1445:20:19"
                }
              ]
            },
            "documentation": "@dev Mints a new token.\n Reverts if the given token ID already exists.\n @param _to The address that will own the minted token.\n @param _tokenId uint256 ID of the token to be minted.",
            "id": 6287,
            "implemented": true,
            "kind": "function",
            "modifiers": [
              {
                "arguments": null,
                "id": 6279,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 6278,
                  "name": "onlyVendingMachine",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 9149,
                  "src": "1416:18:19",
                  "typeDescriptions": {
                    "typeIdentifier": "t_modifier$__$",
                    "typeString": "modifier ()"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "1416:18:19"
              }
            ],
            "name": "mint",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 6277,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 6274,
                  "name": "_to",
                  "nodeType": "VariableDeclaration",
                  "scope": 6287,
                  "src": "1376:11:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 6273,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1376:7:19",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 6276,
                  "name": "_tokenId",
                  "nodeType": "VariableDeclaration",
                  "scope": 6287,
                  "src": "1389:16:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 6275,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1389:7:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1375:31:19"
            },
            "returnParameters": {
              "id": 6280,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1435:0:19"
            },
            "scope": 6300,
            "src": "1362:110:19",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "external"
          },
          {
            "body": {
              "id": 6298,
              "nodeType": "Block",
              "src": "1720:41:19",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 6295,
                        "name": "_tokenId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 6289,
                        "src": "1745:8:19",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 6294,
                      "name": "_exists",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 17795,
                      "src": "1737:7:19",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_bool_$",
                        "typeString": "function (uint256) view returns (bool)"
                      }
                    },
                    "id": 6296,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1737:17:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "functionReturnParameters": 6293,
                  "id": 6297,
                  "nodeType": "Return",
                  "src": "1730:24:19"
                }
              ]
            },
            "documentation": "@dev Returns whether the specified token exists.\n @param _tokenId uint256 ID of the token to query the existence of.\n @return bool whether the token exists.",
            "id": 6299,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "exists",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 6290,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 6289,
                  "name": "_tokenId",
                  "nodeType": "VariableDeclaration",
                  "scope": 6299,
                  "src": "1673:16:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 6288,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1673:7:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1672:18:19"
            },
            "returnParameters": {
              "id": 6293,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 6292,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 6299,
                  "src": "1714:4:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 6291,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "1714:4:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1713:6:19"
            },
            "scope": 6300,
            "src": "1657:104:19",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "external"
          }
        ],
        "scope": 6301,
        "src": "849:914:19"
      }
    ],
    "src": "0:1764:19"
  },
  "legacyAST": {
    "attributes": {
      "absolutePath": "/home/runner/work/tbtc/tbtc/solidity/contracts/system/FeeRebateToken.sol",
      "exportedSymbols": {
        "FeeRebateToken": [
          6300
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "0.5",
            ".17"
          ]
        },
        "id": 6253,
        "name": "PragmaDirective",
        "src": "0:23:19"
      },
      {
        "attributes": {
          "SourceUnit": 18185,
          "absolutePath": "openzeppelin-solidity/contracts/token/ERC721/ERC721Metadata.sol",
          "file": "openzeppelin-solidity/contracts/token/ERC721/ERC721Metadata.sol",
          "scope": 6301,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 6254,
        "name": "ImportDirective",
        "src": "25:73:19"
      },
      {
        "attributes": {
          "SourceUnit": 9151,
          "absolutePath": "/home/runner/work/tbtc/tbtc/solidity/contracts/system/VendingMachineAuthority.sol",
          "file": "./VendingMachineAuthority.sol",
          "scope": 6301,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 6255,
        "name": "ImportDirective",
        "src": "99:39:19"
      },
      {
        "attributes": {
          "contractDependencies": [
            9150,
            16712,
            16722,
            18055,
            18184,
            18287,
            18310
          ],
          "contractKind": "contract",
          "documentation": "@title  Fee Rebate Token\n @notice The Fee Rebate Token (FRT) is a non fungible token (ERC721)\n         the ID of which corresponds to a given deposit address.\n         If the corresponding deposit is still active, ownership of this token\n         could result in reimbursement of the signer fee paid to open the deposit.\n @dev    This token is minted automatically when a TDT (`TBTCDepositToken`)\n         is exchanged for TBTC (`TBTCToken`) via the Vending Machine (`VendingMachine`).\n         When the Deposit is redeemed, the TDT holder will be reimbursed\n         the signer fee if the redeemer is not the TDT holder and Deposit is not\n         at-term or in COURTESY_CALL.",
          "fullyImplemented": true,
          "linearizedBaseContracts": [
            6300,
            9150,
            18184,
            18310,
            18055,
            18287,
            16712,
            16722
          ],
          "name": "FeeRebateToken",
          "scope": 6301
        },
        "children": [
          {
            "attributes": {
              "arguments": null
            },
            "children": [
              {
                "attributes": {
                  "contractScope": null,
                  "name": "ERC721Metadata",
                  "referencedDeclaration": 18184,
                  "type": "contract ERC721Metadata"
                },
                "id": 6256,
                "name": "UserDefinedTypeName",
                "src": "876:14:19"
              }
            ],
            "id": 6257,
            "name": "InheritanceSpecifier",
            "src": "876:14:19"
          },
          {
            "attributes": {
              "arguments": null
            },
            "children": [
              {
                "attributes": {
                  "contractScope": null,
                  "name": "VendingMachineAuthority",
                  "referencedDeclaration": 9150,
                  "type": "contract VendingMachineAuthority"
                },
                "id": 6258,
                "name": "UserDefinedTypeName",
                "src": "892:23:19"
              }
            ],
            "id": 6259,
            "name": "InheritanceSpecifier",
            "src": "892:23:19"
          },
          {
            "attributes": {
              "documentation": null,
              "implemented": true,
              "isConstructor": true,
              "kind": "constructor",
              "name": "",
              "scope": 6300,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_vendingMachine",
                      "scope": 6272,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "stateMutability": "nonpayable",
                          "type": "address"
                        },
                        "id": 6260,
                        "name": "ElementaryTypeName",
                        "src": "934:7:19"
                      }
                    ],
                    "id": 6261,
                    "name": "VariableDeclaration",
                    "src": "934:23:19"
                  }
                ],
                "id": 6262,
                "name": "ParameterList",
                "src": "933:25:19"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 6270,
                "name": "ParameterList",
                "src": "1082:0:19"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "argumentTypes": null,
                      "overloadedDeclarations": [
                        null
                      ],
                      "referencedDeclaration": 18184,
                      "type": "type(contract ERC721Metadata)",
                      "value": "ERC721Metadata"
                    },
                    "id": 6263,
                    "name": "Identifier",
                    "src": "982:14:19"
                  },
                  {
                    "attributes": {
                      "argumentTypes": null,
                      "hexvalue": "74425443204665652052656261746520546f6b656e",
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "lValueRequested": false,
                      "subdenomination": null,
                      "token": "string",
                      "type": "literal_string \"tBTC Fee Rebate Token\"",
                      "value": "tBTC Fee Rebate Token"
                    },
                    "id": 6264,
                    "name": "Literal",
                    "src": "997:23:19"
                  },
                  {
                    "attributes": {
                      "argumentTypes": null,
                      "hexvalue": "465254",
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "lValueRequested": false,
                      "subdenomination": null,
                      "token": "string",
                      "type": "literal_string \"FRT\"",
                      "value": "FRT"
                    },
                    "id": 6265,
                    "name": "Literal",
                    "src": "1022:5:19"
                  }
                ],
                "id": 6266,
                "name": "ModifierInvocation",
                "src": "982:46:19"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "argumentTypes": null,
                      "overloadedDeclarations": [
                        null
                      ],
                      "referencedDeclaration": 9150,
                      "type": "type(contract VendingMachineAuthority)",
                      "value": "VendingMachineAuthority"
                    },
                    "id": 6267,
                    "name": "Identifier",
                    "src": "1037:23:19"
                  },
                  {
                    "attributes": {
                      "argumentTypes": null,
                      "overloadedDeclarations": [
                        null
                      ],
                      "referencedDeclaration": 6261,
                      "type": "address",
                      "value": "_vendingMachine"
                    },
                    "id": 6268,
                    "name": "Identifier",
                    "src": "1061:15:19"
                  }
                ],
                "id": 6269,
                "name": "ModifierInvocation",
                "src": "1037:40:19"
              },
              {
                "attributes": {
                  "statements": [
                    null
                  ]
                },
                "children": [],
                "id": 6271,
                "name": "Block",
                "src": "1082:63:19"
              }
            ],
            "id": 6272,
            "name": "FunctionDefinition",
            "src": "922:223:19"
          },
          {
            "attributes": {
              "documentation": "@dev Mints a new token.\n Reverts if the given token ID already exists.\n @param _to The address that will own the minted token.\n @param _tokenId uint256 ID of the token to be minted.",
              "implemented": true,
              "isConstructor": false,
              "kind": "function",
              "name": "mint",
              "scope": 6300,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "external"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_to",
                      "scope": 6287,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "stateMutability": "nonpayable",
                          "type": "address"
                        },
                        "id": 6273,
                        "name": "ElementaryTypeName",
                        "src": "1376:7:19"
                      }
                    ],
                    "id": 6274,
                    "name": "VariableDeclaration",
                    "src": "1376:11:19"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_tokenId",
                      "scope": 6287,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 6275,
                        "name": "ElementaryTypeName",
                        "src": "1389:7:19"
                      }
                    ],
                    "id": 6276,
                    "name": "VariableDeclaration",
                    "src": "1389:16:19"
                  }
                ],
                "id": 6277,
                "name": "ParameterList",
                "src": "1375:31:19"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 6280,
                "name": "ParameterList",
                "src": "1435:0:19"
              },
              {
                "attributes": {
                  "arguments": null
                },
                "children": [
                  {
                    "attributes": {
                      "argumentTypes": null,
                      "overloadedDeclarations": [
                        null
                      ],
                      "referencedDeclaration": 9149,
                      "type": "modifier ()",
                      "value": "onlyVendingMachine"
                    },
                    "id": 6278,
                    "name": "Identifier",
                    "src": "1416:18:19"
                  }
                ],
                "id": 6279,
                "name": "ModifierInvocation",
                "src": "1416:18:19"
              },
              {
                "children": [
                  {
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "isStructConstructorCall": false,
                          "lValueRequested": false,
                          "names": [
                            null
                          ],
                          "type": "tuple()",
                          "type_conversion": false
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_address",
                                  "typeString": "address"
                                },
                                {
                                  "typeIdentifier": "t_uint256",
                                  "typeString": "uint256"
                                }
                              ],
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 17879,
                              "type": "function (address,uint256)",
                              "value": "_mint"
                            },
                            "id": 6281,
                            "name": "Identifier",
                            "src": "1445:5:19"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 6274,
                              "type": "address",
                              "value": "_to"
                            },
                            "id": 6282,
                            "name": "Identifier",
                            "src": "1451:3:19"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 6276,
                              "type": "uint256",
                              "value": "_tokenId"
                            },
                            "id": 6283,
                            "name": "Identifier",
                            "src": "1456:8:19"
                          }
                        ],
                        "id": 6284,
                        "name": "FunctionCall",
                        "src": "1445:20:19"
                      }
                    ],
                    "id": 6285,
                    "name": "ExpressionStatement",
                    "src": "1445:20:19"
                  }
                ],
                "id": 6286,
                "name": "Block",
                "src": "1435:37:19"
              }
            ],
            "id": 6287,
            "name": "FunctionDefinition",
            "src": "1362:110:19"
          },
          {
            "attributes": {
              "documentation": "@dev Returns whether the specified token exists.\n @param _tokenId uint256 ID of the token to query the existence of.\n @return bool whether the token exists.",
              "implemented": true,
              "isConstructor": false,
              "kind": "function",
              "modifiers": [
                null
              ],
              "name": "exists",
              "scope": 6300,
              "stateMutability": "view",
              "superFunction": null,
              "visibility": "external"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_tokenId",
                      "scope": 6299,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 6288,
                        "name": "ElementaryTypeName",
                        "src": "1673:7:19"
                      }
                    ],
                    "id": 6289,
                    "name": "VariableDeclaration",
                    "src": "1673:16:19"
                  }
                ],
                "id": 6290,
                "name": "ParameterList",
                "src": "1672:18:19"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 6299,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 6291,
                        "name": "ElementaryTypeName",
                        "src": "1714:4:19"
                      }
                    ],
                    "id": 6292,
                    "name": "VariableDeclaration",
                    "src": "1714:4:19"
                  }
                ],
                "id": 6293,
                "name": "ParameterList",
                "src": "1713:6:19"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "functionReturnParameters": 6293
                    },
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "isStructConstructorCall": false,
                          "lValueRequested": false,
                          "names": [
                            null
                          ],
                          "type": "bool",
                          "type_conversion": false
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": [
                                {
                                  "typeIdentifier": "t_uint256",
                                  "typeString": "uint256"
                                }
                              ],
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 17795,
                              "type": "function (uint256) view returns (bool)",
                              "value": "_exists"
                            },
                            "id": 6294,
                            "name": "Identifier",
                            "src": "1737:7:19"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 6289,
                              "type": "uint256",
                              "value": "_tokenId"
                            },
                            "id": 6295,
                            "name": "Identifier",
                            "src": "1745:8:19"
                          }
                        ],
                        "id": 6296,
                        "name": "FunctionCall",
                        "src": "1737:17:19"
                      }
                    ],
                    "id": 6297,
                    "name": "Return",
                    "src": "1730:24:19"
                  }
                ],
                "id": 6298,
                "name": "Block",
                "src": "1720:41:19"
              }
            ],
            "id": 6299,
            "name": "FunctionDefinition",
            "src": "1657:104:19"
          }
        ],
        "id": 6300,
        "name": "ContractDefinition",
        "src": "849:914:19"
      }
    ],
    "id": 6301,
    "name": "SourceUnit",
    "src": "0:1764:19"
  },
  "compiler": {
    "name": "solc",
    "version": "0.5.17+commit.d19bba13.Emscripten.clang"
  },
  "networks": {
    "3": {
      "events": {},
      "links": {},
      "address": "0x0758BC8dB83F82f6067353Bf07011444d13b0AE0",
      "transactionHash": "0x4a6a2fc7ef8d15dc34b650433c3945ebc1509963ac998f30e31ffb0953fa585f"
    }
  },
  "schemaVersion": "3.3.4",
  "updatedAt": "2021-11-23T12:02:26.800Z",
  "networkType": "ethereum",
  "devdoc": {
    "details": "This token is minted automatically when a TDT (`TBTCDepositToken`)         is exchanged for TBTC (`TBTCToken`) via the Vending Machine (`VendingMachine`).         When the Deposit is redeemed, the TDT holder will be reimbursed         the signer fee if the redeemer is not the TDT holder and Deposit is not         at-term or in COURTESY_CALL.",
    "methods": {
      "approve(address,uint256)": {
        "details": "Approves another address to transfer the given token ID The zero address indicates there is no approved address. There can only be one approved address per token at a given time. Can only be called by the token owner or an approved operator.",
        "params": {
          "to": "address to be approved for the given token ID",
          "tokenId": "uint256 ID of the token to be approved"
        }
      },
      "balanceOf(address)": {
        "details": "Gets the balance of the specified address.",
        "params": {
          "owner": "address to query the balance of"
        },
        "return": "uint256 representing the amount owned by the passed address"
      },
      "exists(uint256)": {
        "details": "Returns whether the specified token exists.",
        "params": {
          "_tokenId": "uint256 ID of the token to query the existence of."
        },
        "return": "bool whether the token exists."
      },
      "getApproved(uint256)": {
        "details": "Gets the approved address for a token ID, or zero if no address set Reverts if the token ID does not exist.",
        "params": {
          "tokenId": "uint256 ID of the token to query the approval of"
        },
        "return": "address currently approved for the given token ID"
      },
      "isApprovedForAll(address,address)": {
        "details": "Tells whether an operator is approved by a given owner.",
        "params": {
          "operator": "operator address which you want to query the approval of",
          "owner": "owner address which you want to query the approval of"
        },
        "return": "bool whether the given operator is approved by the given owner"
      },
      "mint(address,uint256)": {
        "details": "Mints a new token. Reverts if the given token ID already exists.",
        "params": {
          "_to": "The address that will own the minted token.",
          "_tokenId": "uint256 ID of the token to be minted."
        }
      },
      "name()": {
        "details": "Gets the token name.",
        "return": "string representing the token name"
      },
      "ownerOf(uint256)": {
        "details": "Gets the owner of the specified token ID.",
        "params": {
          "tokenId": "uint256 ID of the token to query the owner of"
        },
        "return": "address currently marked as the owner of the given token ID"
      },
      "safeTransferFrom(address,address,uint256)": {
        "details": "Safely transfers the ownership of a given token ID to another address If the target address is a contract, it must implement `onERC721Received`, which is called upon a safe transfer, and return the magic value `bytes4(keccak256(\"onERC721Received(address,address,uint256,bytes)\"))`; otherwise, the transfer is reverted. Requires the msg.sender to be the owner, approved, or operator",
        "params": {
          "from": "current owner of the token",
          "to": "address to receive the ownership of the given token ID",
          "tokenId": "uint256 ID of the token to be transferred"
        }
      },
      "safeTransferFrom(address,address,uint256,bytes)": {
        "details": "Safely transfers the ownership of a given token ID to another address If the target address is a contract, it must implement `onERC721Received`, which is called upon a safe transfer, and return the magic value `bytes4(keccak256(\"onERC721Received(address,address,uint256,bytes)\"))`; otherwise, the transfer is reverted. Requires the msg.sender to be the owner, approved, or operator",
        "params": {
          "_data": "bytes data to send along with a safe transfer check",
          "from": "current owner of the token",
          "to": "address to receive the ownership of the given token ID",
          "tokenId": "uint256 ID of the token to be transferred"
        }
      },
      "setApprovalForAll(address,bool)": {
        "details": "Sets or unsets the approval of a given operator An operator is allowed to transfer all tokens of the sender on their behalf.",
        "params": {
          "approved": "representing the status of the approval to be set",
          "to": "operator address to set the approval"
        }
      },
      "supportsInterface(bytes4)": {
        "details": "See `IERC165.supportsInterface`.     * Time complexity O(1), guaranteed to always use less than 30 000 gas."
      },
      "symbol()": {
        "details": "Gets the token symbol.",
        "return": "string representing the token symbol"
      },
      "tokenURI(uint256)": {
        "details": "Returns an URI for a given token ID. Throws if the token ID does not exist. May return an empty string.",
        "params": {
          "tokenId": "uint256 ID of the token to query"
        }
      },
      "transferFrom(address,address,uint256)": {
        "details": "Transfers the ownership of a given token ID to another address. Usage of this method is discouraged, use `safeTransferFrom` whenever possible. Requires the msg.sender to be the owner, approved, or operator.",
        "params": {
          "from": "current owner of the token",
          "to": "address to receive the ownership of the given token ID",
          "tokenId": "uint256 ID of the token to be transferred"
        }
      }
    },
    "title": "Fee Rebate Token"
  },
  "userdoc": {
    "methods": {},
    "notice": "The Fee Rebate Token (FRT) is a non fungible token (ERC721)         the ID of which corresponds to a given deposit address.         If the corresponding deposit is still active, ownership of this token         could result in reimbursement of the signer fee paid to open the deposit."
  }
}