Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
blockscout/apps/explorer/lib/explorer/chain
Victor Baranov fcc2de4ba5
Merge branch 'master' into ab-fetch-total-supply-from-coinmarketcap
6 years ago
..
address Optimize token holder count updates when importing address current balances 6 years ago
block Use eth_getUncleByBlockHashAndIndex for uncle block fetching 6 years ago
events feat: synchronously fetch coin balances when an address is viewed. 6 years ago
hash hexidecimal -> hexadecimal 6 years ago
import Use eth_getUncleByBlockHashAndIndex for uncle block fetching 6 years ago
internal_transaction Separate schema and data migration for EIP-6 6 years ago
supply use coinmarketcap for total_supply by default 6 years ago
transaction Transaction.Fork 6 years ago
address.ex feat: add not_decompiled_with_version filter 6 years ago
block.ex Set internal_transactions_indexed_at for empty blocks 6 years ago
block_number_cache.ex rescue failing repo in block number cache update 6 years ago
contract_method.ex feat: add an admin method to import contract methods. 6 years ago
data.ex contarct -> contract 6 years ago
decompiled_smart_contract.ex return full responses 6 years ago
gas.ex Move unit conversions into Explorer.Chain 7 years ago
hash.ex return full responses 6 years ago
import.ex Add BlockScoutWeb.RealtimeEventHandler and Explorer.Chain.Events.Publisher 6 years ago
internal_transaction.ex Enforce input as required for call internal transactions in changeset 6 years ago
log.ex fix: match more explicitly on ABI decoding result 6 years ago
method_identifier.ex feat: decoding candidates for unverified contracts 6 years ago
smart_contract.ex feat: add not_decompiled_with_version filter 6 years ago
supply.ex module to count total supply 6 years ago
token.ex add token autocomplete endpoint 6 years ago
token_transfer.ex do not index internal transactions with simple token transfers 6 years ago
transaction.ex fix tests 6 years ago
transaction_count_cache.ex use seconds as period measure 6 years ago
wei.ex Don't generate wei^2 from Wei.mult 6 years ago