VRFCoordinator
Verified contract
Active on
Ethereum with 46,432 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaa25…93c0
Balances ($1,138,491.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 73.6411K | $15.46 |
$1,138,491.41 | |
TSUKA | ERC-20 | 1 | $0.01438 |
$0.01 | |
0xe6c5…6c17 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238665 | 19 hours ago | | | 0 | 0.0045138846 | |
| 21231503 | 2 days ago | | | 0 | 0.0046903877 | |
| 21217162 | 4 days ago | | | 0 | 0.0057807837 | |
| 21181328 | 9 days ago | | | 0 | 0.016922176 | |
| 21166999 | 11 days ago | | | 0 | 0.010287180 | |
| 21153211 | 13 days ago | | | 0 | 0.00071764301 | |
| 21131167 | 16 days ago | | | 0 | 0.0072789378 | |
| 21116842 | 18 days ago | | | 0 | 0.0019410735 | |
| 21080711 | 23 days ago | | | 0 | 0.0023129918 | |
| 21066389 | 25 days ago | | | 0 | 0.0034909328 |
ABI
ABI objects
Getter at block 21244425
PRESEED_OFFSET() view returns (uint256)
224
PROOF_LENGTH() view returns (uint256)
416
PUBLIC_KEY_OFFSET() view returns (uint256)
32
Read-only
callbacks(bytes32) view returns (address callbackContract, uint96 randomnessFee, bytes32 seedAndBlockNum)
hashOfKey(uint256[2] _publicKey) pure returns (bytes32)
serviceAgreements(bytes32) view returns (address vRFOracle, uint96 fee, bytes32 jobID)
withdrawableTokens(address) view returns (uint256)
State-modifying
Events fulfillRandomnessRequest(bytes _proof)
onTokenTransfer(address _sender, uint256 _fee, bytes _data)
registerProvingKey(uint256 _fee, address _oracle, uint256[2] _publicProvingKey, bytes32 _jobID)
withdraw(address _recipient, uint256 _amount)
NewServiceAgreement(bytes32 keyHash, uint256 fee)
RandomnessRequest(bytes32 keyHash, uint256 seed, bytes32 indexed jobID, address sender, uint256 fee, bytes32 requestID)
RandomnessRequestFulfilled(bytes32 requestId, uint256 output)
constructor(address _link, address _blockHashStore)
This contract contains no fallback and receive objects.
This contract contains no error objects.