FerdyVRFCoordinator
Verified contract
Active on
Base with 5,586 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17048623 | 4 months ago | | | 0 | 0.000013394521 | |
| 17048612 | 4 months ago | | | 0 | 0.000013394521 | |
| 17048602 | 4 months ago | | | 0 | 0.000020723919 | |
| 17048593 | 4 months ago | | | 0 | 0.000020448732 | |
| 17048584 | 4 months ago | | | 0 | 0.000020448418 | |
| 17048574 | 4 months ago | | | 0 | 0.000020464020 | |
| 17048564 | 4 months ago | | | 0 | 0.000020540461 | |
| 17048553 | 4 months ago | | | 0 | 0.000020418156 | |
| 17048544 | 4 months ago | | | 0 | 0.000020693343 | |
| 17048534 | 4 months ago | | | 0 | 0.000020341086 |
ABI
ABI objects
Getter at block 22921872
fulfilledCount() view returns (uint256)
5538
getRequestConfig() view returns (uint16, uint32, bytes32[])
(0, 0, [])
getRequestFulfillmentDelta() view returns (uint256)
6
owner() view returns (address)
0x689650fee4c8f9d11ce434695151a4a1f2c42a37
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
requestedCount() view returns (uint256)
5544
Read-only
fulfillers(address) view returns (bool)
getSubscription(uint64 subId) view returns (uint96 balance, uint64 reqCount, address owner, address[] consumers)
pendingRequestExists(uint64 subId) view returns (bool)
State-modifying
Events acceptOwnership()
acceptSubscriptionOwnerTransfer(uint64 subId)
addConsumer(uint64, address consumer)
addFulfiller(address fulfiller)
cancelSubscription(uint64 subId, address to)
createSubscription() returns (uint64 subId)
fulfillRandomWords(uint256 requestId, uint256 randomness, struct FerdyVRFCoordinatorRequestCommitment rc) returns (uint96)
removeConsumer(uint64, address consumer)
renounceOwnership()
requestRandomWords(bytes32 keyHash, uint64 subId, uint16 requestConfirmations, uint32 callbackGasLimit, uint32 numWords) returns (uint256)
requestSubscriptionOwnerTransfer(uint64 subId, address newOwner)
transferOwnership(address newOwner)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RandomWordsFulfilled(uint256 indexed requestId, uint256 outputSeed, uint96 payment, bool success)
RandomWordsRequested(bytes32 indexed keyHash, uint256 requestId, uint256 preSeed, uint64 indexed subId, uint16 minimumRequestConfirmations, uint32 callbackGasLimit, uint32 numWords, address indexed sender)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
IncorrectCommitment()
InvalidConsumer(uint64 subId, address consumer)