Poisoned Bananas
Verified contract
Active on
Ethereum with 1,043 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 "Poisoned Bananas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20690515 | 2 months ago | | | 0 | 0.00011539000 | |
| 20690515 | 2 months ago | | | 0 | 0.00011533000 | |
| 20632776 | 3 months ago | | | 0 | 0.000068818319 | |
| 20553278 | 3 months ago | | | 0 | 0.000041980120 | |
| 20455729 | 3 months ago | | | 0 | 0.00016985067 | |
| 20448538 | 3 months ago | | | 0 | 0.000092138421 | |
| 20422757 | 3 months ago | | | 0 | 0.00018753063 | |
| 20422755 | 3 months ago | | | 0 | 0.00018451743 | |
| 20383612 | 4 months ago | | | 0 | 0.00030026599 | |
| 20223053 | 4 months ago | | | 0 | 0.00017053030 |
ABI
ABI objects
Getter at block 21180978
baseURIString() view returns (string)
https://primeapeplanet.com/bananas/
lvl1Banana() view returns (uint256)
0
lvl2Banana() view returns (uint256)
1
lvl3Banana() view returns (uint256)
2
name() view returns (string)
Poisoned Bananas
openseaProxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
owner() view returns (address)
0x7d2895fa9e58be811a9da52a26577af71464ed63
symbol() view returns (string)
PSB
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isPoisonedBanana(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 typeId) view returns (string)
State-modifying
Events burnMultiple(address bananaOwner, uint256[] bananaTypes, uint256[] amounts)
burnSingle(address bananaOwner, uint256 bananaType)
mintMultiple(uint256[] bananaTypes, uint256[] amounts, address to)
mintSingle(uint256 bananaType, address to)
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)
setBaseURI(string _newBaseURI)
setClaimContract(address newClaimContract)
setInfectContract(address newInfectContract)
transferOwnership(address newOwner)
withdrawEth(address _to)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceivedEther(address indexed sender, uint256 indexed amount)
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)
setBaseURIEvent(string indexed baseURI)
setClaimContractEvent(address indexed claimContract)
setInfectContractEvent(address indexed infectContract)
setOwnersExplicitEvent(uint256 indexed quantity)
constructor(address _openseaProxyRegistryAddress)
receive()
This contract contains no error objects.