Skip to main content
. 2023 Oct 17;9:e1587. doi: 10.7717/peerj-cs.1587

Table 6. Sample FSC mutant.

L1 function allowance(address account, address spender) external pure returns (uint) {
L2 return allowances[account][spender]
L3 }
L1 function allowance(address account, address spender) external view returns (uint) {
L2 return allowances[account][spender]
L3 {