Skip to content

Burn functions - ERC1155Drop base contract #290

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

Merged
merged 2 commits into from
Dec 9, 2022
Merged

Conversation

kumaryash90
Copy link
Member

No description provided.

* @param _amount The amount of the NFT to burn.
*/
function burn(
address _owner,

Check notice

Code scanning / Slither

Local variable shadowing

ERC1155Drop.burn(address,uint256,uint256)._owner (contracts/base/ERC1155Drop.sol#107) shadows: - Ownable._owner (contracts/extension/Ownable.sol#15) (state variable)
* @param _amounts The amounts of the NFTs to burn.
*/
function burnBatch(
address _owner,

Check notice

Code scanning / Slither

Local variable shadowing

ERC1155Drop.burnBatch(address,uint256[],uint256[])._owner (contracts/base/ERC1155Drop.sol#127) shadows: - Ownable._owner (contracts/extension/Ownable.sol#15) (state variable)
@kumaryash90 kumaryash90 merged commit 312a7b6 into main Dec 9, 2022
@nkrishang nkrishang deleted the burn-erc1155drop-base branch December 26, 2022 19: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