tokenID
untyped bigintValue
(0 <untyped> bigint)
admin
*v0.Ownable- OID
- 04bcbb…f121:4
admin details
token
*v0.Token- OID
- 04bcbb…f121:18
token details
ledger
*v0.PrivateLedger- OID
- 04bcbb…f121:20
ledger details
init.4
func()- OID
- 04bcbb…f121:8
init.4 details
TotalSupply
func() int64TotalSupply returns the total supply of xGNS tokens. Returns: - supply: total xGNS token supply
- OID
- 04bcbb…f121:10
TotalSupply details
BalanceOf
func(owner .uverse.address) int64BalanceOf returns token balance for address. Parameters: - owner: address to check balance for Returns: - balance: token balance amount
- OID
- 04bcbb…f121:11
BalanceOf details
Render
func(path string) stringRender returns a formatted representation of the token state. Parameters: - path: render path for specific views Returns: - output: formatted token state representation
- OID
- 04bcbb…f121:12
Render details
Mint
func(to .uverse.address, amount int64)Mint mints tokens to an address. Parameters: - cur: current realm context; callers use cross(cur) when crossing into this realm. - to: recipient address receiving the newly minted tokens. - amount: number of xGNS token units to mint. Only callable by governance staker contract.
- OID
- 04bcbb…f121:13
Mint details
Burn
func(from .uverse.address, amount int64)Burn burns tokens from an address. Parameters: - cur: current realm context; callers use cross(cur) when crossing into this realm. - from: address whose xGNS balance is burned. - amount: number of xGNS token units to burn. Only callable by governance staker contract.
- OID
- 04bcbb…f121:14
Burn details
SupplyInfo
func() (totalIssued int64, issuedByDelegate int64, issuedByDepositGns int64, err .uverse.error)SupplyInfo returns supply breakdown information. Returns: - totalIssued: total xGNS tokens issued - issuedByDelegate: tokens issued through governance delegation - issuedByDepositGns: tokens issued through launchpad deposit - err: nil when the launchpad address is registered; an error when it cannot be found.
- OID
- 04bcbb…f121:15
SupplyInfo details
checkErr
func(err .uverse.error)- OID
- 04bcbb…f121:16