MiamiNFT

Verified contract

Active on Ethereum with 1,767 txns
Deployed by via 0x31963fcb at 14811749
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "MiamiNFT"

0x97368e963293259e8341a7909d0554ce79337fd6b2e6808a23bff72ffba01cf9
0xfc2684cae61f06e7f6b89408820d38dda69cebb3cb33c0c77f2e3916e90ce0b4
0xefc3e58ecb927a7925c9ef2809885e1d5984a57063385605698f9752d5bfdd18
0xf927f65f58326ddd79f192979c16226d4734c1dddd0d784d66ddc8ef788bff4d
0x7926fa7522bc823e319e76d1ff2f7c6ad4ecea9c6b4a55fee9f6c320976ef037
0xeb0d51a2e856afbb4c2d3479c95e941f280a077e96b4c524c643a7df1da8da9a
0x755acbd373d801b31723ce123ed606f8989e9b1f6bb289db3f54b1068438b206
0x5cd50c278f8dfdb519771990dcf51eedc19267ef2a89e63bf8f6358bfbb9d57b
0xe3d98f467e252c0955de0b27b5f8e0f3980a8469703c380d12743fb4194e6bc1
0xb5145b8c7025659ee143e803b5f0a883fcc28c58230196dc55d4cea04726a5a1

Functions
Getter at block 21382315
MAX_MINT_PER_BLOCK(view returns (uint256)
100
active(view returns (bool)
false
baseURI(view returns (string)
ipfs://QmeB6eY3k5FZZrRq6hMfVtLdbX51z8B1GMRHvHyvMTxaNB/
fee(view returns (uint256)
2000000000000000000
firstVipDuration(view returns (uint256)
86400
firstVipMerkleRoot(view returns (bytes32)
0x184009cb15d9cd49b1868bd61a7f478d1f0f1b0053024cc9650c1dbac6e5af30
firstVipMinted(view returns (uint256)
559
firstVipTotalLimit(view returns (uint256)
1000
isOwnerClaimActive(view returns (bool)
false
isStartingIndexRequested(view returns (bool)
true
keyHash(view returns (bytes32)
0xaa77729d3466ca35ae8d28b3bbac7cc36a5031efdc430821c02bc31a238af445
name(view returns (string)
11 Captain's Club
owner(view returns (address)
0x69327948db26f9ed4596fcecc3028f6efebc2a21
priceInWeiFirstPresale(view returns (uint256)
3000000000000000000
priceInWeiPublicSale(view returns (uint256)
3000000000000000000
priceInWeiSecondPresale(view returns (uint256)
3000000000000000000
provenanceHash(view returns (bytes32)
0xe4612afc6fb8889c8efe435b4ea2eb3fba37f349176c93d33eac5b93243ce097
remainingOwnerMintableAmount(view returns (uint256)
0
saleLimitPerAddress(view returns (uint256)
2
secondVipDuration(view returns (uint256)
86400
secondVipMerkleRoot(view returns (bytes32)
0x56700f53e55e042e38fc47cdd515424737fd0349eddcb8770822a2bd1975dff8
start(view returns (uint256)
1653318000
startingIndex(view returns (uint256)
714
symbol(view returns (string)
11CC
totalLimit(view returns (uint256)
1111
totalSupply(view returns (uint256)
1111
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
purchasedByAddress(addressview returns (uint8)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
buyTokensFromAllowList(bytes32[] _merkleProofuint8 _amountpayable 
buyTokensFromPublicSale(uint8 _amountpayable 
flipActive(
flipOwnerClaimActive(
mintUnsold(address _touint256 _amount
ownerClaim(address _touint256 _amount
rawFulfillRandomness(bytes32 requestIduint256 randomness
renounceOwnership(
requestRandomness(returns (bytes32 requestId)
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseTokenURI
setDurationValues(uint256 _startuint256 _firstVipDurationuint256 _secondVipDuration
setFirstVipMerkleRoot(bytes32 _firstVipMerkleRoot
setPriceFirstPresale(uint256 _priceInWei
setPricePublicSale(uint256 _priceInWei
setPriceSecondPresale(uint256 _priceInWei
setProvenanceHash(bytes32 _provenanceHash
setSecondVipMerkleRoot(bytes32 _secondVipMerkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
ActiveSet(bool active
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
DurationSet(uint256 startuint256 firstVipDurationuint256 secondVipDuration
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
StartingIndexSet(uint256 startingIndex
TokenMint(address indexed targetuint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbolstring baseTokenURIuint256[3] _pricesInWeiuint256[4] _limitsuint256 _startuint256 _firstVipDurationuint256 _secondVipDurationstruct MiamiNFTVipMerkleRoots vipMerkleRootsbytes32 _provenanceHashMiamiNFTVrfConstructorParameters vrf
Fallback and receive

This contract contains no fallback and receive objects.

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