QA Report #182
Labels
bug
Something isn't working
old-submission-method
QA (Quality Assurance)
Assets are not at risk. State handling, function incorrect as to spec, issues with clarity, syntax
Summary
Low
L00: Usage of transfer to send eth
The
transfer
function has a fixed gas stipend of 2300. If a contract as well as EOA can call the function, it is advised to usecall
function instead oftransfer
.Here are
transfer
function used in theETHRegistrarController.sol
:L01: Lack of zero address check
Functions without checks on the zero address may cause loss of token
L02: Mismatching NatSpec
The text was updated successfully, but these errors were encountered: