Thor Odinson DAO

Unverified contract

Proxy

Active on Base with 301 txns
Deployed by via 0xe568be58 at 11997085
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x9b024a9c325d7fe24dca55318a88de7aaaf5411db0b9fb8ce9b00bbb2d758980
0x891febca5a74482ecc9ac6266f8695668130acb6e644aacf4212791c3c0d6c79
0xf78fe4b91132f98dd1d63accc28836a9f199c3b8ea19b9e90e684b1d91300811
0xfe344a3ba4df4beb74723ef95a22f1636dfe55fe5e82bba6449e508cc9db5378
0xaa6969bccbfbb277fb87dba042fd4885b10e70f22340d049b0499ea98ba1faeb
0x868a45b2532a8553a52eddc876c011194395c0df8875366623eb7fde910f819b
0xdb20d234f8422cd73ad5ff8746b8774b7beae754182ae87deed4186c643dee85
0xd0c1935ca580e37f43f910e51457e41ced3c8c3311431275e52d14eb6f64b375
0xcc6f7d5c00d7c10a50a4c80d2335816f24d1c7673cce9befcf7677b747be00b4
0x6bb6a89b395799c1e8f3499f71ec39bf285c7e69b6b5aa86ee37490c055be27b

Functions
Getter at block 22784086
BALLOT_TYPEHASH(view returns (bytes32)
0xf2aad550cf55f045cb27e9c559f9889fdfb6e6cdaa032301d6ea397784ae51d7
CLOCK_MODE(view returns (string)
mode=blocknumber&from=default
COUNTING_MODE(pure returns (string)
support=bravo&quorum=for,abstain
EXTENDED_BALLOT_TYPEHASH(view returns (bytes32)
0x3e83946653575f9a39005e1545185629e92736b7528ab20ca3816f315424a811
clock(view returns (uint48)
22784086
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=Thor Odinson DAO, version=1, chainId=8453, verifyingContract=0xb25062bb31130c7fb93c795f1335955a0459a6fb, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name(view returns (string)
Thor Odinson DAO
proposalCount(view returns (uint256)
52
proposalThreshold(view returns (uint256)
0
quorumDenominator(pure returns (uint256)
10000
quorumNumerator(view returns (uint256)
5100
token(view returns (address)
0x1539748578a7c2dfd3480f6ad1f792dffe757dcf
version(view returns (string)
1
votingDelay(view returns (uint256)
0
votingPeriod(view returns (uint256)
64800
Read-only
getMaturity(uint256 proposalIdview returns (uint256)
getPastScore(address accountuint256 timepointview returns (uint256)
getVotes(address accountuint256 timepointview returns (uint256)
getVotesWithParams(address accountuint256 timepointbytes paramsview returns (uint256)
hasVoted(uint256 proposalIdaddress accountview returns (bool)
hashProposal(address[] targetsuint256[] valuesbytes[] calldatasbytes32 descriptionHashpure returns (uint256)
nonces(address ownerview returns (uint256)
proposalDeadline(uint256 proposalIdview returns (uint256)
proposalDetails(uint256 proposalIdview returns (address[]uint256[]bytes[]bytes32)
proposalDetailsAt(uint256 indexview returns (uint256address[]uint256[]bytes[]bytes32)
proposalEta(uint256 proposalIdview returns (uint256)
proposalNeedsQueuing(uint256view returns (bool)
proposalProposer(uint256 proposalIdview returns (address)
proposalSnapshot(uint256 proposalIdview returns (uint256)
proposalVotes(uint256 proposalIdview returns (uint256 againstVotesuint256 forVotesuint256 abstainVotes)
quorum(uint256 blockNumberview returns (uint256)
quorumNumerator(uint256 timepointview returns (uint256)
scoreOf(address accountview returns (uint256)
state(uint256 proposalIdview returns (uint8)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
cancel(address[] targetsuint256[] valuesbytes[] calldatasbytes32 descriptionHashreturns (uint256)
cancel(uint256 proposalId
castVote(uint256 proposalIduint8 supportreturns (uint256)
castVoteBySig(uint256 proposalIduint8 supportaddress voterbytes signaturereturns (uint256)
castVoteWithReason(uint256 proposalIduint8 supportstring reasonreturns (uint256)
castVoteWithReasonAndParams(uint256 proposalIduint8 supportstring reasonbytes paramsreturns (uint256)
castVoteWithReasonAndParamsBySig(uint256 proposalIduint8 supportaddress voterstring reasonbytes paramsbytes signaturereturns (uint256)
execute(address[] targetsuint256[] valuesbytes[] calldatasbytes32 descriptionHashpayable returns (uint256)
execute(uint256 proposalIdpayable 
initialize(string nameaddress tokenaddress contributionNftuint256 thresholduint32 votingPeriod_
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256bytesreturns (bytes4)
propose(address[] targetsuint256[] valuesbytes[] calldatasstring descriptionreturns (uint256)
queue(address[] targetsuint256[] valuesbytes[] calldatasbytes32 descriptionHashreturns (uint256)
queue(uint256 proposalId
relay(address targetuint256 valuebytes datapayable 
setProposalThreshold(uint256 newProposalThreshold
setVotingDelay(uint48 newVotingDelay
setVotingPeriod(uint32 newVotingPeriod
updateQuorumNumerator(uint256 newQuorumNumerator
Events
EIP712DomainChanged(
Initialized(uint64 version
ProposalCanceled(uint256 proposalId
ProposalCreated(uint256 proposalIdaddress proposeraddress[] targetsuint256[] valuesstring[] signaturesbytes[] calldatasuint256 voteStartuint256 voteEndstring description
ProposalExecuted(uint256 proposalId
ProposalQueued(uint256 proposalIduint256 etaSeconds
ProposalThresholdSet(uint256 oldProposalThresholduint256 newProposalThreshold
QuorumNumeratorUpdated(uint256 oldQuorumNumeratoruint256 newQuorumNumerator
ValidatorEloRating(uint256 proposalIdaddress voteruint256 scoreuint8[] votes
VoteCast(address indexed voteruint256 proposalIduint8 supportuint256 weightstring reason
VoteCastWithParams(address indexed voteruint256 proposalIduint8 supportuint256 weightstring reasonbytes params
VotingDelaySet(uint256 oldVotingDelayuint256 newVotingDelay
VotingPeriodSet(uint256 oldVotingPerioduint256 newVotingPeriod
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
CheckpointUnorderedInsertion(
ERC5805FutureLookup(uint256 timepointuint48 clock
FailedInnerCall(
GovernorAlreadyCastVote(address voter
GovernorAlreadyQueuedProposal(uint256 proposalId
GovernorDisabledDeposit(
GovernorInsufficientProposerVotes(address proposeruint256 votesuint256 threshold
GovernorInvalidProposalLength(uint256 targetsuint256 calldatasuint256 values
GovernorInvalidQuorumFraction(uint256 quorumNumeratoruint256 quorumDenominator
GovernorInvalidSignature(address voter
GovernorInvalidVoteType(
GovernorInvalidVotingPeriod(uint256 votingPeriod
GovernorNonexistentProposal(uint256 proposalId
GovernorNotQueuedProposal(uint256 proposalId
GovernorOnlyExecutor(address account
GovernorOnlyProposer(address account
GovernorQueueNotImplemented(
GovernorRestrictedProposer(address proposer
GovernorUnexpectedProposalState(uint256 proposalIduint8 currentbytes32 expectedStates
InvalidAccountNonce(address accountuint256 currentNonce
InvalidInitialization(
NotInitializing(
QueueEmpty(
QueueFull(
SafeCastOverflowedUintDowncast(uint8 bitsuint256 value