Skip to content

Instantly share code, notes, and snippets.

@kolya-t
Last active January 31, 2019 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kolya-t/0fcdbf57c69587a109fae73efb09dfb7 to your computer and use it in GitHub Desktop.
Save kolya-t/0fcdbf57c69587a109fae73efb09dfb7 to your computer and use it in GitHub Desktop.
[
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "ethAddress",
"type": "address"
},
{
"indexed": true,
"name": "tronAddress",
"type": "address"
}
],
"name": "RegisterAdd",
"type": "event"
},
{
"constant": false,
"inputs": [
{
"name": "_tronAddress",
"type": "address"
}
],
"name": "put",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_ethAddress",
"type": "address"
}
],
"name": "get",
"outputs": [
{
"name": "_tronAddress",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment