@iqai/mcp-atp
Version:
Mcp server for ATP (IQAI's Agent Tokenization Platform) access
25 lines • 966 B
JavaScript
export const ROUTER_MINIMAL_ABI = [
{
inputs: [
{ internalType: "address", name: "_agentToken", type: "address" },
{ internalType: "uint256", name: "_amountIn", type: "uint256" },
{ internalType: "uint256", name: "_minAmountOut", type: "uint256" },
],
name: "buy",
outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{ internalType: "address", name: "_agentToken", type: "address" },
{ internalType: "uint256", name: "_amountIn", type: "uint256" },
{ internalType: "uint256", name: "_minAmountOut", type: "uint256" },
],
name: "sell",
outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
stateMutability: "nonpayable",
type: "function",
},
];
//# sourceMappingURL=router.abi.minimal.js.map