We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7a044 commit ab47e6cCopy full SHA for ab47e6c
1 file changed
src/ERC1155SeaDrop.sol
@@ -68,7 +68,7 @@ contract ERC1155SeaDrop is ERC1155SeaDropContractOfferer {
68
address from,
69
uint256[] calldata ids,
70
uint256[] calldata amounts
71
- ) external {
+ ) external virtual {
72
// Burn the tokens.
73
_batchBurn(msg.sender, from, ids, amounts);
74
}
0 commit comments