The Community Twin
Unverified contract
Proxy
Active on
Ethereum with 1,220 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
0x11c0…5731
0x3c28…6e8c
0x6a59…59e6
Balances ($2,457.68)
Native
Value
$2,457.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.69 | $3,561.86 |
$2,457.68 | |
$FLAMES | ERC-20 | 109.5054K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16664862 | 2 years ago | | | 0 | 0.0027299914 | |
| 15430812 | 2 years ago | | | 0 | 0.0017991792 | |
| 14893637 | 2 years ago | | | 0 | 0.0053431620 | |
| 14502033 | 3 years ago | | | 0 | 0.0088070563 | |
| 14409608 | 3 years ago | | | 0 | 0.0052988452 | |
| 14290149 | 3 years ago | | | 0 | 0.0068381029 | |
| 14243817 | 3 years ago | | | 0 | 0.0074542208 | |
| 14238796 | 3 years ago | | | 0 | 0.010827805 | |
| 14144913 | 3 years ago | | | 0 | 0.0076658774 | |
| 14025586 | 3 years ago | | | 0 | 0.021504887 |
ABI
ABI objects
Getter at block 21280384
VERSION() view returns (uint16)
2
auctionId() view returns (uint256)
2180
getMaximumBid() view returns (uint256 _maxBid)
866985920975609756097
highestBid() view returns (uint256)
850420000000000000000
marketWrapper() view returns (address)
0x11c07ce1315a3b92c9755f90cdf40b04b88c5731
name() view returns (string)
The Community Twin
nftContract() view returns (address)
0x3c28de567d1412b06f43b15e9f75129625fa6e8c
partyDAOMultisig() view returns (address)
0xf7f52dd34bc21eda08c0b804c7c1dbc48375820f
partyStatus() view returns (uint8)
1
splitBasisPoints() view returns (uint256)
0
splitRecipient() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
$FLAMES
tokenId() view returns (uint256)
0
tokenVault() view returns (address)
0x6a59972c7c0ac4f75a8fdc13652c38f7f95a59e6
tokenVaultFactory() view returns (address)
0x85aa7f78bdb2de8f3e0c0010d99ad5853ffcfc63
totalContributedToParty() view returns (uint256)
888660569000000000000
totalSpent() view returns (uint256)
871680500000000000000
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
claimed(address) view returns (bool)
contributions(address, uint256) view returns (uint256 amount, uint256 previousTotalContributedToParty)
getClaimAmounts(address _contributor) view returns (uint256 _tokenAmount, uint256 _ethAmount)
totalContributed(address) view returns (uint256)
totalEthUsedForBid(address _contributor) view returns (uint256 _total)
valueToTokens(uint256 _value) pure returns (uint256 _tokens)
State-modifying
Events bid()
claim(address _contributor)
contribute() payable
emergencyCall(address _contract, bytes _calldata) returns (bool _success, bytes _returnData)
emergencyForceLost()
emergencyWithdrawEth(uint256 _value)
finalize()
initialize(address _marketWrapper, address _nftContract, uint256 _tokenId, uint256 _auctionId, address _splitRecipient, uint256 _splitBasisPoints, string _name, string _symbol)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
Bid(uint256 amount)
Claimed(address indexed contributor, uint256 totalContributed, uint256 excessContribution, uint256 tokenAmount)
Contributed(address indexed contributor, uint256 amount, uint256 previousTotalContributedToParty, uint256 totalFromContributor)
Finalized(uint8 result, uint256 totalSpent, uint256 fee, uint256 totalContributed)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.