Boring Bananas Co.
Verified contract
Active on
Ethereum with 5,999 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 "Boring Bananas Co."
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21178258 | 15 days ago | | | 0 | 0.0012722576 | |
| 21013357 | a month ago | | | 0 | 0.00019176113 | |
| 20931122 | 2 months ago | | | 0 | 0.00049764701 | |
| 20755129 | 2 months ago | | | 0 | 0.000061898708 | |
| 20755129 | 2 months ago | | | 0 | 0.000060799700 | |
| 20640340 | 3 months ago | | | 0 | 0.000066914473 | |
| 20560541 | 3 months ago | | | 0 | 0.000038375876 | |
| 20518526 | 3 months ago | | | 0 | 0.000060690500 | |
| 20503228 | 4 months ago | | | 0 | 0.000021363441 | |
| 20500669 | 4 months ago | | | 0 | 0.000041966209 |
ABI
ABI objects
Getter at block 21283773
BANANA_PROVENANCE() view returns (string)
LICENSE_TEXT() view returns (string)
MAX_BANANAS() view returns (uint256)
8888
bananaPrice() view returns (uint256)
25000000000000000
bananaReserve() view returns (uint256)
0
baseURI() view returns (string)
https://boringbananasco.vercel.app/api/
maxBananaPurchase() view returns (uint256)
20
name() view returns (string)
Boring Bananas Co.
owner() view returns (address)
0x5100c9852f99278f1188278b4c0534d2a55c37c5
saleIsActive() view returns (bool)
true
symbol() view returns (string)
BBC
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
bananaNames(uint256) view returns (string)
bananaNamesOfOwner(address _owner) view returns (string[])
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)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
viewBananaName(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeBananaName(uint256 _tokenId, string _name)
changeLicense(string _license)
flipSaleState()
lockLicense()
mintBoringBanana(uint256 numberOfTokens) payable
renounceOwnership()
reserveBananas(address _to, uint256 _reserveAmount)
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)
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)
bananaNameChange(address _by, uint256 _tokenId, string _name)
licenseisLocked(string _licenseText)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.