HashRandomizer

Verified contract

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

No balances found for "HashRandomizer"

0xc097b01055aced0280bef362af21e1c26ca808bf10c20d91a8756f126474b512
0xb2626176572e187601b88468ca730bc370c36007f56702f49f8cc3c3b6a50861
0x7cd137b6a13ae72b364e64cf11a638558bb26f5b21f89ac68023a59ba6d26378
0x63e032c0c424301bdb9ae00e10336811ca041815efb6d97a46ce36e22f0f9f85
0xf914cc2d2d928fa33795a751c0bc869c84b791a1b7c608d0096dd37a498633e7
0x0013939e622a316e343ccbc75619b240be89da6c57521f2c9ef8b68ba2b9912f

Functions
Getter at block 20868385
VRF_NUMBER_OF_WORDS(view returns (uint32)
1
owner(view returns (address)
0x237a55135fabb7f14d65c825759d46da7174472b
vrfCallbackGasLimit(view returns (uint32)
250000
vrfKeyHash(view returns (bytes32)
0x8af398995b04c28e9951adb9721ef74c74f93e6a478f39e7e0777be13527e7ef
vrfRequestConfirmations(view returns (uint16)
3
vrfSubscriptionId(view returns (uint64)
639
Read-only
getIndexForTokenId(uint256 tokenId_uint256 collectionSize_uint256 randomWord_pure returns (uint256)
vrfRequests(uint256view returns (bytes32)
State-modifying
rawFulfillRandomWords(uint256 requestIduint256[] randomWords
renounceOwnership(
requestRandomWords(bytes32 hashToRandomize_returns (uint256)
setVRFConfig(address vrfCoordinator_uint64 vrfSubscriptionId_bytes32 vrfKeyHash_uint32 vrfCallbackGasLimit_uint16 vrfRequestConfirmations_
transferOwnership(address newOwner
Events
InternalRandomWordsFulfilled(uint256 indexed vrfRequestIdbytes32 indexed hashToRandomizeuint256 randomWord
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RandomWordsRequested(uint256 indexed vrfRequestIdbytes32 indexed hashToRandomize
Constructor
constructor(address vrfCoordinator_bytes32 vrfKeyHash_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidTokenId(uint256 tokenId
InvalidVRFRequestId(uint256 vrfRequestIdbytes32 hashToRandomize
OnlyCoordinatorCanFulfill(address haveaddress want
RandomWordsAlreadyFulfilled(uint256 vrfRequestIdbytes32 hashToRandomize