crypto-bot
Version:
multi-function tools for blockchain automation
137 lines • 3.06 kB
JSON
[
{
"inputs": [],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "setOwner",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount0",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount1",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "uniswapV2Call",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount0",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount1",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "apeCall",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "initialAmount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "profit",
"type": "uint256"
},
{
"internalType": "address",
"name": "pairBuyAddr",
"type": "address"
},
{
"internalType": "uint256",
"name": "pairBuyR",
"type": "uint256"
},
{
"internalType": "address",
"name": "pairSellAddr",
"type": "address"
},
{
"internalType": "uint256",
"name": "pairSellR",
"type": "uint256"
},
{
"internalType": "address",
"name": "sideTokenAddr",
"type": "address"
},
{
"internalType": "address",
"name": "baseTokenAddr",
"type": "address"
}
],
"name": "execute",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]