BlackbirdMembershipPass
Verified contract
Active on
Base with 140 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 "BlackbirdMembershipPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10016928 | 10 months ago | | | 0 | 0.000071602515 | |
| 10016764 | 10 months ago | | | 0 | 0.000000093516400000 | |
| 10016734 | 10 months ago | | | 0 | 0.000000604203200000 | |
| 10016474 | 10 months ago | | | 0 | 5.1824265e-7 | |
| 10016462 | 10 months ago | | | 0 | 0.000000606624850000 | |
| 10016450 | 10 months ago | | | 0 | 0.000000606625450000 | |
| 10016438 | 10 months ago | | | 0 | 0.000000606624850000 | |
| 10016426 | 10 months ago | | | 0 | 0.000000606624850000 | |
| 10016414 | 10 months ago | | | 0 | 0.000000606624850000 | |
| 10016402 | 10 months ago | | | 0 | 0.000000606624850000 |
ABI
ABI objects
Getter at block 23062560
owner() view returns (address)
0xdd2adbc869fd7b9f3ba7e335048c8a2c9bf7f9ab
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
safeBatchTransferFrom(address, address, uint256[], uint256[], bytes) pure
safeTransferFrom(address, address, uint256, uint256, bytes) pure
setApprovalForAll(address, bool) pure
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events adminTransfer(address from, address to, uint256[] ids, uint256[] amounts)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
mintSupply(uint256[] _ids, uint256[] _amounts)
renounceOwnership()
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
MethodNotSupported()