BscScan · JSON-LD Context
context Context
JSON-LD context defining the semantic vocabulary for context from BscScan.
0 Classes
36 Properties
3 Namespaces
Namespaces
bscscan:
https://bscscan.com/terms#
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Properties
| Property | Type | Container |
|---|---|---|
| BscScanTransaction | reference | |
| BscScanTokenTransfer | reference | |
| BscScanBlock | reference | |
| BscScanContract | reference | |
| blockNumber | string | |
| timeStamp | string | |
| hash | string | |
| blockHash | string | |
| from | string | |
| to | string | |
| value | string | |
| gas | string | |
| gasPrice | string | |
| gasUsed | string | |
| nonce | string | |
| input | string | |
| contractAddress | string | |
| isError | string | |
| txreceipt_status | string | |
| confirmations | string | |
| transactionIndex | string | |
| cumulativeGasUsed | string | |
| methodId | string | |
| functionName | string | |
| tokenName | string | |
| tokenSymbol | string | |
| tokenDecimal | string | |
| status | string | |
| message | string | |
| result | ||
| SafeGasPrice | string | |
| ProposeGasPrice | string | |
| FastGasPrice | string | |
| LastBlock | string | |
| suggestBaseFee | string | |
| gasUsedRatio | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"bscscan": "https://bscscan.com/terms#",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"BscScanTransaction": {
"@id": "bscscan:Transaction",
"@type": "@id"
},
"BscScanTokenTransfer": {
"@id": "bscscan:TokenTransfer",
"@type": "@id"
},
"BscScanBlock": {
"@id": "bscscan:Block",
"@type": "@id"
},
"BscScanContract": {
"@id": "bscscan:Contract",
"@type": "@id"
},
"blockNumber": {
"@id": "bscscan:blockNumber",
"@type": "xsd:string"
},
"timeStamp": {
"@id": "schema:dateCreated",
"@type": "xsd:string"
},
"hash": {
"@id": "bscscan:transactionHash",
"@type": "xsd:string"
},
"blockHash": {
"@id": "bscscan:blockHash",
"@type": "xsd:string"
},
"from": {
"@id": "schema:sender",
"@type": "xsd:string"
},
"to": {
"@id": "schema:recipient",
"@type": "xsd:string"
},
"value": {
"@id": "schema:amount",
"@type": "xsd:string"
},
"gas": {
"@id": "bscscan:gas",
"@type": "xsd:string"
},
"gasPrice": {
"@id": "bscscan:gasPrice",
"@type": "xsd:string"
},
"gasUsed": {
"@id": "bscscan:gasUsed",
"@type": "xsd:string"
},
"nonce": {
"@id": "bscscan:nonce",
"@type": "xsd:string"
},
"input": {
"@id": "bscscan:inputData",
"@type": "xsd:string"
},
"contractAddress": {
"@id": "bscscan:contractAddress",
"@type": "xsd:string"
},
"isError": {
"@id": "bscscan:isError",
"@type": "xsd:string"
},
"txreceipt_status": {
"@id": "bscscan:receiptStatus",
"@type": "xsd:string"
},
"confirmations": {
"@id": "bscscan:confirmations",
"@type": "xsd:string"
},
"transactionIndex": {
"@id": "bscscan:transactionIndex",
"@type": "xsd:string"
},
"cumulativeGasUsed": {
"@id": "bscscan:cumulativeGasUsed",
"@type": "xsd:string"
},
"methodId": {
"@id": "bscscan:methodId",
"@type": "xsd:string"
},
"functionName": {
"@id": "bscscan:functionName",
"@type": "xsd:string"
},
"tokenName": {
"@id": "schema:name",
"@type": "xsd:string"
},
"tokenSymbol": {
"@id": "schema:tickerSymbol",
"@type": "xsd:string"
},
"tokenDecimal": {
"@id": "bscscan:tokenDecimal",
"@type": "xsd:string"
},
"status": {
"@id": "bscscan:responseStatus",
"@type": "xsd:string"
},
"message": {
"@id": "schema:description",
"@type": "xsd:string"
},
"result": {
"@id": "bscscan:result"
},
"SafeGasPrice": {
"@id": "bscscan:safeGasPrice",
"@type": "xsd:string"
},
"ProposeGasPrice": {
"@id": "bscscan:proposeGasPrice",
"@type": "xsd:string"
},
"FastGasPrice": {
"@id": "bscscan:fastGasPrice",
"@type": "xsd:string"
},
"LastBlock": {
"@id": "bscscan:lastBlock",
"@type": "xsd:string"
},
"suggestBaseFee": {
"@id": "bscscan:suggestBaseFee",
"@type": "xsd:string"
},
"gasUsedRatio": {
"@id": "bscscan:gasUsedRatio",
"@type": "xsd:string"
}
}
}