Zombie Mob Secret Society
Verified contract
Active on
Ethereum with 11,965 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZMSS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265847 | 3 days ago | | | 0 | 0.0014757072 | |
| 21263439 | 4 days ago | | | 0 | 0.00032272074 | |
| 21260159 | 4 days ago | | | 0 | 0.00023248883 | |
| 21260144 | 4 days ago | | | 0 | 0.00042168516 | |
| 21257660 | 5 days ago | | | 0 | 0.00097947948 | |
| 21257236 | 5 days ago | | | 0 | 0.00050485558 | |
| 21257192 | 5 days ago | | | 0 | 0.00038362981 | |
| 21257192 | 5 days ago | | | 0 | 0.00038362981 | |
| 21257168 | 5 days ago | | | 0 | 0.00037931915 | |
| 21257167 | 5 days ago | | | 0 | 0.00051771199 |
ABI
ABI objects
Getter at block 21290024
DUTCH_AUCTION_DURATION() view returns (uint256)
43200
DUTCH_AUCTION_PRICE_CHANGE() view returns (uint256)
10800
TOKEN_NAME() view returns (string)
Zombie Mob Secret Society
TOKEN_SYMBOL() view returns (string)
ZMSS
TOTAL_TOKENS() view returns (uint256)
10000
contractURI() view returns (string)
ipfs://QmUmUS2o4SoBsNAbFhbvTw84Udre9VQtm22pa8ZxbTx2E2/contract.json
dutchAuctionActive() view returns (bool)
true
dutchAuctionStartTime() view returns (uint256)
1648065683
earlyAccessActive() view returns (bool)
false
earlyAccessMintCost() view returns (uint256)
500000000000000000
elapsedDutchAuctionTime() view returns (uint256)
0
endingDutchAuctionMintCost() view returns (uint256)
100000000000000000
getElapsedDutchAuctionTime() view returns (uint256)
84777420
getMintCost() view returns (uint256)
100000000000000000
getMintsLeft() view returns (uint256)
0
maxWalletAmount() view returns (uint256)
10
name() view returns (string)
Zombie Mob Secret Society
owner() view returns (address)
0xa75622e3bbaf8895b34dd432d773789687a1727c
paused() view returns (bool)
false
startingDutchAuctionMintCost() view returns (uint256)
400000000000000000
symbol() view returns (string)
ZMSS
totalSupply() view returns (uint256)
10000
Read-only
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, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
endDutchAuction()
endEarlyAccess()
mint(uint256 _amount) payable
pause()
pauseDutchAuction()
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)
setDutchAuctionStartTime(uint256 _dutchAuctionStartTime)
setEarlyAccessMintCost(uint256 _cost)
setEndingDutchAuctionMintCost(uint256 _cost)
setMaxWalletAmount(uint256 _amount)
setRevealed(bool _isRevealed)
setRoyaltyAddress(address _address)
setRoyaltyBasisPoints(uint256 _basisPoints)
setStartingDutchAuctionMintCost(uint256 _cost)
startDutchAuction()
startEarlyAccess()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoyaltyBasisPoints(uint256 indexed _royaltyBasisPoints)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.