Federation Nouns Governance Pool v0.1
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
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
Balances ($0.00)
No balances found for "Federation Nouns Governance Pool v0.1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Federation Nouns Governance Pool v0.1"
ABI
ABI objects
Getter at block 21222053 getConfig() view returns (struct ModuleConfigConfig)
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
name() view returns (string)
Federation Nouns Governance Pool v0.1
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
Read-only
getBid(uint256 _pId) view returns (struct GovernancePoolBid)
minBidAmount(uint256 _pid) view returns (uint256)
withdrawn(uint256 _pId, address _account) view returns (bool)
State-modifying
Events bid(uint256 _pId, uint256 _support) payable
castVote(uint256 _pId)
claimRefund(uint256 _pId)
init(bytes _data) payable
pause()
renounceOwnership()
setAddresses(address _reliquary, address _delegateCash, address _factValidator)
setCastWindow(uint256 _castWindow)
setConfig(struct ModuleConfigConfig _config)
setFeeBPS(uint256 _feeBPS)
setMaxProverVersion(uint256 _version)
setReason(string _reason)
setReservePrice(uint256 _reservePrice)
setSlots(uint256 balanceSlot, uint256 delegateSlot)
setTipAndRefund(uint256 _tip, uint256 _maxBaseFeeRefund)
setUseStartBlockFromPropId(uint256 _pId)
transferOwnership(address newOwner)
unpause()
withdraw(address _tokenOwner, address _prover, uint256[] _pIds, uint256[] _fee, bytes[] _proofBatches) payable returns (uint256)
BidPlaced(address indexed dao, uint256 indexed propId, uint256 support, uint256 amount, address bidder)
ConfigChanged()
GasRefundWithTip(address indexed to, uint256 refund, uint256 tip)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ProtocolFeeApplied(address indexed recipient, uint256 amount)
RefundClaimed(address indexed dao, uint256 indexed propId, uint256 amount, address receiver)
SlotsUpdated(bytes32 balanceSlot, bytes32 delegateSlot)
Unpaused(address account)
VoteCast(address indexed dao, uint256 indexed propId, uint256 support, uint256 amount, address bidder)
Withdraw(address indexed dao, address indexed receiver, uint256[] propId, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
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()