DSProxy
DSProxy#
Functions#
constructor(address _cacheAddr) (public)fallback() (external)execute(bytes _code, bytes _data) โ address target, bytes32 response (public)execute(address _target, bytes _data) โ bytes32 response (public)setCache(address _cacheAddr) โ bool (public)setOwner(address owner_) (public)setAuthority(contract DSAuthority authority_) (public)isAuthorized(address src, bytes4 sig) โ bool (internal)Events#
LogNote(bytes4 sig, address guy, bytes32 foo, bytes32 bar, bytes fax)LogSetAuthority(address authority)LogSetOwner(address owner)Modifiers#
note()auth()