Home / Vulnerability Database / Solidity : Replace multiple return values with a struct
Solidity

Solidity : Replace multiple return values with a struct

Overview

Consider using struct instead of multiple return values for internal or private functions. It can improve code readability.

LOW

DerScanner Severity Score

Do you want to fix Solidity : Replace multiple return values with a struct in your application?

See also

Solidity

Solidity : Return value of transfer, transferFrom, or approve function of ERC-20 standard is always false.

Solidity

Solidity : Using approve function of the ERC-20 token standard

Solidity

Solidity : ERC-20 transfer should throw