Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($134,136.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 42.409699 | $3,162.87 |
$134,136.36 | |
TLA | ERC-20 | 1 | -- | -- | |
DCC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17488567 | a year ago | | | 0 | 0.0010176782 | |
| 17488563 | a year ago | | | 0 | 0.0010296809 | |
| 17412424 | a year ago | | | 0 | 0.0013323053 | |
| 17218156 | 2 years ago | | | 0 | 0.012833333 | |
| 17208063 | 2 years ago | | | 0 | 0.015153237 | |
| 17208049 | 2 years ago | | | 0 | 0.021039865 | |
| 17187305 | 2 years ago | | | 0 | 0.011614824 | |
| 17131149 | 2 years ago | | | 0 | 0.0033277920 | |
| 17131049 | 2 years ago | | | 0 | 0.0036691040 | |
| 17130557 | 2 years ago | | | 0 | 0.0031571360 |
ABI
ABI objects
Getter at block 21217374
ESCROW() view returns (address)
0x000000000000000000000000000000000000beef
GUILD() view returns (address)
0x000000000000000000000000000000000000dead
TOTAL() view returns (address)
0x000000000000000000000000000000000000babe
adminFeeDenominator() view returns (uint256)
200
depositToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
dilutionBound() view returns (uint256)
3
getCurrentPeriod() view returns (uint256)
8331
getProposalQueueLength() view returns (uint256)
145
getTokenCount() view returns (uint256)
1
gracePeriodLength() view returns (uint256)
35
isOwner() view returns (bool)
false
laoFundAddress() view returns (address)
0x64393202810302096334e9cb98f3135c338f8d67
lastPaymentTime() view returns (uint256)
1624306968
owner() view returns (address)
0xde6ab16a4015c680daab58021815d09ddb57db8e
periodDuration() view returns (uint256)
17280
processingReward() view returns (uint256)
0
proposalCount() view returns (uint256)
179
proposalDeposit() view returns (uint256)
0
summoningTime() view returns (uint256)
1588000270
totalGuildBankTokens() view returns (uint256)
1
totalLoot() view returns (uint256)
0
totalShares() view returns (uint256)
11200003
votingPeriodLength() view returns (uint256)
35
Read-only
approvedTokens(uint256) view returns (address)
canRagequit(uint256 highestIndexYesVote) view returns (bool)
getMemberProposalVote(address memberAddress, uint256 proposalIndex) view returns (uint8)
getProposalFlags(uint256 proposalId) view returns (bool[6])
getUserTokenBalance(address user, address token) view returns (uint256)
hasVotingPeriodExpired(uint256 startingPeriod) view returns (bool)
memberAddressByDelegateKey(address) view returns (address)
members(address) view returns (address delegateKey, uint256 shares, uint256 loot, bool exists, uint256 highestIndexYesVote, uint256 jailed)
proposalQueue(uint256) view returns (uint256)
proposals(uint256) view returns (address applicant, address proposer, address sponsor, uint256 sharesRequested, uint256 lootRequested, uint256 tributeOffered, address tributeToken, uint256 paymentRequested, address paymentToken, uint256 startingPeriod, uint256 yesVotes, uint256 noVotes, string details, uint256 maxTotalSharesAndLootAtYesVote)
proposedToKick(address) view returns (bool)
proposedToWhitelist(address) view returns (bool)
tokenWhitelist(address) view returns (bool)
userTokenBalances(address, address) view returns (uint256)
State-modifying
Events cancelProposal(uint256 proposalId)
collectTokens(address token)
processGuildKickProposal(uint256 proposalIndex)
processProposal(uint256 proposalIndex)
processWhitelistProposal(uint256 proposalIndex)
ragekick(address memberToKick)
ragequit(uint256 sharesToBurn, uint256 lootToBurn)
renounceOwnership()
setAdminFee(uint256 _adminFeeDenominator, address _laoFundAddress)
sponsorProposal(uint256 proposalId)
submitGuildKickProposal(address memberToKick, string details) returns (uint256 proposalId)
submitProposal(address applicant, uint256 sharesRequested, uint256 lootRequested, uint256 tributeOffered, address tributeToken, uint256 paymentRequested, address paymentToken, string details) returns (uint256 proposalId)
submitVote(uint256 proposalIndex, uint8 uintVote)
submitWhitelistProposal(address tokenToWhitelist, string details) returns (uint256 proposalId)
transferOwnership(address newOwner)
updateDelegateKey(address newDelegateKey)
withdrawAdminFee()
withdrawBalance(address token, uint256 amount)
withdrawBalances(address[] tokens, uint256[] amounts, bool max)
CancelProposal(uint256 indexed proposalId, address applicantAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessGuildKickProposal(uint256 indexed proposalIndex, uint256 indexed proposalId, bool didPass)
ProcessProposal(uint256 indexed proposalIndex, uint256 indexed proposalId, bool didPass)
ProcessWhitelistProposal(uint256 indexed proposalIndex, uint256 indexed proposalId, bool didPass)
Ragequit(address indexed memberAddress, uint256 sharesToBurn, uint256 lootToBurn)
SponsorProposal(address indexed delegateKey, address indexed memberAddress, uint256 proposalId, uint256 proposalIndex, uint256 startingPeriod)
SubmitProposal(address indexed applicant, uint256 sharesRequested, uint256 lootRequested, uint256 tributeOffered, address tributeToken, uint256 paymentRequested, address paymentToken, string details, bool[6] flags, uint256 proposalId, address indexed delegateKey, address indexed memberAddress)
SubmitVote(uint256 proposalId, uint256 indexed proposalIndex, address indexed delegateKey, address indexed memberAddress, uint8 uintVote)
SummonComplete(address indexed summoner, address[] tokens, uint256 summoningTime, uint256 periodDuration, uint256 votingPeriodLength, uint256 gracePeriodLength, uint256 proposalDeposit, uint256 dilutionBound, uint256 processingReward)
TokensCollected(address indexed token, uint256 amountToCollect)
UpdateDelegateKey(address indexed memberAddress, address newDelegateKey)
Withdraw(address indexed memberAddress, address token, uint256 amount)
constructor(address _summoner, address[] _approvedTokens, uint256 _periodDuration, uint256 _votingPeriodLength, uint256 _gracePeriodLength, uint256 _proposalDeposit, uint256 _dilutionBound, uint256 _processingReward, address _laoFundAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.