Facilitates interaction with Ethereum blockchain data via Etherscan's API, providing real-time access to balances, transactions, token transfers, contract ABIs, gas prices, and ENS name resolutions.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Get ETH balance for any Ethereum address. Input: Ethereum address; Output: ETH balance in both Wei and ETH.
View recent transactions for a specified Ethereum address. Input: Ethereum address, optional limit; Output: Recent transactions with timestamps, values, and addresses.
Track recent ERC20 token transfers for a specified Ethereum address. Input: Ethereum address, optional limit; Output: Recent ERC20 token transfers with token details.
Fetch the smart contract ABI for a specified contract address. Input: Contract address; Output: Contract ABI in JSON format.
Monitor current gas prices. Input: None; Output: Current gas prices in Gwei.
Resolve an Ethereum address to its associated ENS name, if available. Input: Ethereum address; Output: Associated ENS name if available.