Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion contracts/src/ERC20FixedDenomination.sol
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ contract ERC20FixedDenomination is ERC404NullOwnerCappedUpgradeable {
/// @notice Returns metadata URI for NFT tokens
/// @dev Returns a data URI with JSON metadata fetched from the main Ethscriptions contract
function tokenURI(uint256 mintId) public view virtual override returns (string memory) {
_validateTokenId(mintId);
ownerOf(mintId); // reverts on invalid / nonexistent

// Get the ethscriptionId for this mintId from the manager
Expand Down
189 changes: 0 additions & 189 deletions contracts/src/ERC20NullOwnerCappedUpgradeable.sol

This file was deleted.