0xca40c78357b8a0c9648cafa0b00d5a1ece140ea8
Unverified contract
Proxy
Active on
Base with 27 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.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.6045 | $1.00 |
$0.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21360604 | 18 days ago | | | 0 | 4.3722247e-7 | |
| 21227423 | 21 days ago | | | 0 | 7.7177347e-7 | |
| 21227421 | 21 days ago | | | 0 | 7.7177347e-7 | |
| 21225326 | 21 days ago | | | 0 | 7.7177347e-7 | |
| 21225325 | 21 days ago | | | 0 | 7.7177347e-7 | |
| 21225049 | 21 days ago | | | 0 | 7.7177347e-7 | |
| 21225047 | 21 days ago | | | 0 | 7.7177347e-7 | |
| 21223970 | 21 days ago | | | 0 | 7.7177347e-7 | |
| 21223964 | 21 days ago | | | 0 | 7.7177347e-7 | |
| 21223750 | 21 days ago | | | 0 | 7.7177347e-7 |
ABI
ABI objects
Getter at block 22151538 protocolFee() view returns (uint256)
endTime() view returns (uint256)
1724664269
getQuestFactoryContract() view returns (address)
0x52629961f71c1c2564c5aa22372cb1b9fa9eba3e
getQuestId() view returns (string)
006539fb-487b-4513-9ebe-f020d4f9d1e0
getRewardAmount() view returns (uint256)
310000
getRewardToken() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
hasWithdrawn() view returns (bool)
false
maxProtocolReward() view returns (uint256)
542500
maxReferralFee() view returns (uint256)
542500
maxTotalRewards() view returns (uint256)
21700000
owner() view returns (address result)
0x08ed111a119e35744986c9512ccd8ccf71108ea0
paused() view returns (bool)
true
protocolFeeRecipient() view returns (address)
0x21f06a18c0b7ca98aa305773a75cf70ff9a6060d
questFactoryContract() view returns (address)
0x52629961f71c1c2564c5aa22372cb1b9fa9eba3e
questFee() view returns (uint16)
250
questId() view returns (string)
006539fb-487b-4513-9ebe-f020d4f9d1e0
queued() view returns (bool)
true
rabbitHoleReceiptContract() view returns (address)
0x0000000000000000000000000000000000000000
referralClaimTotal() view returns (uint256)
542500
referralRewardAmount() view returns (uint256)
7750
referralRewardFee() view returns (uint256)
250
rewardAmountInWei() view returns (uint256)
310000
rewardToken() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
startTime() view returns (uint256)
1724651337
totalParticipants() view returns (uint256)
70
totalReferralsFeesClaimed() view returns (uint256)
480500
totalTransferAmount() view returns (uint256)
22785000
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()