Loonies
Verified contract
Active on
Ethereum with 7,763 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.11)
Native
Value
$0.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000031 | $3,599.50 |
$0.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20966887 | 2 months ago | | | 0 | 0.00066512417 | |
| 20552370 | 4 months ago | | | 0 | 0.000064177320 | |
| 20497420 | 4 months ago | | | 0 | 0.000096784000 | |
| 20257100 | 5 months ago | | | 0 | 0.000060662330 | |
| 20130850 | 5 months ago | | | 0 | 0.00019416672 | |
| 19663623 | 8 months ago | | | 0 | 0.00061993821 | |
| 19609673 | 8 months ago | | | 0 | 0.00036887333 | |
| 19274243 | 9 months ago | | | 0 | 0.0013983821 | |
| 19099916 | 10 months ago | | | 0 | 0.00030255416 | |
| 19096384 | 10 months ago | | | 0 | 0.00027625154 |
ABI
ABI objects
Getter at block 21322829
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 _count) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isPresaleListClaimed(address account) view returns (bool)
mintCount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
validClaim(address claimer, uint256 maxAmount, bytes32[] merkleProof) view returns (bool)
State-modifying
Events airdrop(struct LooniesDrop[] drops)
approve(address to, uint256 tokenId)
mint(uint256 _count, uint256 _presaleMaxAmount, bytes32[] _merkleProof) payable
mintFree(uint256 _count) payable
mintReserve(uint256 _count, address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() 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 baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()