0x76f920c302503a9f007784c301f95421c48ff527
Unverified contract
Proxy
Active on
Base with 21 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 ($0.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.3993 | $1.00 |
$0.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21360661 | 2 months ago | | | 0 | 3.7017884e-7 | |
| 21227676 | 2 months ago | | | 0 | 6.5342984e-7 | |
| 21227432 | 2 months ago | | | 0 | 6.5342984e-7 | |
| 21225416 | 2 months ago | | | 0 | 6.5342984e-7 | |
| 21225413 | 2 months ago | | | 0 | 6.5342984e-7 | |
| 21225298 | 2 months ago | | | 0 | 6.5342984e-7 | |
| 21225184 | 2 months ago | | | 0 | 6.5342984e-7 | |
| 21224099 | 2 months ago | | | 0 | 6.5342984e-7 | |
| 21223979 | 2 months ago | | | 0 | 6.5342984e-7 | |
| 21223882 | 2 months ago | | | 0 | 6.5342984e-7 |
ABI
ABI objects
Getter at block 23889577 protocolFee() view returns (uint256)
endTime() view returns (uint256)
1726434000
getQuestFactoryContract() view returns (address)
0x52629961f71c1c2564c5aa22372cb1b9fa9eba3e
getQuestId() view returns (string)
26053e44-fea8-44c4-9f25-12e58b9f2fce
getRewardAmount() view returns (uint256)
242000
getRewardToken() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
hasWithdrawn() view returns (bool)
false
maxProtocolReward() view returns (uint256)
356950
maxReferralFee() view returns (uint256)
356950
maxTotalRewards() view returns (uint256)
14278000
owner() view returns (address result)
0xac9e4e6bf67b60d4235f018fbc78e4f473083fde
paused() view returns (bool)
false
protocolFeeRecipient() view returns (address)
0x21f06a18c0b7ca98aa305773a75cf70ff9a6060d
questFactoryContract() view returns (address)
0x52629961f71c1c2564c5aa22372cb1b9fa9eba3e
questFee() view returns (uint16)
250
questId() view returns (string)
26053e44-fea8-44c4-9f25-12e58b9f2fce
queued() view returns (bool)
true
rabbitHoleReceiptContract() view returns (address)
0x0000000000000000000000000000000000000000
referralClaimTotal() view returns (uint256)
314600
referralRewardAmount() view returns (uint256)
6050
referralRewardFee() view returns (uint256)
250
rewardAmountInWei() view returns (uint256)
242000
rewardToken() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
startTime() view returns (uint256)
1725871409
totalParticipants() view returns (uint256)
59
totalReferralsFeesClaimed() view returns (uint256)
314600
totalTransferAmount() view returns (uint256)
14991900
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_, uint16 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()
TotalAmountExceedsBalance()
Unauthorized()