0x08746a5710c8a8e3149df9f654c666eb23d88cdd
Verified contract
Proxy
Active on
Base with 25 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
2 additional
variables
Balances ($33.67)
Native
Value
$11.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00295 | $3,922.38 |
$11.57 | |
DEGEN | ERC-20 | 1.42725K | $0.015439 |
$22.04 | |
WGC | ERC-20 | 200 | $0.000319 |
$0.06 | |
BETS | ERC-20 | 4.2 | $0.000074 |
$0 | |
BONSAICOIN | ERC-20 | 1M | -- | -- | |
BASED | ERC-20 | 2.222K | -- | -- | |
WLFi | ERC-20 | 1K | -- | -- | |
PONP | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15742180 | 6 months ago | | | 0 | 5.7340008e-7 | |
| 14644403 | 7 months ago | | | 0 | 8.5632929e-7 | |
| 14620750 | 7 months ago | | | 0 | 8.5369332e-7 | |
| 14609807 | 7 months ago | | | 0 | 0.0000035961451 | |
| 14606386 | 7 months ago | | | 0 | 0.0000030429735 | |
| 14606386 | 7 months ago | | | 0 | 0.0000030494016 | |
| 14606385 | 7 months ago | | | 0 | 0.0000030464178 | |
| 14606384 | 7 months ago | | | 0 | 0.0000030464178 | |
| 14606383 | 7 months ago | | | 0 | 0.0000030492720 | |
| 14606382 | 7 months ago | | | 0 | 0.0000030507315 |
ABI
ABI objects
Getter at block 23653133 protocolFee() view returns (uint256)
endTime() view returns (uint256)
1715986800
getQuestFactoryContract() view returns (address)
0x52629961f71c1c2564c5aa22372cb1b9fa9eba3e
getQuestId() view returns (string)
63ceba92-9335-4e8f-b418-6e8cfd0effb5
getRewardAmount() view returns (uint256)
165000000000000000000
getRewardToken() view returns (address)
0x4ed4e862860bed51a9570b96d89af5e1b0efefed
hasWithdrawn() view returns (bool)
false
maxProtocolReward() view returns (uint256)
1650000000000000000000
maxTotalRewards() view returns (uint256)
8250000000000000000000
owner() view returns (address result)
0x0fb75c54038130a4bfb753c3aaaa21266625cc98
paused() view returns (bool)
false
protocolFeeRecipient() view returns (address)
0x21f06a18c0b7ca98aa305773a75cf70ff9a6060d
questFactoryContract() view returns (address)
0x52629961f71c1c2564c5aa22372cb1b9fa9eba3e
questFee() view returns (uint16)
2000
questId() view returns (string)
63ceba92-9335-4e8f-b418-6e8cfd0effb5
queued() view returns (bool)
true
rabbitHoleReceiptContract() view returns (address)
0x0000000000000000000000000000000000000000
referralClaimTotal() view returns (uint256)
264000000000000000000
referralRewardAmount() view returns (uint256)
8250000000000000000
referralRewardFee() view returns (uint256)
500
rewardAmountInWei() view returns (uint256)
165000000000000000000
rewardToken() view returns (address)
0x4ed4e862860bed51a9570b96d89af5e1b0efefed
startTime() view returns (uint256)
1715959120
totalParticipants() view returns (uint256)
50
totalReferralsFeesClaimed() view returns (uint256)
222750000000000000000
totalTransferAmount() view returns (uint256)
9900000000000000000000
Read-only
getReferralAmount(address referrer) view returns (uint256)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
streamIdForAddress(address) view returns (uint256)
State-modifying
Events cancel()
cancelOwnershipHandover() payable
claim() payable
claimFromFactory(address claimer_, address ref_) payable
claimReferralFees(address referrer)
completeOwnershipHandover(address pendingOwner) payable
initialize(address rewardTokenAddress_, uint256 endTime_, uint256 startTime_, uint256 totalParticipants_, uint256 rewardAmountInWei_, string questId_, uint16 questFee_, address protocolFeeRecipient_, uint256 referralRewardFee_)
renounceOwnership() payable
requestOwnershipHandover() payable
singleClaim(address account_)
transferOwnership(address newOwner) payable
withdrawRemainingTokens()
ClaimedReferralFees(string questId, address recipient, address tokenAddress, uint256 feeAmount)
Initialized(uint8 version)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Paused(address account)
ProtocolFeeDistributed(string questId, address rewardToken, address protocolOwner, uint256 feeAmountToProtocolOwner, address questOwner, uint256 feeAmountToQuestOwner)
Queued(uint256 timestamp)
Unpaused(address account)
This contract contains no constructor objects.
fallback()
receive()
AddressAlreadyMinted()
AddressNotSigned()
AlreadyClaimed()
AlreadyInitialized()
AlreadyWithdrawn()
AmountExceedsBalance()
AuthOwnerRecipient()
ClaimWindowNotStarted()
EndTimeInPast()
EndTimeLessThanOrEqualToStartTime()
InvalidClaimFee()
InvalidRefundToken()
MustImplementInChild()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NoReferralFees()
NoWithdrawDuringClaim()
NotQuestFactory()
NotStarted()
OverMaxAllowedToMint()
QuestEnded()
ReferralRewardFeeTooHigh()
TotalAmountExceedsBalance()
Unauthorized()