Balance Pass

Verified contract

Active on Ethereum with 897 txns
Deployed by via 0x978fcc60 at 15476722
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Balance Pass"

0xcc0569a23d3fe43ec7be273db395e7a8328159e1712d7dc20c32d1ebe1fc3562
0xd0aae74cc4ebe48b2074e673d7432dc4e229cc2cf9d2d441411ba4fa40361af0
0xd27e4453459843c78a618379f934edc913a41a975d5125766c1c0e47a5c44c2a
0x49e98e092081ff9c28d8285bfd1199855cee5c68068c2200dcbf1b693b4e22bc
0x33a67dda5e71f868018c88a0b1e9526327bfb7d4192acdf0cee0d4589fd449a1
0x9c16e8bc611d539ba5747c10a1d962ccf132e0cc333dbfd30004d27d43625a71
0xa1accd0743c9a88fa36011b710899ed358abb808f212722ec6276442dd5aaac0
0x982b0b2771a1b7d27efcf3221802b3bf837a342311e612da0f2d6f518429191c
0x2a69778a51ab498f6bde29fc244550f28ed3104b01976a46a6b2c3612b33b86d
0xc18df40f940aa437020cd07ea44d0486239de1593fc02e363a102f36ac7298fa

Functions
Getter at block 20932203
baseTokenURI(view returns (string)
ipfs://QmTSoogm5rkR2sUaZUWj2cLcJJdzUJZrHfBNFGp9vMGLAu
baseURI(view returns (string)
ipfs://QmTSoogm5rkR2sUaZUWj2cLcJJdzUJZrHfBNFGp9vMGLAu
currentTokenId(view returns (uint256)
350
maxMint(view returns (uint256)
350
maxMintWalletLimit(view returns (uint256)
1
name(view returns (string)
Balance Pass
owner(view returns (address)
0x3381e86306145b062ced14790b01ac5384d23d82
publicMintStartTimestamp(view returns (uint256)
1662411600
symbol(view returns (string)
BALANCE-PASS
totalSupply(view returns (uint256)
350
whitelist1MintStartTimestamp(view returns (uint256)
1662400800
whitelist2MintStartTimestamp(view returns (uint256)
1662404400
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getTokenType(uint256 _tokenIdview returns (string)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintWalletLimit(addressview returns (uint8)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenTypeArray(uint8uint256uint256view returns (uint256)
tokenURI(uint256 _tokenIdview returns (string _tokenURI)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(bytes32[] _merkleProof1bytes32[] _merkleProof2payable returns (uint256)
mint_owner(payable returns (uint256)
recoverEth(
recoverTokens(address token
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setMaxMint(uint256 _maxMint
setMaxMintWalletLimit(uint256 _maxMintWalletLimit
setPublicMintStartTimestamp(uint256 _publicMintStartTimestamp
setTokenType(uint256[][] _tokenIdInfouint8 _tokenType
setWhitelist1MintStartTimestamp(uint256 _whitelist1MintStartTimestamp
setWhitelist1Root(bytes32 _whitelist1Root
setWhitelist2MintStartTimestamp(uint256 _whitelist2MintStartTimestamp
setWhitelist2Root(bytes32 _whitelist2Root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
NftMinted(address indexed _useruint256 _tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 _maxMintuint256 _maxMintWalletLimitstring _baseTokenURIuint256 _whitelist1MintStartTimestampuint256 _whitelist2MintStartTimestampuint256 _publicMintStartTimestampbytes32 _whitelist1Rootbytes32 _whitelist2Root
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(