BlackbirdSummerPass
Verified contract
Active on
Base with 41 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 "BlackbirdSummerPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10266015 | 10 months ago | | | 0 | 0.000071630016 | |
| 10265781 | 10 months ago | | | 0 | 0.000000606678200000 | |
| 10265759 | 10 months ago | | | 0 | 0.000000606678200000 | |
| 10265737 | 10 months ago | | | 0 | 0.000000606678200000 | |
| 10265715 | 10 months ago | | | 0 | 0.000000606678200000 | |
| 10265692 | 10 months ago | | | 0 | 0.000000606678200000 | |
| 10265670 | 10 months ago | | | 0 | 0.000000606678200000 | |
| 10265648 | 10 months ago | | | 0 | 0.000000606678200000 | |
| 10265626 | 10 months ago | | | 0 | 0.000000606678200000 | |
| 10265604 | 10 months ago | | | 0 | 0.000000606678200000 |
ABI
ABI objects
Getter at block 23177752
owner() view returns (address)
0xbbed7fdf8465ac61d5662b38af06f3a25a9b3d66
paused() view returns (bool)
false
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 account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mint(address account, uint256 id, uint256 amount, bytes data)
mintSupply(uint256[] _ids, uint256[] _amounts)
pause()
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)
transferOwnership(address newOwner)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.