AmazingAng / WTF-Solidity

WTF Solidity 极简入门教程,供小白们使用。Now supports English! 官网: https://wtf.academy
https://wtf.academy
Other
11.75k stars 2.05k forks source link

remove Address.sol, replace isContract with address(...).code.length > 0 #803

Closed eddiehsu66 closed 1 month ago

eddiehsu66 commented 1 month ago

What type of PR is this (这是什么类型的PR)

Which issue(s) this PR fixes(Optional) (这个PR 修复了什么问题 (可选择))

What this PR does / why we need it (这个PR 做了什么/ 我们为什么需要这个PR)

to.isContract()报错