Optimism Etherscan · JSON-LD Context
Optimistic Etherscan Context
JSON-LD context defining the semantic vocabulary for Optimistic Etherscan from Optimism Etherscan.
0 Classes
39 Properties
4 Namespaces
Namespaces
schema:
https://schema.org/
eth:
https://etherscan.io/vocab#
op:
https://docs.optimism.etherscan.io/vocab#
xsd:
http://www.w3.org/2001/XMLSchema#
Properties
| Property | Type | Container |
|---|---|---|
| Transaction | reference | |
| hash | ||
| blockNumber | integer | |
| timeStamp | dateTime | |
| from | reference | |
| to | reference | |
| value | ||
| gas | ||
| gasPrice | ||
| gasUsed | ||
| isError | boolean | |
| input | ||
| nonce | integer | |
| confirmations | integer | |
| TokenTransfer | reference | |
| tokenName | ||
| tokenSymbol | ||
| tokenDecimal | integer | |
| contractAddress | reference | |
| Block | reference | |
| blockMiner | reference | |
| blockReward | ||
| Contract | reference | |
| ABI | ||
| SourceCode | ||
| CompilerVersion | ||
| ContractName | ||
| GasOracle | reference | |
| SafeGasPrice | ||
| ProposeGasPrice | ||
| FastGasPrice | ||
| suggestBaseFee | ||
| OPMainnet | reference | |
| chainId | integer | |
| address | ||
| balance | ||
| status | ||
| message | ||
| result |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"eth": "https://etherscan.io/vocab#",
"op": "https://docs.optimism.etherscan.io/vocab#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Transaction": {
"@id": "schema:Action",
"@type": "@id"
},
"hash": {
"@id": "schema:identifier"
},
"blockNumber": {
"@id": "eth:blockNumber",
"@type": "xsd:integer"
},
"timeStamp": {
"@id": "schema:startTime",
"@type": "xsd:dateTime"
},
"from": {
"@id": "schema:agent",
"@type": "@id"
},
"to": {
"@id": "schema:recipient",
"@type": "@id"
},
"value": {
"@id": "schema:amount"
},
"gas": {
"@id": "eth:gas"
},
"gasPrice": {
"@id": "eth:gasPrice"
},
"gasUsed": {
"@id": "eth:gasUsed"
},
"isError": {
"@id": "eth:isError",
"@type": "xsd:boolean"
},
"input": {
"@id": "eth:inputData"
},
"nonce": {
"@id": "eth:nonce",
"@type": "xsd:integer"
},
"confirmations": {
"@id": "eth:confirmations",
"@type": "xsd:integer"
},
"TokenTransfer": {
"@id": "schema:TransferAction",
"@type": "@id"
},
"tokenName": {
"@id": "schema:name"
},
"tokenSymbol": {
"@id": "schema:tickerSymbol"
},
"tokenDecimal": {
"@id": "eth:tokenDecimal",
"@type": "xsd:integer"
},
"contractAddress": {
"@id": "eth:contractAddress",
"@type": "@id"
},
"Block": {
"@id": "eth:Block",
"@type": "@id"
},
"blockMiner": {
"@id": "eth:miner",
"@type": "@id"
},
"blockReward": {
"@id": "eth:blockReward"
},
"Contract": {
"@id": "schema:SoftwareApplication",
"@type": "@id"
},
"ABI": {
"@id": "eth:abi"
},
"SourceCode": {
"@id": "schema:codeRepository"
},
"CompilerVersion": {
"@id": "eth:compilerVersion"
},
"ContractName": {
"@id": "schema:name"
},
"GasOracle": {
"@id": "op:GasOracle",
"@type": "@id"
},
"SafeGasPrice": {
"@id": "op:safeGasPrice"
},
"ProposeGasPrice": {
"@id": "op:proposedGasPrice"
},
"FastGasPrice": {
"@id": "op:fastGasPrice"
},
"suggestBaseFee": {
"@id": "op:suggestedBaseFee"
},
"OPMainnet": {
"@id": "op:OPMainnet",
"@type": "@id"
},
"chainId": {
"@id": "eth:chainId",
"@type": "xsd:integer"
},
"address": {
"@id": "schema:identifier"
},
"balance": {
"@id": "schema:amount"
},
"status": {
"@id": "schema:status"
},
"message": {
"@id": "schema:description"
},
"result": {
"@id": "schema:result"
}
}
}