Uncategorized

Uncategorized

[Solidity] How to receive Ether (ETH)?

This section explains how to receive Ether (ETH) in Solidity. Syntax To receive Ether (ETH) in Solidity, use the ...
Uncategorized

[Solidity] How to get the specific contract balance?

This section explains how to get the specific contract balance in Solidity. Syntax To get the specific contract b...
Uncategorized

[Solidity] How to get your own contract balance?

This section explains how to get your own contract balance in Solidity. Syntax To get your own contract balance i...
Uncategorized

[Solidity] How to get your own contract address?

This section explains how to get your own contract address in Solidity. Syntax To get your own contract address i...
Uncategorized

【Solidity】How to output the debug log?

This section explains how to output the debug log in Solidity. It is assumed that you are using Remix (Ethereum IDE)...
Uncategorized

[Solidity] How to write the enum (enumerated type)?

This section explains how to write the enum (enumerated type) in Solidity. Syntax Here is how to write the enum (...
Uncategorized

[Solidity] How to write the ternary operator?

This section explains how to write the ternary operator in Solidity. Syntax Here is how the ternary operator is w...
Uncategorized

[Solidity] Summary of data types

This section provides a summary of data types in Solidity. List of Solidity data types The table below lists the ...
Uncategorized

[Solidity] How to use the break/continue statement?

This section explains how to use the break/continue statement. Syntax The usage of the break/continue statement i...
Uncategorized

[Solidity] How to write a while/do-while statement?

This section explains how to write a while/do-while statement in Solidity. Syntax To write a while/do-while state...
タイトルとURLをコピーしました