L2 SHOWDOWN: GRAND FINALE!
Verified contract
Active on
Base with 21,684 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
18 additional
variables
Balances ($0.00)
No balances found for "L2 SHOWDOWN: GRAND FINALE!"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22805151 | 11 hours ago | | | 0 | 0.0000018413838 | |
| 22667193 | 4 days ago | | | 0 | 0.0000013194703 | |
| 22585017 | 6 days ago | | | 0 | 4.4662699e-7 | |
| 22584971 | 6 days ago | | | 0 | 4.4691371e-7 | |
| 21808022 | 24 days ago | | | 0 | 4.2466564e-7 | |
| 21762926 | 25 days ago | | | 0 | 4.2421100e-7 | |
| 21544405 | a month ago | | | 0 | 4.1484714e-7 | |
| 21544346 | a month ago | | | 0 | 4.2140278e-7 | |
| 21320554 | a month ago | | | 0 | 7.7370620e-7 | |
| 21195676 | a month ago | | | 0 | 4.2971171e-7 |
ABI
ABI objects
Getter at block 22824083 getAllAddressesThatHaveVoted() view returns (address[]) getAllCommentIds() view returns (uint256[]) prompt() view returns (string)
AMOUNT_FOR_SUMBITTER_PROOF() view returns (uint256)
10000000000000000000
JK_LABS_ADDRESS() view returns (address)
0xdc652c746a8f85e18ce632d97c6118e8a52fa738
MAX_FIELDS_METADATA_LENGTH() view returns (uint256)
10
METADATAS_COUNT() view returns (uint256)
3
allProposalTotalVotes() view returns (uint256[] proposalIdsReturn, struct GovernorCountingSimpleVoteCounts[] proposalVoteCountsArrayReturn)
(proposalIdsReturn=[14110274083044422648407257627216138957886090264997194371858417028546997223970, 31436666122478391012148045072187193070575976917398422651290129264709334066448], proposalVoteCountsArrayReturn=[(5523000000000000000000, 0), (181114000000000000000000, 0)])
canceled() view returns (bool)
false
contestDeadline() view returns (uint256)
1728320399
contestStart() view returns (uint256)
1728145883
costToPropose() view returns (uint256)
100000000000000
costToVote() view returns (uint256)
100000000000000
creator() view returns (address)
0x2fd68b16274478788da19299c480c1093ae021fe
creatorSplitDestination() view returns (address)
0xc5d5846b013d7929dac053d4030b00047a14dde3
downvotingAllowed() view returns (uint256)
0
getAllAuthorsOfDeletedProposals() view returns (address[])
[]
getAllDeletedCommentIds() view returns (uint256[])
[63289865446377963423267504346294749459959894560589589237479693730877127435890]
getAllDeletedProposalIds() view returns (uint256[])
[]
getAllProposalAuthors() view returns (address[])
[0x2fd68b16274478788da19299C480C1093aE021fE, 0x2fd68b16274478788da19299C480C1093aE021fE]
getAllProposalIds() view returns (uint256[])
[14110274083044422648407257627216138957886090264997194371858417028546997223970, 31436666122478391012148045072187193070575976917398422651290129264709334066448]
getSortedRanks() view returns (uint256[] sortedRanksArray)
[181114000000000000000000, 5523000000000000000000, 1200000000000000000000, 1199000000000000000000, 31000000000000000000]
jkLabsSplitDestination() view returns (address)
0xfbbca1b92e5b4c79ecf5e420ec8b44d36e43828d
maxProposalCount() view returns (uint256)
10000
metadataFieldsSchema() view returns (string)
{}
name() view returns (string)
L2 SHOWDOWN: GRAND FINALE!
numAllowedProposalSubmissions() view returns (uint256)
9
officialRewardsModule() view returns (address)
0x0000000000000000000000000000000000000000
payPerVote() view returns (uint256)
1
percentageToCreator() view returns (uint256)
50
rankLimit() view returns (uint256)
250
sortingEnabled() view returns (uint256)
1
state() view returns (uint8)
4
submissionMerkleRoot() view returns (bytes32)
0x3bad4cc59e4a0f6724d1ebd251e1eb20cb3ecbbafb4d22253fcc8cbe4b7fbe87
totalVotesCast() view returns (uint256)
186637000000000000000000
version() pure returns (string)
4.33
voteStart() view returns (uint256)
1728147599
votingDelay() view returns (uint256)
1716
votingMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
votingPeriod() view returns (uint256)
172800
Read-only
addressSubmitterVerified(address) view returns (bool)
addressTotalCastVoteCounts(address) view returns (uint256)
addressTotalVotes(address) view returns (uint256)
addressTotalVotesVerified(address) view returns (bool)
addressesThatHaveVoted(uint256) view returns (address)
checkProof(address addressToCheck, uint256 amount, bytes32[] proof, bool voting) view returns (bool verified)
commentIds(uint256) view returns (uint256)
commentIsDeleted(uint256) view returns (bool)
comments(uint256) view returns (address author, uint256 timestamp, uint256 proposalId, string commentContent)
contestAddressTotalVotesCast(address userAddress) view returns (uint256 userTotalVotesCast)
deletedCommentIds(uint256) view returns (uint256)
deletedProposalIds(uint256) view returns (uint256)
forVotesToProposalIds(uint256, uint256) view returns (uint256)
getComment(uint256 commentId) view returns (struct GovernorEngagementCommentCore)
getNumProposalsWithThisManyForVotes(uint256 forVotes) view returns (uint256 count)
getOnlyProposalIdWithThisManyForVotes(uint256 forVotes) view returns (uint256 proposalId)
getProposal(uint256 proposalId) view returns (struct GovernorProposalCore)
getProposalComments(uint256 proposalId) view returns (uint256[])
getProposalsWithThisManyForVotes(uint256 forVotes) view returns (uint256[] proposalsWithThisManyForVotes)
getRankIndex(uint256 rank) view returns (uint256 rankIndex)
hashComment(struct GovernorEngagementCommentCore commentObj) pure returns (uint256)
hashProposal(struct GovernorProposalCore proposal) pure returns (uint256)
isOrIsBelowTiedRank(uint256 idx) view returns (bool atOrBelowTiedRank)
numSubmissions(address) view returns (uint256)
proposalAddressVotes(uint256 proposalId, address userAddress) view returns (uint256 forVotes, uint256 againstVotes)
proposalAddressesHaveVoted(uint256 proposalId) view returns (address[])
proposalAuthors(uint256) view returns (address)
proposalComments(uint256, uint256) view returns (uint256)
proposalIds(uint256) view returns (uint256)
proposalIsDeleted(uint256) view returns (bool)
proposalVotes(uint256 proposalId) view returns (uint256 forVotes, uint256 againstVotes)
proposalVotesStructs(uint256) view returns (struct GovernorCountingSimpleVoteCounts proposalVoteCounts)
proposals(uint256) view returns (address author, bool exists, string description, struct GovernorTargetMetadata targetMetadata, struct GovernorSafeMetadata safeMetadata, struct GovernorFieldsMetadata fieldsMetadata)
sortedRanks(uint256) view returns (uint256)
validateProposalData(struct GovernorProposalCore proposal) view
State-modifying
Events cancel()
castVote(uint256 proposalId, uint8 support, uint256 totalVotes, uint256 numVotes, bytes32[] proof) payable returns (uint256)
castVoteWithoutProof(uint256 proposalId, uint8 support, uint256 numVotes) payable returns (uint256)
comment(uint256 proposalId, string commentContent) returns (uint256)
deleteComments(uint256[] commentIdsParam)
deleteProposals(uint256[] proposalIdsToDelete)
propose(struct GovernorProposalCore proposal, bytes32[] proof) payable returns (uint256)
proposeWithoutProof(struct GovernorProposalCore proposal) payable returns (uint256)
setCreatorSplitDestination(address newCreatorSplitDestination)
setOfficialRewardsModule(address officialRewardsModule_)
setSubmissionMerkleRoot(bytes32 newSubmissionMerkleRoot)
setVotingMerkleRoot(bytes32 newVotingMerkleRoot)
verifyProposer(address account, bytes32[] proof)
verifyVoter(address account, uint256 totalVotes, bytes32[] proof)
CommentCreated(uint256 commentId)
CommentsDeleted(uint256[] commentIds)
ContestCanceled()
CreatorPaymentReleased(address to, uint256 amount)
JkLabsPaymentReleased(address to, uint256 amount)
JokeraceCreated(string version, string name, string prompt, address creator, uint256 contestStart, uint256 votingDelay, uint256 votingPeriod)
OfficialRewardsModuleSet(address oldOfficialRewardsModule, address newOfficialRewardsModule)
ProposalCreated(uint256 proposalId, address proposer, string proposalDescription)
ProposalsDeleted(uint256[] proposalIds)
VoteCast(address indexed voter, uint256 proposalId, uint8 support, uint256 numVotes)
constructor(string _name, string _prompt, bytes32 _submissionMerkleRoot, bytes32 _votingMerkleRoot, GovernorConstructorArgs _constructorArgs)
This contract contains no fallback and receive objects.
AddressFieldMetadataArrayTooLong()
AddressNotPermissionedToSubmit()
AuthorIsNotSender(address author, address sender)
CannotDeleteWhenCompletedOrCanceled()
CannotUpdateWhenCompletedOrCanceled()
CannotVoteLessThanOneVoteInPayPerVote()
CannotVoteOnDeletedProposal()
ContestAlreadyCanceled()
ContestMustBeActiveToVote(uint8 currentState)
ContestMustBeQueuedToPropose(uint8 currentState)
ContestSubmissionLimitReached(uint256 maxProposalCount)
DownvotingNotEnabled()
DuplicateSubmission(uint256 proposalId)
EmptyProposalDescription()
IncorrectCostSent(uint256 msgValue, uint256 costToVote)
IndexHasNotBeenPopulated()
InvalidVoteType()
MoreThanOneProposalWithThisManyVotes()
NeedAtLeastOneVoteToVote()
NeedToSubmitWithProofFirst()
NeedToVoteWithProofFirst()
NotEnoughVotesLeft()
NotInMerkle()
OnlyCreatorCanAmend()
OnlyCreatorCanDelete()
OnlyCreatorCanSetRewardsModule()
OnlyCreatorOrAuthorCanDeleteComments(uint256 failedToDeleteCommentId)
OnlyJkLabsCanAmend()
OnlyJkLabsOrCreatorCanCancel()
PayPerVoteMustBeEnabledForAnyoneCanVote()
RankCannotBeZero()
RankIsNotInSortedRanks()
SenderSubmissionLimitReached(uint256 numAllowedProposalSubmissions)
SortingAndDownvotingCannotBothBeEnabled()
StringFieldMetadataArrayTooLong()
UintFieldMetadataArrayTooLong()
UnexpectedMetadata(uint8 unexpectedMetadata)
ZeroSignersInSafeMetadata()
ZeroThresholdInSafeMetadata()