RandomNumberConsumerV2

Verified contract

Active on Ethereum with 9 txns
Deployed by via 0x9eab1326 at 14660324
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RandomNumberConsumerV2"

0xbf38807f917764db76e04a601ba7f85343c303bb59323e66a7f44659e1a8f820
0xa11ca529fbe91c6505ec3ee0944f0fe8b02f3b6341f2a74063709e8fc26d5b3b
0x68254a98bff4f345295d8cc863204cca6b087f516eecaee5231f8b01ec0c6000
0x092a80f55df178f6a9ed44a973924938a102dd22497b6ad6841e0ce6b10943dc
0xc3a31d791af47005d66dc1142406762a993a9b022d91651d2c2b5ce2facee061
0x67d1bb69e7bf05857d1bfb271f82826307106957b2dd4b82410236572ff17509
0x1138ee784a6de9e941ff1801cf63d5a6cd54fccff39f51c40f4429867125d4d0
0x8b6d816f74fd5bbf927df7abd1ec542c5b844ae5c0bf6be03a568f68490a3fa2
0x77503357fc4075756ee89850423a1f46cec73d7211de16522c613d79a84bddd6

Functions
Getter at block 21039674
isVRFContract(pure returns (bool)
true
requestCounter(view returns (uint256)
7
s_subscriptionId(view returns (uint64)
97
Read-only
getRandomWords(string _requestKeyview returns (uint256[])
getRequestId(string _requestKeyview returns (uint256)
hasRequestKey(string _requestKeyview returns (bool)
State-modifying
cancelSubscription(
fund(uint96 _amount
rawFulfillRandomWords(uint256 requestIduint256[] randomWords
requestRandomWords(string _requestKeyuint32 _numWords
Events
ReturnedRandomness(uint256[] randomWords
Constructor
constructor(address vrfCoordinatoraddress linkbytes32 keyHash
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OnlyCoordinatorCanFulfill(address haveaddress want