Documents
Domains
Web3GPT
Our ChatBot to speak with verified on-chain data. Coming soon.
Contact Support
Send us an email
Docs
BETA
BETA
Mainnet
Coming Soon
Versions
Other versions of the Document
1.0.0
27/05/2024 16:59:24
View
Template
0
0
test07
v1.0.0
Verified Domain
sergi.testnet.ctx
/
test
Table
Raw data
Field
Type
Description
symbol
string
The symbol or ticker representing the token.
totalSupply
integer
The total supply of tokens.
Size: 410.00 bytes
Stored on Arweave
Last update: 27/05/2024 16:59:24
Blockchain
Tx:
YKI1-em6ZchHMlOWTITP2R271...OzZlEQ1SDw
{
$schema:
"http://json-schema.org/draft-07/schema#"
,
title:
"Fungible Token"
,
type:
"object"
,
properties:
{
symbol:
{
type:
"string"
,
description:
"The symbol or ticker representing the token."
}
,
totalSupply:
{
type:
"integer"
,
minimum:
0
,
description:
"The total supply of tokens."
}
}
,
required:
[
"symbol"
]
}