Skip to content

Latest commit

 

History

History

lesson-30-chain-history

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Chain History

Use Brownie to scrape historical on-chain data for analyses.

When connected with an RPC that is capable of reading an archive node, you can pass the block_identifier argument to run the transaction at an historical block.

> Contract.function_call(block_identifier=<block_height_or_hash>)