WhitelistV1
Verified contract
Active on
Ethereum with 3,425 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 "WhitelistV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20149589 | 5 months ago | | | 0 | 0.000057362400 | |
| 20145356 | 5 months ago | | | 0 | 0.000063712000 | |
| 20145339 | 5 months ago | | | 0 | 0.000063712000 | |
| 20145181 | 5 months ago | | | 0 | 0.000063712000 | |
| 20144880 | 5 months ago | | | 0 | 0.000095568000 | |
| 20144880 | 5 months ago | | | 0 | 0.000094112356 | |
| 20144880 | 5 months ago | | | 0 | 0.000063712000 | |
| 19849315 | 6 months ago | | | 0 | 0.000095676000 | |
| 19836964 | 6 months ago | | | 0 | 0.00018336749 | |
| 19836963 | 6 months ago | | | 0 | 0.000095604000 |
ABI
ABI objects
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(uint256, address) view returns (bool)
verifyProof(uint256 listId, address who, bytes32[] proof) view returns (bool)
whitelistList(uint256) view returns (uint8 width, uint8 height, uint16 seedOffset, uint16 currentSupply, uint32 startTime, uint32 endTime, bytes32 merkleRoot)
State-modifying
Events createWhitelist(uint256 listId, uint8 width, uint8 height, uint16 seedOffset, uint32 startTime, uint32 endTime, bytes32 merkleRoot, uint16[] tokenList)
generateRandomWords(uint32 numWords)
mint(uint256 listId, bytes32[] proof)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
requestRandomWords(uint32 numWords, uint32 callbackGasLimit)
setKeyHash(bytes32 _keyHash)
transferOwnership(address newOwner)
updateWhitelistEndTime(uint256 listId, uint32 _endTime)
updateWhitelistStartTime(uint256 listId, uint32 _startTime)
Mint(address to, uint256 tokenId, uint256 listId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RandomWordsReceived(uint256 length)
WhitelistCreated(uint256 listId, uint32 startTime, uint32 endTime, uint8 width, uint8 height, bytes32 merkleRoot)
WhitelistUpdated(uint256 listId, uint32 startTime, uint32 endTime)
constructor(address _nftContractAddress, uint64 _subscriptionId, address vrfCoordinator, address linkTokenAddress, bytes32 _keyHash)
This contract contains no fallback and receive objects.
OnlyCoordinatorCanFulfill(address have, address want)