From ca12f19d04652eec46f5e24f91fdf45e9703d955 Mon Sep 17 00:00:00 2001 From: Sowmayjain Date: Sat, 26 Jan 2019 00:12:03 +0530 Subject: [PATCH] Added feature to do for v2 contracts. --- contracts/v2/InstaBank.sol | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/contracts/v2/InstaBank.sol b/contracts/v2/InstaBank.sol index 35e7a4f..013e28e 100644 --- a/contracts/v2/InstaBank.sol +++ b/contracts/v2/InstaBank.sol @@ -1,3 +1,16 @@ +//// SMART CONTARCT +// shut +// transferCDP only works if FREEZED +// mapping of SendWyre address +// nextOwner changed internally +// new registry contract +// charge fees on connected contracts like +// if no internal owner of CDP then admin is the owner +// update registry of v2 beforehand + +//// DAPP +// check isAddress (and every important variable) before executing any contract function + pragma solidity 0.4.24; @@ -67,7 +80,7 @@ interface InstaKyber { address dest, uint srcAmt ) external view returns (uint, uint); -} +} contract Registry {