0x010bef7ba0e7e187e201ff073b3663cf4415d0ad
Verified contract
Proxy
Active on
Base with 1 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
Balances ($0.00)
No balances found for "0x010bef7ba0e7e187e201ff073b3663cf4415d0ad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12582775 | 8 months ago | | | 0 | 0.00017868099 |
ABI
ABI objects
Getter at block 23065006
endTime() view returns (uint256)
1711929600
getQuestFactoryContract() view returns (address)
0x52629961f71c1c2564c5aa22372cb1b9fa9eba3e
getQuestId() view returns (string)
93c987e8-ce12-45b2-befc-a276f904202a
hasWithdrawn() view returns (bool)
true
maxProtocolReward() view returns (uint256)
750
owner() view returns (address result)
0xc34fd9b40afb41ac528abb3c7ef643a6ba3667e3
paused() view returns (bool)
false
protocolFeeRecipient() view returns (address)
0x21f06a18c0b7ca98aa305773a75cf70ff9a6060d
questFactoryContract() view returns (address)
0x52629961f71c1c2564c5aa22372cb1b9fa9eba3e
questFee() view returns (uint256)
0
questId() view returns (string)
93c987e8-ce12-45b2-befc-a276f904202a
queued() view returns (bool)
true
rewardToken() view returns (address)
0x0d380362762b0cf375227037f2217f59a4ec4b9e
startTime() view returns (uint256)
1711843200
tokenId() view returns (uint256)
1
totalParticipants() view returns (uint256)
750
Read-only
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events cancelOwnershipHandover() payable
claim() payable
claimFromFactory(address claimer_, address ref_) payable
completeOwnershipHandover(address pendingOwner) payable
initialize(address rewardTokenAddress_, uint256 endTime_, uint256 startTime_, uint256 totalParticipants_, uint256 tokenId_, address protocolFeeRecipient_, string questId_)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
pause()
queue()
renounceOwnership() payable
requestOwnershipHandover() payable
singleClaim(address account_)
transferOwnership(address newOwner) payable
unPause()
withdrawRemainingTokens()
Initialized(uint8 version)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Paused(address account)
QuestClaimedData(address indexed recipient, address indexed referrer, string extraData)
Queued(uint256 timestamp)
Unpaused(address account)
This contract contains no constructor objects.
fallback()
receive()
AddressAlreadyMinted()
AddressNotSigned()
AlreadyInitialized()
AlreadyWithdrawn()
EndTimeInPast()
EndTimeLessThanOrEqualToStartTime()
InsufficientETHBalance()
InsufficientTokenBalance()
InvalidClaimFee()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotEnded()
NotQuestFactory()
NotQueued()
NotStarted()
OverMaxAllowedToMint()
QuestEnded()
Unauthorized()
txOriginMismatch()