Skip to main content
Glama

Blockchain MCP Server

by lienhage

event-sig

Extract event selectors for Ethereum smart contracts by inputting event names. Use this tool to simplify interactions with blockchain events and enhance contract analysis.

Instructions

get event selector

Input Schema

NameRequiredDescriptionDefault
eventNameYesevent name, e.g. 'Transfer(address indexed from, address indexed to, uint256 amount)'

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "eventName": { "description": "event name, e.g. 'Transfer(address indexed from, address indexed to, uint256 amount)'", "type": "string" } }, "required": [ "eventName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lienhage/blockchain-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server