U2U Network Documentations
⌘Ctrlk
U2U Network Documentations
    • Our Vision
    • Litepaper
    • Related Papers
    • RPC
      • RPC Endpoints
      • Ethereum API Methods
        • eth_blockNumber
        • eth_call
        • eth_chainId
        • eth_estimateGas
        • eth_feeHistory
        • eth_gasPrice
        • eth_getBalance
        • eth_getBlockByHash
        • eth_getBlockByNumber
        • eth_getBlockTransactionCountByHash
        • eth_getBlockTransactionCountByNumber
        • eth_getCode
        • eth_getLogs
        • eth_getProof
        • eth_getStorageAt
        • eth_getTransactionByBlockHashAndIndex
        • eth_getTransactionByBlockNumberAndIndex
        • eth_getTransactionByHash
        • eth_getTransactionCount
        • eth_getTransactionReceipt
        • eth_getUncleByBlockHashAndIndex
        • eth_getUncleByBlockNumberAndIndex
        • eth_getUncleCountByBlockHash
        • eth_getUncleCountByBlockNumber
        • eth_maxPriorityFeePerGas
        • eth_sendRawTransaction
        • eth_subscribe
        • eth_unsubscribe
        • net_version
        • net_listening
        • net_peerCount
        • web3_clientVersion
        • web3_sha3
        • debug_traceTransaction
      • DAG API Methods
      • Trace API Methods
    • Explorer
    • Wallets
    • Staking
    • The Graph
    • Bridge
    • Oracle
    • Node Types
    • Requirements
    • Build Dependencies
    • Run Normal Node
    • Run Validator Node
    • Run A Local Test Network
    • Troubleshooting
    • Overview
    • Subnet Node Type
    • Requirements
    • NFT Digital License
    • Subnet Node Setup
    • SDK
    • Smart Contract Development
    • Smart Contract Deployment
Powered by GitBook
For the complete documentation index, see llms.txt. This page is also available as Markdown.
  1. Services
  2. RPC

Ethereum API Methods

This section is describing the supported Ethereum RPC method calls of Ultra Unicorn network.

  • eth_blockNumber

  • eth_call

  • eth_chainId

  • eth_estimateGas

  • eth_feeHistory

  • eth_gasPrice

  • eth_getBalance

  • eth_getBlockByHash

  • eth_getBlockByNumber

  • eth_getBlockTransactionCountByHash

  • eth_getBlockTransactionCountByNumber

  • eth_getCode

  • eth_getLogs

  • eth_getProof

  • eth_getStorageAt

  • eth_getTransactionByBlockHashAndIndex

  • eth_getTransactionByBlockNumberAndIndex

  • eth_getTransactionByHash

  • eth_getTransactionCount

  • eth_getTransactionReceipt

  • eth_getUncleByBlockHashAndIndex

  • eth_getUncleByBlockNumberAndIndex

  • eth_getUncleCountByBlockHash

  • eth_getUncleCountByBlockNumber

  • eth_maxPriorityFeePerGas

  • eth_sendRawTransaction

  • eth_subscribe

  • eth_unsubscribe

  • net_version

  • net_listening

  • net_peerCount

  • web3_clientVersion

  • web3_sha3

  • debug_traceTransaction

PreviousRPC EndpointsNexteth_blockNumber

Last updated 1 year ago