Broccolirob
Broccolirob
Working towards creating a thorough set of Jupyter Notebooks to replace current Slither exercises and examples.
PR for Issue https://github.com/crytic/building-secure-contracts/issues/165
Add the items specified in issue https://github.com/crytic/building-secure-contracts/issues/67.
PR for Issue https://github.com/crytic/building-secure-contracts/issues/150
Added some differences between zkevm and evm. Not sure if this is the format we're looking for.
Added a test to the ERC20 internal and external "basic" tests for ensuring that transferFrom doesn't transfer more than the allowance value. Also, updated the PROPERTIES readme with the new...