originToken |
address help
The type of this value is address, which means it stores an Ethereum address, such as a wallet address.
|
originNetwork |
string help
The type of this value is string, which is basically just plain text. It's called a string because it is a 'string' of letters.
|
name |
string help
The type of this value is string, which is basically just plain text. It's called a string because it is a 'string' of letters.
|
symbol |
string help
The type of this value is string, which is basically just plain text. It's called a string because it is a 'string' of letters.
|
decimals |
uint8 help
The type of this value is uint, which stands for unsigned integer. Integer means it's a whole number (such as 1, 12, 52) without fractions or decimals. Unsigned means it can't have a negative or positive sign, so it's always a positive number.
|
totalSupply |
uint256 help
The type of this value is uint, which stands for unsigned integer. Integer means it's a whole number (such as 1, 12, 52) without fractions or decimals. Unsigned means it can't have a negative or positive sign, so it's always a positive number.
|