Skip to content

Commit

Permalink
add heading
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Wolf <wolfynft@gmail.com>
  • Loading branch information
wolfy-nft committed Jan 7, 2025
1 parent c04f419 commit 763b1d5
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions contracts/nft/erc721m/clones/ERC721MagicDropCloneable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,52 @@ import {ERC721ACloneable} from "./ERC721ACloneable.sol";
import {IERC721MagicDropMetadata} from "../interfaces/IERC721MagicDropMetadata.sol";
import {PublicStage, AllowlistStage, SetupConfig} from "./Types.sol";

/// ........
/// ..... .. ...
/// .. ..... .. ..
/// .. ... ..... .. ..
/// .. ...... .. ...... ..
/// .. ......... ......... ....
/// .... .. .. ...
/// ........ ......... ..
/// .. ... ... .. .........
/// .. .......... .... .... ....... ........
/// ....... .. .. ... .... ..... ..
/// ........ . ... .. ..
/// . ..... ........ .... ..
/// .. .. ... ........... ... ...
/// ....... .. ...... ... ..
/// ............ ... ........ .. ..
/// ... ..... .. .. .. .. .. ......
/// .. ........ ... .. .. .. .... ....
/// ....... .. .. ...... ....... ..
/// .. ..... .. .... ..
/// .. .... ......... . .. ..
/// ... .... .. ......... . .. ..
/// .... .... .. ..... ...... ...
/// ..... .. ........ ... ...
/// ... .. .. .. ...... ..... ..
/// .. .... ... ... .. ..
/// .. .... .. .. ..
/// . ...... .. .. ..
/// .. ...................... ..............
/// .. ................ .... ...
/// . ... ........
/// .. ... ...... ..
/// .. .... ...EMMY....
/// .. .. ... .... .... ..
/// .. .. ..... ..........
/// ... .. ... ......
/// ... .... .. ..
/// .. ..... ...
/// ..... .... ........ ...
/// ........ .. ..... ..........
/// .. ........ .. ..MAGIC..... .
/// .... .... .... ..EDEN....
/// ..... . ... ......
/// .. ....... ..
/// ..... .....
/// ....
/// @title ERC721MagicDropCloneable
/// @notice A cloneable ERC-721A drop contract that supports both a public minting stage and an allowlist minting stage.
/// @dev This contract extends metadata configuration, ownership, and royalty support from its parent, while adding
Expand Down

0 comments on commit 763b1d5

Please sign in to comment.