MysteryMints
Verified contract
Active on
Ethereum with 380 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "MysteryMints"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18613571 | a year ago | | | 0 | 0.0010712282 | |
| 16871248 | 2 years ago | | | 0 | 0.00054838570 | |
| 16871248 | 2 years ago | | | 0 | 0.00054838570 | |
| 16309738 | 2 years ago | | | 0 | 0.00042930563 | |
| 16309737 | 2 years ago | | | 0 | 0.00077787005 | |
| 16278599 | 2 years ago | | | 0 | 0.00082589762 | |
| 16274859 | 2 years ago | | | 0 | 0.00059206848 | |
| 16241611 | 2 years ago | | | 0 | 0.0013034940 | |
| 15434353 | 2 years ago | | | 0 | 0.00055374665 | |
| 15312913 | 2 years ago | | | 0 | 0.00034125580 |
ABI
ABI objects
Getter at block 21275071 getOwners() view returns (address[])
SALE_START_BLOCK() view returns (uint256)
13684948
SALE_START_TIMESTAMP() view returns (uint256)
1637863200
WHITELIST_SIGNER() view returns (address)
0x8430e0b7be3315735c303b82e4471d59ac152aa5
baseURI() view returns (string)
https://mysterymints.io:7776/api/opensea/0/
currentDrawNumber() view returns (uint256)
4
disableWhitelistTimestamp() view returns (uint256)
1637949600
draw_block_1() view returns (uint256)
13748665
draw_block_2() view returns (uint256)
13786895
draw_block_3() view returns (uint256)
13831497
draw_block_4() view returns (uint256)
13876098
fee() view returns (uint256)
2000000000000000000
getNFTPrice() view returns (uint256)
30000000000000000
getTotalBalance() view returns (uint256)
0
getTotalRaised() view returns (uint256)
16800000000000000000
getTotalWithdrawn() view returns (uint256)
16800000000000000000
keyHash() view returns (bytes32)
0xaa77729d3466ca35ae8d28b3bbac7cc36a5031efdc430821c02bc31a238af445
maxMint() view returns (uint256)
50
maxSupply() view returns (uint256)
20000
mintingHasStarted() view returns (bool)
true
name() view returns (string)
MysteryMints
owner() view returns (address)
0x1c90081cd1c161a3e9de8e2c9d4c1754a49143c0
price() view returns (uint256)
30000000000000000
randomness_draw_1() view returns (uint256)
95681469715656733921791124188130501429051759266695667327818051074487364609316
randomness_draw_2() view returns (uint256)
111819166836763135287723539035024592845201785531585579277944686023799406009033
randomness_draw_3() view returns (uint256)
21113342200487963738266821920254162652650530118775379606978558736027975349041
randomness_draw_4() view returns (uint256)
96900848887522417774491851504586411582523013397233261592287222550212723618454
randomness_testing() view returns (uint256)
100373238377355448580826963900709003885865832210743971140374760389901563245952
reserved() view returns (uint256)
116
salePaused() view returns (bool)
false
symbol() view returns (string)
MysteryMints
totalSupply() view returns (uint256)
644
whitelistHasEnded() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
blockThresholdForDraw(uint256 drawNumber) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address user, bytes signature) pure returns (bool)
ownerOf(uint256 tokenId) view returns (address)
randomnessForDraw(uint256 drawNumber) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
giftNFT(uint256[] quantity, address[] recipient)
mintNFT(uint256 numberOfNfts, bytes signature) payable
prizeDraw(uint256 drawNumber)
randomnessTest()
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setDisableWhitelistTimestamp(uint256 _disableWhitelistTimestamp)
setDrawBlock(uint256 drawNumber, uint256 blockNumber)
setMaxMintAmount(uint256 _newMaxMintAmount)
setPrice(uint256 _newPrice)
setSalePaused(bool _salePaused)
setmaxSupply(uint256 _newMaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
withdrawLINK()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.
This contract contains no error objects.