Randomness

Verified contract

Active on Ethereum with 38 txns
Deployed by via 0xb6418465 at 15729684
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Randomness"

0xd37004bf78c2f3135d415a3e11f8e1b455cb6344a8932653d062f077993e1771
0x88d5c2c26e9974b1ad072c4f2893bf619ca1369a6c991d7f39bff8baa0d5c1d0
0xfd8f6200ce2b715423560be823c531e4a0aebc0e8e2b7661b8ce17696d281c80
0x50b9a3d879248f01ced30ca77132ffe6908719c146c25b66bc175f226b074461
0x48cf7deae20b573ea3f34189266dc34f9ec1ae478dfc4f202abcf75604dea449
0x67d53777148d780a382ab9df790c96a841f64957639ee28bc01c32360f4a3313
0xd60e312019e1390db108ef4f36c60759b5facacf97a9c1809342b6df686dbd51
0x5ec43b7fdd7d8ecfa146d19f682e2fecbe10b4483aa1c0f6fda2fbf8d5d89bd4
0x74eb7012bf3b8c9c0544ec15485db59c7dcb12ca89090642a516d6cc447f9ea9
0x73218cdf701127221b10d5d93bf2eb828381ccc480801ce35939c822e60e22bd

Functions
Getter at block 20892761
owner(view returns (address)
0x5f5e2a298fb88e514e8919edfd2a1b7486296f40
Read-only
getRandomness(bytes32 entityview returns (uint256[] randomness)
getRandomnessByRequestId(uint256 requestIdview returns (uint256[] randomness)
isAuthorized(address opview returns (bool)
readRandomness(bytes32 entityview returns (uint256[] randomness)
State-modifying
authorize(address opbool authorized
configure(bytes32 keyHashuint64 subuint16 confirmsuint32 gasLimituint32 words
rawFulfillRandomWords(uint256 requestIduint256[] randomWords
renounceOwnership(
requestRandomness(bytes32 entity
requestRandomness(bytes32 entitybytes32 keyHashuint64 subuint16 confirmsuint32 gasLimituint32 words
requestRandomness(bytes32 entityuint32 words
setDefaults(bytes32 keyHash_uint64 sub_uint16 confirms_uint32 gasLimit_uint32 words_
transferOwnership(address newOwner
Events
AuthorizationUpdated(address operatorbool authorized
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RandomNumberGenerated(bytes32 entityuint256 requestIduint256[] randomness
RandomNumberRequested(bytes32 entityuint256 requestId
Constructor
constructor(address vrfCoordinator_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OnlyCoordinatorCanFulfill(address haveaddress want