{
  "contractName": "TestTBTCDepositToken",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "_factory",
          "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": false,
      "inputs": [
        {
          "internalType": "contract ITokenRecipient",
          "name": "_spender",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "_tdtId",
          "type": "uint256"
        },
        {
          "internalType": "bytes",
          "name": "_extraData",
          "type": "bytes"
        }
      ],
      "name": "approveAndCall",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "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": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "_factory",
          "type": "address"
        }
      ],
      "name": "initialize",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "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"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "_account",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "_tdtId",
          "type": "uint256"
        }
      ],
      "name": "forceMint",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.5.17+commit.d19bba13\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_factory\",\"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\":false,\"inputs\":[{\"internalType\":\"contract ITokenRecipient\",\"name\":\"_spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_tdtId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"_extraData\",\"type\":\"bytes\"}],\"name\":\"approveAndCall\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"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\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_account\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_tdtId\",\"type\":\"uint256\"}],\"name\":\"forceMint\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"nonpayable\",\"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\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_factory\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"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\":{\"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\"}},\"approveAndCall(address,uint256,bytes)\":{\"details\":\"The `_spender` should implement the `ITokenRecipient`                   interface below to receive approval notifications.\",\"params\":{\"_extraData\":\"Extra information to send to the approved contract.\",\"_spender\":\"`ITokenRecipient`-conforming contract authorized to        operate on the approved token.\",\"_tdtId\":\"The TDT they can spend.\"}},\"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.\"},\"forceMint(address,uint256)\":{\"details\":\"We can't call TBTCDepositToken mint function from tests because of ACL.                  This function bypasses ACL and can be called in tests.                  Mints a token and assigns it to an account.                  Uses the internal _mint function.\",\"params\":{\"_account\":\"The account that will receive the token.\",\"_tdtId\":\"The tBTC Deposit Token ID.\"}},\"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\"},\"initialize(address)\":{\"details\":\"Since this function is not access-controlled, it should be called      transactionally with contract instantiation. In cases where a      regular contract directly inherits from DepositFactoryAuthority,      that should happen in the constructor. In cases where the inheritor      is binstead used via a clone factory, the same function that      creates a new clone should also trigger initialization.\"},\"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\"}}}},\"userdoc\":{\"methods\":{\"approveAndCall(address,uint256,bytes)\":{\"notice\":\"Allow another address to spend on the caller's behalf.                   Set allowance for other address and notify.                   Allows `_spender` to transfer the specified TDT                   on your behalf and then ping the contract about it.\"},\"initialize(address)\":{\"notice\":\"Set the address of the System contract on contract         initialization.\"}}}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/tbtc/tbtc/solidity/contracts/test/system/TestTBTCDepositToken.sol\":\"TestTBTCDepositToken\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"/home/runner/work/tbtc/tbtc/solidity/contracts/interfaces/ITokenRecipient.sol\":{\"keccak256\":\"0x4ac6830ad44d0b0d70ebabc60150e9c915c7c0bd0129ef868d5d2cd8da0c32bd\",\"urls\":[\"bzz-raw://a5c6465285add41f07a951f90405800a8802e323ea11e9c7bdb5625ce109c7f7\",\"dweb:/ipfs/QmRf7B4WxsS7gbSwUotgQM633BQc2ye7rhYC1RNVFamBfp\"]},\"/home/runner/work/tbtc/tbtc/solidity/contracts/system/DepositFactoryAuthority.sol\":{\"keccak256\":\"0xd8e81ec58dea6a6bcc554e8c7e6c58898ab11a410c3f61224330cbe833992add\",\"urls\":[\"bzz-raw://9d2b23cf1e2f98eb77acf6ae62933e48494113e1d6091146459fd79a635f1dcf\",\"dweb:/ipfs/QmPK3nTmcrScDavDSXGHvonhfik3BJ55qhwSnUmhzL5QUE\"]},\"/home/runner/work/tbtc/tbtc/solidity/contracts/system/TBTCDepositToken.sol\":{\"keccak256\":\"0xd9238bbd83f5352706426103a0708ad7c00ffbd90340a4b3bab03d2c5371e48b\",\"urls\":[\"bzz-raw://f1fc94f00aeabd49bd0f8ecf372213e83c949454c28fa672a46dd12d9a0b4311\",\"dweb:/ipfs/QmaCzqi2g4GSvzHDDES61FauDmdTGGyZrCkK1BdxpMqYa3\"]},\"/home/runner/work/tbtc/tbtc/solidity/contracts/test/system/TestTBTCDepositToken.sol\":{\"keccak256\":\"0x0b4b8f62d64ef8619308d726f51bbc038382fbacf42e95b6c0524fef647f137b\",\"urls\":[\"bzz-raw://560e83e2f7227018ae8f4dd87f011cd387d9672acc199aef8f67922be308733a\",\"dweb:/ipfs/QmQPhHvEd3QnQrKD8bthq929rGNyjr5hSSSYRTAoDS4YBx\"]},\"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": "0x60806040526008805460ff191690553480156200001b57600080fd5b5060405162001afc38038062001afc833981810160405260208110156200004157600080fd5b505160408051808201825260128152713a212a21902232b837b9b4ba102a37b5b2b760711b6020828101919091528251808401909352600383526215111560ea1b908301528291620000a36301ffc9a760e01b6001600160e01b036200012416565b620000be6380ac58cd60e01b6001600160e01b036200012416565b8151620000d390600590602085019062000263565b508051620000e990600690602084019062000263565b5062000105635b5e139f60e01b6001600160e01b036200012416565b506200011c9050816001600160e01b03620001a916565b505062000308565b6001600160e01b0319808216141562000184576040805162461bcd60e51b815260206004820152601c60248201527f4552433136353a20696e76616c696420696e7465726661636520696400000000604482015290519081900360640190fd5b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6001600160a01b038116620001f05760405162461bcd60e51b815260040180806020018281038252602381526020018062001ab46023913960400191505060405180910390fd5b60085460ff1615620002345760405162461bcd60e51b815260040180806020018281038252602581526020018062001ad76025913960400191505060405180910390fd5b6008805460ff196001600160a01b0390931661010002610100600160a81b031990911617919091166001179055565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10620002a657805160ff1916838001178555620002d6565b82800160010185558215620002d6579182015b82811115620002d6578251825591602001919060010190620002b9565b50620002e4929150620002e8565b5090565b6200030591905b80821115620002e45760008155600101620002ef565b90565b61179c80620003186000396000f3fe608060405234801561001057600080fd5b50600436106101165760003560e01c80636a9d5c84116100a2578063b88d4fde11610071578063b88d4fde146103a6578063c4d66de81461046c578063c87b56dd14610492578063cae9ca51146104af578063e985e9c51461056a57610116565b80636a9d5c841461030c57806370a082311461033857806395d89b4114610370578063a22cb4651461037857610116565b806323b872dd116100e957806323b872dd1461023a57806340c10f191461027057806342842e0e1461029c5780634f558e79146102d25780636352211e146102ef57610116565b806301ffc9a71461011b57806306fdde0314610156578063081812fc146101d3578063095ea7b31461020c575b600080fd5b6101426004803603602081101561013157600080fd5b50356001600160e01b031916610598565b604080519115158252519081900360200190f35b61015e6105b7565b6040805160208082528351818301528351919283929083019185019080838360005b83811015610198578181015183820152602001610180565b50505050905090810190601f1680156101c55780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101f0600480360360208110156101e957600080fd5b503561064e565b604080516001600160a01b039092168252519081900360200190f35b6102386004803603604081101561022257600080fd5b506001600160a01b0381351690602001356106b0565b005b6102386004803603606081101561025057600080fd5b506001600160a01b038135811691602081013590911690604001356107c1565b6102386004803603604081101561028657600080fd5b506001600160a01b038135169060200135610816565b610238600480360360608110156102b257600080fd5b506001600160a01b038135811691602081013590911690604001356108b3565b610142600480360360208110156102e857600080fd5b50356108ce565b6101f06004803603602081101561030557600080fd5b50356108df565b6101426004803603604081101561032257600080fd5b506001600160a01b038135169060200135610933565b61035e6004803603602081101561034e57600080fd5b50356001600160a01b031661095f565b60408051918252519081900360200190f35b61015e6109c7565b6102386004803603604081101561038e57600080fd5b506001600160a01b0381351690602001351515610a28565b610238600480360360808110156103bc57600080fd5b6001600160a01b038235811692602081013590911691604082013591908101906080810160608201356401000000008111156103f757600080fd5b82018360208201111561040957600080fd5b8035906020019184600183028401116401000000008311171561042b57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610af4945050505050565b6102386004803603602081101561048257600080fd5b50356001600160a01b0316610b4c565b61015e600480360360208110156104a857600080fd5b5035610c02565b610142600480360360608110156104c557600080fd5b6001600160a01b03823516916020810135918101906060810160408201356401000000008111156104f557600080fd5b82018360208201111561050757600080fd5b8035906020019184600183028401116401000000008311171561052957600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610ce7945050505050565b6101426004803603604081101561058057600080fd5b506001600160a01b0381358116916020013516610dde565b6001600160e01b03191660009081526020819052604090205460ff1690565b60058054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156106435780601f1061061857610100808354040283529160200191610643565b820191906000526020600020905b81548152906001019060200180831161062657829003601f168201915b505050505090505b90565b600061065982610e0c565b6106945760405162461bcd60e51b815260040180806020018281038252602c8152602001806115f5602c913960400191505060405180910390fd5b506000908152600260205260409020546001600160a01b031690565b60006106bb826108df565b9050806001600160a01b0316836001600160a01b0316141561070e5760405162461bcd60e51b81526004018080602001828103825260218152602001806116796021913960400191505060405180910390fd5b336001600160a01b038216148061072a575061072a8133610dde565b6107655760405162461bcd60e51b815260040180806020018281038252603881526020018061156a6038913960400191505060405180910390fd5b60008281526002602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b6107cb3382610e29565b6108065760405162461bcd60e51b815260040180806020018281038252603181526020018061169a6031913960400191505060405180910390fd5b610811838383610ecd565b505050565b60085460ff166108575760405162461bcd60e51b815260040180806020018281038252602d81526020018061173b602d913960400191505060405180910390fd5b60085461010090046001600160a01b031633146108a55760405162461bcd60e51b81526004018080602001828103825260268152602001806117156026913960400191505060405180910390fd5b6108af8282611011565b5050565b61081183838360405180602001604052806000815250610af4565b60006108d982610e0c565b92915050565b6000818152600160205260408120546001600160a01b0316806108d95760405162461bcd60e51b81526004018080602001828103825260298152602001806115cc6029913960400191505060405180910390fd5b600061093e82610e0c565b1561094c5761094c82611142565b6109568383611011565b50600192915050565b60006001600160a01b0382166109a65760405162461bcd60e51b815260040180806020018281038252602a8152602001806115a2602a913960400191505060405180910390fd5b6001600160a01b03821660009081526003602052604090206108d990611157565b60068054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156106435780601f1061061857610100808354040283529160200191610643565b6001600160a01b038216331415610a86576040805162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c657200000000000000604482015290519081900360640190fd5b3360008181526004602090815260408083206001600160a01b03871680855290835292819020805460ff1916861515908117909155815190815290519293927f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31929181900390910190a35050565b610aff8484846107c1565b610b0b8484848461115b565b610b465760405162461bcd60e51b81526004018080602001828103825260328152602001806114c56032913960400191505060405180910390fd5b50505050565b6001600160a01b038116610b915760405162461bcd60e51b81526004018080602001828103825260238152602001806114f76023913960400191505060405180910390fd5b60085460ff1615610bd35760405162461bcd60e51b81526004018080602001828103825260258152602001806116cb6025913960400191505060405180910390fd5b6008805460ff196001600160a01b0390931661010002610100600160a81b031990911617919091166001179055565b6060610c0d82610e0c565b610c485760405162461bcd60e51b815260040180806020018281038252602f81526020018061164a602f913960400191505060405180910390fd5b60008281526007602090815260409182902080548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084529091830182828015610cdb5780601f10610cb057610100808354040283529160200191610cdb565b820191906000526020600020905b815481529060010190602001808311610cbe57829003601f168201915b50505050509050919050565b6000610cf384846106b0565b604051638f4ffcb160e01b815233600482018181526024830186905230604484018190526080606485019081528651608486015286516001600160a01b038a1695638f4ffcb195948a94938a939192909160a490910190602085019080838360005b83811015610d6d578181015183820152602001610d55565b50505050905090810190601f168015610d9a5780820380516001836020036101000a031916815260200191505b5095505050505050600060405180830381600087803b158015610dbc57600080fd5b505af1158015610dd0573d6000803e3d6000fd5b506001979650505050505050565b6001600160a01b03918216600090815260046020908152604080832093909416825291909152205460ff1690565b6000908152600160205260409020546001600160a01b0316151590565b6000610e3482610e0c565b610e6f5760405162461bcd60e51b815260040180806020018281038252602c81526020018061153e602c913960400191505060405180910390fd5b6000610e7a836108df565b9050806001600160a01b0316846001600160a01b03161480610eb55750836001600160a01b0316610eaa8461064e565b6001600160a01b0316145b80610ec55750610ec58185610dde565b949350505050565b826001600160a01b0316610ee0826108df565b6001600160a01b031614610f255760405162461bcd60e51b81526004018080602001828103825260298152602001806116216029913960400191505060405180910390fd5b6001600160a01b038216610f6a5760405162461bcd60e51b815260040180806020018281038252602481526020018061151a6024913960400191505060405180910390fd5b610f738161128e565b6001600160a01b0383166000908152600360205260409020610f94906112c9565b6001600160a01b0382166000908152600360205260409020610fb5906112e0565b60008181526001602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6001600160a01b03821661106c576040805162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015290519081900360640190fd5b61107581610e0c565b156110c7576040805162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015290519081900360640190fd5b600081815260016020908152604080832080546001600160a01b0319166001600160a01b038716908117909155835260039091529020611106906112e0565b60405181906001600160a01b038416906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b61115461114e826108df565b826112e9565b50565b5490565b600061116f846001600160a01b0316611331565b61117b57506001610ec5565b604051630a85bd0160e11b815233600482018181526001600160a01b03888116602485015260448401879052608060648501908152865160848601528651600095928a169463150b7a029490938c938b938b939260a4019060208501908083838e5b838110156111f55781810151838201526020016111dd565b50505050905090810190601f1680156112225780820380516001836020036101000a031916815260200191505b5095505050505050602060405180830381600087803b15801561124457600080fd5b505af1158015611258573d6000803e3d6000fd5b505050506040513d602081101561126e57600080fd5b50516001600160e01b031916630a85bd0160e11b14915050949350505050565b6000818152600260205260409020546001600160a01b03161561115457600090815260026020526040902080546001600160a01b0319169055565b80546112dc90600163ffffffff61133716565b9055565b80546001019055565b6112f38282611394565b60008181526007602052604090205460026000196101006001841615020190911604156108af5760008181526007602052604081206108af9161146b565b3b151590565b60008282111561138e576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b816001600160a01b03166113a7826108df565b6001600160a01b0316146113ec5760405162461bcd60e51b81526004018080602001828103825260258152602001806116f06025913960400191505060405180910390fd5b6113f58161128e565b6001600160a01b0382166000908152600360205260409020611416906112c9565b60008181526001602052604080822080546001600160a01b0319169055518291906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908390a45050565b50805460018160011615610100020316600290046000825580601f106114915750611154565b60009182526020918290206111549261064b92601f01048101905b808211156114c057600081556001016114ac565b509056fe4552433732313a207472616e7366657220746f206e6f6e20455243373231526563656976657220696d706c656d656e746572466163746f72792063616e6e6f7420626520746865207a65726f20616464726573732e4552433732313a207472616e7366657220746f20746865207a65726f20616464726573734552433732313a206f70657261746f7220717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76652063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f76656420666f7220616c6c4552433732313a2062616c616e636520717565727920666f7220746865207a65726f20616464726573734552433732313a206f776e657220717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76656420717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a207472616e73666572206f6620746f6b656e2074686174206973206e6f74206f776e4552433732314d657461646174613a2055524920717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76616c20746f2063757272656e74206f776e65724552433732313a207472616e736665722063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f766564466163746f72792063616e206f6e6c7920626520696e697469616c697a6564206f6e63652e4552433732313a206275726e206f6620746f6b656e2074686174206973206e6f74206f776e43616c6c6572206d757374206265206465706f736974466163746f727920636f6e7472616374466163746f727920696e697469616c697a6174696f6e206d7573742068617665206265656e2063616c6c65642ea265627a7a7231582088b8d939952e7f1e2893d49b9e8fe05281d31b038b3f9619b7a53c90afabc00564736f6c63430005110032466163746f72792063616e6e6f7420626520746865207a65726f20616464726573732e466163746f72792063616e206f6e6c7920626520696e697469616c697a6564206f6e63652e",
  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101165760003560e01c80636a9d5c84116100a2578063b88d4fde11610071578063b88d4fde146103a6578063c4d66de81461046c578063c87b56dd14610492578063cae9ca51146104af578063e985e9c51461056a57610116565b80636a9d5c841461030c57806370a082311461033857806395d89b4114610370578063a22cb4651461037857610116565b806323b872dd116100e957806323b872dd1461023a57806340c10f191461027057806342842e0e1461029c5780634f558e79146102d25780636352211e146102ef57610116565b806301ffc9a71461011b57806306fdde0314610156578063081812fc146101d3578063095ea7b31461020c575b600080fd5b6101426004803603602081101561013157600080fd5b50356001600160e01b031916610598565b604080519115158252519081900360200190f35b61015e6105b7565b6040805160208082528351818301528351919283929083019185019080838360005b83811015610198578181015183820152602001610180565b50505050905090810190601f1680156101c55780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101f0600480360360208110156101e957600080fd5b503561064e565b604080516001600160a01b039092168252519081900360200190f35b6102386004803603604081101561022257600080fd5b506001600160a01b0381351690602001356106b0565b005b6102386004803603606081101561025057600080fd5b506001600160a01b038135811691602081013590911690604001356107c1565b6102386004803603604081101561028657600080fd5b506001600160a01b038135169060200135610816565b610238600480360360608110156102b257600080fd5b506001600160a01b038135811691602081013590911690604001356108b3565b610142600480360360208110156102e857600080fd5b50356108ce565b6101f06004803603602081101561030557600080fd5b50356108df565b6101426004803603604081101561032257600080fd5b506001600160a01b038135169060200135610933565b61035e6004803603602081101561034e57600080fd5b50356001600160a01b031661095f565b60408051918252519081900360200190f35b61015e6109c7565b6102386004803603604081101561038e57600080fd5b506001600160a01b0381351690602001351515610a28565b610238600480360360808110156103bc57600080fd5b6001600160a01b038235811692602081013590911691604082013591908101906080810160608201356401000000008111156103f757600080fd5b82018360208201111561040957600080fd5b8035906020019184600183028401116401000000008311171561042b57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610af4945050505050565b6102386004803603602081101561048257600080fd5b50356001600160a01b0316610b4c565b61015e600480360360208110156104a857600080fd5b5035610c02565b610142600480360360608110156104c557600080fd5b6001600160a01b03823516916020810135918101906060810160408201356401000000008111156104f557600080fd5b82018360208201111561050757600080fd5b8035906020019184600183028401116401000000008311171561052957600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610ce7945050505050565b6101426004803603604081101561058057600080fd5b506001600160a01b0381358116916020013516610dde565b6001600160e01b03191660009081526020819052604090205460ff1690565b60058054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156106435780601f1061061857610100808354040283529160200191610643565b820191906000526020600020905b81548152906001019060200180831161062657829003601f168201915b505050505090505b90565b600061065982610e0c565b6106945760405162461bcd60e51b815260040180806020018281038252602c8152602001806115f5602c913960400191505060405180910390fd5b506000908152600260205260409020546001600160a01b031690565b60006106bb826108df565b9050806001600160a01b0316836001600160a01b0316141561070e5760405162461bcd60e51b81526004018080602001828103825260218152602001806116796021913960400191505060405180910390fd5b336001600160a01b038216148061072a575061072a8133610dde565b6107655760405162461bcd60e51b815260040180806020018281038252603881526020018061156a6038913960400191505060405180910390fd5b60008281526002602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b6107cb3382610e29565b6108065760405162461bcd60e51b815260040180806020018281038252603181526020018061169a6031913960400191505060405180910390fd5b610811838383610ecd565b505050565b60085460ff166108575760405162461bcd60e51b815260040180806020018281038252602d81526020018061173b602d913960400191505060405180910390fd5b60085461010090046001600160a01b031633146108a55760405162461bcd60e51b81526004018080602001828103825260268152602001806117156026913960400191505060405180910390fd5b6108af8282611011565b5050565b61081183838360405180602001604052806000815250610af4565b60006108d982610e0c565b92915050565b6000818152600160205260408120546001600160a01b0316806108d95760405162461bcd60e51b81526004018080602001828103825260298152602001806115cc6029913960400191505060405180910390fd5b600061093e82610e0c565b1561094c5761094c82611142565b6109568383611011565b50600192915050565b60006001600160a01b0382166109a65760405162461bcd60e51b815260040180806020018281038252602a8152602001806115a2602a913960400191505060405180910390fd5b6001600160a01b03821660009081526003602052604090206108d990611157565b60068054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156106435780601f1061061857610100808354040283529160200191610643565b6001600160a01b038216331415610a86576040805162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c657200000000000000604482015290519081900360640190fd5b3360008181526004602090815260408083206001600160a01b03871680855290835292819020805460ff1916861515908117909155815190815290519293927f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31929181900390910190a35050565b610aff8484846107c1565b610b0b8484848461115b565b610b465760405162461bcd60e51b81526004018080602001828103825260328152602001806114c56032913960400191505060405180910390fd5b50505050565b6001600160a01b038116610b915760405162461bcd60e51b81526004018080602001828103825260238152602001806114f76023913960400191505060405180910390fd5b60085460ff1615610bd35760405162461bcd60e51b81526004018080602001828103825260258152602001806116cb6025913960400191505060405180910390fd5b6008805460ff196001600160a01b0390931661010002610100600160a81b031990911617919091166001179055565b6060610c0d82610e0c565b610c485760405162461bcd60e51b815260040180806020018281038252602f81526020018061164a602f913960400191505060405180910390fd5b60008281526007602090815260409182902080548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084529091830182828015610cdb5780601f10610cb057610100808354040283529160200191610cdb565b820191906000526020600020905b815481529060010190602001808311610cbe57829003601f168201915b50505050509050919050565b6000610cf384846106b0565b604051638f4ffcb160e01b815233600482018181526024830186905230604484018190526080606485019081528651608486015286516001600160a01b038a1695638f4ffcb195948a94938a939192909160a490910190602085019080838360005b83811015610d6d578181015183820152602001610d55565b50505050905090810190601f168015610d9a5780820380516001836020036101000a031916815260200191505b5095505050505050600060405180830381600087803b158015610dbc57600080fd5b505af1158015610dd0573d6000803e3d6000fd5b506001979650505050505050565b6001600160a01b03918216600090815260046020908152604080832093909416825291909152205460ff1690565b6000908152600160205260409020546001600160a01b0316151590565b6000610e3482610e0c565b610e6f5760405162461bcd60e51b815260040180806020018281038252602c81526020018061153e602c913960400191505060405180910390fd5b6000610e7a836108df565b9050806001600160a01b0316846001600160a01b03161480610eb55750836001600160a01b0316610eaa8461064e565b6001600160a01b0316145b80610ec55750610ec58185610dde565b949350505050565b826001600160a01b0316610ee0826108df565b6001600160a01b031614610f255760405162461bcd60e51b81526004018080602001828103825260298152602001806116216029913960400191505060405180910390fd5b6001600160a01b038216610f6a5760405162461bcd60e51b815260040180806020018281038252602481526020018061151a6024913960400191505060405180910390fd5b610f738161128e565b6001600160a01b0383166000908152600360205260409020610f94906112c9565b6001600160a01b0382166000908152600360205260409020610fb5906112e0565b60008181526001602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6001600160a01b03821661106c576040805162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015290519081900360640190fd5b61107581610e0c565b156110c7576040805162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015290519081900360640190fd5b600081815260016020908152604080832080546001600160a01b0319166001600160a01b038716908117909155835260039091529020611106906112e0565b60405181906001600160a01b038416906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b61115461114e826108df565b826112e9565b50565b5490565b600061116f846001600160a01b0316611331565b61117b57506001610ec5565b604051630a85bd0160e11b815233600482018181526001600160a01b03888116602485015260448401879052608060648501908152865160848601528651600095928a169463150b7a029490938c938b938b939260a4019060208501908083838e5b838110156111f55781810151838201526020016111dd565b50505050905090810190601f1680156112225780820380516001836020036101000a031916815260200191505b5095505050505050602060405180830381600087803b15801561124457600080fd5b505af1158015611258573d6000803e3d6000fd5b505050506040513d602081101561126e57600080fd5b50516001600160e01b031916630a85bd0160e11b14915050949350505050565b6000818152600260205260409020546001600160a01b03161561115457600090815260026020526040902080546001600160a01b0319169055565b80546112dc90600163ffffffff61133716565b9055565b80546001019055565b6112f38282611394565b60008181526007602052604090205460026000196101006001841615020190911604156108af5760008181526007602052604081206108af9161146b565b3b151590565b60008282111561138e576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b816001600160a01b03166113a7826108df565b6001600160a01b0316146113ec5760405162461bcd60e51b81526004018080602001828103825260258152602001806116f06025913960400191505060405180910390fd5b6113f58161128e565b6001600160a01b0382166000908152600360205260409020611416906112c9565b60008181526001602052604080822080546001600160a01b0319169055518291906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908390a45050565b50805460018160011615610100020316600290046000825580601f106114915750611154565b60009182526020918290206111549261064b92601f01048101905b808211156114c057600081556001016114ac565b509056fe4552433732313a207472616e7366657220746f206e6f6e20455243373231526563656976657220696d706c656d656e746572466163746f72792063616e6e6f7420626520746865207a65726f20616464726573732e4552433732313a207472616e7366657220746f20746865207a65726f20616464726573734552433732313a206f70657261746f7220717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76652063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f76656420666f7220616c6c4552433732313a2062616c616e636520717565727920666f7220746865207a65726f20616464726573734552433732313a206f776e657220717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76656420717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a207472616e73666572206f6620746f6b656e2074686174206973206e6f74206f776e4552433732314d657461646174613a2055524920717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76616c20746f2063757272656e74206f776e65724552433732313a207472616e736665722063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f766564466163746f72792063616e206f6e6c7920626520696e697469616c697a6564206f6e63652e4552433732313a206275726e206f6620746f6b656e2074686174206973206e6f74206f776e43616c6c6572206d757374206265206465706f736974466163746f727920636f6e7472616374466163746f727920696e697469616c697a6174696f6e206d7573742068617665206265656e2063616c6c65642ea265627a7a7231582088b8d939952e7f1e2893d49b9e8fe05281d31b038b3f9619b7a53c90afabc00564736f6c63430005110032",
  "sourceMap": "83:767:44:-;;;313:34:18;;;-1:-1:-1;;313:34:18;;;140:77:44;5:2:-1;;;;30:1;27;20:12;5:2;140:77:44;;;;;;;;;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;140:77:44;753:254:66;;;;;;;;;;;-1:-1:-1;;;140:77:44;753:254:66;;;;;;;;;;;;;;;;;;-1:-1:-1;;;753:254:66;;;;140:77:44;;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;1469:34:22;;-1:-1:-1;1480:22:22;-1:-1:-1;;;;;1469:10:22;:34;:::i;:::-;1344:166;140:77:44;83:767;;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;947:271:18:-;-1:-1:-1;;;;;1010:22:18;;1002:70;;;;-1:-1:-1;;;1002:70:18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1091:12;;;;1090:13;1082:63;;;;-1:-1:-1;;;1082:63:18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1156:15;:26;;-1:-1:-1;;;;;;;1156:26:18;;;;;-1:-1:-1;;;;;;1156:26:18;;;;1192:19;;;;1156:15;1192:19;;;947:271::o;83:767:44:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;83:767:44;;;-1:-1:-1;83:767:44;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;",
  "deployedSourceMap": "83:767:44:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;83:767:44;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;1725:103:22:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;1725:103:22;;;;;;;;:::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;2013:104:22:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;2013:104:22;;:::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;646:202:44:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;646:202:44;;;;;;;;:::i;2471:207:65:-;;;;;;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;947:271:18:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;947:271:18;-1:-1:-1;;;;;947:271:18;;:::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;2835:353:22:-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;2835:353:22;;;;;;;;;;;;;;;;;;;21:11:-1;5:28;;2:2;;;46:1;43;36:12;2:2;2835:353:22;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;2835:353:22;;;;;;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;2835:353:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;2835:353:22;;-1:-1:-1;2835:353:22;;-1:-1:-1;;;;;2835:353:22: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;1725:103:22:-;1364:12:18;;;;1356:70;;;;-1:-1:-1;;;1356:70:18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1471:15;;;;;-1:-1:-1;;;;;1471:15:18;1457:10;:29;1436:114;;;;-1:-1:-1;;;1436:114:18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1801:20:22;1807:3;1812:8;1801:5;:20::i;:::-;1725:103;;:::o;6795:132:65:-;6881:39;6898:4;6904:2;6908:7;6881:39;;;;;;;;;;;;:16;:39::i;2013:104:22:-;2070:4;2093:17;2101:8;2093:7;:17::i;:::-;2086:24;2013:104;-1:-1:-1;;2013:104:22: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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;646:202:44;715:4;734:15;742:6;734:7;:15::i;:::-;731:57;;;764:13;770:6;764:5;:13::i;:::-;797:23;803:8;813:6;797:5;:23::i;:::-;-1:-1:-1;837:4:44;646:202;;;;:::o;2471:207:65:-;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;947:271:18:-;-1:-1:-1;;;;;1010:22:18;;1002:70;;;;-1:-1:-1;;;1002:70:18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1091:12;;;;1090:13;1082:63;;;;-1:-1:-1;;;1082:63:18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1156:15;:26;;-1:-1:-1;;;;;;;1156:26:18;;;;;-1:-1:-1;;;;;;1156:26:18;;;;1192:19;;;;1156:15;1192:19;;;947:271::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;2835:353:22:-;2972:4;3045:34;3061:8;3072:6;3045:7;:34::i;:::-;3089:71;;-1:-1:-1;;;3089:71:22;;3114:10;3089:71;;;;;;;;;;;;3142:4;3089:71;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;3089:24:22;;;;;3114:10;3126:6;;3142:4;3149:10;;3089:71;;;;;;;;;;;;;;;;-1:-1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;3089:71:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;3089:71:22;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;-1:-1;3177:4:22;;2835:353;-1:-1:-1;;;;;;;2835:353:22: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;10286:90::-;10337:32;10343:16;10351:7;10343;:16::i;:::-;10361:7;10337:5;:32::i;:::-;10286:90;:::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;;;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;2517:240:66:-;2583:27;2595:5;2602:7;2583:11;:27::i;:::-;2666:19;;;;:10;:19;;;;;2660:33;;-1:-1:-1;;2660:33:66;;;;;;;;;;;:38;2656:95;;2721:19;;;;:10;:19;;;;;2714:26;;;:::i;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;9781:324:65:-;9875:5;-1:-1:-1;;;;;9855:25:65;:16;9863:7;9855;:16::i;:::-;-1:-1:-1;;;;;9855:25:65;;9847:75;;;;-1:-1:-1;;;9847:75:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9933:23;9948:7;9933:14;:23::i;:::-;-1:-1:-1;;;;;9967:24:65;;;;;;:17;:24;;;;;:36;;:34;:36::i;:::-;10044:1;10013:20;;;:11;:20;;;;;;:33;;-1:-1:-1;;;;;;10013:33:65;;;10062:36;10025:7;;10044:1;-1:-1:-1;;;;;10062:36:65;;;;;10044:1;;10062:36;9781:324;;:::o;83:767:44:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;",
  "source": "pragma solidity 0.5.17;\n\nimport \"../../../contracts/system/TBTCDepositToken.sol\";\n\ncontract TestTBTCDepositToken is TBTCDepositToken {\n\n    constructor(address _factory)\n        TBTCDepositToken(_factory)\n    public{}\n\n    /// @dev             We can't call TBTCDepositToken mint function from tests because of ACL.\n    ///                  This function bypasses ACL and can be called in tests.\n    ///                  Mints a token and assigns it to an account.\n    ///                  Uses the internal _mint function.\n    /// @param _account  The account that will receive the token.\n    /// @param _tdtId    The tBTC Deposit Token ID.\n    function forceMint(address _account, uint256 _tdtId) public returns (bool) {\n        if(_exists(_tdtId)){\n            _burn(_tdtId);\n        }\n        _mint(_account, _tdtId);\n        return true;\n    }\n}\n",
  "sourcePath": "/home/runner/work/tbtc/tbtc/solidity/contracts/test/system/TestTBTCDepositToken.sol",
  "ast": {
    "absolutePath": "/home/runner/work/tbtc/tbtc/solidity/contracts/test/system/TestTBTCDepositToken.sol",
    "exportedSymbols": {
      "TestTBTCDepositToken": [
        11246
      ]
    },
    "id": 11247,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 11207,
        "literals": [
          "solidity",
          "0.5",
          ".17"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:44"
      },
      {
        "absolutePath": "/home/runner/work/tbtc/tbtc/solidity/contracts/system/TBTCDepositToken.sol",
        "file": "../../../contracts/system/TBTCDepositToken.sol",
        "id": 11208,
        "nodeType": "ImportDirective",
        "scope": 11247,
        "sourceUnit": 6845,
        "src": "25:56:44",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 11209,
              "name": "TBTCDepositToken",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 6844,
              "src": "116:16:44",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_TBTCDepositToken_$6844",
                "typeString": "contract TBTCDepositToken"
              }
            },
            "id": 11210,
            "nodeType": "InheritanceSpecifier",
            "src": "116:16:44"
          }
        ],
        "contractDependencies": [
          6251,
          6844,
          16712,
          16722,
          18055,
          18184,
          18287,
          18310
        ],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 11246,
        "linearizedBaseContracts": [
          11246,
          6844,
          6251,
          18184,
          18310,
          18055,
          18287,
          16712,
          16722
        ],
        "name": "TestTBTCDepositToken",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": {
              "id": 11218,
              "nodeType": "Block",
              "src": "215:2:44",
              "statements": []
            },
            "documentation": null,
            "id": 11219,
            "implemented": true,
            "kind": "constructor",
            "modifiers": [
              {
                "arguments": [
                  {
                    "argumentTypes": null,
                    "id": 11215,
                    "name": "_factory",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 11212,
                    "src": "195:8:44",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  }
                ],
                "id": 11216,
                "modifierName": {
                  "argumentTypes": null,
                  "id": 11214,
                  "name": "TBTCDepositToken",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 6844,
                  "src": "178:16:44",
                  "typeDescriptions": {
                    "typeIdentifier": "t_type$_t_contract$_TBTCDepositToken_$6844_$",
                    "typeString": "type(contract TBTCDepositToken)"
                  }
                },
                "nodeType": "ModifierInvocation",
                "src": "178:26:44"
              }
            ],
            "name": "",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 11213,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 11212,
                  "name": "_factory",
                  "nodeType": "VariableDeclaration",
                  "scope": 11219,
                  "src": "152:16:44",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 11211,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "152:7:44",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "151:18:44"
            },
            "returnParameters": {
              "id": 11217,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "215:0:44"
            },
            "scope": 11246,
            "src": "140:77:44",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 11244,
              "nodeType": "Block",
              "src": "721:127:44",
              "statements": [
                {
                  "condition": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 11229,
                        "name": "_tdtId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 11223,
                        "src": "742:6:44",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 11228,
                      "name": "_exists",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 17795,
                      "src": "734:7:44",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_bool_$",
                        "typeString": "function (uint256) view returns (bool)"
                      }
                    },
                    "id": 11230,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "734:15:44",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "falseBody": null,
                  "id": 11236,
                  "nodeType": "IfStatement",
                  "src": "731:57:44",
                  "trueBody": {
                    "id": 11235,
                    "nodeType": "Block",
                    "src": "750:38:44",
                    "statements": [
                      {
                        "expression": {
                          "argumentTypes": null,
                          "arguments": [
                            {
                              "argumentTypes": null,
                              "id": 11232,
                              "name": "_tdtId",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 11223,
                              "src": "770:6:44",
                              "typeDescriptions": {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            ],
                            "id": 11231,
                            "name": "_burn",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [
                              18183,
                              17935
                            ],
                            "referencedDeclaration": 17935,
                            "src": "764:5:44",
                            "typeDescriptions": {
                              "typeIdentifier": "t_function_internal_nonpayable$_t_uint256_$returns$__$",
                              "typeString": "function (uint256)"
                            }
                          },
                          "id": 11233,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "functionCall",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "764:13:44",
                          "typeDescriptions": {
                            "typeIdentifier": "t_tuple$__$",
                            "typeString": "tuple()"
                          }
                        },
                        "id": 11234,
                        "nodeType": "ExpressionStatement",
                        "src": "764:13:44"
                      }
                    ]
                  }
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "arguments": [
                      {
                        "argumentTypes": null,
                        "id": 11238,
                        "name": "_account",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 11221,
                        "src": "803:8:44",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "argumentTypes": null,
                        "id": 11239,
                        "name": "_tdtId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 11223,
                        "src": "813:6:44",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 11237,
                      "name": "_mint",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 17879,
                      "src": "797:5:44",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$",
                        "typeString": "function (address,uint256)"
                      }
                    },
                    "id": 11240,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "797:23:44",
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 11241,
                  "nodeType": "ExpressionStatement",
                  "src": "797:23:44"
                },
                {
                  "expression": {
                    "argumentTypes": null,
                    "hexValue": "74727565",
                    "id": 11242,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "bool",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "837:4:44",
                    "subdenomination": null,
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    },
                    "value": "true"
                  },
                  "functionReturnParameters": 11227,
                  "id": 11243,
                  "nodeType": "Return",
                  "src": "830:11:44"
                }
              ]
            },
            "documentation": "@dev             We can't call TBTCDepositToken mint function from tests because of ACL.\n                  This function bypasses ACL and can be called in tests.\n                  Mints a token and assigns it to an account.\n                  Uses the internal _mint function.\n @param _account  The account that will receive the token.\n @param _tdtId    The tBTC Deposit Token ID.",
            "id": 11245,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "forceMint",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 11224,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 11221,
                  "name": "_account",
                  "nodeType": "VariableDeclaration",
                  "scope": 11245,
                  "src": "665:16:44",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 11220,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "665:7:44",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 11223,
                  "name": "_tdtId",
                  "nodeType": "VariableDeclaration",
                  "scope": 11245,
                  "src": "683:14:44",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 11222,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "683:7:44",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "664:34:44"
            },
            "returnParameters": {
              "id": 11227,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 11226,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 11245,
                  "src": "715:4:44",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 11225,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "715:4:44",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "714:6:44"
            },
            "scope": 11246,
            "src": "646:202:44",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 11247,
        "src": "83:767:44"
      }
    ],
    "src": "0:851:44"
  },
  "legacyAST": {
    "attributes": {
      "absolutePath": "/home/runner/work/tbtc/tbtc/solidity/contracts/test/system/TestTBTCDepositToken.sol",
      "exportedSymbols": {
        "TestTBTCDepositToken": [
          11246
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "0.5",
            ".17"
          ]
        },
        "id": 11207,
        "name": "PragmaDirective",
        "src": "0:23:44"
      },
      {
        "attributes": {
          "SourceUnit": 6845,
          "absolutePath": "/home/runner/work/tbtc/tbtc/solidity/contracts/system/TBTCDepositToken.sol",
          "file": "../../../contracts/system/TBTCDepositToken.sol",
          "scope": 11247,
          "symbolAliases": [
            null
          ],
          "unitAlias": ""
        },
        "id": 11208,
        "name": "ImportDirective",
        "src": "25:56:44"
      },
      {
        "attributes": {
          "contractDependencies": [
            6251,
            6844,
            16712,
            16722,
            18055,
            18184,
            18287,
            18310
          ],
          "contractKind": "contract",
          "documentation": null,
          "fullyImplemented": true,
          "linearizedBaseContracts": [
            11246,
            6844,
            6251,
            18184,
            18310,
            18055,
            18287,
            16712,
            16722
          ],
          "name": "TestTBTCDepositToken",
          "scope": 11247
        },
        "children": [
          {
            "attributes": {
              "arguments": null
            },
            "children": [
              {
                "attributes": {
                  "contractScope": null,
                  "name": "TBTCDepositToken",
                  "referencedDeclaration": 6844,
                  "type": "contract TBTCDepositToken"
                },
                "id": 11209,
                "name": "UserDefinedTypeName",
                "src": "116:16:44"
              }
            ],
            "id": 11210,
            "name": "InheritanceSpecifier",
            "src": "116:16:44"
          },
          {
            "attributes": {
              "documentation": null,
              "implemented": true,
              "isConstructor": true,
              "kind": "constructor",
              "name": "",
              "scope": 11246,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_factory",
                      "scope": 11219,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "stateMutability": "nonpayable",
                          "type": "address"
                        },
                        "id": 11211,
                        "name": "ElementaryTypeName",
                        "src": "152:7:44"
                      }
                    ],
                    "id": 11212,
                    "name": "VariableDeclaration",
                    "src": "152:16:44"
                  }
                ],
                "id": 11213,
                "name": "ParameterList",
                "src": "151:18:44"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 11217,
                "name": "ParameterList",
                "src": "215:0:44"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "argumentTypes": null,
                      "overloadedDeclarations": [
                        null
                      ],
                      "referencedDeclaration": 6844,
                      "type": "type(contract TBTCDepositToken)",
                      "value": "TBTCDepositToken"
                    },
                    "id": 11214,
                    "name": "Identifier",
                    "src": "178:16:44"
                  },
                  {
                    "attributes": {
                      "argumentTypes": null,
                      "overloadedDeclarations": [
                        null
                      ],
                      "referencedDeclaration": 11212,
                      "type": "address",
                      "value": "_factory"
                    },
                    "id": 11215,
                    "name": "Identifier",
                    "src": "195:8:44"
                  }
                ],
                "id": 11216,
                "name": "ModifierInvocation",
                "src": "178:26:44"
              },
              {
                "attributes": {
                  "statements": [
                    null
                  ]
                },
                "children": [],
                "id": 11218,
                "name": "Block",
                "src": "215:2:44"
              }
            ],
            "id": 11219,
            "name": "FunctionDefinition",
            "src": "140:77:44"
          },
          {
            "attributes": {
              "documentation": "@dev             We can't call TBTCDepositToken mint function from tests because of ACL.\n                  This function bypasses ACL and can be called in tests.\n                  Mints a token and assigns it to an account.\n                  Uses the internal _mint function.\n @param _account  The account that will receive the token.\n @param _tdtId    The tBTC Deposit Token ID.",
              "implemented": true,
              "isConstructor": false,
              "kind": "function",
              "modifiers": [
                null
              ],
              "name": "forceMint",
              "scope": 11246,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_account",
                      "scope": 11245,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "address",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "address",
                          "stateMutability": "nonpayable",
                          "type": "address"
                        },
                        "id": 11220,
                        "name": "ElementaryTypeName",
                        "src": "665:7:44"
                      }
                    ],
                    "id": 11221,
                    "name": "VariableDeclaration",
                    "src": "665:16:44"
                  },
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_tdtId",
                      "scope": 11245,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 11222,
                        "name": "ElementaryTypeName",
                        "src": "683:7:44"
                      }
                    ],
                    "id": 11223,
                    "name": "VariableDeclaration",
                    "src": "683:14:44"
                  }
                ],
                "id": 11224,
                "name": "ParameterList",
                "src": "664:34:44"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 11245,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "bool",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "bool",
                          "type": "bool"
                        },
                        "id": 11225,
                        "name": "ElementaryTypeName",
                        "src": "715:4:44"
                      }
                    ],
                    "id": 11226,
                    "name": "VariableDeclaration",
                    "src": "715:4:44"
                  }
                ],
                "id": 11227,
                "name": "ParameterList",
                "src": "714:6:44"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "falseBody": null
                    },
                    "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": 11228,
                            "name": "Identifier",
                            "src": "734:7:44"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 11223,
                              "type": "uint256",
                              "value": "_tdtId"
                            },
                            "id": 11229,
                            "name": "Identifier",
                            "src": "742:6:44"
                          }
                        ],
                        "id": 11230,
                        "name": "FunctionCall",
                        "src": "734:15:44"
                      },
                      {
                        "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_uint256",
                                          "typeString": "uint256"
                                        }
                                      ],
                                      "overloadedDeclarations": [
                                        18183,
                                        17935
                                      ],
                                      "referencedDeclaration": 17935,
                                      "type": "function (uint256)",
                                      "value": "_burn"
                                    },
                                    "id": 11231,
                                    "name": "Identifier",
                                    "src": "764:5:44"
                                  },
                                  {
                                    "attributes": {
                                      "argumentTypes": null,
                                      "overloadedDeclarations": [
                                        null
                                      ],
                                      "referencedDeclaration": 11223,
                                      "type": "uint256",
                                      "value": "_tdtId"
                                    },
                                    "id": 11232,
                                    "name": "Identifier",
                                    "src": "770:6:44"
                                  }
                                ],
                                "id": 11233,
                                "name": "FunctionCall",
                                "src": "764:13:44"
                              }
                            ],
                            "id": 11234,
                            "name": "ExpressionStatement",
                            "src": "764:13:44"
                          }
                        ],
                        "id": 11235,
                        "name": "Block",
                        "src": "750:38:44"
                      }
                    ],
                    "id": 11236,
                    "name": "IfStatement",
                    "src": "731:57:44"
                  },
                  {
                    "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": 11237,
                            "name": "Identifier",
                            "src": "797:5:44"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 11221,
                              "type": "address",
                              "value": "_account"
                            },
                            "id": 11238,
                            "name": "Identifier",
                            "src": "803:8:44"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 11223,
                              "type": "uint256",
                              "value": "_tdtId"
                            },
                            "id": 11239,
                            "name": "Identifier",
                            "src": "813:6:44"
                          }
                        ],
                        "id": 11240,
                        "name": "FunctionCall",
                        "src": "797:23:44"
                      }
                    ],
                    "id": 11241,
                    "name": "ExpressionStatement",
                    "src": "797:23:44"
                  },
                  {
                    "attributes": {
                      "functionReturnParameters": 11227
                    },
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "hexvalue": "74727565",
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "subdenomination": null,
                          "token": "bool",
                          "type": "bool",
                          "value": "true"
                        },
                        "id": 11242,
                        "name": "Literal",
                        "src": "837:4:44"
                      }
                    ],
                    "id": 11243,
                    "name": "Return",
                    "src": "830:11:44"
                  }
                ],
                "id": 11244,
                "name": "Block",
                "src": "721:127:44"
              }
            ],
            "id": 11245,
            "name": "FunctionDefinition",
            "src": "646:202:44"
          }
        ],
        "id": 11246,
        "name": "ContractDefinition",
        "src": "83:767:44"
      }
    ],
    "id": 11247,
    "name": "SourceUnit",
    "src": "0:851:44"
  },
  "compiler": {
    "name": "solc",
    "version": "0.5.17+commit.d19bba13.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.3.4",
  "updatedAt": "2021-11-23T11:52:09.378Z",
  "devdoc": {
    "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"
        }
      },
      "approveAndCall(address,uint256,bytes)": {
        "details": "The `_spender` should implement the `ITokenRecipient`                   interface below to receive approval notifications.",
        "params": {
          "_extraData": "Extra information to send to the approved contract.",
          "_spender": "`ITokenRecipient`-conforming contract authorized to        operate on the approved token.",
          "_tdtId": "The TDT they can spend."
        }
      },
      "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."
      },
      "forceMint(address,uint256)": {
        "details": "We can't call TBTCDepositToken mint function from tests because of ACL.                  This function bypasses ACL and can be called in tests.                  Mints a token and assigns it to an account.                  Uses the internal _mint function.",
        "params": {
          "_account": "The account that will receive the token.",
          "_tdtId": "The tBTC Deposit Token ID."
        }
      },
      "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"
      },
      "initialize(address)": {
        "details": "Since this function is not access-controlled, it should be called      transactionally with contract instantiation. In cases where a      regular contract directly inherits from DepositFactoryAuthority,      that should happen in the constructor. In cases where the inheritor      is binstead used via a clone factory, the same function that      creates a new clone should also trigger initialization."
      },
      "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"
        }
      }
    }
  },
  "userdoc": {
    "methods": {
      "approveAndCall(address,uint256,bytes)": {
        "notice": "Allow another address to spend on the caller's behalf.                   Set allowance for other address and notify.                   Allows `_spender` to transfer the specified TDT                   on your behalf and then ping the contract about it."
      },
      "initialize(address)": {
        "notice": "Set the address of the System contract on contract         initialization."
      }
    }
  }
}