addedOutput schema / properties / data / properties / receipt / properties
Added value: +{
+ "actualFee": {
+ "type": "object"
+ },
+ "contractAddress": {
+ "pattern": "^0x[0-9a-fA-F]{40}$",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "cumulativeGasUsed": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "effectiveGasPriceWei": {
+ "pattern": "^[0-9]+$",
+ "type": "string"
+ },
+ "gasUsed": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "logsCount": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "outcome": {
+ "enum": [
+ "success",
+ "reverted"
+ ],
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ 0,
+ 1
+ ],
+ "type": "integer"
+ },
+ "tokenTransfers": {
+ "properties": {
+ "detected": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "eventSignature": {
+ "const": "Transfer(address,address,uint256)",
+ "type": "string"
+ },
+ "events": {
+ "items": {
+ "properties": {
+ "contract": {
+ "pattern": "^0x[0-9a-fA-F]{40}$",
+ "type": "string"
+ },
+ "from": {
+ "pattern": "^0x[0-9a-fA-F]{40}$",
+ "type": "string"
+ },
+ "logIndex": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "officialBaseUsdc": {
+ "type": "boolean"
+ },
+ "to": {
+ "pattern": "^0x[0-9a-fA-F]{40}$",
+ "type": "string"
+ },
+ "valueAtomic": {
+ "pattern": "^[0-9]+$",
+ "type": "string"
+ },
+ "valueFormatted": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "logIndex",
+ "contract",
+ "from",
+ "to",
+ "valueAtomic",
+ "officialBaseUsdc",
+ "valueFormatted"
+ ],
+ "type": "object"
+ },
+ "maxItems": 100,
+ "type": "array"
+ },
+ "limitations": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "method": {
+ "type": "string"
+ },
+ "officialBaseUsdcDetected": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "returned": {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "source": {
+ "format": "uri",
+ "type": "string"
+ },
+ "topic0": {
+ "const": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
+ "type": "string"
+ },
+ "truncated": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "eventSignature",
+ "topic0",
+ "detected",
+ "returned",
+ "truncated",
+ "officialBaseUsdcDetected",
+ "events",
+ "method",
+ "source",
+ "limitations"
+ ],
+ "type": "object"
+ }
+}