Loopy Friends
Verified contract
Active on
Ethereum with 223 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 "Loopy Friends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146729 | 20 days ago | | | 0 | 0.00049207144 | |
| 18060857 | a year ago | | | 0 | 0.00048332221 | |
| 17675946 | a year ago | | | 0 | 0.00034857424 | |
| 16479214 | 2 years ago | | | 0 | 0.00052189840 | |
| 15310933 | 2 years ago | | | 0 | 0.00064245790 | |
| 15208924 | 2 years ago | | | 0 | 0.00018569537 | |
| 15090275 | 2 years ago | | | 0 | 0.0018418443 | |
| 14935873 | 2 years ago | | | 0 | 0.0022942086 | |
| 14894185 | 2 years ago | | | 0 | 0.0023493784 | |
| 14873100 | 2 years ago | | | 0 | 0.0014477837 |
ABI
ABI objects
Getter at block 21292199
MAX_MINTS_PER_TX() view returns (uint256)
10
NUM_ALLOWLIST_MINTS() view returns (uint256)
2300
PUBLIC_SALE_PRICE() view returns (uint256)
15000000000000000
WALLETLIMIT() view returns (uint256)
0
allowlistMerkleRoot() view returns (bytes32)
0x0633e877081c6a09f6bc39c6e2758f0b0fa45d8b67de75fc1a77a4ec7fd5304d
getBaseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmWv3sxTmG8A34pBGHugkCBLoa1gZCS4td21WKrAqMwEuK
isPublicSaleActive() view returns (bool)
false
maxSupply() view returns (uint256)
2300
name() view returns (string)
Loopy Friends
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x6313c7827b16408af86875d4b97b6a7463be72f2
symbol() view returns (string)
LOOPY
totalSupply() view returns (uint256)
324
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(bytes32[] merkleProof, uint256 numberOfTokens) payable
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)
setAllowlistMerkleRoot(bytes32 merkleRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
setNumAllowlistMints(uint256 _numallowlistmints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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.
This contract contains no error objects.