@paintswap/vrf
Version:
Paintswap VRF
61 lines (60 loc) • 1.1 kB
JSON
[
{
"inputs": [
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "CustomError",
"type": "error"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
},
{
"internalType": "uint256[]",
"name": "",
"type": "uint256[]"
}
],
"name": "rawFulfillRandomWords",
"outputs": [],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "coordinator",
"type": "address"
},
{
"internalType": "uint256",
"name": "callbackGasLimit",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "numWords",
"type": "uint256"
}
],
"name": "requestRandomness",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "payable",
"type": "function"
}
]