GemieVIPPass
Verified contract
Active on
Ethereum with 1,469 txns
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 "GemieVIPPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20833487 | 2 months ago | | | 0 | 0.00092608785 | |
| 20582064 | 3 months ago | | | 0 | 0.000062132095 | |
| 19796552 | 6 months ago | | | 0 | 0.00046075773 | |
| 19742703 | 7 months ago | | | 0 | 0.00032448277 | |
| 19566074 | 8 months ago | | | 0 | 0.0011957389 | |
| 19565898 | 8 months ago | | | 0 | 0.0010665071 | |
| 19495717 | 8 months ago | | | 0 | 0.0011257895 | |
| 19289610 | 9 months ago | | | 0 | 0.0025548967 | |
| 19289606 | 9 months ago | | | 0 | 0.0024867777 | |
| 19289602 | 9 months ago | | | 0 | 0.0024919205 |
ABI
ABI objects
Getter at block 21218003
MAX_SUPPLY() view returns (uint256)
1000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
mintingSchedule() view returns (uint32, uint32, uint32, uint32)
(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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasMinted(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _recipients, uint256 _quantity)
approve(address operator, uint256 tokenId) payable
devMint(address _recipient, uint256 _quantity)
publicMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setMintingSchedule(uint32 _whitelistMintStartTime, uint32 _whitelistMintEndTime, uint32 _publicMintStartTime, uint32 _publicMintEndTime)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
setWhitelistQuota(uint256 _whitelistQuota)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof)
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 from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
AddressNotInWhitelist()
AlreadyMinted()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidMintingSchedule()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PublicMintingNotAvailable()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistMintingNotAvailable()
WhitelistQuotaReached()