Skip to main content

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

NameTypeDescription
[0]struct NativeTokenIDThe native token ID.

totalSupply

function totalSupply() public view returns (uint256)

Returns the total supply of the native tokens.

Return Values

NameTypeDescription
[0]uint256The total supply of the native tokens.