aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/build/contracts/Ownable.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contracts/build/contracts/Ownable.json')
-rw-r--r--packages/contracts/build/contracts/Ownable.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/packages/contracts/build/contracts/Ownable.json b/packages/contracts/build/contracts/Ownable.json
new file mode 100644
index 000000000..ebe5a1804
--- /dev/null
+++ b/packages/contracts/build/contracts/Ownable.json
@@ -0,0 +1,40 @@
+{
+ "contract_name": "Ownable",
+ "abi": [
+ {
+ "constant": true,
+ "inputs": [],
+ "name": "owner",
+ "outputs": [
+ {
+ "name": "",
+ "type": "address"
+ }
+ ],
+ "payable": false,
+ "type": "function"
+ },
+ {
+ "constant": false,
+ "inputs": [
+ {
+ "name": "newOwner",
+ "type": "address"
+ }
+ ],
+ "name": "transferOwnership",
+ "outputs": [],
+ "payable": false,
+ "type": "function"
+ },
+ {
+ "inputs": [],
+ "payable": false,
+ "type": "constructor"
+ }
+ ],
+ "unlinked_binary": "0x6060604052341561000c57fe5b5b60008054600160a060020a03191633600160a060020a03161790555b5b60f3806100386000396000f300606060405263ffffffff60e060020a6000350416638da5cb5b8114602a578063f2fde38b146053575bfe5b3415603157fe5b6037606e565b60408051600160a060020a039092168252519081900360200190f35b3415605a57fe5b606c600160a060020a0360043516607d565b005b600054600160a060020a031681565b60005433600160a060020a0390811691161460985760006000fd5b600160a060020a0381161560c25760008054600160a060020a031916600160a060020a0383161790555b5b5b505600a165627a7a7230582009515308d7738f55dd8ba99e29943dc01d4a032197af5f4e1adc20b93fb927f20029",
+ "networks": {},
+ "schema_version": "0.0.5",
+ "updated_at": 1502391792217
+} \ No newline at end of file