VRFV2Wrapper

Verified contract

Active on Ethereum with 3 txns
Deployed by via 0x3c47aa5f at 15536517
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $102,599.17
 (#0)
ERC-1555
--
0x531363e9174693d1e210b39da3404b6341dcbb1944a1b37949be55f20b396b35
0xa446d012c5ca500ecd5e674618f60b53b9d3936311031bdeaba336ecf6e78f44
0x187ea688c2bf2a899349a704ec47b329c9ca98d2dccc295c4dc56b0f3eadc840

Functions
Getter at block 20911273
COORDINATOR(view returns (address)
0x271682deb8c4e0901d1a1550ad2e64d568e69909
LINK(view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
LINK_ETH_FEED(view returns (address)
0xdc530d9457755926550b59e8eccdae7624181557
SUBSCRIPTION_ID(view returns (uint64)
383
getConfig(view returns (int256 fallbackWeiPerUnitLinkuint32 stalenessSecondsuint32 fulfillmentFlatFeeLinkPPMuint32 wrapperGasOverheaduint32 coordinatorGasOverheaduint8 wrapperPremiumPercentagebytes32 keyHashuint8 maxNumWords)
(fallbackWeiPerUnitLink=8000000000000000, stalenessSeconds=86400, fulfillmentFlatFeeLinkPPM=250000, wrapperGasOverhead=40000, coordinatorGasOverhead=90000, wrapperPremiumPercentage=0, keyHash=0x9fe0eebf5e446e3c998ec9bb19951541aee00bb90ea201ae456421a2ded86805, maxNumWords=10)
lastRequestId(view returns (uint256)
56539660592378049939674946283508621929026211518837904851947799739670811631758
owner(view returns (address)
0x21f73d42eb58ba49ddb685dc29d3bf5c0f0373ca
s_configured(view returns (bool)
true
s_disabled(view returns (bool)
false
typeAndVersion(pure returns (string)
VRFV2Wrapper 1.0.0
Read-only
calculateRequestPrice(uint32 _callbackGasLimitview returns (uint256)
estimateRequestPrice(uint32 _callbackGasLimituint256 _requestGasPriceWeiview returns (uint256)
s_callbacks(uint256view returns (address callbackAddressuint32 callbackGasLimituint256 requestGasPriceint256 requestWeiPerUnitLinkuint256 juelsPaid)
State-modifying
acceptOwnership(
disable(
enable(
onTokenTransfer(address _senderuint256 _amountbytes _data
rawFulfillRandomWords(uint256 requestIduint256[] randomWords
setConfig(uint32 _wrapperGasOverheaduint32 _coordinatorGasOverheaduint8 _wrapperPremiumPercentagebytes32 _keyHashuint8 _maxNumWords
transferOwnership(address to
withdraw(address _recipientuint256 _amount
Events
OwnershipTransferRequested(address indexed fromaddress indexed to
OwnershipTransferred(address indexed fromaddress indexed to
WrapperFulfillmentFailed(uint256 indexed requestIdaddress indexed consumer
Constructor
constructor(address _linkaddress _linkEthFeedaddress _coordinator
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OnlyCoordinatorCanFulfill(address haveaddress want