Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($558.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 560.420143 | $0.997115 |
$558.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16798597 | 2 years ago | | | 0 | 0.0028381666 | |
| 15396411 | 2 years ago | | | 0 | 0.00048463053 | |
| 15396401 | 2 years ago | | | 0 | 0.00057528606 | |
| 12128830 | 4 years ago | | | 0 | 0.0049354448 | |
| 12128830 | 4 years ago | | | 0 | 0.0048146472 | |
| 11893847 | 4 years ago | | | 0 | 0.011633388 | |
| 11889895 | 4 years ago | | | 0 | 0.013003200 | |
| 11889889 | 4 years ago | | | 0 | 0.010625472 | |
| 11888988 | 4 years ago | | | 0 | 0.012072450 | |
| 11871446 | 4 years ago | | | 0 | 0.0089164800 |
ABI
ABI objects
Getter at block 21440373
controller() view returns (address)
0x307032847e07270ad7a0000100541507002505ea
feeRate() view returns (uint256)
100
numberOfCommunes() view returns (uint256)
2
treasuryAddress() view returns (address)
0xdfc395a710a7f680d6e900664450b57cfa66bf18
Read-only
balanceOf(address account, uint256 commune) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getCommune(uint256) view returns (bool allowsJoining, bool allowsRemoving, bool allowsOutsideContribution, address asset, uint256 proratedTotal, uint256 memberCount, address controller, string uri)
isApprovedForAll(address account, address operator) view returns (bool)
isCommuneMember(uint256 commune, address account) view returns (bool)
uri(uint256 commune) view returns (string)
State-modifying
Events addCommuneMember(address account, uint256 commune)
contribute(uint256 amount, uint256 commune)
createCommune(string _uri, address asset, bool allowJoining, bool allowRemoving, bool allowOutsideContribution) returns (uint256 _id)
joinCommune(uint256 commune)
leaveCommune(uint256 commune)
removeCommuneMember(address account, uint256 commune)
setApprovalForAll(address operator, bool approved)
setTreasuryAddress(address newTreasury)
updateCommuneController(address account, uint256 commune)
updateCommuneURI(string _uri, uint256 commune)
updateController(address account)
updateFee(uint256 rate)
withdraw(address account, address to, uint256 commune, uint256 amount)
withdrawBatch(address account, address to, uint256[] communes, uint256[] amounts)
AddCommuneMember(address indexed account, uint256 indexed commune)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Contribute(address indexed account, uint256 indexed commune, uint256 amount)
RemoveCommuneMember(address indexed account, uint256 indexed commune)
URI(string value, uint256 indexed commune)
UpdateCommuneController(address indexed account, uint256 indexed commune)
UpdateController(address indexed account)
UpdateFee(uint256 basisPoints)
UpdateTreasuryAddress(address indexed account)
Withdraw(address indexed operator, address indexed account, address to, uint256 indexed commune, uint256 amount)
WithdrawBatch(address indexed operator, address indexed account, address indexed to, uint256[] communes, uint256[] amounts)
constructor(address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.