Uncategorized

Uncategorized

[Solidity] How to get the current date and time?

This section explains how to get the current date and time in Solidity. Syntax To get the current date and time i...
Uncategorized

[Solidity] How to handle non-English string (multi-byte characters)?

This section explains how to handle non-English string (multibyte characters) in Solidity. Syntax To handle non-E...
Uncategorized

[Solidity] How to get the number of characters (string length)?

This section explains how to get the number of characters (string length) in Solidity. Syntax To get the number o...
Uncategorized

[Solidity] How to write for statements?

This section explains how to write for statements (repeat) in Solidity. Syntax Here is how to write a for stateme...
Uncategorized

[Solidity] How to write constant?

This section explains how to write constant in Solidity. Syntax To write constant in Solidity, use the constant m...
Uncategorized

[Solidity] How to concatenate strings?

This section explains how to concatenate strings in Solidity. Syntax To concatenate strings in Solidity, do the f...
Uncategorized

[Solidity] How to compare strings?

This section explains how to compare strings in Solidity. Syntax To compare strings in Solidity, do the following...
Uncategorized

[Solidity] How to write if statements (conditional branching)?

This section explains how to write if statements (conditional branching) in Solidity. Syntax There are three patt...
Uncategorized

[Solidity] How to remove an array element

This section explains how to remove an array element in Solidity. Syntax To remove an array element in Solidity, ...
Uncategorized

[Solidity] How to get the array length?

This section explains how to get the length (number of elements) of an array in Solidity. Syntax To get the lengt...
タイトルとURLをコピーしました