Skip to content

Instantly share code, notes, and snippets.

@silviopaganini
Created June 21, 2018 10:07
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 silviopaganini/79c645fc8a63dec26a13ef1064d99a7d to your computer and use it in GitHub Desktop.
Save silviopaganini/79c645fc8a63dec26a13ef1064d99a7d to your computer and use it in GitHub Desktop.
{
"abi": [{
"constant": true,
"inputs": [],
"name": "name",
"outputs": [{
"name": "",
"type": "string"
}],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x06fdde03"
}, {
"constant": true,
"inputs": [],
"name": "totalSupply",
"outputs": [{
"name": "",
"type": "uint256"
}],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x18160ddd"
}, {
"constant": true,
"inputs": [],
"name": "INITIAL_SUPPLY",
"outputs": [{
"name": "",
"type": "uint256"
}],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x2ff2e9dc"
}, {
"constant": true,
"inputs": [],
"name": "decimals",
"outputs": [{
"name": "",
"type": "uint8"
}],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x313ce567"
}, {
"constant": false,
"inputs": [{
"name": "_value",
"type": "uint256"
}],
"name": "burn",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0x42966c68"
}, {
"constant": true,
"inputs": [{
"name": "_owner",
"type": "address"
}],
"name": "balanceOf",
"outputs": [{
"name": "",
"type": "uint256"
}],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x70a08231"
}, {
"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": "symbol",
"outputs": [{
"name": "",
"type": "string"
}],
"payable": false,
"stateMutability": "view",
"type": "function",
"signature": "0x95d89b41"
}, {
"constant": false,
"inputs": [{
"name": "_to",
"type": "address"
}, {
"name": "_value",
"type": "uint256"
}],
"name": "transfer",
"outputs": [{
"name": "",
"type": "bool"
}],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0xa9059cbb"
}, {
"constant": false,
"inputs": [{
"name": "_newOwner",
"type": "address"
}],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function",
"signature": "0xf2fde38b"
}, {
"inputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor",
"signature": "constructor"
}, {
"anonymous": false,
"inputs": [{
"indexed": true,
"name": "previousOwner",
"type": "address"
}],
"name": "OwnershipRenounced",
"type": "event",
"signature": "0xf8df31144d9c2f0f6b59d69b8b98abd5459d07f2742c4df920b25aae33c64820"
}, {
"anonymous": false,
"inputs": [{
"indexed": true,
"name": "previousOwner",
"type": "address"
}, {
"indexed": true,
"name": "newOwner",
"type": "address"
}],
"name": "OwnershipTransferred",
"type": "event",
"signature": "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0"
}, {
"anonymous": false,
"inputs": [{
"indexed": true,
"name": "burner",
"type": "address"
}, {
"indexed": false,
"name": "value",
"type": "uint256"
}],
"name": "Burn",
"type": "event",
"signature": "0xcc16f5dbb4873280815c1ee09dbd06736cffcc184412cf7a71a0fdb75d397ca5"
}, {
"anonymous": false,
"inputs": [{
"indexed": true,
"name": "from",
"type": "address"
}, {
"indexed": true,
"name": "to",
"type": "address"
}, {
"indexed": false,
"name": "value",
"type": "uint256"
}],
"name": "Transfer",
"type": "event",
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef"
}],
"networks": {
"local": {
"network": "local",
"rpc": "http://192.168.1.64:7545",
"name": "Wollo",
"address": "0x2EA7ebf4F1ABd69480C84B9D6AFEddCAf1b64DB9"
},
"ropsten": {
"network": "ropsten",
"rpc": "https://ropsten.infura.io/Oan138HoQpDarYosPryu",
"name": "Wollo",
"address": "0x92cd94ed87CB30ce3B952bd396c763f75629f495"
},
"eidoo": {
"network": "eidoo",
"rpc": "http://wally-api-dev.undo.it:8545",
"name": "Wollo",
"address": "0xF8b9b52913e4C06716D8533a6632C207F6aAa231"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment