MiamiNFT
Verified contract
Active on
Ethereum with 1,767 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "MiamiNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21381569 | 3 hours ago | | | 0 | 0.0011498570 | |
| 21381342 | 3 hours ago | | | 0 | 0.0015060543 | |
| 21379859 | 8 hours ago | | | 0 | 0.0012011047 | |
| 21352932 | 4 days ago | | | 0 | 0.00094563257 | |
| 21352640 | 4 days ago | | | 0 | 0.00077870167 | |
| 21344672 | 5 days ago | | | 0 | 0.0024572064 | |
| 21344654 | 5 days ago | | | 0 | 0.0023327840 | |
| 21340712 | 6 days ago | | | 0 | 0.00091912183 | |
| 21340680 | 6 days ago | | | 0 | 0.0013600062 | |
| 21334910 | 7 days ago | | | 0 | 0.00085241223 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
purchasedByAddress(address) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buyTokensFromAllowList(bytes32[] _merkleProof, uint8 _amount) payable
buyTokensFromPublicSale(uint8 _amount) payable
flipActive()
flipOwnerClaimActive()
mintUnsold(address _to, uint256 _amount)
ownerClaim(address _to, uint256 _amount)
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
requestRandomness() returns (bytes32 requestId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseTokenURI)
setDurationValues(uint256 _start, uint256 _firstVipDuration, uint256 _secondVipDuration)
setFirstVipMerkleRoot(bytes32 _firstVipMerkleRoot)
setPriceFirstPresale(uint256 _priceInWei)
setPricePublicSale(uint256 _priceInWei)
setPriceSecondPresale(uint256 _priceInWei)
setProvenanceHash(bytes32 _provenanceHash)
setSecondVipMerkleRoot(bytes32 _secondVipMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
ActiveSet(bool active)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DurationSet(uint256 start, uint256 firstVipDuration, uint256 secondVipDuration)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StartingIndexSet(uint256 startingIndex)
TokenMint(address indexed target, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseTokenURI, uint256[3] _pricesInWei, uint256[4] _limits, uint256 _start, uint256 _firstVipDuration, uint256 _secondVipDuration, struct MiamiNFTVipMerkleRoots vipMerkleRoots, bytes32 _provenanceHash, MiamiNFTVrfConstructorParameters vrf)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()