Added feature to do for v2 contracts.

This commit is contained in:
Sowmayjain 2019-01-26 00:12:03 +05:30
parent 0b5f247e44
commit ca12f19d04

View File

@ -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;