【Answer】

  • Practice 1

pragma solidity ^0.8.11;

contract myContract {

    function get() public view returns (uint) {
        return 666;
    }
}
  • Practice 2

    • 編譯型語言

  • Practice 3

    • 佈署合約屬於一種交易行為。

Last updated