[ { "inputs": [ {"internalType": "address", "name": "uniswapV2Factory_", "type": "address"}, {"internalType": "address", "name": "uniswapV2Router_", "type": "address"}, {"internalType": "uint256", "name": "creationFeeAmount_", "type": "uint256"}, {"internalType": "uint8", "name": "buyFeePercent_", "type": "uint8"}, {"internalType": "uint8", "name": "sellFeePercent_", "type": "uint8"}, {"internalType": "uint8", "name": "launchFeePercent_", "type": "uint8"}, {"internalType": "address payable", "name": "feeRecipient_", "type": "address"} ], "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [ {"indexed": true, "internalType": "address", "name": "bc", "type": "address"}, {"indexed": true, "internalType": "address", "name": "token", "type": "address"}, {"indexed": true, "internalType": "address", "name": "buyer", "type": "address"}, {"indexed": false, "internalType": "uint256", "name": "amountIn", "type": "uint256"}, {"indexed": false, "internalType": "uint256", "name": "amountOut", "type": "uint256"} ], "name": "Buy", "type": "event" }, { "anonymous": false, "inputs": [ {"indexed": true, "internalType": "address", "name": "bondingCurve", "type": "address"}, {"indexed": true, "internalType": "address", "name": "token", "type": "address"}, {"indexed": true, "internalType": "address", "name": "pair", "type": "address"}, {"indexed": false, "internalType": "address", "name": "creator", "type": "address"} ], "name": "Created", "type": "event" }, { "anonymous": false, "inputs": [ {"indexed": true, "internalType": "address", "name": "previousOwner", "type": "address"}, {"indexed": true, "internalType": "address", "name": "newOwner", "type": "address"} ], "name": "OwnershipTransferred", "type": "event" }, { "anonymous": false, "inputs": [ {"indexed": true, "internalType": "address", "name": "bc", "type": "address"}, {"indexed": true, "internalType": "address", "name": "token", "type": "address"}, {"indexed": true, "internalType": "address", "name": "seller", "type": "address"}, {"indexed": false, "internalType": "uint256", "name": "amountIn", "type": "uint256"}, {"indexed": false, "internalType": "uint256", "name": "amountOut", "type": "uint256"} ], "name": "Sell", "type": "event" }, { "inputs": [], "name": "FEE_DENOMINATOR", "outputs": [{"internalType": "uint16", "name": "", "type": "uint16"}], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "buyFeePercent", "outputs": [{"internalType": "uint8", "name": "", "type": "uint8"}], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "creationFeeAmount", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function" }, { "inputs": [ {"internalType": "string", "name": "name", "type": "string"}, {"internalType": "string", "name": "ticker", "type": "string"}, {"internalType": "uint256", "name": "initAmountIn", "type": "uint256"} ], "name": "createToken", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [ {"internalType": "address", "name": "token", "type": "address"}, {"internalType": "address", "name": "executor", "type": "address"}, {"internalType": "uint256", "name": "amountIn", "type": "uint256"}, {"internalType": "uint256", "name": "amountOut", "type": "uint256"} ], "name": "emitBuyEvent", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ {"internalType": "address", "name": "token", "type": "address"}, {"internalType": "address", "name": "executor", "type": "address"}, {"internalType": "uint256", "name": "amountIn", "type": "uint256"}, {"internalType": "uint256", "name": "amountOut", "type": "uint256"} ], "name": "emitSellEvent", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "feeRecipient", "outputs": [{"internalType": "address payable", "name": "", "type": "address"}], "stateMutability": "view", "type": "function" }, { "inputs": [ {"internalType": "uint256", "name": "startIndex", "type": "uint256"}, {"internalType": "uint256", "name": "count", "type": "uint256"} ], "name": "getTokensList", "outputs": [{"internalType": "contract BCToken[]", "name": "", "type": "address[]"}], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getTokensLength", "outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "stateMutability": "view", "type": "function" }, { "inputs": [{"internalType": "address", "name": "", "type": "address"}], "name": "isBondingCurveAddress", "outputs": [{"internalType": "bool", "name": "", "type": "bool"}], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "launchFeePercent", "outputs": [{"internalType": "uint8", "name": "", "type": "uint8"}], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [{"internalType": "address", "name": "", "type": "address"}], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "sellFeePercent", "outputs": [{"internalType": "uint8", "name": "", "type": "uint8"}], "stateMutability": "view", "type": "function" }, { "inputs": [ {"internalType": "uint256", "name": "creationFeeAmount_", "type": "uint256"}, {"internalType": "uint8", "name": "buyFeePercent_", "type": "uint8"}, {"internalType": "uint8", "name": "sellFeePercent_", "type": "uint8"}, {"internalType": "uint8", "name": "launchFeePercent_", "type": "uint8"}, {"internalType": "address payable", "name": "feeRecipient_", "type": "address"} ], "name": "setFee", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{"internalType": "uint256", "name": "", "type": "uint256"}], "name": "tokens", "outputs": [{"internalType": "contract BCToken", "name": "", "type": "address"}], "stateMutability": "view", "type": "function" }, { "inputs": [{"internalType": "address", "name": "newOwner", "type": "address"}], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "uniswapV2Factory", "outputs": [{"internalType": "address", "name": "", "type": "address"}], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "uniswapV2Router", "outputs": [{"internalType": "address", "name": "", "type": "address"}], "stateMutability": "view", "type": "function" } ]