Skip to content

Instantly share code, notes, and snippets.

@kolya-t
Created August 15, 2019 11:27
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/4ceb793b58514ce1adc35970416454f0 to your computer and use it in GitHub Desktop.
Save kolya-t/4ceb793b58514ce1adc35970416454f0 to your computer and use it in GitHub Desktop.
[
{
"constant": true,
"inputs": [],
"name": "transToken",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x2d042c30"
},
{
"constant": false,
"inputs": [],
"name": "renounceOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0x715018a6"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x8da5cb5b"
},
{
"constant": true,
"inputs": [],
"name": "isOwner",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x8f32d59b"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0xf2fde38b"
},
{
"inputs": [
{
"name": "_transToken",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor",
"signature": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "eth",
"type": "address"
},
{
"indexed": true,
"name": "daps",
"type": "string"
}
],
"name": "Connect",
"type": "event",
"signature": "0x474ae0e016c58a11909d34260817811067e259a6987a9994a0a3876ef0714820"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "eth",
"type": "address"
},
{
"indexed": true,
"name": "oldDaps",
"type": "string"
},
{
"indexed": true,
"name": "newDaps",
"type": "string"
}
],
"name": "Reconnect",
"type": "event",
"signature": "0x0d07d62d892a5f157514de3af0f53850ca86778852ea9f7163a98cf1dce7b480"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event",
"signature": "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0"
},
{
"constant": false,
"inputs": [
{
"name": "_daps",
"type": "string"
}
],
"name": "connect",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0x362e9c89"
},
{
"constant": false,
"inputs": [],
"name": "burn",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0x44df8e70"
},
{
"constant": false,
"inputs": [
{
"name": "_token",
"type": "address"
},
{
"name": "_value",
"type": "uint256"
}
],
"name": "burn",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0x9dc29fac"
},
{
"constant": false,
"inputs": [
{
"name": "_token",
"type": "address"
},
{
"name": "_from",
"type": "address"
},
{
"name": "_value",
"type": "uint256"
}
],
"name": "burnFrom",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0xec60bcf3"
},
{
"constant": true,
"inputs": [
{
"name": "_eth",
"type": "address"
}
],
"name": "isConnected",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0xcce662bf"
},
{
"constant": true,
"inputs": [
{
"name": "_eth",
"type": "address"
}
],
"name": "getCurrentDAPSAddress",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x6e030bba"
},
{
"constant": true,
"inputs": [
{
"name": "_eth",
"type": "address"
},
{
"name": "_index",
"type": "uint256"
}
],
"name": "getDAPSAddressByIndex",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x13c6b2ce"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment