DooGods

Verified contract

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

No balances found for "DooGods"

0xe4ac3c6e7ce18a3c7df93b62d800acb0cc54bfed6c9047f27ec44fde1f7a8fc7
0xeb9eae70143463305853262442a61cb23caf78557fac88abe65af8db79ae3480
0x14f26b0664fa0d178ce6713141cb1f27d9efc16f0dfc90dc5dc6c95b58a0f4ba
0xb3d2ed1ebe5b3075ea390b180b7aef7d12262828421b5ec6afa4f262f8cb5f11
0xb64252ee5f9f9efb12eb403664bac4159fe1074de2a5e155dc63921add5833a4
0x4047fac8bf4dced01a53bfaba58ef9dfeaecf1a1a0c8f6ba88391e516f18504b
0xa998abc9a74b634e5845bf3577443ca995b1a03eeabf7d21848119238d4e0b02
0x1c4890281bccfaa0434acd029abf96c307cf697731d39f46178199f713597b8e
0x78dcf3414a0d143cc834518eba9301d965c59bcd9091b0101a7a74c236103040
0x4fc128a174a020f5e4bbd2d447f10c2228ea357d47a8f154535cdddb9500e06c

Functions
Getter at block 21205494
MAX_FREE_MINTS_PER_WALLET(view returns (uint16)
3
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
100
MAX_SUPPLY(view returns (uint256)
5555
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
4200000000000000
SALE_IS_ACTIVE(view returns (bool)
true
name(view returns (string)
DooGods
owner(view returns (address)
0xea7e049c3db1bfeafe8d801334ce770f8426c0e8
paused(view returns (bool)
false
symbol(view returns (string)
DOOGODS
totalFreeMinted(view returns (uint256)
4762
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getFreeMints(address addyview returns (uint64)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
drop(address _touint256 _mintAmount
freezeMetadata(
mint(uint32 _mintAmountpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setMaxFreeMintsPerWallet(uint16 maxFreeMintsPerWallet
setMaxMintPerTx(uint256 maxMint
setPrice(uint256 price
setSaleState(bool state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(uint256 priceuint256 maxSupplyuint256 maxMintPerTxuint16 maxFreeMintsPerWalletstring baseUri
Fallback and receive

This contract contains no fallback and receive objects.

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