MurMurCats
Verified contract
Active on
Ethereum with 3,986 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "MurMurCats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21174835 | 13 days ago | | | 0 | 0.0010861328 | |
| 21174756 | 13 days ago | | | 0 | 0.0023881924 | |
| 21174751 | 13 days ago | | | 0 | 0.0023138761 | |
| 21142771 | 18 days ago | | | 0 | 0.00096331662 | |
| 21084633 | a month ago | | | 0 | 0.00070717767 | |
| 21042822 | a month ago | | | 0 | 0.00079810870 | |
| 21042821 | a month ago | | | 0 | 0.00067415637 | |
| 21042814 | a month ago | | | 0 | 0.00086358483 | |
| 21040833 | a month ago | | | 0 | 0.00027699917 | |
| 21039968 | a month ago | | | 0 | 0.00051927827 |
ABI
ABI objects
Getter at block 21269161 getDutchAuctionPrice() view returns (uint256)
CAT_PRICE() view returns (uint256)
1800000000000000000
MAX_CATS() view returns (uint256)
999
MAX_CATS_ON_TIER_SALE() view returns (uint256)
749
MAX_MINT_PER_TX() view returns (uint256)
3
auctionEndPrice() view returns (uint256)
1800000000000000000
auctionPriceStep() view returns (uint256)
100000000000000000
auctionStartPrice() view returns (uint256)
2800000000000000000
auctionStartTimestamp() view returns (uint256)
1646550000
auctionStepNumber() view returns (uint256)
10
auctionTimeStep() view returns (uint256)
90
isDutchAuctionActive() view returns (bool)
false
isLimitedSaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
false
isWhiteListSaleActive() view returns (bool)
true
name() view returns (string)
MurMurCats
owner() view returns (address)
0x4574a002fba39c46097cfd4063b722a28509481c
saleStartTimestamp() view returns (uint256)
1641635407
saleStopTimestamp() view returns (uint256)
1641635407
symbol() view returns (string)
MMC
totalSupply() view returns (uint256)
759
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isLimitedSaleEligible(uint256 _START_MINT_TIMESTAMP, uint256 _STOP_MINT_TIMESTAMP, bytes _SIGNATURE) view returns (bool)
isWhiteListSaleEligible(uint256 _MAX_CLAIMED_ON_WHITELIST_SALE, uint256 _START_MINT_TIMESTAMP, uint256 _STOP_MINT_TIMESTAMP, bytes _SIGNATURE) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
tokensOfOwner(address _owner) view returns (uint256[])
whiteListSaleClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintDutchAuctionCATS(uint256 quantity) payable
mintLimitedSaleCAT(uint256 _START_MINT_TIMESTAMP, uint256 _STOP_MINT_TIMESTAMP, bytes _SIGNATURE) payable
mintPublicSaleCATS(uint256 quantity) payable
mintWhiteListSaleCATS(uint256 quantity, uint256 _MAX_CLAIMED_ON_WHITELIST_SALE, uint256 _START_MINT_TIMESTAMP, uint256 _STOP_MINT_TIMESTAMP, bytes _SIGNATURE) payable
ownerClaimCATS(uint256 quantity, address addr)
ownerClaimCATSId(uint256[] id, address addr)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDutchAuction(uint256 _auctionStartTimestamp, uint256 _auctionTimeStep, uint256 _auctionStartPrice, uint256 _auctionEndPrice, uint256 _auctionPriceStep, uint256 _auctionStepNumber)
setDutchAuctionStatus(bool _isDutchAuctionActive)
setLimitedSaleStatus(bool _isLimitedSaleActive)
setMaxSupply(uint256 _MAX_CATS)
setPrice(uint256 _CAT_PRICE)
setPublicSale(bool _isPublicSaleActive, uint256 _saleStartTimestamp, uint256 _saleStopTimestamp)
setSigner(address __signer)
setTierSupply(uint256 _MAX_CATS_ON_TIER_SALE, uint256 _MAX_MINT_PER_TX)
setTreasury(address __treasury)
setURI(string __tokenURI)
setWhiteListSaleStatus(bool _isWhiteListSaleActive)
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)
BaseTokenURIChanged(string baseTokenURI)
CATSMinted(address owner, uint256 numMint, uint256 totalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
URIChanged(string tokenURI)
priceChanged(uint256 newTokenPrice)
supplyChanged(uint256 totalSupply, uint256 tierSupply, uint256 maxMintLimitPerTX)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.