solidity note

2023-09-09  本文已影响0人  robertzhai

Solidity

简单的智能合约

install

compile sol file

docker run -v /root/solidity:/sources ethereum/solc:stable -o /sources/output --abi --bin /sources/Contract.sol


image.png

Comments

State Variables

types

in checked mode, overflow will revert


image.png

exception

ref

上一篇 下一篇

猜你喜欢

热点阅读