Just Bananas
Verified contract
Active on
Ethereum with 199 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 "Just Bananas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15327653 | 2 years ago | | | 0 | 0.0020912021 | |
| 15083407 | 2 years ago | | | 0 | 0.00079566676 | |
| 14889708 | 2 years ago | | | 0 | 0.0074276306 | |
| 14889486 | 2 years ago | | | 0 | 0.0041209695 | |
| 14889486 | 2 years ago | | | 0 | 0.0041209695 | |
| 14889478 | 2 years ago | | | 0 | 0.0034184533 | |
| 14889472 | 2 years ago | | | 0 | 0.0024635749 | |
| 14889472 | 2 years ago | | | 0 | 0.0030667962 | |
| 14889471 | 2 years ago | | | 0 | 0.0031979539 | |
| 14889468 | 2 years ago | | | 0 | 0.0023889222 |
ABI
ABI objects
Getter at block 21169103
FREE_MAX_SUPPLY() view returns (uint256)
3111
MAX_PER_TX() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
3333
baseURI() view returns (string)
https://boringbananasco.vercel.app/api/
name() view returns (string)
Just Bananas
owner() view returns (address)
0x906cf470721d6758f838fec4d0c0b3c2440868a6
paused() view returns (bool)
false
price() view returns (uint256)
2000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
revealed() view returns (bool)
true
symbol() view returns (string)
Banana
totalSupply() view returns (uint256)
545
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(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 approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrice(uint256 _price)
setupOS()
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()