Loonies

Verified contract

Active on Ethereum with 7,762 txns
Deployed by via 0x211f2c4e at 14980935
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.08
0xf748b4b1b2adaf32787b5a8d73cc4ec4db77a187a8b012cd8a031553b3ba1dc9
0xd85dc18f3d2d9ace8300702e6d1454fdd410742f7d303455c0f5bde01f9bf005
0x954d34777cd7f511c1b7f87e688eee1b93d76d9e10d22003f9a5c52a1212f1c5
0x750c55afeaa520a87055565cfa6a4cf14819e0908d55d2ef3ea686249127db8a
0xbb387ab361e557af9adda4a3feb7b1cf83ce46b4c74c89d9063adfc1378ae955
0x822ce865f23e010673fd1aa54b0378b64247bb7a265bcaf76d87d5c476586d88
0x51b0650f31006d0dc910371bf8ecfd40cda5a89f9b6f784fa60c469889de2af1
0x47b359a0b547df1517dd13fb26b0b9957ac80e4be5101e2bbbd4931ff51d0339
0xe296c81aa06841a96c527461806a6ff6928bed962bd0ead1e88e6f36ddcbe7e1
0x41d893f11f29ad7c9c96e087c5361104237ca5504aef099550d4f8fcf8fbeff6

Functions
Getter at block 20857223
DEV_ADDRESS(view returns (address)
0xe754be98baa42e2d1f03db6284f82eddbc4b350f
baseTokenURI(view returns (string)
https://mint.mrbreeze.wtf/metadata/
currentMaxSale(view returns (uint256)
10000
currentPrice(view returns (uint256)
0
limitUntilOne(view returns (uint256)
10000
maxMintPerTx(view returns (uint256)
3
maxMintPerWallet(view returns (uint256)
3
maxTokenSupply(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Loonies
owner(view returns (address)
0x5f0a33d462ef9c9b524e03fb9abdb269e646acf2
saleActive(view returns (bool)
true
saleEnabled(view returns (bool)
true
symbol(view returns (string)
LOONIES
totalSupply(view returns (uint256)
10000
whitelistEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getPrice(uint256 _countview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isPresaleListClaimed(address accountview returns (bool)
mintCount(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
validClaim(address claimeruint256 maxAmountbytes32[] merkleProofview returns (bool)
State-modifying
airdrop(struct LooniesDrop[] drops
approve(address touint256 tokenId
mint(uint256 _countuint256 _presaleMaxAmountbytes32[] _merkleProofpayable 
mintFree(uint256 _countpayable 
mintReserve(uint256 _countaddress _to
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setLimitUntilOne(uint256 limitUntilOne_
setMaxMintPerTx(uint256 maxMintPerTx_
setMaxMintPerWallet(uint256 maxMintPerWallet_
setMaxSale(uint256 currentMaxSale_
setMaxTokenSupply(uint256 maxTokenSupply_
setMerkleRoot(bytes32 _merkleRoot
setPrice(uint256 priceInWei
toggleSale(
toggleWhitelist(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(