Owl Protocol
owl_protocolOwl Protocol empowers developers to build feature-rich, user-friendly Web3 applications for mainstream adoption through modular infrastructure that simplifies blockchain development.
Acciones disponibles (3)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Deploy ERC721 CollectionOWL_PROTOCOL_DEPLOY_COLLECTIONAcciónTool to deploy a new erc721 collection contract. use after creating a project to programmatically deploy the collection on a specified blockchain.
OWL_PROTOCOL_DEPLOY_COLLECTIONAcciónTool to deploy a new erc721 collection contract. use after creating a project to programmatically deploy the collection on a specified blockchain.
Parámetros de entrada
argsarrayConstructor arguments for the contract.
namestringObligatorioDisplay name for the ERC721 collection.
symbolstringObligatorioSymbol for the collection (token ticker).
chainIdintegerObligatorioBlockchain network chain ID.
overridesobjectTransaction parameters to override (e.g., gasLimit).
projectIdstringObligatorioProject identifier.
contractNamestringObligatorioName of the contract to deploy.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project DetailsOWL_PROTOCOL_GET_PROJECT_DETAILSAcciónTool to retrieve details of a specific project. use when you need metadata about a project after authenticating with your api key.
OWL_PROTOCOL_GET_PROJECT_DETAILSAcciónTool to retrieve details of a specific project. use when you need metadata about a project after authenticating with your api key.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ProjectsOWL_PROTOCOL_LIST_PROJECTSAcciónTool to list all projects. use when you need to retrieve all projects accessible by the authenticated user.
OWL_PROTOCOL_LIST_PROJECTSAcciónTool to list all projects. use when you need to retrieve all projects accessible by the authenticated user.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not