ZombieFrens
Verified contract
Active on
Ethereum with 9,813 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 "ZombieFrens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209219 | 10 days ago | | | 0 | 0.00064047898 | |
| 21205715 | 10 days ago | | | 0 | 0.00043040295 | |
| 20998060 | a month ago | | | 0 | 0.00022327718 | |
| 20656477 | 3 months ago | | | 0 | 0.000063555645 | |
| 20607579 | 3 months ago | | | 0 | 0.000054834183 | |
| 20559583 | 3 months ago | | | 0 | 0.000090930711 | |
| 20530965 | 3 months ago | | | 0 | 0.00033242774 | |
| 20499448 | 4 months ago | | | 0 | 0.000058280861 | |
| 20416633 | 4 months ago | | | 0 | 0.000057245714 | |
| 20249829 | 5 months ago | | | 0 | 0.000090189122 |
ABI
ABI objects
Getter at block 21278340
MAXIMUM_RESERVE() view returns (uint8)
100
MAX_PER_TX() view returns (uint8)
2
MAX_ZOMBIES() view returns (uint256)
9999
PER_WALLET_MINT() view returns (uint8)
10
currentWhitelistSale() view returns (uint8)
2
getReserveCount() view returns (uint8 _reserveCount)
0
name() view returns (string)
ZombieFrens
owner() view returns (address)
0x17382ab40ef46b1a56799919efcd8c13eec779a3
publicSaleActive() view returns (bool)
false
reserveCount() view returns (uint8)
0
symbol() view returns (string)
ZFREN
totalSupply() view returns (uint256)
9182
vestmentPool() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
claimedWhitelistMints(address) view returns (uint8)
getApproved(uint256 tokenId) view returns (address)
getClaimableAmount(uint8 teir) view returns (uint8 amount)
isApprovedForAll(address owner, address operator) view returns (bool)
merkleRoots(uint8) view returns (bytes32)
ownerOf(uint256 tokenId) view returns (address)
reserveList(address) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
teiredWhitelistMintAmount(uint8) view returns (uint8)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimReserved()
claimWhitelist(bytes32[] merkleProof, uint8 amount)
flipPublicSale()
mint(uint8 amount)
renounceOwnership()
reserveFor(address to, uint8 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setVestmentPool(address _vestmentPool)
setWhitelistSale(uint8 teir)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateWhitelistMerkle(uint8 teir, bytes32 _merkleRoot)
withdraw()
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)
PublicSaleStatusChanged(bool oldStatus, bool newStatus)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WhitelistClaimed(address claimee, uint8 amount)
WhitelistMerkleRootUpdated(uint8 teir, bytes32 oldMerkleRoot, bytes32 newMerkleRoot)
WhitelistSaleChanged(uint8 oldTeir, uint8 newTeir)
ZombieMinted(address minter, uint8 amount)
ZombieReservedFor(address receiver, uint8 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.