func BalanceOf
ActionBalanceOf returns token balance for address.
Parameters:
- owner: address to check balance for
Returns balance amount.
Package xgns implements the GRC20-compliant xGNS token that represents staked GNS tokens. It manages minting/burning ...
Package xgns implements the GRC20-compliant xGNS token that represents staked GNS tokens. It manages minting/burning operations and tracks voting power for governance.
BalanceOf returns token balance for address.
Parameters:
Returns balance amount.
Burn burns tokens from address.
Parameters:
Only callable by governance staker contract.
Mint mints tokens to address.
Parameters:
Only callable by governance staker contract.
Render returns a formatted representation of the token state.
SupplyInfo returns supply breakdown information.
Returns:
TotalSupply returns the total supply of xGNS tokens.