This contract is being backfilled. You may encounter incomplete storage history.

OnlyPass

Verified contract

Active on Ethereum with 6,825 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OnlyPass"

0xf9fa3cb889667d3c68696f209e6b9e75f1a1551e06837d62eb8b3bf9f103145e
0xe15144dda10856c1ec2befe1da578e7c2725eac7c928d55fe87158eb1c355db6
0xed4ac15c4d5ab63c1c2175a26b018c0937f1a916c92b3856af4c742b0c61b42b
0x44a61e982fba530225e3ecdd124153ddd935800c0ea7beb6c155e10730d372dc
0x19c8462d62df90f0c5ad39d4566db431108e87b122f80b068475149103780e6d
0xaef0a4f38c4b132bdc26ff1f69d2ecbfd3cee08377ff34cc3d567a5ba4cdfae7
0x8e44f5d36a40aa02f699f7bfe32838313da59d004bbf0e1c6473a939e562e615
0x836fa5d4645bffff8bc9f0a4a18a8d09128e90cbbc497dc59ee7fa33d47d7a71
0x10df49d37eff7b0ad4709ea83e2aed8f4d66823202ae756bf3ac512d33605f6d
0x4f45c2bcfaa42364c144213513098a2d46acc37662402958bf9694c01111b050

Functions
Getter at block 20799644
AL_MAX_PER_WALLET(view returns (uint256)
2
MAX_PER_WALLET(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
3690
TEAM_ADDRESS(view returns (address)
0x684781121ee7a976ff63739db8cacda475cffc2f
allowListPrice(view returns (uint256)
15000000000000000
baseTokenURI(view returns (string)
https://opensea.mypinata.cloud/ipfs/Qmdn9ssZnUiioAxrPZHaio9BvXVhuUqN97E9AVXPQeSMkS/
freeMintsRemaining(view returns (uint256)
0
name(view returns (string)
OnlyPass
owner(view returns (address)
0x684781121ee7a976ff63739db8cacda475cffc2f
publicPrice(view returns (uint256)
20000000000000000
remainingReserveMints(view returns (uint256)
49
stage(view returns (uint8)
2
symbol(view returns (string)
OP
totalSupply(view returns (uint256)
3690
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isAllowListed(address _addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowListMint(uint256 _quantitypayable 
approve(address touint256 tokenId
editAllowList(address[] toAddaddress[] toRemove
publicSaleMint(uint256 _quantitypayable 
renounceOwnership(
reserveMint(address touint256 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setFreeMintsRemaining(uint256 _freeMintsRemaining
setStage(uint8 _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updatePrice(uint256 _alPriceuint256 _publicPrice
withdraw(
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address[] adminsstring _baseTokenURI
Fallback and receive

This contract contains no fallback and receive objects.

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