Sr Bananos
Verified contract
Active on
Ethereum with 9,524 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe6d4…82cb
Balances ($0.00)
No balances found for "Sr Bananos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198377 | 3 hours ago | | | 0 | 0.00064304604 | |
| 21176058 | 3 days ago | | | 0 | 0.0012867333 | |
| 21030904 | 24 days ago | | | 0 | 0.00044104047 | |
| 21020164 | 25 days ago | | | 0 | 0.00045267407 | |
| 20981676 | a month ago | | | 0 | 0.00046119305 | |
| 20774391 | 2 months ago | | | 0 | 0.00020725372 | |
| 20682685 | 2 months ago | | | 0 | 0.00014057528 | |
| 20681730 | 2 months ago | | | 0 | 0.00048908941 | |
| 20672366 | 2 months ago | | | 0 | 0.00015495248 | |
| 20643794 | 3 months ago | | | 0 | 0.000049555121 |
ABI
ABI objects
Getter at block 21199313
BANANA_PRICE() view returns (uint256)
35000000000000000
MAX_MINTS() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
10044
PublicPaused() view returns (bool)
true
WhitelistPaused() view returns (bool)
true
_minted() view returns (uint256)
10044
name() view returns (string)
Sr Bananos
owner() view returns (address)
0x7d864f613e6efbf61614919a953ebb95b31ce373
symbol() view returns (string)
BNNO
Read-only
CheckHowManyClaimed(uint256 NftID) view returns (uint256)
addressPublicMintedBalance(address) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events MintAdmin(uint256 amount)
MintPublic(uint256 amount) payable
MintWhitelist(uint256 amount, uint256 NfTeesId) payable
burnBanana(address burnTokenAddress)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setPublicPause(bool _state)
setSuperBananaAddress(address SuperBananaAddress)
setWhitelistPause(bool _state)
transferOwnership(address newOwner)
updateUri(string _newUri)
withdrawMoney()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _uri, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.