brownie init
brownie test
brownie compile
brownie run scripts/deploy.py brownie run scripts/1_deploy_token.py brownie run scripts/helpful_scripts.py
brownie run scripts/1_deploy_token.py --network rinkeby
-
- update your state variable before making call to another contract
-
- using a modifier | only one funtion is executed at a time
-
It is not yet possible to use the gas or value modifiers on overloaded functions.
-
A workaround is to introduce a special case for gas and value and just re-check whether they are present at the point of overload resolution.