BlurBears
Verified contract
Active on
Ethereum with 1,992 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 "BlurBears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21053023 | 22 days ago | | | 0 | 0.00012683273 | |
| 21023943 | a month ago | | | 0 | 0.00012878477 | |
| 21020346 | a month ago | | | 0 | 0.00020557778 | |
| 19827154 | 6 months ago | | | 0 | 0.00013986424 | |
| 19589295 | 7 months ago | | | 0 | 0.00037837497 | |
| 18976517 | 10 months ago | | | 0 | 0.00060618340 | |
| 18910369 | a year ago | | | 0 | 0.00048491541 | |
| 18904045 | a year ago | | | 0 | 0.00059433985 | |
| 18838943 | a year ago | | | 0 | 0.0013153209 | |
| 18803116 | a year ago | | | 0 | 0.00091976800 |
ABI
ABI objects
Getter at block 21208452
baseURI() view returns (string)
ipfs://bafybeiajoelvr67z3tilbnwu52mu4dm2qkh3gyincozm2zmxhoboe5em7e/
maxPerTx() view returns (uint256)
5
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
3333
mintPrice() view returns (uint256)
6900000000000000
name() view returns (string)
BlurBears
owner() view returns (address)
0x99b8eefd895853c6590d71fd4b1971229f0f09d4
saleActive() view returns (bool)
true
symbol() view returns (string)
BlurBears
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
blacklistedMarketplaces(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 id)
blacklistMarketplaces(address[] _marketplace)
mint(uint256 _amount) payable
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_)
setMaxPerTx(uint256 _amount)
setMaxSupply(uint256 _newSupply)
setMintPrice(uint256 _price)
teamMint(uint256 _amount, address _wallet)
toggleSale()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()