WhitelistV1

Verified contract

Active on Ethereum with 3,425 txns
Deployed by via 0x9e266d98 at 14485918
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "WhitelistV1"

0xaa7fbb301f2cd62d5bc3b311d31f408d6f9ca932c52fdf16df6b3bea7c4420bc
0x66a86dd1f8d7913d760ffe8bfaaf122e8e74f51e4fab8c2f6799dcd01dd431c3
0xe7603f28294f2738715613518b265eefecfd7878c13b2289f9ae5628d6b7de99
0x127910ec1153a054f64505d20ad6dd6108d4541f30b0b45e734158508b47a0db
0xd0fdde28aaa825c01530b14a06326cba33566b19a3936e52b7503997e44309e0
0x56da1cfa7f85e06abad22960b8337efe8df60c33707a18c261f22269a388bd26
0xe6921204197428dfa6d97542c5edca23f997bb174a126b9a858242fc7806a6df
0x23241857fee040e529e750883821b2645ab8920d743c8721357341168da20649
0x905784902f712ae55169f5602a75cbd0c5537ccbe075796f71217f1c68a8f29f
0xda557b7c96d0c7cb02d76ef2c6fb0c714eb54d74f67a96bb17bd84b198fc1494

Functions
Getter at block 21212727
COORDINATOR(view returns (address)
0x271682deb8c4e0901d1a1550ad2e64d568e69909
LINKTOKEN(view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
getRandomSeedListLength(view returns (uint256)
1024
keyHash(view returns (bytes32)
0x8af398995b04c28e9951adb9721ef74c74f93e6a478f39e7e0777be13527e7ef
owner(view returns (address)
0x90905d71adc95ec061dbdfcd03a438b2de74d985
requestId(view returns (uint256)
82891037233575116089090078250854157748652430255755694946151645790694845358008
subscriptionId(view returns (uint64)
48
Read-only
minted(uint256addressview returns (bool)
verifyProof(uint256 listIdaddress whobytes32[] proofview returns (bool)
whitelistList(uint256view returns (uint8 widthuint8 heightuint16 seedOffsetuint16 currentSupplyuint32 startTimeuint32 endTimebytes32 merkleRoot)
State-modifying
createWhitelist(uint256 listIduint8 widthuint8 heightuint16 seedOffsetuint32 startTimeuint32 endTimebytes32 merkleRootuint16[] tokenList
generateRandomWords(uint32 numWords
mint(uint256 listIdbytes32[] proof
rawFulfillRandomWords(uint256 requestIduint256[] randomWords
renounceOwnership(
requestRandomWords(uint32 numWordsuint32 callbackGasLimit
setKeyHash(bytes32 _keyHash
transferOwnership(address newOwner
updateWhitelistEndTime(uint256 listIduint32 _endTime
updateWhitelistStartTime(uint256 listIduint32 _startTime
Events
Mint(address touint256 tokenIduint256 listId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RandomWordsReceived(uint256 length
WhitelistCreated(uint256 listIduint32 startTimeuint32 endTimeuint8 widthuint8 heightbytes32 merkleRoot
WhitelistUpdated(uint256 listIduint32 startTimeuint32 endTime
Constructor
constructor(address _nftContractAddressuint64 _subscriptionIdaddress vrfCoordinatoraddress linkTokenAddressbytes32 _keyHash
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OnlyCoordinatorCanFulfill(address haveaddress want