书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 2308 个相关结果.
  • Structure of a Contract

    Structure of a Contract¶ State Variables¶ Functions¶ Function Modifiers¶ Events¶ Struct Types¶ Enum Types¶ Structure of a Contract¶ Contracts in Solidity are similar to c...
  • Contract Libraries

    548 2021-02-11 《Mastering Ethereum》
    Contract Libraries Contract Libraries There is a lot of existing code available for reuse, both deployed on-chain as callable libraries and off-chain as code template libraries...
  • Interacting with the Contract

    520 2021-02-11 《Mastering Ethereum》
    Interacting with the Contract Viewing the Contract Address in a Block Explorer Funding the Contract Withdrawing from Our Contract Interacting with the Contract Let’s recap w...
  • Loading a Smart Contract

    Loading a Smart Contract Full code description: Tutorial on how to load an initialize a smart contract with Go. Loading a Smart Contract These section requires knowledge of...
  • contract_maintainContract

    contract_maintainContract Parameters Returns Example1:升级合约 Example2:冻结合约 Example3:解冻合约 contract_maintainContract 升级合约、冻结合约、解冻合约。 只有合约的部署者才拥有升级合约、冻结合约、解冻合约的权限。 Parameter...
  • contract_getCreator

    contract_getCreator Parameters Returns Example contract_getCreator 查询合约部署者。 Parameters <string> - 20字节的十六进制字符串,合约地址。 Returns <string> - 20字节的十六进制字符串,合约部署者地址。 Ex...
  • Querying a Smart Contract

    Querying a Smart Contract Full code description: Tutorial on how to query a smart contract with Go. Querying a Smart Contract These section requires knowledge of how to com...
  • contract_getStatus

    contract_getStatus Parameters Returns Example contract_getStatus 查询合约状态。 Parameters <string> - 20字节的十六进制字符串,合约地址。 Returns <string> - 合约状态。normal 表示正常状态,frozen 表示冻结...
  • contract_compileContract

    contract_compileContract Parameters Returns Example contract_compileContract 编译智能合约。 Parameters <string> - 合约源码。 Returns <Object> abi : [<string>] - 合约源码对应的abi。...
  • External Contract Referencing

    608 2021-02-11 《Mastering Ethereum》
    External Contract Referencing The Vulnerability Preventative Techniques Real-World Example: Reentrancy Honey Pot External Contract Referencing One of the benefits of the Eth...