blur neko
Verified contract
Active on
Ethereum with 853 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 "blur neko"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20109297 | 5 months ago | | | 0 | 0.00016259848 | |
| 16680714 | 2 years ago | | | 0 | 0.0014475013 | |
| 16665568 | 2 years ago | | | 0 | 0.0011746466 | |
| 16646175 | 2 years ago | | | 0 | 0.0010415322 | |
| 16641117 | 2 years ago | | | 0 | 0.0014376132 | |
| 16640883 | 2 years ago | | | 0 | 0.0013459748 | |
| 16640463 | 2 years ago | | | 0 | 0.0015975895 | |
| 16640427 | 2 years ago | | | 0 | 0.0016518110 | |
| 16636415 | 2 years ago | | | 0 | 0.0032349036 | |
| 16636407 | 2 years ago | | | 0 | 0.0034462417 |
ABI
ABI objects
Getter at block 21192993
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
freeMintPerAddress() view returns (uint256)
1
maxMintPerAddress() view returns (uint256)
3
maxSupply() view returns (uint256)
888
metadataURLPrefix() view returns (string)
ipfs://bafybeibcg5gcswwnljklwxevdemqngq5vvqfys4ozm33xah5tdlkv74rwy/
metadataURLSuffix() view returns (string)
.json
name() view returns (string)
blur neko
notRevealedMetadataURL() view returns (string)
owner() view returns (address)
0xfb8a78d4cf1cce14ddcf6ea1c989950777d447f1
price() view returns (uint256)
5000000000000000
publicMintingStatus() view returns (bool)
true
revealedStatus() view returns (bool)
true
symbol() view returns (string)
BN
totalSupply() view returns (uint256)
888
withdrawalAddress() view returns (address)
0xfb8a78d4cf1cce14ddcf6ea1c989950777d447f1
Read-only
addressMinted(address) 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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address owner) view returns (uint256[] ownedTokenIds)
walletOfOwnerInRange(address owner, uint256 startTokenId, uint256 stopTokenId) view returns (uint256[] ownedTokenIds)
State-modifying
Events airdrop(address[] recipients, uint256 amount)
approve(address operator, uint256 tokenId) payable
mintInBatches(address recipient, uint256[] nftQuantityForEachBatch)
publicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setFreeMintPerAddress(uint256 freeMintAmount)
setMaxMintPerAddress(uint256 maxMintAmount)
setMaxSupply(uint256 newMaxSupply)
setMetadataURLPrefix(string newMetadataURLPrefix)
setMetadataURLSuffix(string newMetadataURLSuffix)
setNotRevealedMetadataURL(string newNotRevealedMetadataURL)
setPrice(uint256 newPrice)
setPublicMintingStatus(bool status)
setRevealedStatus(bool status)
setWithdrawalAddress(address newWithdrawalAddress)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
withdrawERC20(address token, address account, uint256 amount)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()