Quest1155
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 "Quest1155"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Quest1155"
ABI
ABI objects
Getter at block 21884115
endTime() view returns (uint256)
0
hasWithdrawn() view returns (bool)
false
maxProtocolReward() view returns (uint256)
0
owner() view returns (address result)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
protocolFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
questFactoryContract() view returns (address)
0x0000000000000000000000000000000000000000
questFee() view returns (uint256)
0
queued() view returns (bool)
false
redeemedTokens() view returns (uint256)
0
rewardToken() view returns (address)
0x0000000000000000000000000000000000000000
startTime() view returns (uint256)
0
tokenId() view returns (uint256)
0
totalParticipants() view returns (uint256)
0
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)
constructor()
fallback()
receive()
AlreadyWithdrawn()
EndTimeInPast()
EndTimeLessThanOrEqualToStartTime()
InsufficientETHBalance()
InsufficientTokenBalance()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotEnded()
NotQuestFactory()
NotQueued()
NotStarted()
QuestEnded()
Unauthorized()