{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "rs": "https://snowtrace.io/schemas/", "Routescan": "rs:Routescan", "ApiResponse": "rs:ApiResponse", "Transaction": "rs:Transaction", "TokenTransfer": "rs:TokenTransfer", "EventLog": "rs:EventLog", "SmartContract": "rs:SmartContract", "status": { "@id": "rs:status", "@type": "xsd:string" }, "message": { "@id": "rs:message", "@type": "xsd:string" }, "result": { "@id": "rs:result" }, "blockNumber": { "@id": "rs:blockNumber", "@type": "xsd:string" }, "timeStamp": { "@id": "schema:dateCreated", "@type": "xsd:string" }, "hash": { "@id": "rs:transactionHash", "@type": "xsd:string" }, "from": { "@id": "schema:sender", "@type": "xsd:string" }, "to": { "@id": "schema:recipient", "@type": "xsd:string" }, "value": { "@id": "schema:price", "@type": "xsd:string" }, "gas": { "@id": "rs:gasLimit", "@type": "xsd:string" }, "gasPrice": { "@id": "rs:gasPrice", "@type": "xsd:string" }, "gasUsed": { "@id": "rs:gasUsed", "@type": "xsd:string" }, "isError": { "@id": "rs:isError", "@type": "xsd:string" }, "contractAddress": { "@id": "rs:contractAddress", "@type": "xsd:string" }, "tokenName": { "@id": "schema:name", "@type": "xsd:string" }, "tokenSymbol": { "@id": "rs:tokenSymbol", "@type": "xsd:string" }, "tokenDecimal": { "@id": "rs:tokenDecimal", "@type": "xsd:string" }, "tokenID": { "@id": "rs:tokenID", "@type": "xsd:string" }, "address": { "@id": "rs:address", "@type": "xsd:string" }, "topics": { "@id": "rs:topics", "@container": "@list" }, "data": { "@id": "rs:eventData", "@type": "xsd:string" }, "confirmations": { "@id": "rs:confirmations", "@type": "xsd:string" }, "chainId": { "@id": "rs:chainId", "@type": "xsd:string" }, "name": { "@id": "schema:name" }, "description": { "@id": "schema:description" }, "url": { "@id": "schema:url", "@type": "@id" }, "provider": { "@id": "schema:provider", "@type": "@id" } } }