Black Mirror Experience: Smile Pass
Verified contract
Active on
Base with 7,332 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000759 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22747783 | 3 hours ago | | | 0 | 0.0000013135239 | |
| 22721426 | 18 hours ago | | | 0 | 2.5970560e-7 | |
| 22686851 | 2 days ago | | | 0 | 8.1423298e-7 | |
| 22667775 | 2 days ago | | | 0 | 5.1624382e-7 | |
| 22663272 | 2 days ago | | | 0 | 0.0000012936055 | |
| 22623836 | 3 days ago | | | 0 | 8.1537093e-7 | |
| 22621582 | 3 days ago | | | 0 | 8.1520836e-7 | |
| 22607606 | 3 days ago | | | 0 | 8.1423298e-7 | |
| 22600221 | 4 days ago | | | 0 | 8.1126384e-7 | |
| 22596481 | 4 days ago | | | 0 | 8.1356529e-7 |
ABI
ABI objects
Getter at block 22752949
MAX_BPS() view returns (uint256)
10000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
allowlistStartTimestamp() view returns (uint256)
1710248400
getBaseURI() view returns (string)
https://d2typkdyqkl2o.cloudfront.net/nfts/blackm/metadata/
getInternalTokenGatedContracts() view returns (address[])
[]
isRandomMint() view returns (bool)
false
maxMintSupply() view returns (uint256)
7079
mintPrice() view returns (uint256)
10000000000000000
mintStartTimestamp() view returns (uint256)
1710255648
mintStatus() view returns (uint8)
3
name() view returns (string)
Black Mirror Experience: Smile Pass
owner() view returns (address)
0x39dab538959d0dbc8cb2a382d59b5f86ff0a9b02
pixelynxNftDeployer() view returns (address)
0x479f845e81328d2b83d72aa0e4f465841fffd471
premintStartTimestamp() view returns (uint256)
1710248400
symbol() view returns (string)
BLAC
tokensRemaining() view returns (uint256)
0
totalSupply() view returns (uint256)
7079
tradingPauseState() view returns (bool)
false
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkClaimEligibility(address to, uint256 numToMint) view returns (uint8)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
preMint(address) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToAllowlist(struct SharedStructsAllowList[] allowList)
airdrop(address[] recipients)
approve(address operator, uint256 tokenId)
batchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
metadataUpdate(uint256 _tokenId)
mint(address to, uint256 numToMint) payable
mintFor(address to, uint256 numToMint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowlistStartTimestamp(uint8 allowlistType, uint256 timestamp)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setBeneficiaries(struct SharedStructsBeneficiary[] beneficiaries)
setGlobalRoyalties(address newRecipient, uint256 percent)
setInternalTokenGatedContracts(address[] _addresses)
setKillSwitch(bool state)
setMintMaxSupply(uint256 newMintMaxSupply)
setMintPrice(uint256 newMintPrice)
setMintStartTimestamp(uint256 newMintStartTimestamp)
setNameAndSymbol(string newName, string newSymbol)
setPixelynNftDeployer(address newPixelynNftDeployer)
setTokenRoyalty(uint256 tokenId, address receiver, uint256 royaltyPercentage)
setTradingPauseState(bool pauseState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address __pixelynxNftDeployer, address __pixelynxOwnershipContract, struct SharedStructsNewCollectionInitialize collectionInitialize)
This contract contains no fallback and receive objects.
AirdropEmptyReceipientListOrMintingMoreThenSupply()
ApprovalToCurrentOwner()
ApproveCallerIsNotTokenOrApprovedForAll()
ApproveToCaller()
BeneficiaryPercentageHigherThanMax()
BeneficiaryPercentageMustBe100()
CallerIsNotTokenOwnerOrApproved()
CanNotSetMintMaxSupply()
InvalidAddressOrNoTokensLeft()
InvalidInternalTokenGatedContract()
InvalidNumberOfBeneficiaries()
InvalidTokenId()
MintAtLeastOneToken()
MintIsPaused()
MintMoreTokensThanSupply()
MintNotEnoughFunds()
MintNotEnoughPremintAllowance()
MintNotEnoughWhitelistedAllowance()
MintNotStarted()
MintToZeroAddress()
MintTokenGatedRequirementFailed()
NotAllowedToGift()
OperatorNotAllowed(address operator)
PremintHigherThanWhitelisted()
RoyaltiesPercentageWrong()
RoyaltiesRecipientZeroAddress()
TimestampHigherThanMintTimestamp()
TokenDoesNotExist()
TradingPaused()
TransferFromIncorrectOwner()
TransferToNonErc721Receiver()
WhitelistedBeforePremint()