Realm

gno.land/r/g1w7kytlgsgstspzlpy4fdtd9uqf0ga2dzud4wzv/nftminter

Rendered output

Tardigrades in Gnoland ($TARDIGRADE)

  • Total supply: 0
  • Known accounts: 0
  • Owner: g1w7kytlgsgstspzlpy4fdtd9uqf0ga2dzud4wzv
  • Presets queued: 1
  • Max supply: 69

Query (read-only)

non-crossing functions · no tx, no wallet needed
BalanceOf(owner string) → int64, interface {Error func() string}
CollectionSummary() → string
GetApproved(tid string) → string, interface {Error func() string}
Getter() → func() gno.land/p/g1w7kytlgsgstspzlpy4fdtd9uqf0ga2dzud4wzv/grc721.IGRC721Reader
IsApprovedForAll(owner string, operator string) → bool
Name() → string
Owner() → string
OwnerOf(tid string) → string, interface {Error func() string}
PresetQueueLength() → int64
Symbol() → string
TokenCount() → int64
TokenMetadata(tid string) → struct{Image string; ImageData string; ExternalURL string; Description string; Name string; Attributes []gno.land/p/g1w7kytlgsgstspzlpy4fdtd9uqf0ga2dzud4wzv/grc721.Trait; BackgroundColor string; AnimationURL string; YoutubeURL string}, interface {Error func() string}
TokenSummary(tid string) → string, interface {Error func() string}
TokenURI(tid string) → string, interface {Error func() string}
WalletSummary(owner string) → string

Call functions (state-changing)

signs a tx via Adena
AddPresetToken(name string, description string, image string, externalURL string, backgroundColor string, attributesCSV string)
AddTokenAttribute(tid string, traitType string, value string, displayType string)
Approve(to string, tid string)
Burn(tid string)
ClearPresetQueue()
ClearTokenAttributes(tid string)
Mint(to string)
SafeTransferFrom(from string, to string, tid string)
SetApprovalForAll(operator string, approved bool)
SetTokenMetadata(tid string, metadata struct{Image string; ImageData string; ExternalURL string; Description string; Name string; Attributes []gno.land/p/g1w7kytlgsgstspzlpy4fdtd9uqf0ga2dzud4wzv/grc721.Trait; BackgroundColor string; AnimationURL string; YoutubeURL string})
SetTokenURI(tid string, uri string)
TransferFrom(from string, to string, tid string)
UpdateTokenMetadata(tid string, name string, description string, image string, externalURL string)

All exported functions (29)

show raw signatures
NameParamsReturns
Name [{"Name": ".res.0", "Type": "string", "Value": ""}]
Symbol [{"Name": ".res.0", "Type": "string", "Value": ""}]
TokenCount [{"Name": ".res.0", "Type": "int64", "Value": ""}]
BalanceOf [{"Name": "owner", "Type": "string", "Value": ""}] [{"Name": ".res.0", "Type": "int64", "Value": ""}, {"Name": ".res.1", "Type": "interface {Error func() string}", "Value": ""}]
OwnerOf [{"Name": "tid", "Type": "string", "Value": ""}] [{"Name": ".res.0", "Type": "string", "Value": ""}, {"Name": ".res.1", "Type": "interface {Error func() string}", "Value": ""}]
TokenURI [{"Name": "tid", "Type": "string", "Value": ""}] [{"Name": ".res.0", "Type": "string", "Value": ""}, {"Name": ".res.1", "Type": "interface {Error func() string}", "Value": ""}]
TokenMetadata [{"Name": "tid", "Type": "string", "Value": ""}] [{"Name": ".res.0", "Type": "struct{Image string; ImageData string; ExternalURL string; Description string; Name string; Attributes []gno.land/p/g1w7kytlgsgstspzlpy4fdtd9uqf0ga2dzud4wzv/grc721.Trait; BackgroundColor string; AnimationURL string; YoutubeURL string}", "Value": ""}, {"Name": ".res.1", "Type": "interface {Error func() string}", "Value": ""}]
GetApproved [{"Name": "tid", "Type": "string", "Value": ""}] [{"Name": ".res.0", "Type": "string", "Value": ""}, {"Name": ".res.1", "Type": "interface {Error func() string}", "Value": ""}]
IsApprovedForAll [{"Name": "owner", "Type": "string", "Value": ""}, {"Name": "operator", "Type": "string", "Value": ""}] [{"Name": ".res.0", "Type": "bool", "Value": ""}]
PresetQueueLength [{"Name": ".res.0", "Type": "int64", "Value": ""}]
Getter [{"Name": ".res.0", "Type": "func() gno.land/p/g1w7kytlgsgstspzlpy4fdtd9uqf0ga2dzud4wzv/grc721.IGRC721Reader", "Value": ""}]
TokenSummary [{"Name": "tid", "Type": "string", "Value": ""}] [{"Name": ".res.0", "Type": "string", "Value": ""}, {"Name": ".res.1", "Type": "interface {Error func() string}", "Value": ""}]
CollectionSummary [{"Name": ".res.0", "Type": "string", "Value": ""}]
WalletSummary [{"Name": "owner", "Type": "string", "Value": ""}] [{"Name": ".res.0", "Type": "string", "Value": ""}]
Owner [{"Name": ".res.0", "Type": "string", "Value": ""}]
Mint [{"Name": "cur", "Type": "interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}", "Value": ""}, {"Name": "to", "Type": "string", "Value": ""}] [{"Name": ".res.0", "Type": "string", "Value": ""}]
AddPresetToken [{"Name": "cur", "Type": "interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}", "Value": ""}, {"Name": "name", "Type": "string", "Value": ""}, {"Name": "description", "Type": "string", "Value": ""}, {"Name": "image", "Type": "string", "Value": ""}, {"Name": "externalURL", "Type": "string", "Value": ""}, {"Name": "backgroundColor", "Type": "string", "Value": ""}, {"Name": "attributesCSV", "Type": "string", "Value": ""}]
ClearPresetQueue [{"Name": "cur", "Type": "interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}", "Value": ""}]
Approve [{"Name": "cur", "Type": "interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}", "Value": ""}, {"Name": "to", "Type": "string", "Value": ""}, {"Name": "tid", "Type": "string", "Value": ""}]
SetApprovalForAll [{"Name": "cur", "Type": "interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}", "Value": ""}, {"Name": "operator", "Type": "string", "Value": ""}, {"Name": "approved", "Type": "bool", "Value": ""}]
TransferFrom [{"Name": "cur", "Type": "interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}", "Value": ""}, {"Name": "from", "Type": "string", "Value": ""}, {"Name": "to", "Type": "string", "Value": ""}, {"Name": "tid", "Type": "string", "Value": ""}]
SafeTransferFrom [{"Name": "cur", "Type": "interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}", "Value": ""}, {"Name": "from", "Type": "string", "Value": ""}, {"Name": "to", "Type": "string", "Value": ""}, {"Name": "tid", "Type": "string", "Value": ""}]
SetTokenMetadata [{"Name": "cur", "Type": "interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}", "Value": ""}, {"Name": "tid", "Type": "string", "Value": ""}, {"Name": "metadata", "Type": "struct{Image string; ImageData string; ExternalURL string; Description string; Name string; Attributes []gno.land/p/g1w7kytlgsgstspzlpy4fdtd9uqf0ga2dzud4wzv/grc721.Trait; BackgroundColor string; AnimationURL string; YoutubeURL string}", "Value": ""}]
UpdateTokenMetadata [{"Name": "cur", "Type": "interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}", "Value": ""}, {"Name": "tid", "Type": "string", "Value": ""}, {"Name": "name", "Type": "string", "Value": ""}, {"Name": "description", "Type": "string", "Value": ""}, {"Name": "image", "Type": "string", "Value": ""}, {"Name": "externalURL", "Type": "string", "Value": ""}]
AddTokenAttribute [{"Name": "cur", "Type": "interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}", "Value": ""}, {"Name": "tid", "Type": "string", "Value": ""}, {"Name": "traitType", "Type": "string", "Value": ""}, {"Name": "value", "Type": "string", "Value": ""}, {"Name": "displayType", "Type": "string", "Value": ""}]
ClearTokenAttributes [{"Name": "cur", "Type": "interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}", "Value": ""}, {"Name": "tid", "Type": "string", "Value": ""}]
SetTokenURI [{"Name": "cur", "Type": "interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}", "Value": ""}, {"Name": "tid", "Type": "string", "Value": ""}, {"Name": "uri", "Type": "string", "Value": ""}]
Burn [{"Name": "cur", "Type": "interface {.seal func(); Address func() .uverse.address; IsCode func() bool; IsCurrent func() bool; IsEphemeral func() bool; IsUser func() bool; IsUserCall func() bool; IsUserRun func() bool; PkgPath func() string; Previous func() .uverse.realm; String func() string; Sub func(string) .uverse.realm; Subpath func() string}", "Value": ""}, {"Name": "tid", "Type": "string", "Value": ""}]
Render [{"Name": "path", "Type": "string", "Value": ""}] [{"Name": ".res.0", "Type": "string", "Value": ""}]

Files

Storage

{
  "raw": "storage: 48273, deposit: 4827300"
}