Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($38,796.23)
Native
Value
$35,454.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 9.124874 | $3,885.45 |
$35,454.24 | |
LOOKS | ERC-20 | 52K | $0.064269 |
$3,341.99 | |
Kubz | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18481981 | a year ago | | | 0 | 0.0011753816 | |
| 18192063 | a year ago | | | 0 | 0.00098912737 | |
| 18141404 | a year ago | | | 0 | 0.00059650833 | |
| 18124938 | a year ago | | | 0 | 0.00036553476 | |
| 18123792 | a year ago | | | 0 | 0.00040570994 | |
| 18122468 | a year ago | | | 0 | 0.00076044732 | |
| 18122466 | a year ago | | | 0 | 0.00074353156 | |
| 18121319 | a year ago | | | 0 | 0.0013990098 | |
| 18121021 | a year ago | | | 0 | 0.0011249004 | |
| 18121004 | a year ago | | | 0 | 0.00097387684 |
ABI
ABI objects
Getter at block 21388757
KEY_HASH() view returns (bytes32)
0x8af398995b04c28e9951adb9721ef74c74f93e6a478f39e7e0777be13527e7ef
MAXIMUM_NUMBER_OF_PRIZES_PER_RAFFLE() view returns (uint256)
20
MAXIMUM_NUMBER_OF_WINNERS_PER_RAFFLE() view returns (uint40)
110
MAXIMUM_PROTOCOL_FEE_BP() view returns (uint16)
2500
ONE_DAY() view returns (uint256)
86400
ONE_HUNDRED_PERCENT_BP() view returns (uint256)
10000
ONE_WEEK() view returns (uint256)
604800
PRICING_OPTIONS_PER_RAFFLE() view returns (uint256)
5
REQUEST_CONFIRMATIONS() view returns (uint16)
3
SUBSCRIPTION_ID() view returns (uint64)
734
VRF_COORDINATOR() view returns (address)
0x271682deb8c4e0901d1a1550ad2e64d568e69909
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0xb5a9e5a319c7fda551a30be592c77394bf935c6f
ownershipStatus() view returns (uint8)
0
paused() view returns (bool)
false
potentialOwner() view returns (address)
0x0000000000000000000000000000000000000000
protocolFeeBp() view returns (uint16)
0
protocolFeeRecipient() view returns (address)
0xb5a9e5a319c7fda551a30be592c77394bf935c6f
rafflesCount() view returns (uint256)
11
Read-only
getEntries(uint256 raffleId) view returns (struct IRaffleEntry[] entries)
getPricingOptions(uint256 raffleId) view returns ((uint40, uint208)[5] pricingOptions)
getPrizes(uint256 raffleId) view returns (struct IRafflePrize[] prizes)
getWinners(uint256 raffleId) view returns (struct IRaffleWinner[] winners)
isCurrencyAllowed(address) view returns (bool)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
protocolFeeRecipientClaimableFees(address) view returns (uint256)
raffles(uint256) view returns (address owner, uint8 status, bool isMinimumEntriesFixed, uint40 cutoffTime, uint40 drawnAt, uint40 minimumEntries, uint40 maximumEntriesPerParticipant, address feeTokenAddress, uint16 protocolFeeBp, uint208 claimableFees)
rafflesParticipantsStats(uint256, address) view returns (uint208 amountPaid, uint40 entriesCount, bool refunded)
randomnessRequests(uint256) view returns (bool exists, uint248 randomWord, uint256 raffleId)
State-modifying
Events cancel(uint256 raffleId)
cancelAfterRandomnessRequest(uint256 raffleId)
cancelOwnershipTransfer()
claimFees(uint256 raffleId)
claimPrizes(struct IRaffleClaimPrizesCalldata[] claimPrizesCalldata)
claimProtocolFees(address currency)
claimRefund(uint256[] raffleIds)
confirmOwnershipRenouncement()
confirmOwnershipTransfer()
createRaffle(struct IRaffleCreateRaffleCalldata params) returns (uint256 raffleId)
depositPrizes(uint256 raffleId) payable
enterRaffles(struct IRaffleEntryCalldata[] entries) payable
initiateOwnershipRenouncement()
initiateOwnershipTransfer(address newPotentialOwner)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
selectWinners(uint256 requestId)
setProtocolFeeBp(uint16 _protocolFeeBp)
setProtocolFeeRecipient(address _protocolFeeRecipient)
togglePaused()
updateCurrenciesStatus(address[] currencies, bool isAllowed)
withdrawPrizes(uint256 raffleId)
CancelOwnershipTransfer()
CurrenciesStatusUpdated(address[] currencies, bool isAllowed)
EntryRefunded(uint256 raffleId, address buyer, uint208 amount)
EntrySold(uint256 raffleId, address buyer, uint40 entriesCount, uint208 price)
FeesClaimed(uint256 raffleId, uint256 amount)
InitiateOwnershipRenouncement()
InitiateOwnershipTransfer(address previousOwner, address potentialOwner)
NewOwner(address newOwner)
Paused(address account)
PrizesClaimed(uint256 raffleId, uint256[] winnerIndex)
ProtocolFeeBpUpdated(uint16 protocolFeeBp)
ProtocolFeeRecipientUpdated(address protocolFeeRecipient)
RaffleStatusUpdated(uint256 raffleId, uint8 status)
RandomnessRequested(uint256 raffleId, uint256 requestId)
Unpaused(address account)
constructor(address _weth, bytes32 _keyHash, uint64 _subscriptionId, address _vrfCoordinator, address _owner, address _protocolFeeRecipient, uint16 _protocolFeeBp)
This contract contains no fallback and receive objects.
AlreadyRefunded()
CutoffTimeNotReached()
CutoffTimeReached()
DrawExpirationTimeNotReached()
ERC1155SafeTransferFromFail()
ERC20TransferFail()
ERC20TransferFromFail()
ERC721TransferFromFail()
InsufficientNativeTokensSupplied()
InvalidCaller()
InvalidCurrency()
InvalidCutoffTime()
InvalidIndex()
InvalidPricingOption()
InvalidPrize()
InvalidPrizesCount()
InvalidProtocolFeeBp()
InvalidProtocolFeeRecipient()
InvalidStatus()
InvalidWinnersCount()
IsPaused()
MaximumEntriesPerParticipantReached()
MaximumEntriesReached()
NoOngoingTransferInProgress()
NotAContract()
NotOwner()
NotPaused()
OnlyCoordinatorCanFulfill(address have, address want)
PrizeAlreadyClaimed()
RandomnessRequestAlreadyExists()
RandomnessRequestDoesNotExist()
ReentrancyFail()
RenouncementNotInProgress()
TransferAlreadyInProgress()
TransferNotInProgress()
WrongPotentialOwner()