Federation Governance Pool Factory v0.1
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Federation Governance Pool Factory v0.1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17466209 | a year ago | | | 0 | 0.00075202962 | |
| 17466138 | a year ago | | | 0 | 0.011975183 |
ABI
ABI objects
Getter at block 21221518
dcash() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
factValidator() view returns (address)
0x42ff6748c0362c34e012bab507a8c0b1cf254bfb
feeBPS() view returns (uint256)
250
feeRecipient() view returns (address)
0x6b810bab946032997b006adf1af44b97ef8bd8e7
impl() view returns (address)
0x1807e79594a19de9a887f0a1448f4ab4c347b763
maxBaseFeeRefund() view returns (uint256)
80000000000
name() view returns (string)
Federation Governance Pool Factory v0.1
owner() view returns (address)
0xd2f225cbaa89f270f71f6014548b600da141ae6a
reliquary() view returns (address)
0x5e4de6bb8c6824f29c44bd3473d44da120387d08
Read-only
This contract contains no read-only function objects.
State-modifying
Events clone(struct NounsFactoryPoolConfig _cfg, uint256 _castWindow, uint256 _tip, string _reason) payable returns (address)
renounceOwnership()
setAddresses(address _impl, address _reliquary, address _delegateCash, address _factValidator)
setFeeConfig(address _feeRecipient, uint256 _feeBPS)
setMaxBaseFeeRefund(uint256 _maxBaseFeeRefund)
setUseStartBlockFromPropId(uint256 _useStartBlockFromPropId)
transferOwnership(address newOwner)
AddressesUpdated(address impl, address reliquary, address delegateCash, address factValidator)
Created(address addr)
FeeConfigUpdated()
MaxBaseFeeRefundUpdated()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StartBlockSnapshotFromPropId(uint256 pId)
constructor(address _impl, address _reliquary, address _dcash, address _factValidator, address _feeRecipient, uint256 _feeBPS, uint256 _maxBaseFeeRefund, uint256 _useStartBlockFromPropId)
This contract contains no fallback and receive objects.
This contract contains no error objects.