PasswordPusher icon indicating copy to clipboard operation
PasswordPusher copied to clipboard

Event Monitoring suggests using `transfer()`

Open DavidBDiligence opened this issue 3 years ago • 0 comments

Event Monitoring suggests using transfer() but External Calls warns against it.

Patterns like require(msg.sender.send(1 ether)) can also be simplified to using transfer(), as in msg.sender.transfer(1 ether).

Don't use transfer() or send().

DavidBDiligence avatar Aug 18 '22 22:08 DavidBDiligence