{
  "_format": "hh-sol-artifact-1",
  "contractName": "ReentrantToken",
  "sourceName": "src.sol/testing/ReentrantToken.sol",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "_channel",
          "type": "address"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "constructor"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "owner",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "value",
          "type": "uint256"
        }
      ],
      "name": "Approval",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "value",
          "type": "uint256"
        }
      ],
      "name": "Transfer",
      "type": "event"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "owner",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        }
      ],
      "name": "allowance",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "approve",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        }
      ],
      "name": "balanceOf",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "decimals",
      "outputs": [
        {
          "internalType": "uint8",
          "name": "",
          "type": "uint8"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "subtractedValue",
          "type": "uint256"
        }
      ],
      "name": "decreaseAllowance",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "addedValue",
          "type": "uint256"
        }
      ],
      "name": "increaseAllowance",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "mint",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "name",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "symbol",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "totalSupply",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "recipient",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "transfer",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "sender",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "recipient",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "transferFrom",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x60a060405234801561001057600080fd5b50604051610d40380380610d408339818101604052602081101561003357600080fd5b5051604080518082018252600f81526e2932b2b73a3930b73a102a37b5b2b760891b602082810191825283518085019094526006845265424144424f4960d01b908401528151919291610088916003916100c3565b50805161009c9060049060208401906100c3565b505060058054601260ff199091161790555060601b6001600160601b031916608052610156565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061010457805160ff1916838001178555610131565b82800160010185558215610131579182015b82811115610131578251825591602001919060010190610116565b5061013d929150610141565b5090565b5b8082111561013d5760008155600101610142565b60805160601c610bcd610173600039806103af5250610bcd6000f3fe608060405234801561001057600080fd5b50600436106100b45760003560e01c806340c10f191161007157806340c10f191461021057806370a082311461023e57806395d89b4114610264578063a457c2d71461026c578063a9059cbb14610298578063dd62ed3e146102c4576100b4565b806306fdde03146100b9578063095ea7b31461013657806318160ddd1461017657806323b872dd14610190578063313ce567146101c657806339509351146101e4575b600080fd5b6100c16102f2565b6040805160208082528351818301528351919283929083019185019080838360005b838110156100fb5781810151838201526020016100e3565b50505050905090810190601f1680156101285780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101626004803603604081101561014c57600080fd5b506001600160a01b038135169060200135610388565b604080519115158252519081900360200190f35b61017e6103a5565b60408051918252519081900360200190f35b610162600480360360608110156101a657600080fd5b506001600160a01b038135811691602081013590911690604001356103ab565b6101ce61044f565b6040805160ff9092168252519081900360200190f35b610162600480360360408110156101fa57600080fd5b506001600160a01b038135169060200135610458565b61023c6004803603604081101561022657600080fd5b506001600160a01b0381351690602001356104ab565b005b61017e6004803603602081101561025457600080fd5b50356001600160a01b03166104b9565b6100c16104d4565b6101626004803603604081101561028257600080fd5b506001600160a01b038135169060200135610535565b610162600480360360408110156102ae57600080fd5b506001600160a01b03813516906020013561059d565b61017e600480360360408110156102da57600080fd5b506001600160a01b03813581169160200135166105b1565b60038054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561037e5780601f106103535761010080835404028352916020019161037e565b820191906000526020600020905b81548152906001019060200180831161036157829003601f168201915b5050505050905090565b600061039c6103956105dc565b84846105e0565b50600192915050565b60025490565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663635ae90130846040518363ffffffff1660e01b815260040180836001600160a01b0316815260200182815260200192505050600060405180830381600087803b15801561042457600080fd5b505af1158015610438573d6000803e3d6000fd5b505050506104478484846106cc565b949350505050565b60055460ff1690565b600061039c6104656105dc565b846104a685600160006104766105dc565b6001600160a01b03908116825260208083019390935260409182016000908120918c16815292529020549061074e565b6105e0565b6104b582826107af565b5050565b6001600160a01b031660009081526020819052604090205490565b60048054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561037e5780601f106103535761010080835404028352916020019161037e565b600061039c6105426105dc565b846104a685604051806060016040528060258152602001610b73602591396001600061056c6105dc565b6001600160a01b03908116825260208083019390935260409182016000908120918d1681529252902054919061089f565b600061039c6105aa6105dc565b8484610936565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b3390565b6001600160a01b0383166106255760405162461bcd60e51b8152600401808060200182810382526024815260200180610b4f6024913960400191505060405180910390fd5b6001600160a01b03821661066a5760405162461bcd60e51b8152600401808060200182810382526022815260200180610aba6022913960400191505060405180910390fd5b6001600160a01b03808416600081815260016020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b60006106d9848484610936565b610744846106e56105dc565b6104a685604051806060016040528060288152602001610b02602891396001600160a01b038a166000908152600160205260408120906107236105dc565b6001600160a01b03168152602081019190915260400160002054919061089f565b5060019392505050565b6000828201838110156107a8576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b6001600160a01b03821661080a576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b61081660008383610a91565b600254610823908261074e565b6002556001600160a01b038216600090815260208190526040902054610849908261074e565b6001600160a01b0383166000818152602081815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b6000818484111561092e5760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b838110156108f35781810151838201526020016108db565b50505050905090810190601f1680156109205780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b6001600160a01b03831661097b5760405162461bcd60e51b8152600401808060200182810382526025815260200180610b2a6025913960400191505060405180910390fd5b6001600160a01b0382166109c05760405162461bcd60e51b8152600401808060200182810382526023815260200180610a976023913960400191505060405180910390fd5b6109cb838383610a91565b610a0881604051806060016040528060268152602001610adc602691396001600160a01b038616600090815260208190526040902054919061089f565b6001600160a01b038085166000908152602081905260408082209390935590841681522054610a37908261074e565b6001600160a01b038084166000818152602081815260409182902094909455805185815290519193928716927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92918290030190a3505050565b50505056fe45524332303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f206164647265737345524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220392deab8cf090eb90fbc6e7e37a0f29412ba49b1a4a3e73ddddddbef4ef15cb364736f6c63430007010033",
  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100b45760003560e01c806340c10f191161007157806340c10f191461021057806370a082311461023e57806395d89b4114610264578063a457c2d71461026c578063a9059cbb14610298578063dd62ed3e146102c4576100b4565b806306fdde03146100b9578063095ea7b31461013657806318160ddd1461017657806323b872dd14610190578063313ce567146101c657806339509351146101e4575b600080fd5b6100c16102f2565b6040805160208082528351818301528351919283929083019185019080838360005b838110156100fb5781810151838201526020016100e3565b50505050905090810190601f1680156101285780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101626004803603604081101561014c57600080fd5b506001600160a01b038135169060200135610388565b604080519115158252519081900360200190f35b61017e6103a5565b60408051918252519081900360200190f35b610162600480360360608110156101a657600080fd5b506001600160a01b038135811691602081013590911690604001356103ab565b6101ce61044f565b6040805160ff9092168252519081900360200190f35b610162600480360360408110156101fa57600080fd5b506001600160a01b038135169060200135610458565b61023c6004803603604081101561022657600080fd5b506001600160a01b0381351690602001356104ab565b005b61017e6004803603602081101561025457600080fd5b50356001600160a01b03166104b9565b6100c16104d4565b6101626004803603604081101561028257600080fd5b506001600160a01b038135169060200135610535565b610162600480360360408110156102ae57600080fd5b506001600160a01b03813516906020013561059d565b61017e600480360360408110156102da57600080fd5b506001600160a01b03813581169160200135166105b1565b60038054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561037e5780601f106103535761010080835404028352916020019161037e565b820191906000526020600020905b81548152906001019060200180831161036157829003601f168201915b5050505050905090565b600061039c6103956105dc565b84846105e0565b50600192915050565b60025490565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663635ae90130846040518363ffffffff1660e01b815260040180836001600160a01b0316815260200182815260200192505050600060405180830381600087803b15801561042457600080fd5b505af1158015610438573d6000803e3d6000fd5b505050506104478484846106cc565b949350505050565b60055460ff1690565b600061039c6104656105dc565b846104a685600160006104766105dc565b6001600160a01b03908116825260208083019390935260409182016000908120918c16815292529020549061074e565b6105e0565b6104b582826107af565b5050565b6001600160a01b031660009081526020819052604090205490565b60048054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561037e5780601f106103535761010080835404028352916020019161037e565b600061039c6105426105dc565b846104a685604051806060016040528060258152602001610b73602591396001600061056c6105dc565b6001600160a01b03908116825260208083019390935260409182016000908120918d1681529252902054919061089f565b600061039c6105aa6105dc565b8484610936565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b3390565b6001600160a01b0383166106255760405162461bcd60e51b8152600401808060200182810382526024815260200180610b4f6024913960400191505060405180910390fd5b6001600160a01b03821661066a5760405162461bcd60e51b8152600401808060200182810382526022815260200180610aba6022913960400191505060405180910390fd5b6001600160a01b03808416600081815260016020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b60006106d9848484610936565b610744846106e56105dc565b6104a685604051806060016040528060288152602001610b02602891396001600160a01b038a166000908152600160205260408120906107236105dc565b6001600160a01b03168152602081019190915260400160002054919061089f565b5060019392505050565b6000828201838110156107a8576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b6001600160a01b03821661080a576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b61081660008383610a91565b600254610823908261074e565b6002556001600160a01b038216600090815260208190526040902054610849908261074e565b6001600160a01b0383166000818152602081815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b6000818484111561092e5760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b838110156108f35781810151838201526020016108db565b50505050905090810190601f1680156109205780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b6001600160a01b03831661097b5760405162461bcd60e51b8152600401808060200182810382526025815260200180610b2a6025913960400191505060405180910390fd5b6001600160a01b0382166109c05760405162461bcd60e51b8152600401808060200182810382526023815260200180610a976023913960400191505060405180910390fd5b6109cb838383610a91565b610a0881604051806060016040528060268152602001610adc602691396001600160a01b038616600090815260208190526040902054919061089f565b6001600160a01b038085166000908152602081905260408082209390935590841681522054610a37908261074e565b6001600160a01b038084166000818152602081815260409182902094909455805185815290519193928716927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92918290030190a3505050565b50505056fe45524332303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f206164647265737345524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220392deab8cf090eb90fbc6e7e37a0f29412ba49b1a4a3e73ddddddbef4ef15cb364736f6c63430007010033",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
