ZZZ Rug Cleaners
Verified contract
Active on
Ethereum with 2,019 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 "ZZZ Rug Cleaners"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16719448 | 2 years ago | | | 0 | 0.0015484007 | |
| 16707626 | 2 years ago | | | 0 | 0.00091599868 | |
| 16707481 | 2 years ago | | | 0 | 0.00097749912 | |
| 16707476 | 2 years ago | | | 0 | 0.0012744928 | |
| 16679735 | 2 years ago | | | 0 | 0.0017203969 | |
| 16679530 | 2 years ago | | | 0 | 0.0017871578 | |
| 16669173 | 2 years ago | | | 0 | 0.0011475680 | |
| 16661455 | 2 years ago | | | 0 | 0.00098543948 | |
| 16621900 | 2 years ago | | | 0 | 0.0010564628 | |
| 16595852 | 2 years ago | | | 0 | 0.00056896000 |
ABI
ABI objects
Getter at block 21386535
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_maxSupply() view returns (uint256)
4444
costOfNFT() view returns (uint256)
2500000000000000
maxMintAmountPerTx() view returns (uint256)
11
maxMintAmountPerWallet() view returns (uint256)
11
name() view returns (string)
ZZZ Rug Cleaners
numberOfFreeNFTs() view returns (uint256)
1
owner() view returns (address)
0xb4882fc748d4887fff763ddec9aff758819460dd
symbol() view returns (string)
ZZZ
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
checkCost(uint256 _mintAmount) 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)
State-modifying
Events airdrop(address[] accounts, uint256 amount)
approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setCostPrice(uint256 _cost)
setExtensionURL(string uri)
setHiddenURL(string uri)
setMaxMintAmountPerTx(uint256 perTx)
setMaxMintAmountPerWallet(uint256 perWallet)
setRevealed()
setSupply(uint256 supply)
setbaseURL(string uri)
setnumberOfFreeNFTs(uint256 perWallet)
transferFrom(address from, address to, uint256 tokenId) payable
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(string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ContractPaused()
InsufficientFund()
InvalidMintAmount()
MaxMintWalletExceeded()
MaxSupply()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSmartContract()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TokenNotExisting()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()