-
Notifications
You must be signed in to change notification settings - Fork 4
/
interface.json
1 lines (1 loc) · 2.8 KB
/
interface.json
1
[ { "constant": false, "inputs": [ { "name": "name", "type": "string", "typeShort": "string", "bits": "", "displayName": "name", "template": "elements_input_string" } ], "name": "isIpv6", "outputs": [ { "name": "retVal", "type": "bool" } ], "type": "function", "displayName": "is Ipv6" }, { "constant": false, "inputs": [ { "name": "name", "type": "string", "typeShort": "string", "bits": "", "displayName": "name", "template": "elements_input_string" } ], "name": "ipv4", "outputs": [ { "name": "retVal", "type": "uint32" } ], "type": "function", "displayName": "ipv4" }, { "constant": false, "inputs": [ { "name": "name", "type": "string", "typeShort": "string", "bits": "", "displayName": "name", "template": "elements_input_string" } ], "name": "ipv6", "outputs": [ { "name": "retVal", "type": "uint128" } ], "type": "function", "displayName": "ipv6" }, { "constant": false, "inputs": [ { "name": "name", "type": "string", "typeShort": "string", "bits": "", "displayName": "name", "template": "elements_input_string" }, { "name": "ip", "type": "uint128", "typeShort": "uint", "bits": "128", "displayName": "ip", "template": "elements_input_uint" } ], "name": "setIpv6", "outputs": [ { "name": "success", "type": "bool" } ], "type": "function", "displayName": "set Ipv6" }, { "constant": false, "inputs": [ { "name": "name", "type": "string", "typeShort": "string", "bits": "", "displayName": "name", "template": "elements_input_string" } ], "name": "owner", "outputs": [ { "name": "retVal", "type": "address" } ], "type": "function", "displayName": "owner" }, { "constant": false, "inputs": [], "name": "getDonations", "outputs": [], "type": "function", "displayName": "get Donations" }, { "constant": false, "inputs": [ { "name": "name", "type": "string", "typeShort": "string", "bits": "", "displayName": "name", "template": "elements_input_string" }, { "name": "ip", "type": "uint32", "typeShort": "uint", "bits": "32", "displayName": "ip", "template": "elements_input_uint" } ], "name": "setIpv4", "outputs": [ { "name": "success", "type": "bool" } ], "type": "function", "displayName": "set Ipv4" }, { "constant": false, "inputs": [ { "name": "name", "type": "string", "typeShort": "string", "bits": "", "displayName": "name", "template": "elements_input_string" } ], "name": "claim", "outputs": [ { "name": "success", "type": "bool" } ], "type": "function", "displayName": "claim" }, { "constant": false, "inputs": [ { "name": "name", "type": "string", "typeShort": "string", "bits": "", "displayName": "name", "template": "elements_input_string" }, { "name": "recipient", "type": "address", "typeShort": "address", "bits": "", "displayName": "recipient", "template": "elements_input_address" } ], "name": "give", "outputs": [ { "name": "success", "type": "bool" } ], "type": "function", "displayName": "give" }, { "inputs": [], "type": "constructor" } ]