LilHottie
Verified contract
Active on
Ethereum with 6,981 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 "LilHottie"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106297 | 17 days ago | | | 0 | 0.00010584300 | |
| 21106282 | 17 days ago | | | 0 | 0.00010234210 | |
| 21027101 | a month ago | | | 0 | 0.00035636956 | |
| 20902909 | a month ago | | | 0 | 0.000089418941 | |
| 20850342 | 2 months ago | | | 0 | 0.00020752870 | |
| 20626827 | 3 months ago | | | 0 | 0.000040133472 | |
| 20556379 | 3 months ago | | | 0 | 0.000037048271 | |
| 20453205 | 4 months ago | | | 0 | 0.000046635000 | |
| 20452936 | 4 months ago | | | 0 | 0.000046630000 | |
| 20223364 | 5 months ago | | | 0 | 0.00016371255 |
ABI
ABI objects
Getter at block 21229039
baseExtension() view returns (string)
.json
cost() view returns (uint256)
25000000000000000
maxFreeMintAmount() view returns (uint256)
1
maxMintAmount() view returns (uint256)
25
maxSupply() view returns (uint256)
5100
name() view returns (string)
LilHottie
owner() view returns (address)
0x2c0f3647fe9225aca253d892083fbf5dda9b5367
paused() view returns (bool)
true
presale() view returns (bool)
false
symbol() view returns (string)
LHT
totalSupply() view returns (uint256)
5100
Read-only
balanceOf(address owner) view returns (uint256)
freeMintAllocations(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isFreeMinter(address) view returns (bool)
isWhitelisted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addWhitelist(bool isFree, address[] _addresses)
adminMint(address to, uint256 _mintAmount)
approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newMax)
setPresale(bool _presale)
setWithdrawWallet(address wallet)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdraw() 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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()