Gaia DAO

Unverified contract

Proxy

Active on Base with 116 txns
Deployed by via 0x77a27efc at 12058370
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x3574f46f1597c000e4142954304147fbce0c48b695de2209f5485405ca9c94d0
0x298e47c7d833201dca87833fd080820acdd3460a6ff9a73759b1634548197fd2
0x01aabfc6e16c41b4ecd1565720fb4b438c9eb529793e2d9472330ba683541a0b
0x139edd80340ab491997154a5e63787fcab99dc2295ba314c4d2caa716fe09935
0xc582b69a911a326194d6938bfac2a0ecd6b852ad5e700293eba0a39af99ff101
0x94eb7c36aa2d07a4a62238863660306e9e53264f40fa563ac1d56e0f3b4c0c18
0x566b3e0139482adafa29b79ecbf3e41f45c9f52ea1bd299723f77dbc78abdc26
0x990d8e66062274284ab573bf60b23c56c180993703974e019feb0ee37a581163
0x43b1968a5d87d6f40004fa0edf23b95aab8390d939f56fb4481e0b1b2cb89f9e
0xa3dc72ad5c2a3de71b4a30cc6fb94c70711f0b03a09be30ef0892a9067106ad9

Functions
Getter at block 22771796
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)
22771796
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=Gaia DAO, version=1, chainId=8453, verifyingContract=0x6952296a1b85d4f3a8d0be6c461b06034fd6afac, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name(view returns (string)
Gaia DAO
proposalCount(view returns (uint256)
19
proposalThreshold(view returns (uint256)
0
quorumDenominator(pure returns (uint256)
10000
quorumNumerator(view returns (uint256)
5100
token(view returns (address)
0xbbf4b5a830ae7a448b6e42d14d720582c3f4dd3b
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