BronzeRaffle
Verified contract
Active on
Ethereum with 108 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa3db…406b
-
variable spans 4 additional slots
Balances ($89.52)
Native
Value
$89.52
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.025 | $3,580.84 |
$89.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5802237 | 6 years ago | | | 0.02 | 0.00041770800 | |
| 5422809 | 7 years ago | | | 0 | 0.00095044000 | |
| 5422806 | 7 years ago | | | 0.26 | 0.00026294900 | |
| 5355861 | 7 years ago | | | 0.02 | 0.00027346700 | |
| 5240565 | 7 years ago | | | 0.02 | 0.00057575800 | |
| 5238345 | 7 years ago | | | 0 | 0.0011705600 | |
| 5238343 | 7 years ago | | | 0.02 | 0.00065537200 | |
| 5237423 | 7 years ago | | | 0.06 | 0.00027346700 | |
| 5233891 | 7 years ago | | | 0.08 | 0.00017944200 | |
| 5225607 | 7 years ago | | | 0.02 | 0.0016408020 |
ABI
ABI objects
Getter at block 21293463
drawTicketCount() view returns (uint256)
15
fee() view returns (uint256)
5000000000000000
gameId() view returns (uint256)
5422809
getJackpot() view returns (uint256)
17500000000000000
getProjectedJackpot() view returns (uint256)
265000000000000000
getTicketHolderCount() view returns (uint256)
1
isActive() view returns (bool)
true
owner() view returns (address)
0x9ffc7dc18320ba388852456209ca4a9caef4967b
raffleState() view returns (uint8)
0
randomSource() view returns (uint8)
1
ticketPrice() view returns (uint256)
20000000000000000
totalCascadingPercentage() view returns (uint256)
10
totalPendingPayments() view returns (uint256)
0
Read-only
cascades(uint256) view returns (address cascade, uint16 percentage)
pendingPayments(address) view returns (uint256)
pendingWinners(uint256) view returns (address)
State-modifying
Events __callback(bytes32 queryId, string result)
__callback(bytes32 queryId, string result, bytes proof)
activate()
addCascade(address newAddress, uint256 newPercentage)
deactivate()
deleteCascade(uint256 index)
destroy()
forceChooseRandomWinner()
forceRefund()
purchaseTicket(uint256 numTickets, address referrer) payable
retryWinner(uint256 index)
retryWinners()
transferOwnership(address newOwner)
updateFee(uint256 updatedFee)
updateOraclizeGas(uint256 newCallbackGas, uint256 customGasPrice)
updateRandomSource(uint256 newRandomSource)
updateRewardDistributor(address newRewardDistributor)
updateTicketPrice(uint256 updatedPrice)
withdrawWinnings()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RandomProofFailed(bytes32 queryId, uint256 indexed id, uint256 block)
TicketPurchased(address indexed ticketPurchaser, uint256 indexed id, uint256 numTickets, uint256 totalCost, uint256 block)
WinnerSelected(address indexed winner, uint256 indexed id, uint256 winnings, uint256 block)
WinnerWithdrew(address indexed winner, uint256 amount, uint256 block)
constructor(address _rewardDistributor)
fallback()
This contract contains no error objects.