You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2022. It is now read-only.
I think the idea behind casing is that properties are lower case (owner, mortal) and real contracts are upper case.
Once we are at a stage where a standard library actually makes much more sense (e.g. when we have templates, library contracts and a linker stage in the compiler), the standard library will grow. Please feel free to suggest code to be included in this standard library, the community can be of much help there and probably has also more experience in writing contracts than we do.
https://github.com/ethereum/wiki/wiki/Solidity-standard-library
owned
andmortal
is still the only things under contracts, andmortal
(which extendsowned
) does not use the modifier thatowned
provides.Under PoC there are loads of interface contracts which does not use
;
but empty bodies, so guessing they haven't been updated since that was enabled.Leading characters in contract names are sometimes upper-case, sometimes lower-case. No convention.
Also some of it doesn't compile since it uses old types like
string3
.The text was updated successfully, but these errors were encountered: