gno.land/r/gnoswap/gnft
README.md assert.gno doc.gno errors.gno gnft.gno gnomod.toml svg_generator.gno utils.gno
[
{
"FuncName": "Name",
"Params": null,
"Results": [
{
"Name": ".res.0",
"Type": "string",
"Value": ""
}
]
},
{
"FuncName": "Symbol",
"Params": null,
"Results": [
{
"Name": ".res.0",
"Type": "string",
"Value": ""
}
]
},
{
"FuncName": "TotalSupply",
"Params": null,
"Results": [
{
"Name": ".res.0",
"Type": "int64",
"Value": ""
}
]
},
{
"FuncName": "TokenURI",
"Params": [
{
"Name": "tid",
"Type": "string",
"Value": ""
}
],
"Results": [
{
"Name": ".res.0",
"Type": "string",
"Value": ""
},
{
"Name": ".res.1",
"Type": "interface {Error func() string}",
"Value": ""
}
]
},
{
"FuncName": "BalanceOf",
"Params": [
{
"Name": "owner",
"Type": "string",
"Value": ""
}
],
"Results": [
{
"Name": ".res.0",
"Type": "int64",
"Value": ""
},
{
"Name": ".res.1",
"Type": "interface {Error func() string}",
"Value": ""
}
]
},
{
"FuncName": "OwnerOf",
"Params": [
{
"Name": "tid",
"Type": "string",
"Value": ""
}
],
"Results": [
{
"Name": ".res.0",
"Type": "string",
"Value": ""
},
{
"Name": ".res.1",
"Type": "interface {Error func() string}",
"Value": ""
}
]
},
{
"FuncName": "MustOwnerOf",
"Params": [
{
"Name": "tid",
"Type": "string",
"Value": ""
}
],
"Results": [
{
"Name": ".res.0",
"Type": "string",
"Value": ""
}
]
},
{
"FuncName": "SetTokenURI",
"Params": [
{
"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}",
"Value": ""
},
{
"Name": "tid",
"Type": "string",
"Value": ""
},
{
"Name": "tURI",
"Type": "string",
"Value": ""
}
],
"Results": [
{
"Name": ".res.0",
"Type": "bool",
"Value": ""
},
{
"Name": ".res.1",
"Type": "interface {Error func() string}",
"Value": ""
}
]
},
{
"FuncName": "SafeTransferFrom",
"Params": [
{
"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}",
"Value": ""
},
{
"Name": "from",
"Type": "string",
"Value": ""
},
{
"Name": "to",
"Type": "string",
"Value": ""
},
{
"Name": "tid",
"Type": "string",
"Value": ""
}
],
"Results": [
{
"Name": ".res.0",
"Type": "interface {Error func() string}",
"Value": ""
}
]
},
{
"FuncName": "TransferFrom",
"Params": [
{
"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}",
"Value": ""
},
{
"Name": "from",
"Type": "string",
"Value": ""
},
{
"Name": "to",
"Type": "string",
"Value": ""
},
{
"Name": "tid",
"Type": "string",
"Value": ""
}
],
"Results": [
{
"Name": ".res.0",
"Type": "interface {Error func() string}",
"Value": ""
}
]
},
{
"FuncName": "Approve",
"Params": [
{
"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}",
"Value": ""
},
{
"Name": "approved",
"Type": "string",
"Value": ""
},
{
"Name": "tid",
"Type": "string",
"Value": ""
}
],
"Results": [
{
"Name": ".res.0",
"Type": "interface {Error func() string}",
"Value": ""
}
]
},
{
"FuncName": "SetApprovalForAll",
"Params": [
{
"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}",
"Value": ""
},
{
"Name": "operator",
"Type": "string",
"Value": ""
},
{
"Name": "approved",
"Type": "bool",
"Value": ""
}
],
"Results": [
{
"Name": ".res.0",
"Type": "interface {Error func() string}",
"Value": ""
}
]
},
{
"FuncName": "GetApproved",
"Params": [
{
"Name": "tid",
"Type": "string",
"Value": ""
}
],
"Results": [
{
"Name": ".res.0",
"Type": "string",
"Value": ""
},
{
"Name": ".res.1",
"Type": "interface {Error func() string}",
"Value": ""
}
]
},
{
"FuncName": "IsApprovedForAll",
"Params": [
{
"Name": "owner",
"Type": "string",
"Value": ""
},
{
"Name": "operator",
"Type": "string",
"Value": ""
}
],
"Results": [
{
"Name": ".res.0",
"Type": "bool",
"Value": ""
}
]
},
{
"FuncName": "Mint",
"Params": [
{
"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}",
"Value": ""
},
{
"Name": "to",
"Type": "string",
"Value": ""
},
{
"Name": "tid",
"Type": "string",
"Value": ""
}
],
"Results": [
{
"Name": ".res.0",
"Type": "string",
"Value": ""
}
]
},
{
"FuncName": "Exists",
"Params": [
{
"Name": "tid",
"Type": "string",
"Value": ""
}
],
"Results": [
{
"Name": ".res.0",
"Type": "bool",
"Value": ""
}
]
},
{
"FuncName": "Burn",
"Params": [
{
"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}",
"Value": ""
},
{
"Name": "tid",
"Type": "string",
"Value": ""
}
],
"Results": null
},
{
"FuncName": "Render",
"Params": [
{
"Name": "path",
"Type": "string",
"Value": ""
}
],
"Results": [
{
"Name": ".res.0",
"Type": "string",
"Value": ""
}
]
}
]# GNOSWAP NFT ($GNFT) * **Total supply**: 71975 * **Known accounts**: 17867