Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FriendVRF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21731881 | 33 minutes ago | | | 0 | 9.6635240e-7 | |
| 21731875 | 33 minutes ago | | | 0 | 9.6821277e-7 | |
| 21731866 | 33 minutes ago | | | 0 | 9.7004248e-7 | |
| 21731860 | 33 minutes ago | | | 0 | 9.7000889e-7 | |
| 21731852 | 34 minutes ago | | | 0 | 9.7287747e-7 | |
| 21731846 | 34 minutes ago | | | 0 | 9.7440770e-7 | |
| 21731838 | 34 minutes ago | | | 0 | 9.7843847e-7 | |
| 21731832 | 34 minutes ago | | | 0 | 9.7779214e-7 | |
| 21731826 | 34 minutes ago | | | 0 | 9.8073727e-7 | |
| 21731820 | 35 minutes ago | | | 0 | 9.8089937e-7 |
ABI
ABI objects
Getter at block 21732855
owner() view returns (address)
0x1ef17ce5ce0e4ea09bcfbeea435e585bb19e0e78
Read-only
isWhitelisted(address wallet) view returns (bool)
State-modifying
Events addToWhitelist(address wallet)
generateRandomNumber(uint256 requestId, uint256 club_id, address player_wallet, uint256 amount) returns (uint256)
removeFromWhitelist(address wallet)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RandomNumberGenerated(uint256 indexed requestId, uint256 indexed club_id, address indexed player_wallet, uint256 amount, uint256 timestamp, uint256 blockNumber, uint256 randomNumber)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)