Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x211a…9c7e
Balances ($307,869.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 100 | $3,078.69 |
$307,869 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13233581 | 3 years ago | | | 0 | 0.0057193460 | |
| 13139837 | 3 years ago | | | 0 | 0.0094089607 | |
| 13109447 | 3 years ago | | | 0 | 0.0090140257 | |
| 13108857 | 3 years ago | | | 0 | 0.015348549 | |
| 13108739 | 3 years ago | | | 0 | 0.043402560 | |
| 12981854 | 3 years ago | | | 0 | 0.0044035936 | |
| 12897909 | 3 years ago | | | 0 | 0.0011397540 | |
| 12885098 | 3 years ago | | | 0 | 0.00054616760 | |
| 12872701 | 3 years ago | | | 0 | 0.00070298800 | |
| 12859053 | 3 years ago | | | 0 | 0.0013124440 |
ABI
ABI objects
Getter at block 21208528
abortWindow() view returns (uint256)
5
approvedToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
dilutionBound() view returns (uint256)
3
getCurrentPeriod() view returns (uint256)
10516
getProposalQueueLength() view returns (uint256)
144
gracePeriodLength() view returns (uint256)
35
guildBank() view returns (address)
0x211a94468ba1e379236b45ca42dc63ee93139c7e
periodDuration() view returns (uint256)
17280
processingReward() view returns (uint256)
100000000000000000
proposalDeposit() view returns (uint256)
10000000000000000000
summoningTime() view returns (uint256)
1550131297
totalShares() view returns (uint256)
3759
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.