VRFV2Wrapper

Verified contract

Active on Ethereum with 3 txns
Deployed by via 0xc5f1d860 at 15149693
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $128.63
0xbd12a959c190acb2f06fe2cf083327ce15389ff409122a2cb76b8666fc95d8c1
0xf24d0a1be2138880f32a2d033052d12e6ce2e178548158b572798e7328024564
0x2a207ec02909910c146d1274062433fd184b179414d82031f160fae70c05d5ec

Functions
Getter at block 21220112
COORDINATOR(view returns (address)
0x271682deb8c4e0901d1a1550ad2e64d568e69909
LINK(view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
LINK_ETH_FEED(view returns (address)
0xdc530d9457755926550b59e8eccdae7624181557
SUBSCRIPTION_ID(view returns (uint64)
225
getConfig(view returns (int256 fallbackWeiPerUnitLinkuint32 stalenessSecondsuint32 fulfillmentFlatFeeLinkPPMuint32 wrapperGasOverheaduint32 coordinatorGasOverheaduint8 wrapperPremiumPercentagebytes32 keyHashuint8 maxNumWords)
(fallbackWeiPerUnitLink=8000000000000000, stalenessSeconds=86400, fulfillmentFlatFeeLinkPPM=250000, wrapperGasOverhead=30000, coordinatorGasOverhead=90000, wrapperPremiumPercentage=0, keyHash=0x8af398995b04c28e9951adb9721ef74c74f93e6a478f39e7e0777be13527e7ef, maxNumWords=10)
lastRequestId(view returns (uint256)
71329122005367526855878300833614744775189507756918728860409345469515788116063
owner(view returns (address)
0xeff41c8725be95e66f6b10489b6bf34b08055853
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