Crypto Hobos
Verified contract
Active on
Ethereum with 9,096 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Crypto Hobos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21108301 | 9 days ago | | | 0 | 0.00033067380 | |
| 21041400 | 18 days ago | | | 0 | 0.00043244266 | |
| 21041110 | 18 days ago | | | 0 | 0.00067548808 | |
| 21034996 | 19 days ago | | | 0 | 0.00038714465 | |
| 20988265 | 25 days ago | | | 0 | 0.00074275751 | |
| 20967662 | a month ago | | | 0 | 0.00065160397 | |
| 20966070 | a month ago | | | 0 | 0.0011563998 | |
| 20789105 | 2 months ago | | | 0 | 0.00023875275 | |
| 20762852 | 2 months ago | | | 0 | 0.00026482927 | |
| 20757746 | 2 months ago | | | 0 | 0.00011124887 |
ABI
ABI objects
Getter at block 21170682
MAX_MINTING_TOKENS_ON_TRANSACTION() view returns (uint256)
25
currentTokenPrice() view returns (uint256)
49000000000000000
hasStarted() view returns (bool)
false
lastTokenId() view returns (uint256)
7983
maxTokens() view returns (uint256)
8000
name() view returns (string)
Crypto Hobos
owner() view returns (address)
0xa57cbab4bf1e1fb14cd375c5c374198df6d69db2
reservedTokensLeft() view returns (uint256)
17
symbol() view returns (string)
CryptoHobos
totalSupply() view returns (uint256)
7983
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintHobo(uint256 count) payable
mintReservedHoboTo(address to, uint256 count)
pause()
play()
reduceSupply(uint256 supply)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUriString)
setPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount) payable
withdrawTo(address to, uint256 amount) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseUriString)
This contract contains no fallback and receive objects.
This contract contains no error objects.