ethereum.dao_fork

The DAO Fork is a response to a smart contract exploit known as the 2016 DAO Attack where a vulnerable contract was drained of its ether. This fork recovers the stolen funds into a new contract.

1"""
2The DAO Fork is a response to a smart contract exploit known as the 2016 DAO
3Attack where a vulnerable contract was drained of its ether. This fork recovers
4the stolen funds into a new contract.
5"""
6
7from ethereum.fork_criteria import ByBlockNumber
8
9FORK_CRITERIA = ByBlockNumber(1920000)