Mint Pass Berlin Collection | Boreta
Verified contract
Proxy
Active on
Ethereum with 84 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Mint Pass Berlin Collection | Boreta"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16521144 | 2 years ago | | | 0 | 0.00052131415 | |
| 16487376 | 2 years ago | | | 0 | 0.00062874799 | |
| 15266131 | 2 years ago | | | 0 | 0.00048114584 | |
| 15206907 | 2 years ago | | | 0 | 0.00021040197 | |
| 15088373 | 2 years ago | | | 0 | 0.00063488226 | |
| 14970220 | 2 years ago | | | 0 | 0.0010172309 | |
| 14750585 | 3 years ago | | | 0 | 0.0011735188 | |
| 14681959 | 3 years ago | | | 0 | 0.00097087414 | |
| 14681959 | 3 years ago | | | 0 | 0.0016373934 | |
| 14655523 | 3 years ago | | | 0 | 0.0036124966 |
ABI
ABI objects
Getter at block 21312063 description() view returns (string)
contractURI() view returns (string)
ipfs://bafkreigfxnsplf2irzug7fosqxieufyl35slp4fdohb2bu3hal3zpl2gpe
factory() view returns (address)
0xf44880e5a2eeb8230d6c0c7daa0b59a0dfb2cccf
feeConfig() view returns (address)
0x2b27d7a2b62d532e8d34fb8b35a41c75eb90a854
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
limit() view returns (uint256)
100
name() view returns (string)
Mint Pass Berlin Collection | Boreta
owner() view returns (address)
0x570a38e5ac9d41c8c09a65e6e92f0e88a2a5852e
paused() view returns (bool)
true
price() view returns (uint256)
0
renderer() view returns (address)
0x0000000000000000000000000000000000000000
royaltyBPS() view returns (uint256)
1000
royaltyRecipient() view returns (address)
0x570a38e5ac9d41c8c09a65e6e92f0e88a2a5852e
symbol() view returns (string)
MPBC
treasuryConfig() view returns (address)
0x21a93be569666527dae0fdbfbe7715299dec1202
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
allocate(address recipient, uint256 count)
approve(address to, uint256 tokenId)
cancelOwnershipTransfer()
initialize(address owner_, string name_, string symbol_, string description_, string contentURI_, string animationURI_, string contractURI_, struct IEditionsEdition edition_, bool paused_)
mint(address recipient) returns (uint256 tokenId)
pause()
purchase(address recipient) payable returns (uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setLimit(uint256 newLimit)
setPrice(uint256 price_)
setRenderer(address renderer_)
setRoyaltyInfo(address royaltyRecipient_, uint256 royaltyBPS_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address nextOwner_)
unpause()
withdraw(uint16 feeBPS, address fundingRecipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed fromAddress, address indexed toAddress)
EditionLimitSet(uint256 oldLimit, uint256 newLimit)
EditionPurchased(uint256 indexed tokenId, address indexed nftRecipient, uint256 amountPaid)
FundingRecipientSet(address indexed oldFundingRecipient, address indexed newFundingRecipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PriceSet(uint256 price)
RendererSet(address indexed renderer)
RoyaltyChange(address indexed oldRoyaltyRecipient, uint256 oldRoyaltyBPS, address indexed newRoyaltyRecipient, uint256 newRoyaltyBPS)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Withdrawal(address indexed recipient, uint256 amount, uint256 fee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.