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) |
---|---|---|---|---|---|---|---|
| 22594955 | 3 days ago | | | 0 | 0.0000023143161 | |
| 22594940 | 3 days ago | | | 0 | 0.0000023103053 | |
| 22594920 | 3 days ago | | | 0 | 0.0000023115427 | |
| 22433729 | 6 days ago | | | 0 | 6.6672190e-7 | |
| 22383227 | 8 days ago | | | 0 | 0.0000016141350 | |
| 22329080 | 9 days ago | | | 0 | 8.5792732e-7 | |
| 22329063 | 9 days ago | | | 0 | 8.5794617e-7 | |
| 22253771 | 11 days ago | | | 0 | 2.3671573e-7 | |
| 22253732 | 11 days ago | | | 0 | 2.3383656e-7 | |
| 22223527 | 11 days ago | | | 0 | 7.1153455e-7 |
ABI
ABI objects
Getter at block 22708202
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)