RocketRaffle
Verified contract
Active on
Ethereum with 64 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5ca5…19ed
0x6194…0e15
Balances ($0.00)
No balances found for "RocketRaffle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15985397 | 2 years ago | | | 0 | 0.00064922445 | |
| 15685364 | 2 years ago | | | 0 | 0.064607819 | |
| 15684978 | 2 years ago | | | 0 | 0.0031641327 | |
| 15684880 | 2 years ago | | | 0 | 0.085559634 | |
| 15684876 | 2 years ago | | | 0 | 0.088845650 | |
| 15684872 | 2 years ago | | | 0 | 0.074633169 | |
| 15684870 | 2 years ago | | | 0 | 0.041448925 | |
| 15684605 | 2 years ago | | | 0 | 0.0053139287 | |
| 15684098 | 2 years ago | | | 0 | 0.00066258300 | |
| 15683962 | 2 years ago | | | 0 | 0.00039651308 |
ABI
ABI objects
Getter at block 21192344
getTotalTicketsPurchased() view returns (uint256 amountOfTickets)
0
getWinnings() view returns (uint256 winnings)
0
owner() view returns (address)
0x30469c313972662f7e7ac1fa49b0e4ad88786f15
raffleEndDate() view returns (uint256)
0
raffleId() view returns (uint256)
2
raffleStartDate() view returns (uint256)
1665014651
raffle_state() view returns (uint8)
0
s_requestId() view returns (uint256)
103889713448135934888978053022510720483081052056518244054072161104920213139385
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
getAmountOfTicketsOwned(address _address) view returns (uint256 amountOfTickets)
playerStats(address) view returns (uint256 ticketsBought, uint256 gamesWon)
players(uint256) view returns (address)
State-modifying
Events PickWinner()
Withdraw()
buyTickets(uint256 numberOfTickets, uint256 _token) payable
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
rewardTickets(address _address, uint256 _amount)
setethRaffleMaxWin(uint256 _eth)
setethRaffleTicketPriceRKFL(uint256 ticketPrice)
setethRaffleTicketPriceRKTN(uint256 ticketPrice)
starRaffle()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PlayerJoined(uint256 _raffleId, address indexed _from)
RaffleClose(uint256 _raffleId)
RaffleOpen(uint256 _raffleId)
RaffleWinner(uint256 _raffleId, uint256 _randomness, uint256 _index, address indexed _from, uint256 _amount)
TicketsRewarded(address _address, uint256 _amountRewarded)
constructor(uint64 subscriptionId, address _rocketToken, address _rocketFuel)
receive()
OnlyCoordinatorCanFulfill(address have, address want)