Nebula v0.0.16: Advanced Contract Tools & Cross-Chain Improvements

Nebula v0.0.16: Advanced Contract Tools & Cross-Chain Improvements

Nebula 0.0.16 brings significant improvements to contract interactions, introduces a new token burn capability, and enhances cross-chain support.

Features

  • New Token Burn Tool: Permanently remove tokens from circulation with smart fallbacks. Supports both ERC20 tokens and native currencies, with automatic detection of burn methods.
  • Contract Type Detection: Automatically identify contract types (ERC20, ERC721, ERC1155, marketplace, proxy, multisig, etc.) to provide more context-aware interactions.
  • Enhanced Contract Metadata: Contract analysis now includes token-specific data (decimals, total supply), NFT-specific features (tokenURI support), and better handling of EOA addresses.
  • Improved Universal Bridge: Cross-chain transfers now work seamlessly across all supported chains with improved validation and confirmation.
  • Tool Consolidation: Combined similar tools (wallet address/token balance, transaction lookups) for more streamlined interactions and consistent responses.
  • Token-Specific Wallet Queries: Added support for querying specific token balances in a wallet, enabling more focused blockchain data retrieval.
  • Human-Readable Values: All token amounts now use human-readable formats with proper decimal handling across all contract tools.

Improvements

  • New Block Tool: New unified tool replaces separate block retrieval methods with support for block numbers, hashes, and special tags ('latest', 'earliest', 'pending').
  • Arbitrary Contract Output: Enhanced with additional metadata to support Nebula's response.
  • Link Formatting: Better formatting of transaction hashes and wallet addresses in responses for improved readability.

Bug Fixes

  • Fixed transaction data formatting in contract preparation tools
  • Corrected decimals handling in token operations
  • Improved URI formatting for NFT collections
  • Enhanced wallet address handling in transaction tools