Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add AccessList events #872

Merged
merged 2 commits into from
Aug 20, 2024
Merged

add AccessList events #872

merged 2 commits into from
Aug 20, 2024

Conversation

alexcos20
Copy link
Member

add AccessList events so we can track all access list contracts

@@ -67,17 +82,18 @@
/**
* @notice Batch Mint only for owner
*/
function batchMint(address[] memory user,string[] memory tokenURI) external onlyOwner
function batchMint(address[] memory user,string[] memory _tokenURI) external onlyOwner

Check warning

Code scanning / Slither

Conformance to Solidity naming conventions Warning

Copy link

openzeppelin-code bot commented Aug 20, 2024

add AccessList events

Generated at commit: 461f555f4203c9de9ff61501293a012ddbbb21aa

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
2
1
0
10
39
52
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

@alexcos20 alexcos20 merged commit d02c12a into release/v2.1.0 Aug 20, 2024
9 checks passed
@alexcos20 alexcos20 deleted the feature/access_list_events branch August 20, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant