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 ... 2023.01.25 Uncategorized
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... 2023.01.24 Uncategorized
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... 2023.01.24 Uncategorized
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... 2023.01.24 Uncategorized
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)... 2023.01.23 Uncategorized
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 (... 2023.01.23 Uncategorized
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... 2023.01.23 Uncategorized
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 ... 2023.01.23 Uncategorized
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... 2023.01.22 Uncategorized
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... 2023.01.22 Uncategorized