VRFV2Wrapper
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($128.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 8.564027 | $15.02 |
$128.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15149871 | 2 years ago | | | 0 | 0.0031484849 | |
| 15149766 | 2 years ago | | | 0 | 0.00097659224 | |
| 15149694 | 2 years ago | | | 0 | 0.0046263913 |
ABI
ABI objects
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 fallbackWeiPerUnitLink, uint32 stalenessSeconds, uint32 fulfillmentFlatFeeLinkPPM, uint32 wrapperGasOverhead, uint32 coordinatorGasOverhead, uint8 wrapperPremiumPercentage, bytes32 keyHash, uint8 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 _callbackGasLimit) view returns (uint256)
estimateRequestPrice(uint32 _callbackGasLimit, uint256 _requestGasPriceWei) view returns (uint256)
s_callbacks(uint256) view returns (address callbackAddress, uint32 callbackGasLimit, uint256 requestGasPrice, int256 requestWeiPerUnitLink, uint256 juelsPaid)
State-modifying
Events acceptOwnership()
disable()
enable()
onTokenTransfer(address _sender, uint256 _amount, bytes _data)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
setConfig(uint32 _wrapperGasOverhead, uint32 _coordinatorGasOverhead, uint8 _wrapperPremiumPercentage, bytes32 _keyHash, uint8 _maxNumWords)
transferOwnership(address to)
withdraw(address _recipient, uint256 _amount)
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
WrapperFulfillmentFailed(uint256 indexed requestId, address indexed consumer)
constructor(address _link, address _linkEthFeed, address _coordinator)
This contract contains no fallback and receive objects.
OnlyCoordinatorCanFulfill(address have, address want)