I dont want to enter function when one of those addresses i mean contract owner , contract itself or set address1 is equal to from
if (from != address1 && from != address(this) && from != owner ) { }
And in remix i try this code and even when form is equal to owner it jump in function i think i made some logical mistake:) ..is it possible remix debugger is entering line by line because when i checked wihtout debugger it seems to work values are ok code is not entering function why remix does so?
2.1m questions
2.1m answers
60 comments
57.0k users