Last active
October 9, 2019 12:06
-
-
Save medvedev1088/dff81a3ecdedd2c0b69d73fc8f1626ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"parser": { | |
"type": "log", | |
"contract_address": "0xf0ad5cad05e10572efceb849f6ff0c68f9700455", | |
"abi": { | |
"anonymous": false, | |
"inputs": [ | |
{ | |
"indexed": false, | |
"name": "name", | |
"type": "string" | |
}, | |
{ | |
"indexed": true, | |
"name": "label", | |
"type": "bytes32" | |
}, | |
{ | |
"indexed": true, | |
"name": "owner", | |
"type": "address" | |
}, | |
{ | |
"indexed": false, | |
"name": "cost", | |
"type": "uint256" | |
}, | |
{ | |
"indexed": false, | |
"name": "expires", | |
"type": "uint256" | |
} | |
], | |
"name": "NameRegistered", | |
"type": "event" | |
} | |
}, | |
"table": { | |
"dataset_name": "ens", | |
"table_name": "ETHRegistrarController_event_NameRegistered", | |
"table_description": "This event is in contract 0xf0ad5cad05e10572efceb849f6ff0c68f9700455. A NameRegistered event is emitted when a name is registered.", | |
"schema": [ | |
{ | |
"name": "name", | |
"description": "", | |
"type": "STRING" | |
}, | |
{ | |
"name": "label", | |
"description": "", | |
"type": "STRING" | |
}, | |
{ | |
"name": "owner", | |
"description": "", | |
"type": "STRING" | |
}, | |
{ | |
"name": "cost", | |
"description": "", | |
"type": "STRING" | |
}, | |
{ | |
"name": "expires", | |
"description": "", | |
"type": "STRING" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment