GemieVIPPass

Verified contract

Active on Ethereum with 1,469 txns
Deployed by via 0xc0ae9a67 at 16745307
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GemieVIPPass"

0x732e346ff4a51eb22873f31396ef8cd256ec1d5f6940ae2fbdb41e81e8b24bcd
0xa9583c65455be33b21e46b87cc86878a1e6f0844762899c1185854e7e8b04be9
From
0x3b9c8ef199a0807daf8359a7d1c9fb8261a680860ad8e4cf4d2922bc33d303e4
0xc01b8709613feddc99ac652f6ff9428287dadc3b5f8b190cefe056e5af605dbb
0x6d127f2dd1a4fba40328ced896d5203376bcb72aa847b217ef2493885f558e9b
0x1a4e4037be67b7fd5333c6d2cd68051786fb3e575a09242a366d94c216eac4f1
0x569ee2f98fa2b46e87207b2d047a890f4a70ca9b8d28c0ec9e91c791cb493e83
0xec1be230e91823cba00bbdd9fae46fa8777becd1c504ac7e67057484c3a32ff1
0x3a83d902609db3278e6c1aa0cd54b4445b8855792704c98d64f9870f6e482a8c
0x9648cee545b6db8e001e1d45ecc886b029f14b550647198edbf71a19f510228e

Functions
Getter at block 21218003
MAX_SUPPLY(view returns (uint256)
1000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
mintingSchedule(view returns (uint32uint32uint32uint32)
(1678104000, 1678190400, 1678190401, 1678795200)
name(view returns (string)
GemieVIPPass
owner(view returns (address)
0x1f855279e3ac0d2cce3e4f49492ed7caa8853c3d
symbol(view returns (string)
GVP
totalSupply(view returns (uint256)
1000
whitelistMerkleRoot(view returns (bytes32)
0xdc505fa87cf90404209fd142fad902a6594b66a4dd2f3ba4567129012a389f99
whitelistMinted(view returns (uint256)
550
whitelistQuota(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasMinted(addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] _recipientsuint256 _quantity
approve(address operatoruint256 tokenIdpayable 
devMint(address _recipientuint256 _quantity
publicMint(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _baseTokenURI
setDefaultRoyalty(address _receiveruint96 _feeNumerator
setMintingSchedule(uint32 _whitelistMintStartTimeuint32 _whitelistMintEndTimeuint32 _publicMintStartTimeuint32 _publicMintEndTime
setWhitelistMerkleRoot(bytes32 _merkleRoot
setWhitelistQuota(uint256 _whitelistQuota
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(bytes32[] _merkleProof
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressNotInWhitelist(
AlreadyMinted(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidMintingSchedule(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PublicMintingNotAvailable(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WhitelistMintingNotAvailable(
WhitelistQuotaReached(