0xca40c78357b8a0c9648cafa0b00d5a1ece140ea8

Unverified contract

Proxy

Active on Base with 27 txns
Deployed by via 0xa77eaea8 at 18931038
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.6
0xd48d282798874722ca1f131b01803041245d798d275aeaa2daf1cfae525358d0
0x6d231cbcb550dc947aea5ec8bd55fbe8b2f5c06a519172d7b2bb15e516dac8eb
0x78e1296b2e7c694f5ab3c74133149c6bb65acd249af28455c11b0f8a4116e614
0x27e54051efb20075320a43e0c30d7ca6af6a681a540d242afecd8f3e31067423
0xafe226f06dfbb7634975a021b570cbf2cbdbf359a814fdd731fdbd37ddfc24d1
0x8593666e2cea5e2f5d1dc30bdd8b49a62771e47ac3e652fc4f5c5b2c3fce8982
0x1e02ed5416d6e50adf024c69d07560f032df10d0d70d9e4bf2f641ec12b1fe64
0x6dc47f16f637f73287e8f26ac804ef3f8fdf20ebe13fee8c24729b38aac9978a
0x003851414349d8000d5fd90736261b81596364427b0e96c72e4b94274d2c6836
0x18b11700f549ebfa98475382fab8387b1d6165eb07dba002c5ab52569f8e5f8a

Functions
Getter at block 22151538
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
 
protocolFee(view returns (uint256)
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 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(