BenjiBananasMembershipPassNFT
Verified contract
Active on
Ethereum with 8,393 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 "BenjiBananasMembershipPassNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21115439 | 6 days ago | | | 0 | 0.00042998233 | |
| 20975719 | a month ago | | | 0 | 0.00026859468 | |
| 20943478 | a month ago | | | 0 | 0.0013062635 | |
| 20932394 | a month ago | | | 0 | 0.00046935552 | |
| 20895320 | a month ago | | | 0 | 0.00017702597 | |
| 20890361 | a month ago | | | 0 | 0.00025254337 | |
| 20883051 | a month ago | | | 0 | 0.00017498230 | |
| 20854469 | a month ago | | | 0 | 0.00031462905 | |
| 20853431 | a month ago | | | 0 | 0.00030035897 | |
| 20746114 | 2 months ago | | | 0 | 0.000062139219 |
ABI
ABI objects
Getter at block 21160389
baseMetadataURI() view returns (string)
https://ipfs.io/ipfs/QmXSLxhNvAyT4FsuhwGrzinBcZqwBbXWzaUcR4boKPpnyY/
owner() view returns (address)
0x1944c968e20f25760f46caf54f4c7b3d1bc5b27c
Read-only
balanceOf(address owner, uint256 id) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[])
collectionOf(uint256 nftId) pure returns (uint256)
creator(uint256 collectionId) view returns (address)
isApprovedForAll(address tokenOwner, address operator) view returns (bool)
isFungible(uint256 id) pure returns (bool)
isMinter(address) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
ownerOf(uint256 nftId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events addMinter(address account)
batchBurnFrom(address from, uint256[] ids, uint256[] values)
burnFrom(address from, uint256 id, uint256 value)
createCollection(uint256 collectionId)
recoverERC20s(address[] accounts, address[] tokens, uint256[] amounts)
recoverERC721s(address[] accounts, address[] contracts, uint256[] tokenIds)
renounceMinter()
safeBatchMint(address to, uint256[] ids, uint256[] values, bytes data)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeMint(address to, uint256 id, uint256 value, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseMetadataURI(string baseMetadataURI_)
transferOwnership(address newOwner)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
BaseMetadataURISet(string baseMetadataURI)
CollectionCreated(uint256 indexed collectionId, bool indexed fungible)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
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(address forwarderRegistry, address universalForwarder)
This contract contains no fallback and receive objects.
This contract contains no error objects.