0x76f920c302503a9f007784c301f95421c48ff527

Unverified contract

Proxy

Active on Base with 21 txns
Deployed by via 0x9756e67f at 19541036
Slot
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
ERC-20
Value $0.4
0x2a3c224662e740fbccc6b4eb6dbbbc7185a63d41ab60418d87170dc459bd3852
0xfdea3a9a441e025548c8a97298fbaa907862f57af1d9d907cdec8225898effc3
0x5039ee5f14036690a75e7f11d73dfa1aa955849b469dce9558c8041dca5afe25
0xc2d4b6d063f4f59ccfd663710f01dc67ec6a62b76acd5e9107deb6d0e43aeae7
0xbfff599db6e94edc9ecbf548adb65b37e65e658dfd45d287e32c3b164bf74e60
0xc53272d346ce67dfff1fb3335ff7580541f6e7b7d5abd0c67f35552ad0838b97
0x892af1c207e64c3f28c6cb529ae4f7ef061fc2ad02205d4e72245ae0242502d6
0xe28fa37dcd0c731da6249972c9a38ba43092612c4066f9fd166484c17db4eee0
0x6cec9d99139fe5e7415a9d8a73a34c3d7cd45b79f155386289dd3f064f50d98e
0x7e77d18e995989725a0ccd61582300a064310cd385b8a364b061b83213d6dfb0

Functions
Getter at block 23889577
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
 
protocolFee(view returns (uint256)
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 referrerview returns (uint256)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
streamIdForAddress(addressview returns (uint256)
State-modifying
cancel(
cancelOwnershipHandover(payable 
claim(payable 
claimFromFactory(address claimer_address ref_payable 
claimReferralFees(address referrer
completeOwnershipHandover(address pendingOwnerpayable 
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 newOwnerpayable 
withdrawRemainingTokens(
Events
ClaimedReferralFees(string questIdaddress recipientaddress tokenAddressuint256 feeAmount
Initialized(uint8 version
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
Paused(address account
ProtocolFeeDistributed(string questIdaddress rewardTokenaddress protocolOwneruint256 feeAmountToProtocolOwneraddress questOwneruint256 feeAmountToQuestOwner
Queued(uint256 timestamp
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
AddressAlreadyMinted(
AddressNotSigned(
AlreadyClaimed(
AlreadyInitialized(
AlreadyWithdrawn(
AmountExceedsBalance(
AuthOwnerRecipient(
ClaimWindowNotStarted(
EndTimeInPast(
EndTimeLessThanOrEqualToStartTime(
InvalidClaimFee(
InvalidRefundToken(
MustImplementInChild(
NewOwnerIsZeroAddress(
NoHandoverRequest(
NoReferralFees(
NoWithdrawDuringClaim(
NotQuestFactory(
NotStarted(
OverMaxAllowedToMint(
QuestEnded(
TotalAmountExceedsBalance(
Unauthorized(