Bloo Loops
Verified contract
Active on
Ethereum with 2,282 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 "Bloo Loops"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21234950 | 3 days ago | | | 0 | 0.00047480984 | |
| 20539122 | 3 months ago | | | 0 | 0.000057547600 | |
| 20539121 | 3 months ago | | | 0 | 0.00010132760 | |
| 20277960 | 4 months ago | | | 0 | 0.00030545734 | |
| 20266285 | 5 months ago | | | 0 | 0.000058120705 | |
| 20046704 | 6 months ago | | | 0 | 0.00027235152 | |
| 19659141 | 7 months ago | | | 0 | 0.00034612961 | |
| 19346718 | 9 months ago | | | 0 | 0.0012747024 | |
| 19233127 | 9 months ago | | | 0 | 0.00061777725 | |
| 19100766 | 10 months ago | | | 0 | 0.00025056913 |
ABI
ABI objects
Getter at block 21258794
PROVENANCE_HASH() view returns (string)
baseURI() view returns (string)
https://blooloops.io/api/metadata/
beneficiary() view returns (address)
0x0f5d7f7dd4ae37bbbb1a1f824133c4d2520e75c0
contractURI() view returns (string)
https://blooloops.io/api/contract
merkleRoot() view returns (bytes32)
0x501d7e14d6127cfb4b26613c8e05e73dd1ee865c019dbd4af1ee77f26f57339f
name() view returns (string)
Bloo Loops
owner() view returns (address)
0xe419b8ea59602bbd3d820ba3a501adcb2613fde4
priceBlooList() view returns (uint256)
40000000000000000
pricePublic() view returns (uint256)
60000000000000000
priceRaffle() view returns (uint256)
50000000000000000
royalties() view returns (address)
0x0f5d7f7dd4ae37bbbb1a1f824133c4d2520e75c0
royaltiesFee() view returns (uint256)
65
saleState() view returns (uint8)
0
symbol() view returns (string)
BLOO
totalSupply() view returns (uint256)
5000
Read-only
alreadyMinted(address addr) view returns (uint256)
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, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintBlooList(uint256 amount, bytes32[] merkleProof, uint256 maxAmount) payable
mintPublic(uint256 amount) payable
mintRaffle(uint256 amount, bytes32[] merkleProof, uint256 maxAmount) payable
ownerMint(address to, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setBeneficiary(address _beneficiary)
setContractURI(string uri)
setMerkleProof(bytes32 _merkleRoot)
setProvenanceHash(string hash)
setRoyalties(address _royalties)
setRoyaltiesFee(uint256 _royaltiesFee)
setSaleState(uint8 state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _beneficiary, address _royalties, uint256 _initialRoyaltiesFee, string _initialBaseURI, string _initialContractURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()