HomelessDegen

Verified contract

Active on Ethereum with 432 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $28.83
0xc9050c29d1f4c96defc9cd15247a992ca2a60fc310badaba554fb58838a7c359
0x670a2fc1b705990905e5b7314a165c269aa63272872fbbcbed0b8929b7a5d469
0x663d24e1070156b7820c7cb5db88220fe2a62a660a2f0f7debb5b47bf5082237
0x9bf888459e9ad5c2f6f9127557a9c8066d1e570158b64c61c5c17df57aebeb0f
0x1a9f86d2a176bfb9db80b8f00916e882bdf1e8335b787e716f170862dc1477aa
0x58503afc0ab253b850f9d5d034149e9d37dd440fb6974ee28836b170550336c3
0x59d5ab0ef814b6e1f09f79996efbc85077eca1a46660e7ae1306c4effb0ba468
0xfed742f83616c30cd027978a47d78beaf66a093e63a89ec94089436f178bb30f
0x7f636cd69fbe2d67f0217ccedcc6ebd096e102d07c964b8e654fa2a404b08906
0x280c7c9d7df2d66422518bb1da0b953ec8fff3b36586f7189f6709faa0f82fc8

Functions
Getter at block 21293777
contractURI(view returns (string)
isPublicSalesActive(view returns (bool)
true
isWhitelistSalesActive(view returns (bool)
true
maxNormalMintPerAccount(view returns (uint256)
20
maxNormalSupply(view returns (uint256)
7000
maxWhitelistMintPerAccount(view returns (uint256)
1
maxWhitelistSupply(view returns (uint256)
3000
name(view returns (string)
Homeless Degen
normalMintPrice(view returns (uint256)
2000000000000000
owner(view returns (address)
0x151a04e6fbf547940b6f77b54cb7897bed1f9f29
publicSalesTimestamp(view returns (uint256)
1666156238
symbol(view returns (string)
HD
totalNormalMint(view returns (uint256)
841
totalSupply(view returns (uint256)
1364
totalWhitelistMint(view returns (uint256)
165
whitelistMintPrice(view returns (uint256)
0
whitelistSalesTimestamp(view returns (uint256)
1666156238
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
hasMintedUsingWhitelist(address accountview returns (bool)
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[])
totalNormalMintPerAccount(address accountview returns (uint256)
totalWhitelistMintPerAccount(address accountview returns (uint256)
State-modifying
approve(address touint256 tokenIdpayable 
batchMint(address[] addressesuint256[] amounts
burn(uint256 tokenId
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string contractURI_
setMaxNormalMintPerAccount(uint256 maxNormalMintPerAccount_
setMaxNormalSupply(uint256 maxNormalSupply_
setMaxWhitelistMintPerAccount(uint256 maxWhitelistMintPerAccount_
setMaxWhitelistSupply(uint256 maxWhitelistSupply_
setNormalMintPrice(uint256 normalMintPrice_
setPublicSalesTimestamp(uint256 timestamp
setSignerPublicKey(address signerPublicKey_
setWhitelistMintPrice(uint256 whitelistMintPrice_
setWhitelistSalesTimestamp(uint256 timestamp
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 amountbytes signaturepayable 
withdrawAll(
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(
Fallback and receive

This contract contains no fallback and receive objects.

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