function who call the modifier is fully executed?
yes define modifier then execute it's logic after function i.e modifier afterExecute() { _; // all this is executed after any function that uses this modifier emit DummyEvent(); }
Ok all the content before _; is executed before caller function starts and all the content after _; is executed after caller function ends?
Обсуждают сегодня