Federation Nouns Governance Pool v0.1

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x818fe3e8 at 17465925
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 16 additional slots

No balances found for "Federation Nouns Governance Pool v0.1"

No transactions found for "Federation Nouns Governance Pool v0.1"


Functions
Getter at block 21222053
MAX_REFUND_GAS_USED(view returns (uint256)
200000
MAX_REFUND_PRIORITY_FEE(view returns (uint256)
1000000000
REFUND_BASE_GAS(view returns (uint256)
36000
balanceSlotIdx(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000004
delegateSlotIdx(view returns (bytes32)
0x000000000000000000000000000000000000000000000000000000000000000b
 
getConfig(view returns (struct ModuleConfigConfig)
name(view returns (string)
Federation Nouns Governance Pool v0.1
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
Read-only
getBid(uint256 _pIdview returns (struct GovernancePoolBid)
minBidAmount(uint256 _pidview returns (uint256)
withdrawn(uint256 _pIdaddress _accountview returns (bool)
State-modifying
bid(uint256 _pIduint256 _supportpayable 
castVote(uint256 _pId
claimRefund(uint256 _pId
init(bytes _datapayable 
pause(
renounceOwnership(
setAddresses(address _reliquaryaddress _delegateCashaddress _factValidator
setCastWindow(uint256 _castWindow
setConfig(struct ModuleConfigConfig _config
setFeeBPS(uint256 _feeBPS
setMaxProverVersion(uint256 _version
setReason(string _reason
setReservePrice(uint256 _reservePrice
setSlots(uint256 balanceSlotuint256 delegateSlot
setTipAndRefund(uint256 _tipuint256 _maxBaseFeeRefund
setUseStartBlockFromPropId(uint256 _pId
transferOwnership(address newOwner
unpause(
withdraw(address _tokenOwneraddress _proveruint256[] _pIdsuint256[] _feebytes[] _proofBatchespayable returns (uint256)
Events
BidPlaced(address indexed daouint256 indexed propIduint256 supportuint256 amountaddress bidder
ConfigChanged(
GasRefundWithTip(address indexed touint256 refunduint256 tip
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
ProtocolFeeApplied(address indexed recipientuint256 amount
RefundClaimed(address indexed daouint256 indexed propIduint256 amountaddress receiver
SlotsUpdated(bytes32 balanceSlotbytes32 delegateSlot
Unpaused(address account
VoteCast(address indexed daouint256 indexed propIduint256 supportuint256 amountaddress bidder
Withdraw(address indexed daoaddress indexed receiveruint256[] propIduint256 amount
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
BidAuctionEnded(
BidInvalidSupport(
BidMaxBidExceeded(
BidModulePaused(
BidProposalNotActive(
BidReserveNotMet(
BidTooLow(
BidVoteAlreadyCast(
CastVoteAlreadyCast(
CastVoteBidDoesNotExist(
CastVoteMustWait(
CastVoteNoDelegations(
CastVoteNotInWindow(
ClaimAlreadyRefunded(
ClaimNotRefundable(
ClaimOnlyBidder(
ConfigModuleHasActiveLock(
InitBaseWalletNotSet(
InitCastWindowNotSet(
InitExternalDAONotSet(
InitExternalTokenNotSet(
InitFeeRecipientNotSet(
WithdrawAlreadyClaimed(
WithdrawBidNotOffered(
WithdrawBidRefunded(
WithdrawDelegateOrOwnerOnly(
WithdrawInvalidProof(string arg0
WithdrawMaxProverVersion(
WithdrawNoBalanceAtPropStart(
WithdrawNoTokensDelegated(
WithdrawPropIsActive(
WithdrawVoteNotCast(