MultisigDAOUpgradeable
Verified contract
Proxy
Active on
Ethereum with 413 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9c4a…f050
Balances ($174.03)
Native
Value
$174.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.054009 | $3,222.25 |
$174.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19782280 | 6 months ago | | | 0 | 0.00092422828 | |
| 19782278 | 6 months ago | | | 0 | 0.00085955366 | |
| 19767842 | 6 months ago | | | 0 | 0.022632822 | |
| 18945672 | 10 months ago | | | 0 | 0.00091373651 | |
| 18945652 | 10 months ago | | | 0 | 0.0011676929 | |
| 17966678 | a year ago | | | 0 | 0.0011505842 | |
| 17167007 | 2 years ago | | | 0 | 0.0060820905 | |
| 16372989 | 2 years ago | | | 0 | 0.0078693401 | |
| 15936552 | 2 years ago | | | 0 | 0.0089713251 | |
| 15435117 | 2 years ago | | | 0 | 0.0016393408 |
ABI
ABI objects
Getter at block 21185255
coolingOff() view returns (uint32)
172800
govToken() view returns (address)
0x9c4a4204b79dd291d6b6571c5be8bbcd0622f050
lockDuration() view returns (uint32)
604800
maxProposalTargets() view returns (uint32)
10
multisig() view returns (address)
0x2223759d5d3b1d82d75c828e181d88a0fd114545
multisigInitialized() view returns (bool)
true
name() pure returns (string)
MultisigDAOUpgradeable
proposalDuration() view returns (uint32)
259200
proposalThreshold() view returns (uint96)
1000000000000000000
quorumDivisor() view returns (uint8)
2
totalStaked() view returns (uint256)
2455280238183864343491729
warmUp() view returns (uint32)
172800
Read-only
getProposalURI(uint256 proposalId) view returns (string)
getStaked(address account) view returns (uint96)
proposals(uint256) view returns (address proposer, uint96 yes, uint96 no, uint8 state, uint256 startTime, uint256 expiryTime, uint256 passTime, bool allowMultisig, string proposalURI)
stakers(address) view returns (uint96 stakedAmount, uint256 lockedUntil)
State-modifying
Events upgradeTo(address newImpl)
upgradeToAndCall(address newImpl, bytes data) payable
execute(uint256 proposalId)
initialize(address _govToken, uint32 _maxProposalTargets, uint32 _warmUp, uint32 _coolingOff, uint32 _proposalDuration, uint32 _lockDuration, uint96 _proposalThreshold, uint8 _quorumDivisor)
initializeMultisig(address _multisig)
multisigVoteAgainst(uint256 proposalId)
multisigVoteFor(uint256 proposalId)
propose(address[] targets, bytes[] proposalData, bool _allowMultisig, string _proposalURI)
setCoolingOff(uint32 newCoolingOff)
setLockDuration(uint32 newLockDuration)
setMaxProposalTargets(uint32 newMaxProposalTargets)
setMultisig(address newMultisig)
setProposalDuration(uint32 newProposalDuration)
setProposalThreshold(uint96 newThreshold)
setQuorumDivisor(uint8 newQuorumDivisor)
setWarmUp(uint32 newWarmup)
stake(uint96 amount)
vote(uint256 proposalId, bool userVote, uint96 amount)
withdraw(uint96 amount)
withdrawERC20(address token, address to, uint256 amount)
withdrawETH(address to, uint256 amount)
Upgraded(address indexed implementation)
MultisigVote(uint256 proposalId)
ProposalCreated(uint256 proposalId)
ProposalExecuted(uint256 proposalId)
ProposalPassed(uint256 proposalId)
ProposalRejected(uint256 proposalId)
SetMultisig(address multisig)
TargetExecuted(uint256 proposalId, address target, bytes returnData)
UserStake(address staker, uint96 amount)
UserVote(address voter, bool side, uint256 proposalId, uint96 amount)
UserWithdraw(address staker, uint96 amount)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.