VRFCoordinator
Verified contract
Active on
Ethereum with 46,427 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaa25…93c0
Balances ($1,080,904.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 73.6311K | $14.68 |
$1,080,904.55 | |
TSUKA | ERC-20 | 1 | $0.005961 |
$0.01 | |
0xe6c5…6c17 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153211 | 18 hours ago | | | 0 | 0.00071764301 | |
| 21131167 | 4 days ago | | | 0 | 0.0072789378 | |
| 21116842 | 6 days ago | | | 0 | 0.0019410735 | |
| 21080711 | 11 days ago | | | 0 | 0.0023129918 | |
| 21066389 | 13 days ago | | | 0 | 0.0034909328 | |
| 21045020 | 16 days ago | | | 0 | 0.00036018650 | |
| 21030552 | 18 days ago | | | 0 | 0.0029769672 | |
| 21016218 | 20 days ago | | | 0 | 0.0030183284 | |
| 21001877 | 22 days ago | | | 0 | 0.0019927253 | |
| 20987544 | 24 days ago | | | 0 | 0.0037227388 |
ABI
ABI objects
Getter at block 21158560
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.