logging.info("Detected state changes at: "+str(state_change_addresses))
if(len(state_change_addresses)):
foraddressinstate_change_addresses:
description="The contract account state is changed after an external call. Consider that the called contract could re-enter the function before this state change takes place. This can lead to business logic vulnerabilities."