HomelessDegen
Verified contract
Active on
Ethereum with 432 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($28.83)
Native
Value
$28.83
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.008 | $3,604.12 |
$28.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17036559 | 2 years ago | | | 0 | 0.0010678848 | |
| 16845785 | 2 years ago | | | 0 | 0.00077747701 | |
| 16509649 | 2 years ago | | | 0 | 0.00082912800 | |
| 16263866 | 2 years ago | | | 0 | 0.00029489768 | |
| 16190572 | 2 years ago | | | 0 | 0.0011591872 | |
| 16022238 | 2 years ago | | | 0 | 0.0013245446 | |
| 15945266 | 2 years ago | | | 0 | 0.00076805917 | |
| 15867309 | 2 years ago | | | 0 | 0.00056403124 | |
| 15866220 | 2 years ago | | | 0.002 | 0.00072639121 | |
| 15830015 | 2 years ago | | | 0 | 0.00045825645 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
hasMintedUsingWhitelist(address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalNormalMintPerAccount(address account) view returns (uint256)
totalWhitelistMintPerAccount(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
batchMint(address[] addresses, uint256[] amounts)
burn(uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes signature) payable
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()