evadore
  • Evadore
  • Climate Crisis
  • Global Warming
  • Blockchains
  • ReFi
    • What is ReFi?
    • Why ReFi?
  • Eva Chain
    • Content
    • While Starting
    • What is Blockchain?
      • Blockchain Key Benefits
      • Blockchain Network Types
      • Proof-of-Authentication
    • What is Ethereum?
    • What is Solidity?
    • What are Transactions?
    • What is Gas?
    • What is Wallet?
    • Creating Tokens on Evadore
    • Evadore Technical Information
  • Strategy
    • Hydroelectric
    • Solar Energy
    • Wind Energy
    • Carbon Offset Method
    • Carbon Credits
    • Forest
  • Sustainability
    • Sustainability Principles
  • ECOSYSTEM
    • EvaLabs
    • Eva Chain
    • EvaStore
    • EvaPay
    • GreenWallet
    • EvaForest
    • CarbonEva
  • TOKENOMICS
    • TOKENOMICS
  • ROADMAP
    • The Future of Evadore; Updates and Roadmap
    • Evadore's Key Achievements so far include
    • Evadore's future plans and goals include
  • API DOCS
    • RPC API Endpoints
      • Account
      • Logs
      • Stats
      • Block
      • Token
      • Transaction
      • Contract
      • RPC API Endpoints
Powered by GitBook
On this page
  • Logs
  • Get Event Logs by Address and/or Topic(s)
  1. API DOCS
  2. RPC API Endpoints

Logs

Logs

?module=logs

https://instance_base_url/api?module=logs

Get Event Logs by Address and/or Topic(s)

getLogs

Event logs for an address and topic. Use and/or with the topic operator to specify topic retrieval options when adding multiple topics. Up to a maximum of 1,000 event logs.

Example:

https://instance_base_url/api
   ?module=logs
   &action=getLogs
   &fromBlock=1379224
   &toBlock=13792288
   &address=0x33990122638b9132ca29c723bdf037f1a891a70c
   &topic0=0xf63780e752c6a54a94fc52715dbc5518a3b4c3c2833d301a204226548a2a8545
   &topic1=0x72657075746174696f6e00000000000000000000000000000000000000000000
   &topic0_1_opr=or

*=required field

Last updated 11 months ago

PreviousAccountNextStats