Federation Nouns Governance Pool v0.1

Verified contract

Proxy

Active on Ethereum with 127 txns
Deployed by via 0x62743d59 at 17466138
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
Native
Value $6,469.63
0x9c2fb815f2870c4eb18e0c86c5c28251848f2b84d0b30cde802679773d7ac468
From
0xd358cafa2fbe646e879bbd2883ac64f008b2ae0c2c2ea4fd5a8211a65ff262e9
From
0x19bf13b1ac719d384f00feaf674679709341a9554666f39bd0d35d4a09feb2ae
From
0x7748cda1f0d33af74cccc5b1f632ccfb4efbdd95f0a090f2a9d100503f6c5131
0xf11f50c60d982356c6638900c97bf041469ef16cc359c29d4753085d0b8d11f0
0x134226fde4b055607b80dd37073aa17916042227c229ba1d3b91ba66f25d921d
0x13e4e81ca30b20f7df4808f61ea00d713e3fc4bd79163bb5dfff65cb282b784f
0x336f4f76a65cca066104338fae8e3089727373a8d2e2dcdbf427ff8f3314e39d
0x90c5c231047043f64e4a83e5e1c2f70cc4356557a3cbdefd933efa243c36e721
0xd130572b317763cbcdde0e729845329408932a180af4e2955c02df6afb0bd10a

Functions
Getter at block 21220992
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)
0x6b2645b468a828a12fea8c7d644445eb808ec2b1
paused(view returns (bool)
true
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

This contract contains no constructor objects.

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(