0x979598d55d95c394fad7918d1bf0ac4ef439f2b6
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 "0x979598d55d95c394fad7918d1bf0ac4ef439f2b6"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6299952 | a year ago | | | 0 | 0.000090810007 |
ABI
ABI objects
Getter at block 21877178
endTime() view returns (uint256)
1699056000
hasWithdrawn() view returns (bool)
true
maxProtocolReward() view returns (uint256)
0
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
queued() view returns (bool)
true
redeemedTokens() view returns (uint256)
500
rewardToken() view returns (address)
0x0d380362762b0cf375227037f2217f59a4ec4b9e
startTime() view returns (uint256)
1698969600
tokenId() view returns (uint256)
1
totalParticipants() view returns (uint256)
500
Read-only
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
initialize(address rewardTokenAddress_, uint256 endTime_, uint256 startTime_, uint256 totalParticipants_, uint256 tokenId_, uint256 questFee_, address protocolFeeRecipient_)
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()
ClaimedSingle(address indexed account, address rewardAddress, uint256 amount)
Initialized(uint8 version)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Paused(address account)
Queued(uint256 timestamp)
Unpaused(address account)
This contract contains no constructor objects.
fallback()
receive()
AlreadyWithdrawn()
EndTimeInPast()
EndTimeLessThanOrEqualToStartTime()
InsufficientETHBalance()
InsufficientTokenBalance()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotEnded()
NotQuestFactory()
NotQueued()
NotStarted()
QuestEnded()
Unauthorized()