0x1fefb906acb67f86b04aef4588e89440475a9b1a
Verified contract
Proxy
Active on
Base with 34 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 ($105.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BONSAI | ERC-20 | 10.9825K | $0.009598 |
$105.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21795064 | a month ago | | | 0 | 0.0000013554426 | |
| 21791603 | a month ago | | | 0 | 0.0000013554426 | |
| 21360741 | a month ago | | | 0 | 3.4375346e-7 | |
| 21227490 | a month ago | | | 0 | 0.000000606784460360 | |
| 21227430 | a month ago | | | 0 | 0.000000606784460360 | |
| 21225539 | a month ago | | | 0 | 0.000000606784460360 | |
| 21225335 | a month ago | | | 0 | 0.000000606784460360 | |
| 21225186 | a month ago | | | 0 | 0.000000606784460360 | |
| 21225056 | a month ago | | | 0 | 0.000000606784460360 | |
| 21224287 | a month ago | | | 0 | 0.000000606784460360 |
ABI
ABI objects
Getter at block 23066161 protocolFee() view returns (uint256)
endTime() view returns (uint256)
1728572400
getQuestFactoryContract() view returns (address)
0x52629961f71c1c2564c5aa22372cb1b9fa9eba3e
getQuestId() view returns (string)
2b709982-869c-40a3-af47-6b1d15ac2348
getRewardAmount() view returns (uint256)
100000000000000000000
getRewardToken() view returns (address)
0x474f4cb764df9da079d94052fed39625c147c12c
hasWithdrawn() view returns (bool)
false
maxProtocolReward() view returns (uint256)
6250000000000000000000
maxReferralFee() view returns (uint256)
6250000000000000000000
maxTotalRewards() view returns (uint256)
250000000000000000000000
owner() view returns (address result)
0x21af1185734d213d45c6236146fb81e2b0e8b821
paused() view returns (bool)
false
protocolFeeRecipient() view returns (address)
0x21f06a18c0b7ca98aa305773a75cf70ff9a6060d
questFactoryContract() view returns (address)
0x52629961f71c1c2564c5aa22372cb1b9fa9eba3e
questFee() view returns (uint16)
250
questId() view returns (string)
2b709982-869c-40a3-af47-6b1d15ac2348
queued() view returns (bool)
true
rabbitHoleReceiptContract() view returns (address)
0x0000000000000000000000000000000000000000
referralClaimTotal() view returns (uint256)
6005000000000000000000
referralRewardAmount() view returns (uint256)
2500000000000000000
referralRewardFee() view returns (uint256)
250
rewardAmountInWei() view returns (uint256)
100000000000000000000
rewardToken() view returns (address)
0x474f4cb764df9da079d94052fed39625c147c12c
startTime() view returns (uint256)
1728486000
totalParticipants() view returns (uint256)
2500
totalReferralsFeesClaimed() view returns (uint256)
1517500000000000000000
totalTransferAmount() view returns (uint256)
262500000000000000000000
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()