Hobo Punks
Verified contract
Proxy
Active on
Ethereum with 1,237 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Hobo Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20685933 | 2 months ago | | | 0 | 0.00032817486 | |
| 20610356 | 2 months ago | | | 0 | 0.000041231712 | |
| 20258224 | 4 months ago | | | 0 | 0.00013224497 | |
| 20086479 | 5 months ago | | | 0 | 0.00046463862 | |
| 19507537 | 7 months ago | | | 0 | 0.00077544117 | |
| 19294250 | 8 months ago | | | 0 | 0.0013165484 | |
| 19243761 | 9 months ago | | | 0 | 0.00087238528 | |
| 18959390 | 10 months ago | | | 0 | 0.0015061452 | |
| 18938251 | 10 months ago | | | 0 | 0.00078811490 | |
| 18685377 | a year ago | | | 0 | 0.0028666266 |
ABI
ABI objects
Getter at block 21124538
baseURI() view returns (string)
ipfs://bafybeihus6iyyetzlmm5o5krmzgtjco6ayoxzcmyfk4dosgxgkmc7hxqze/
costPublic() view returns (uint256)
1000000000000000
costWL() view returns (uint256)
1000000000000000
freePerWallet() view returns (uint256)
1
isPublicMintEnabled() view returns (bool)
true
isWLmintEnabled() view returns (bool)
false
maxFreeSupply() view returns (uint256)
3333
maxMintPublic() view returns (uint256)
10
maxMintWL() view returns (uint256)
0
maxSupply() view returns (uint256)
3333
name() view returns (string)
Hobo Punks
owner() view returns (address)
0x074dc557e3cdd61248e29664d74d59149fa76e7d
symbol() view returns (string)
HOBO
totalSupply() view returns (uint256)
3333
whitelistRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
canClaim(address _address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getCost(address _address, uint256 _count) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _wallet, bytes32[] _merkleProof) view returns (bool)
mintedByAddress(address) view returns (uint256)
mintedByAddressWL(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _address) view returns (uint256[])
State-modifying
Events airdrop(uint256 _quantity, address _recipient)
approve(address to, uint256 tokenId) payable
decreaseMaxSupply(uint256 _newMaxSupply)
devMint(uint256 _quantity)
initialize(string name, string symbol, struct InitParams params)
mint(uint256 _quantity) payable
mintWL(uint256 _quantity, bytes32[] _merkleProof) 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)
setCostPublic(uint256 _newCostPublic)
setCostWL(uint256 _newCostWL)
setFreePerWallet(uint256 _newFreePerWallet)
setMaxFreeSupply(uint256 _maxFreeSupply)
setMaxMintPublic(uint256 _newMaxMintPublic)
setMaxMintWL(uint256 _newMaxMintWL)
setPublicMintEnabled()
setWLmintEnabled()
setWhitelistRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll() payable
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()