Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables and it is currently at block 22090525.

0x3150b2ef1842ec2da0921445bc3a7a5142bb175f

Verified contract

Proxy

Active on Base with 401 txns
Deployed by via 0xad4a75db at 16292613
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
--
0x2bc710894f34f7110d7569036c41320fb451a8ebbefdab550f709b12fa300474
0xf9477407c0d09b252f7028b574e7e82c82145251df0e6a290ab0dacf37835a3b
0x4e16059f4ed48a879dbb4698957fb92e8d6fc3b0bed49c50f76a237c0b95b4ad
0x5718ea3d355828bc6360b9930b6cc61b81a7f6308afeec47a5eab34f5b92452e
0xf13d6a3ebc9a401975cd2ab3bbdf5cba336390ce5de135c4ce28eac13c6529ed
0x21ef2832f321b6d7d8891b7181395cb803e25e12a4d6e23af4767f55316d41ca
0x116b2b5bfde06ebdb3a9d60b72e9933484091bbe9214399fc2129be53aab185b
0xf0661c37c758bf14d55dcd77b817a7e62df044e9e9810392563a4f2157df156a
0xacddeee4ae168d9ea04a5176071250adffd194a50fe0c941a6e2b73648ea4958
0x7c11f2eeb375cfa803a6191005e960630c62fbca83fd7753b0c1c58fe42de9e7

Functions
Getter at block 22108349
endTime(view returns (uint256)
1721890800
getQuestFactoryContract(view returns (address)
0x52629961f71c1c2564c5aa22372cb1b9fa9eba3e
getQuestId(view returns (string)
b1092313-3f92-4e3c-bfea-f206ae64742f
getRewardAmount(view returns (uint256)
580000000000000
getRewardToken(view returns (address)
0x4200000000000000000000000000000000000006
hasWithdrawn(view returns (bool)
true
maxProtocolReward(view returns (uint256)
48256000000000000
maxTotalRewards(view returns (uint256)
241280000000000000
owner(view returns (address result)
0x512b55b00d744fc2edb8474f223a7498c3e5a7ce
paused(view returns (bool)
false
 
protocolFee(view returns (uint256)
protocolFeeRecipient(view returns (address)
0x21f06a18c0b7ca98aa305773a75cf70ff9a6060d
questFactoryContract(view returns (address)
0x52629961f71c1c2564c5aa22372cb1b9fa9eba3e
questFee(view returns (uint16)
2000
questId(view returns (string)
b1092313-3f92-4e3c-bfea-f206ae64742f
queued(view returns (bool)
true
rabbitHoleReceiptContract(view returns (address)
0x0000000000000000000000000000000000000000
referralClaimTotal(view returns (uint256)
11600000000000000
referralRewardAmount(view returns (uint256)
29000000000000
referralRewardFee(view returns (uint256)
500
rewardAmountInWei(view returns (uint256)
580000000000000
rewardToken(view returns (address)
0x4200000000000000000000000000000000000006
startTime(view returns (uint256)
1719374554
totalParticipants(view returns (uint256)
416
totalReferralsFeesClaimed(view returns (uint256)
11600000000000000
totalTransferAmount(view returns (uint256)
289536000000000000
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_uint256 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(
ReferralRewardFeeTooHigh(
TotalAmountExceedsBalance(
Unauthorized(