fn check_erc20_approve_pattern(
public_methods: &[&FunctionMetadata],
names: &HashSet<String>,
diagnostics: &mut Vec<Diagnostic>,
)Expand description
Detect ERC-20 approve/allowance/transferFrom and note they are not in NEP-17.
fn check_erc20_approve_pattern(
public_methods: &[&FunctionMetadata],
names: &HashSet<String>,
diagnostics: &mut Vec<Diagnostic>,
)Detect ERC-20 approve/allowance/transferFrom and note they are not in NEP-17.