tokenID
untyped bigintValue
(0 <untyped> bigint)
admin
*v0.Ownable- OID
- 04bcbb…f121:4
admin details
token
*grc20.Token- OID
- 04bcbb…f121:18
token details
ledger
*grc20.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.
- 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 amount.
- OID
- 04bcbb…f121:11
BalanceOf details
Render
func(path string) stringRender returns a formatted representation of the token state.
- OID
- 04bcbb…f121:12
Render details
Mint
func(to .uverse.address, amount int64)Mint mints tokens to address. Parameters: - to: recipient address - amount: amount 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 address. Parameters: - from: address to burn from - amount: amount 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 - error: error if launchpad address not found
- OID
- 04bcbb…f121:15
SupplyInfo details
checkErr
func(err .uverse.error)- OID
- 04bcbb…f121:16