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/priv/repo/migrations
Doc Ritezel f07489a989 Import logs for transaction receipts 7 years ago
..
.gitkeep Configure circleci to test and deploy 7 years ago
20180117221921_create_blocks.exs Create a Block with a basic Schema and Changeset. 7 years ago
20180117221922_create_transactions.exs Create a Block with a basic Schema and Changeset. 7 years ago
20180124003303_add_value_to_transactions.exs Display the last five Transactions on the homepage. 7 years ago
20180129201141_add_fields_to_transactions.exs View additional fields on the Transaction page. 7 years ago
20180130001125_create_address.exs View additional fields on the Transaction page. 7 years ago
20180130004126_create_from_addresses.exs View additional fields on the Transaction page. 7 years ago
20180130004544_create_to_addresses.exs View additional fields on the Transaction page. 7 years ago
20180202195342_create_block_transactions.exs Use a join table to link Blocks and Transactions. 7 years ago
20180202215933_remove_block_id_from_transactions.exs Use a join table to link Blocks and Transactions. 7 years ago
20180208010839_add_indices_to_block_and_block_transaction.exs Add indices to Block.timestamp and BlockTransaction.block_id. 7 years ago
20180208054620_add_transactions_index_to_timestamps.exs Add an index to Transaction#inserted_at/#updated_at 7 years ago
20180212214442_create_receipts.exs Import logs for transaction receipts 7 years ago
20180212222309_create_logs.exs Import logs for transaction receipts 7 years ago