Loomi Heads
Verified contract
Active on
Ethereum with 15,448 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Loomi Heads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21132128 | 5 days ago | | | 0 | 0.00099848595 | |
| 21131953 | 5 days ago | | | 0 | 0.00092552238 | |
| 21109772 | 8 days ago | | | 0 | 0.00023557844 | |
| 21060906 | 15 days ago | | | 0 | 0.00021065006 | |
| 21057271 | 16 days ago | | | 0 | 0.00021758466 | |
| 21042358 | 18 days ago | | | 0 | 0.00027748053 | |
| 21039903 | 18 days ago | | | 0 | 0.00028361388 | |
| 21014571 | 21 days ago | | | 0 | 0.00059118705 | |
| 20982459 | a month ago | | | 0 | 0.00021179045 | |
| 20953347 | a month ago | | | 0 | 0.00021336141 |
ABI
ABI objects
Getter at block 21168439
baseURI() view returns (string)
ipfs://QmV7BV9H4bkxHHxzueMhofjGqFtvCNZfQdf49vsghzuVrE/
isAdmin() view returns (bool)
false
maxPublicMints() view returns (uint256)
3
maxSupply() view returns (uint256)
5555
maxWL() view returns (uint256)
4300
name() view returns (string)
Loomi Heads
notRevealedUri() view returns (string)
ipfs://QmfCjj2LMS91xVtMM9rqkKrCkfJRFnMwPdBnK1ptgmcBLQ/hidden.json
owner() view returns (address)
0xe16e9d15c1c348c10c3c4661a38e71bc840412e9
presalePrice() view returns (uint256)
66000000000000000
presaleStarted() view returns (bool)
false
publicPrice() view returns (uint256)
88000000000000000
publicSaleStarted() view returns (bool)
true
reservedForTeam() view returns (uint256)
100
revealed() view returns (bool)
true
symbol() view returns (string)
LOOMI
teamMints() view returns (uint256)
100
totalSupply() view returns (uint256)
5555
uriSuffix() view returns (string)
.json
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)
presaleMints(address) view returns (uint256)
publicMints(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
presaleMint(uint256 amount, uint256 max, bytes signature) payable
publicMint(uint256 amount) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxSupply(uint256 newSupply)
setNotRevealedURI(string _notRevealedURI)
setPresalePrice(uint256 _newPrice)
setPresaleStatus(bool status)
setPublicPrice(uint256 _newPrice)
setPublicStatus(bool status)
setUriSuffix(string _newSuffix)
setWhitelistAddress(address _newAddress)
teamMint(address to, uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() 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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()