{
  "_format": "hh-sol-artifact-1",
  "contractName": "WBNB",
  "sourceName": "contracts/test/WBNB.sol",
  "abi": [
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "src",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "guy",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "wad",
          "type": "uint256"
        }
      ],
      "name": "Approval",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "dst",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "wad",
          "type": "uint256"
        }
      ],
      "name": "Deposit",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "src",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "dst",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "wad",
          "type": "uint256"
        }
      ],
      "name": "Transfer",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "src",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "wad",
          "type": "uint256"
        }
      ],
      "name": "Withdrawal",
      "type": "event"
    },
    {
      "payable": true,
      "stateMutability": "payable",
      "type": "fallback"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "name": "allowance",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "guy",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "wad",
          "type": "uint256"
        }
      ],
      "name": "approve",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "name": "balanceOf",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "decimals",
      "outputs": [
        {
          "internalType": "uint8",
          "name": "",
          "type": "uint8"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [],
      "name": "deposit",
      "outputs": [],
      "payable": true,
      "stateMutability": "payable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "name",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "sender",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "balance",
          "type": "uint256"
        }
      ],
      "name": "setBalanceOf",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "symbol",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "totalSupply",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "dst",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "wad",
          "type": "uint256"
        }
      ],
      "name": "transfer",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "src",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "dst",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "wad",
          "type": "uint256"
        }
      ],
      "name": "transferFrom",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "wad",
          "type": "uint256"
        }
      ],
      "name": "withdraw",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x60c0604052600b60808190526a2bb930b83832b21021272160a91b60a090815261002c9160009190610078565b50604080518082019091526004808252632ba1272160e11b602090920191825261005891600191610078565b506002805460ff1916601217905534801561007257600080fd5b50610113565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106100b957805160ff19168380011785556100e6565b828001600101855582156100e6579182015b828111156100e65782518255916020019190600101906100cb565b506100f29291506100f6565b5090565b61011091905b808211156100f257600081556001016100fc565b90565b61077e806101226000396000f3fe6080604052600436106100a75760003560e01c806370a082311161006457806370a082311461024757806395d89b411461027a578063a9059cbb1461028f578063b46310f6146102c8578063d0e30db0146100a7578063dd62ed3e14610301576100a7565b806306fdde03146100b1578063095ea7b31461013b57806318160ddd1461018857806323b872dd146101af5780632e1a7d4d146101f2578063313ce5671461021c575b6100af61033c565b005b3480156100bd57600080fd5b506100c661038b565b6040805160208082528351818301528351919283929083019185019080838360005b838110156101005781810151838201526020016100e8565b50505050905090810190601f16801561012d5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561014757600080fd5b506101746004803603604081101561015e57600080fd5b506001600160a01b038135169060200135610419565b604080519115158252519081900360200190f35b34801561019457600080fd5b5061019d61047f565b60408051918252519081900360200190f35b3480156101bb57600080fd5b50610174600480360360608110156101d257600080fd5b506001600160a01b03813581169160208101359091169060400135610483565b3480156101fe57600080fd5b506100af6004803603602081101561021557600080fd5b50356105b7565b34801561022857600080fd5b5061023161064c565b6040805160ff9092168252519081900360200190f35b34801561025357600080fd5b5061019d6004803603602081101561026a57600080fd5b50356001600160a01b0316610655565b34801561028657600080fd5b506100c6610667565b34801561029b57600080fd5b50610174600480360360408110156102b257600080fd5b506001600160a01b0381351690602001356106c1565b3480156102d457600080fd5b506100af600480360360408110156102eb57600080fd5b506001600160a01b0381351690602001356106d5565b34801561030d57600080fd5b5061019d6004803603604081101561032457600080fd5b506001600160a01b038135811691602001351661072c565b33600081815260036020908152604091829020805434908101909155825190815291517fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c9281900390910190a2565b6000805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156104115780601f106103e657610100808354040283529160200191610411565b820191906000526020600020905b8154815290600101906020018083116103f457829003601f168201915b505050505081565b3360008181526004602090815260408083206001600160a01b038716808552908352818420869055815186815291519394909390927f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925928290030190a350600192915050565b4790565b6001600160a01b0383166000908152600360205260408120548211156104a857600080fd5b6001600160a01b03841633148015906104e657506001600160a01b038416600090815260046020908152604080832033845290915290205460001914155b15610546576001600160a01b038416600090815260046020908152604080832033845290915290205482111561051b57600080fd5b6001600160a01b03841660009081526004602090815260408083203384529091529020805483900390555b6001600160a01b03808516600081815260036020908152604080832080548890039055938716808352918490208054870190558351868152935191937fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef929081900390910190a35060019392505050565b336000908152600360205260409020548111156105d357600080fd5b33600081815260036020526040808220805485900390555183156108fc0291849190818181858888f19350505050158015610612573d6000803e3d6000fd5b5060408051828152905133917f7fcf532c15f0a6db0bd6d0e038bea71d30d808c7d98cb3bf7268a95bf5081b65919081900360200190a250565b60025460ff1681565b60036020526000908152604090205481565b60018054604080516020600284861615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156104115780601f106103e657610100808354040283529160200191610411565b60006106ce338484610483565b9392505050565b6001600160a01b038216600081815260036020908152604091829020805485019055815184815291517fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c9281900390910190a25050565b60046020908152600092835260408084209091529082529020548156fea265627a7a7231582090f0eae0e8ece1327e9a0b597268c4a323e928aa62c08fb55d1ff4bf182f54ff64736f6c63430005100032",
  "deployedBytecode": "0x6080604052600436106100a75760003560e01c806370a082311161006457806370a082311461024757806395d89b411461027a578063a9059cbb1461028f578063b46310f6146102c8578063d0e30db0146100a7578063dd62ed3e14610301576100a7565b806306fdde03146100b1578063095ea7b31461013b57806318160ddd1461018857806323b872dd146101af5780632e1a7d4d146101f2578063313ce5671461021c575b6100af61033c565b005b3480156100bd57600080fd5b506100c661038b565b6040805160208082528351818301528351919283929083019185019080838360005b838110156101005781810151838201526020016100e8565b50505050905090810190601f16801561012d5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561014757600080fd5b506101746004803603604081101561015e57600080fd5b506001600160a01b038135169060200135610419565b604080519115158252519081900360200190f35b34801561019457600080fd5b5061019d61047f565b60408051918252519081900360200190f35b3480156101bb57600080fd5b50610174600480360360608110156101d257600080fd5b506001600160a01b03813581169160208101359091169060400135610483565b3480156101fe57600080fd5b506100af6004803603602081101561021557600080fd5b50356105b7565b34801561022857600080fd5b5061023161064c565b6040805160ff9092168252519081900360200190f35b34801561025357600080fd5b5061019d6004803603602081101561026a57600080fd5b50356001600160a01b0316610655565b34801561028657600080fd5b506100c6610667565b34801561029b57600080fd5b50610174600480360360408110156102b257600080fd5b506001600160a01b0381351690602001356106c1565b3480156102d457600080fd5b506100af600480360360408110156102eb57600080fd5b506001600160a01b0381351690602001356106d5565b34801561030d57600080fd5b5061019d6004803603604081101561032457600080fd5b506001600160a01b038135811691602001351661072c565b33600081815260036020908152604091829020805434908101909155825190815291517fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c9281900390910190a2565b6000805460408051602060026001851615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156104115780601f106103e657610100808354040283529160200191610411565b820191906000526020600020905b8154815290600101906020018083116103f457829003601f168201915b505050505081565b3360008181526004602090815260408083206001600160a01b038716808552908352818420869055815186815291519394909390927f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925928290030190a350600192915050565b4790565b6001600160a01b0383166000908152600360205260408120548211156104a857600080fd5b6001600160a01b03841633148015906104e657506001600160a01b038416600090815260046020908152604080832033845290915290205460001914155b15610546576001600160a01b038416600090815260046020908152604080832033845290915290205482111561051b57600080fd5b6001600160a01b03841660009081526004602090815260408083203384529091529020805483900390555b6001600160a01b03808516600081815260036020908152604080832080548890039055938716808352918490208054870190558351868152935191937fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef929081900390910190a35060019392505050565b336000908152600360205260409020548111156105d357600080fd5b33600081815260036020526040808220805485900390555183156108fc0291849190818181858888f19350505050158015610612573d6000803e3d6000fd5b5060408051828152905133917f7fcf532c15f0a6db0bd6d0e038bea71d30d808c7d98cb3bf7268a95bf5081b65919081900360200190a250565b60025460ff1681565b60036020526000908152604090205481565b60018054604080516020600284861615610100026000190190941693909304601f810184900484028201840190925281815292918301828280156104115780601f106103e657610100808354040283529160200191610411565b60006106ce338484610483565b9392505050565b6001600160a01b038216600081815260036020908152604091829020805485019055815184815291517fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c9281900390910190a25050565b60046020908152600092835260408084209091529082529020548156fea265627a7a7231582090f0eae0e8ece1327e9a0b597268c4a323e928aa62c08fb55d1ff4bf182f54ff64736f6c63430005100032",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
