Zombie Banana Bunch
Verified contract
Active on
Ethereum with 1,210 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 Banana Bunch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20149942 | 5 months ago | | | 0 | 0.000071584244 | |
| 20148751 | 5 months ago | | | 0 | 0.000062590180 | |
| 20123979 | 5 months ago | | | 0 | 0.000060827672 | |
| 20123979 | 5 months ago | | | 0 | 0.000060617369 | |
| 19867759 | 7 months ago | | | 0 | 0.00033268140 | |
| 19819688 | 7 months ago | | | 0 | 0.00015979189 | |
| 18925231 | a year ago | | | 0 | 0.00059433625 | |
| 18622546 | a year ago | | | 0 | 0.0017359789 | |
| 18218875 | a year ago | | | 0 | 0.00031944034 | |
| 18155536 | a year ago | | | 0 | 0.00038141877 |
ABI
ABI objects
Getter at block 21294340
COST() view returns (uint256)
0
FREE_MINT_LIMIT() view returns (uint256)
1
FREE_SUPPLY() view returns (uint256)
696
MAX_SUPPLY() view returns (uint256)
6969
SALE_STEP() view returns (uint256)
1
name() view returns (string)
Zombie Banana Bunch
owner() view returns (address)
0xa47591911690f31476c645558a3b44c77e77e7ce
symbol() view returns (string)
ZBB
totalSupply() view returns (uint256)
6969
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _airdropAddresses, uint256 _mintAmount)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _cost)
setFreeMintLimit(uint256 _freeMintLimit)
setMaxSupply(uint256 _supply)
setSaleStep(uint256 _saleStep)
setUnrevealURI(string _newUnrevealURI)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()