Zombie Lab Pass
Verified contract
Active on
Ethereum with 573 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 "Zombie Lab Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21007094 | 24 days ago | | | 0 | 0.00038602967 | |
| 20289586 | 4 months ago | | | 0 | 0.00023837364 | |
| 20289581 | 4 months ago | | | 0 | 0.00021547174 | |
| 20263096 | 4 months ago | | | 0 | 0.00056165128 | |
| 19781314 | 6 months ago | | | 0 | 0.00015990194 | |
| 19683141 | 7 months ago | | | 0 | 0.00088378279 | |
| 19632528 | 7 months ago | | | 0 | 0.0011245030 | |
| 19558109 | 7 months ago | | | 0 | 0.00076591765 | |
| 19490283 | 8 months ago | | | 0 | 0.00060264132 | |
| 19474863 | 8 months ago | | | 0 | 0.00078088880 |
ABI
ABI objects
Getter at block 21182391
baseExtension() view returns (string)
baseURI() view returns (string)
https://zombielab.co/zombiepass/
cost() view returns (uint256)
2500000000000000000
maxMintAmount() view returns (uint256)
66
maxSupply() view returns (uint256)
666
name() view returns (string)
Zombie Lab Pass
owner() view returns (address)
0x8f45f0274616686ff10b8895845c50d3bd2fb3ba
paused() view returns (bool)
false
symbol() view returns (string)
ZLP
totalSupply() view returns (uint256)
413
Read-only
allowlist(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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256 _mintAmount) payable
pause(bool _state)
removeAllowlistUser(address _user)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
setAllowlist(address _user, uint256 numSlots)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setmaxMintAmount(uint256 _newmaxMintAmount)
settestWallet(address _testWallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.