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."
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."
issue=Issue(call.node.contract_name,call.node.function_name,state_change_addr,"State change after external call","Warning",description)
issue=Issue(call.node.contract_name,call.node.function_name,address,"State change after external call","Warning",description)