Bad Banana
Verified contract
Active on
Ethereum with 944 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Bad Banana"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19829000 | 6 months ago | | | 0 | 0.00018943720 | |
| 18557760 | a year ago | | | 0 | 0.0014356667 | |
| 18464619 | a year ago | | | 0 | 0.0021745704 | |
| 17518937 | a year ago | | | 0 | 0.00061043001 | |
| 17158712 | 2 years ago | | | 0 | 0.0015216736 | |
| 17153721 | 2 years ago | | | 0 | 0.0036766472 | |
| 17146208 | 2 years ago | | | 0 | 0.0017378596 | |
| 17035613 | 2 years ago | | | 0 | 0.0021928790 | |
| 16997902 | 2 years ago | | | 0 | 0.0011820806 | |
| 16997900 | 2 years ago | | | 0 | 0.0011788083 |
ABI
ABI objects
Getter at block 21172191
BANANA_PROVENANCE() view returns (string)
BananaPrice() view returns (uint256)
50000000000000000
MAX_BANANAS() view returns (uint256)
10000
REVEAL_TIMESTAMP() view returns (uint256)
1624894200
baseURI() view returns (string)
ipfs://QmXDVM5Gui4jMuQAJRp4PPN7KXXSu1ovVpLCy93yu7zvau/
maxBananaPurchase() view returns (uint256)
20
name() view returns (string)
Bad Banana
owner() view returns (address)
0x2aae8a3f2471c9e0a1b48871e13f4825436e965a
saleIsActive() view returns (bool)
false
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
14234062
symbol() view returns (string)
BANANA
totalSupply() view returns (uint256)
1209
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)
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)
State-modifying
Events approve(address to, uint256 tokenId)
emergencySetStartingIndexBlock()
flipSaleState()
mintBanana(uint256 numberOfTokens) payable
renounceOwnership()
reserveBananas()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
setRevealTimestamp(uint256 revealTimeStamp)
setStartingIndex()
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(string name, string symbol, uint256 maxNftSupply, uint256 saleStart)
This contract contains no fallback and receive objects.
This contract contains no error objects.