Commit 477ed3f8 by Francisco Giordano

add storage gaps

parent 196c7620
......@@ -443,4 +443,6 @@ contract ERC1155 is Initializable, Context, ERC165, IERC1155, IERC1155MetadataUR
return array;
}
uint256[50] private ______gap;
}
......@@ -30,4 +30,6 @@ contract ERC1155Burnable is Initializable, ERC1155 {
_burnBatch(account, ids, values);
}
uint256[50] private ______gap;
}
......@@ -17,4 +17,6 @@ contract ERC1155Holder is Initializable, ERC1155Receiver {
function onERC1155BatchReceived(address, address, uint256[] memory, uint256[] memory, bytes memory) public returns (bytes4) {
return this.onERC1155BatchReceived.selector;
}
uint256[50] private ______gap;
}
......@@ -19,4 +19,6 @@ contract ERC1155Receiver is Initializable, ERC165, IERC1155Receiver {
ERC1155Receiver(0).onERC1155BatchReceived.selector
);
}
uint256[50] private ______gap;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment