Dogemigos

Verified contract

Active on Ethereum with 4,275 txns
Deployed by via 0x1662a3c6 at 16998000
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Dogemigos"

0xc421d8808995b1a06af32e6309f420fc233326872ff7fa26dc262f0ec2b21ef9
0x831090fbdfc70824bf411d612e973b8a136bab46ee320f8a8a00305419227802
0x58168adceaeff0df4136a849549477931535185346309caff136a4771896124a
0x0c5a54fbfb07602c252f61f1461478003640be2a919f387a2261739941fcd72d
0xcd0d14a2e3cfa12162327709dcc952b5d9820a8a7fdf6e38c426e2e442bb689d
0xc259bcaf8e92bd719e8c693a6ce181c4b08fabdeeba7575f220fa93c042e2b0c
0xa749918a28bd69cbae09a43af8ad318cb91615b0d7b39d59c9e1ed3e7ffe022e
0x4238863f682cfb116d0c6d8f5a79d1d4fdbfe235214837d71045607478984eeb
From
0xf4c70034a1f90d0389d976e89c90bf4fee8b420968b1a847d0540c00d0beaa2b
0x14e11c8a2af12c4e1ef67f4f21b2e2630b92d106f41a3da287afd978aa840563

Functions
Getter at block 21215247
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
ipfs://bafybeickcbh6eqngxqo7rdx6lvtb6cpahwtcvboe7f4gjxsnsu6u4rkjqe/
contractURI(view returns (string)
limitTx(view returns (uint256)
10
limitTxFree(view returns (uint256)
202310066464159291350661865211941211668803140694
limitWallet(view returns (uint256)
10
maxSupply(view returns (uint256)
15000
name(view returns (string)
Dogemigos
owner(view returns (address)
0x236fe5aa9b95a11ae668f4b8a31ffe018082bc56
price(view returns (uint256)
5000000000000000
provenanceHash(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
royaltyAddress(view returns (address)
0x236fe5aa9b95a11ae668f4b8a31ffe018082bc56
royaltyBasisPoints(view returns (uint256)
0
supplyMaxFree(view returns (uint256)
3000
symbol(view returns (string)
DGMGS
totalSupply(view returns (uint256)
15000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintStats(address minterview returns (uint256 minterNumMinteduint256 currentTotalSupplyuint256 maxSupply)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
airDrop(address _touint256 quantity
approve(address operatoruint256 tokenId
cancelOwnershipTransfer(
emitBatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
mint(uint256 quantitypayable 
mintFree(uint256 quantity
mintSeaDrop(address minteruint256 quantity
multiConfigure(struct ERC721SeaDropStructsErrorsAndEventsMultiConfigureStruct config
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setContractURI(string newContractURI
setLimitTx(uint256 _count
setLimitTxFree(uint256 _count
setLimitWallet(uint256 _count
setMaxSupply(uint256 newMaxSupply
setPrice(uint256 _price
setProvenanceHash(bytes32 newProvenanceHash
setRoyaltyInfo(struct ISeaDropTokenContractMetadataRoyaltyInfo newInfo
setSupplyMaxFree(uint256 _count
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newPotentialOwner
updateAllowList(address seaDropImplstruct AllowListData allowListData
updateAllowedFeeRecipient(address seaDropImpladdress feeRecipientbool allowed
updateAllowedSeaDrop(address[] allowedSeaDrop
updateCreatorPayoutAddress(address seaDropImpladdress payoutAddress
updateDropURI(address seaDropImplstring dropURI
updatePayer(address seaDropImpladdress payerbool allowed
updatePublicDrop(address seaDropImplstruct PublicDrop publicDrop
updateSignedMintValidationParams(address seaDropImpladdress signerstruct SignedMintValidationParams signedMintValidationParams
updateTokenGatedDrop(address seaDropImpladdress allowedNftTokenstruct TokenGatedDropStage dropStage
withdraw(
withdrawAmount(uint256 _amount
Events
AllowedSeaDropUpdated(address[] allowedSeaDrop
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ContractURIUpdated(string newContractURI
MaxSupplyUpdated(uint256 newMaxSupply
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PotentialOwnerUpdated(address newPotentialAdministrator
ProvenanceHashUpdated(bytes32 previousHashbytes32 newHash
RoyaltyInfoUpdated(address receiveruint256 bps
SeaDropTokenDeployed(
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symboladdress[] allowedSeaDrop
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply
InvalidRoyaltyBasisPoints(uint256 basisPoints
MintERC2309QuantityExceedsLimit(
MintQuantityExceedsMaxSupply(uint256 totaluint256 maxSupply
MintToZeroAddress(
MintZeroQuantity(
NewOwnerIsZeroAddress(
NotNextOwner(
OnlyAllowedSeaDrop(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ProvenanceHashCannotBeSetAfterMintStarted(
RoyaltyAddressCannotBeZeroAddress(
SignersMismatch(
TokenGatedMismatch(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(