Hobbits Town
Verified contract
Active on
Ethereum with 1,173 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 "Hobbits Town"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20506095 | 4 months ago | | | 0 | 0.00010345501 | |
| 19957665 | 7 months ago | | | 0 | 0.00011843534 | |
| 19957665 | 7 months ago | | | 0 | 0.00020768680 | |
| 19803655 | 7 months ago | | | 0 | 0.00026144573 | |
| 19113137 | a year ago | | | 0 | 0.00093661585 | |
| 17967927 | a year ago | | | 0 | 0.00073061609 | |
| 16740154 | 2 years ago | | | 0 | 0.00092837802 | |
| 16728378 | 2 years ago | | | 0 | 0.0016161700 | |
| 16707774 | 2 years ago | | | 0 | 0.0028272852 | |
| 16639393 | 2 years ago | | | 0 | 0.0018043998 |
ABI
ABI objects
Getter at block 21420867
MAX_PER_TX() view returns (uint256)
20
MAX_PER_WALLET() view returns (uint256)
40
MAX_SUPPLY() view returns (uint256)
10000
_freeSupply() view returns (uint256)
10000
_price() view returns (uint256)
9000000000000000
activated() view returns (bool)
true
baseURI() view returns (string)
ipfs://QmYoq9g7GJy5c5t88KSyf5PBLMjSn5GqJFKiw6YoYHrJK2/
name() view returns (string)
Hobbits Town
owner() view returns (address)
0x316ea4b14b59b6f16a2ec4c065ab0c88511aac21
symbol() view returns (string)
HOBBIT
totalSupply() view returns (uint256)
10000
unrevealedTokenURI() view returns (string)
ipfs://QmQN94n1cJwo1ip8M8ANdAnWZMteDk7KPu9iNhwuKYH5RL
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreeSupply(uint256 freeSupply)
setIsActive(bool _isActive)
setPrice(uint256 newPrice)
setTokenURI(string newURI)
setUnrevealedTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 name, string symbol, address devWallet, address ownerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()