Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x93d2…24ae
Balances ($0.00)
No balances found for "Moloch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11094239 | 4 years ago | | | 0 | 0.0037612960 | |
| 11051552 | 4 years ago | | | 0 | 0.0064577200 | |
| 11029104 | 4 years ago | | | 0 | 0.0031948720 | |
| 11029097 | 4 years ago | | | 0 | 0.0018492150 | |
| 10902851 | 4 years ago | | | 0 | 0.0037083200 | |
| 10865099 | 4 years ago | | | 0 | 0.012045653 | |
| 10806081 | 4 years ago | | | 0 | 0.0046015351 | |
| 10744743 | 4 years ago | | | 0 | 0.0039832100 | |
| 10732926 | 4 years ago | | | 0 | 0.0054201640 | |
| 10705330 | 4 years ago | | | 0 | 0.0086906400 |
ABI
ABI objects
Getter at block 21309714
abortWindow() view returns (uint256)
5
approvedToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
dilutionBound() view returns (uint256)
3
getCurrentPeriod() view returns (uint256)
10029
getProposalQueueLength() view returns (uint256)
146
gracePeriodLength() view returns (uint256)
35
guildBank() view returns (address)
0x93d2a6369d57fdf8d1c3db22a5eb4623e26a24ae
periodDuration() view returns (uint256)
17280
processingReward() view returns (uint256)
100000000000000000
proposalDeposit() view returns (uint256)
1000000000000000000
summoningTime() view returns (uint256)
1559770127
totalShares() view returns (uint256)
1371
totalSharesRequested() view returns (uint256)
0
votingPeriodLength() view returns (uint256)
35
Read-only
canRagequit(uint256 highestIndexYesVote) view returns (bool)
getMemberProposalVote(address memberAddress, uint256 proposalIndex) view returns (uint8)
hasVotingPeriodExpired(uint256 startingPeriod) view returns (bool)
memberAddressByDelegateKey(address) view returns (address)
members(address) view returns (address delegateKey, uint256 shares, bool exists, uint256 highestIndexYesVote)
proposalQueue(uint256) view returns (address proposer, address applicant, uint256 sharesRequested, uint256 startingPeriod, uint256 yesVotes, uint256 noVotes, bool processed, bool didPass, bool aborted, uint256 tokenTribute, string details, uint256 maxTotalSharesAtYesVote)
State-modifying
Events abort(uint256 proposalIndex)
processProposal(uint256 proposalIndex)
ragequit(uint256 sharesToBurn)
submitProposal(address applicant, uint256 tokenTribute, uint256 sharesRequested, string details)
submitVote(uint256 proposalIndex, uint8 uintVote)
updateDelegateKey(address newDelegateKey)
Abort(uint256 indexed proposalIndex, address applicantAddress)
ProcessProposal(uint256 indexed proposalIndex, address indexed applicant, address indexed memberAddress, uint256 tokenTribute, uint256 sharesRequested, bool didPass)
Ragequit(address indexed memberAddress, uint256 sharesToBurn)
SubmitProposal(uint256 proposalIndex, address indexed delegateKey, address indexed memberAddress, address indexed applicant, uint256 tokenTribute, uint256 sharesRequested)
SubmitVote(uint256 indexed proposalIndex, address indexed delegateKey, address indexed memberAddress, uint8 uintVote)
SummonComplete(address indexed summoner, uint256 shares)
UpdateDelegateKey(address indexed memberAddress, address newDelegateKey)
constructor(address summoner, address _approvedToken, uint256 _periodDuration, uint256 _votingPeriodLength, uint256 _gracePeriodLength, uint256 _abortWindow, uint256 _proposalDeposit, uint256 _dilutionBound, uint256 _processingReward)
This contract contains no fallback and receive objects.
This contract contains no error objects.