Guest User

Untitled

a guest
May 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. contract StoreDependentContracts {
  2.  
  3. mapping(string => address) storedContracts;
  4.  
  5. constructor () public {
  6.  
  7. }
  8. }
Add Comment
Please, Sign In to add comment