Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (32 loc) · 1.8 KB

solidity.md

File metadata and controls

36 lines (32 loc) · 1.8 KB

Solidity

https://github.com/crytic/not-so-smart-contracts

  • 以太坊外部账户和合约账户的差别?
  • Solidity 中哪些变量是存放在 memory 中哪些是存放在 storage 中?
  • Solidity 中如何定义修改器和回退函数?

Ethereum Security Tools

Testing