ERC20ExternalNativeTokens
ERC20ExternalNativeTokens
The ERC20 contract for externally registered native tokens (off-chain foundry).
nativeTokenID
function nativeTokenID() public view returns (struct NativeTokenID)
Returns the native token ID.
Return Values
Name | Type | Description |
---|---|---|
[0] | struct NativeTokenID | The native token ID. |
totalSupply
function totalSupply() public view returns (uint256)
Returns the total supply of the native tokens.
Return Values
Name | Type | Description |
---|---|---|
[0] | uint256 | The total supply of the native tokens. |