DOOMEDWTF

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0xc0f4a245 at 14928753

The storage layout for this contract could not be retrieved.

No balances found for "DOOMEDWTF"

No transactions found for "DOOMEDWTF"


Functions
Getter at block 21379484
_baseTokenURI(view returns (string)
cost(view returns (uint256)
2500000000000000
hiddenMetadataUri(view returns (string)
https://gateway.pinata.cloud/ipfs/QmeCMu9HcxqMFsZLWJmVYGdibrctRupAWutUY3AUvGB7QQ
maxMintAmountPerTx(view returns (uint256)
40
maxSupply(view returns (uint256)
4444
name(view returns (string)
DOOMEDWTF
owner(view returns (address)
0xad18a4078d4fce86456470055b483846a39a531b
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
DOOMEDWTF
totalSupply(view returns (uint256)
4261
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _maxSupply
setPaused(bool _state
setRevealed(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(