Genesis Dog

Verified contract

Active on Ethereum with 1,277 txns
Deployed by via 0xd51127eb at 15063221
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.03
0xa5ebcefb90304df3b95c9844dd2a2b8a7e3fedeaa6bbc231d675ca189794d974
0xe80cb55d70db35005ce31ad5ee73ba60a200d1070bfd23fb09ce43cd8f35d1d5
0xe47e51bb94cce98d83c60146c344453e3e3acbdecd1991bedc17d596c7db5ef0
0xe9ef48af2d2246dd592d5abcccc0759f69595db5086467f0e285b27fdb419595
0x852717d9cc2dd4bc669671e9153b6d1ab61b395d888bc4ac8836fa56b8cdd92d
0xca61653104b871e42931a5c0f7b9ef27097c69dd0ecba2d950ac3c336b8e5d26
0xc1b52a6051a97636165d17fe0b0d716601bd592ad74e37ce34671ad645de5a3a
0x7022b8e7fd702431985a7952072db31ee536bb5f0625d66611c83156f431aee8
0xd35d0dbdb98b8bafc1a0c2bd9c9e4af4d7465da37b45479cdb8e4a6f1c8ea630
0x532658ffa014a4555e8f88c0a28715f2b55d4ad7d68d6c99771c701ad4f240d7

Functions
Getter at block 20851796
INTERNAL_SUPPLY(view returns (uint256)
0
baseURI(view returns (string)
ipfs://QmWpqJQKCTv45CebcJXx6b6GL9CpMNScGToweya3VtxQDC/
maxSupply(view returns (uint256)
1000
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintPrice(view returns (uint256)
0
name(view returns (string)
Genesis Dog
notRevealedURI(view returns (string)
ipfs://QmZS3tATZ3zGpSdTgLwdfVyEJS1WuWgi8FzZL2gXxRR9fN
owner(view returns (address)
0xc3a8b55aff589c31b48fa3936d7d7648607726a4
saleStatus(view returns (uint8)
2
symbol(view returns (string)
GenesisDog
tokenPerAccountLimit(view returns (uint256)
2
totalSupply(view returns (uint256)
1000
whiteListPrice(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address mintAddressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
internalMint(address receiver
mint(uint256 countpayable 
mintWhitelist(bytes32[] merkleProofuint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURL(string url
setMaxSupply(uint256 supply
setMerkleRoot(bytes32 root
setMintPrice(uint256 price
setNotRevealedURI(string _notRevealedURI
setPaymentAddress(address paymentAddress
setSaleStatus(uint8 status
setTokenPerAccountLimit(uint256 limit
setWhiteListPrice(uint256 price
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address paymentAddressstring _notRevealedURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(