NAiOS IconNAiOS Logo
Volver al catálogo

Owl Protocol

owl_protocol

Owl Protocol empowers developers to build feature-rich, user-friendly Web3 applications for mainstream adoption through modular infrastructure that simplifies blockchain development.

Acciones
3
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • argsarray

    Constructor arguments for the contract.

  • namestringObligatorio

    Display name for the ERC721 collection.

  • symbolstringObligatorio

    Symbol for the collection (token ticker).

  • chainIdintegerObligatorio

    Blockchain network chain ID.

  • overridesobject

    Transaction parameters to override (e.g., gasLimit).

  • projectIdstringObligatorio

    Project identifier.

  • contractNamestringObligatorio

    Name of the contract to deploy.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Project DetailsOWL_PROTOCOL_GET_PROJECT_DETAILSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ProjectsOWL_PROTOCOL_LIST_PROJECTSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not