Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 864 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 864 Bytes

Chain

The Brownie chain object allows you to travel forwards and backwards in time on your local blockchain. In these two units we use the chain to build a script that calculates the actual number of $CRV rewards staking a fixed amount would earn after 24 hours (assuming no other changes).

ZERO_ADDRESS

A variable in the brownie environment representing an empty address frequently returned when the parameter is empty.

    > ZERO_ADDRESS == '0x0000000000000000000000000000000000000000'

CURVE MINTER

Curve contract responsible for minting accumulated rewards and distributing them to the user.