CLAIMED
Verified contract
Proxy
Active on
Ethereum with 35 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0x1553…4b1b
0x5da3…b167
0x96e5…92a1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOLA | ERC-20 | 830 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15852153 | 2 years ago | | | 0 | 0.00065275808 | |
| 14806999 | 2 years ago | | | 0 | 0.0032250516 | |
| 14677364 | 3 years ago | | | 0 | 0.0020433560 | |
| 14666822 | 3 years ago | | | 0 | 0.0051215722 | |
| 14661021 | 3 years ago | | | 0 | 0.0074276208 | |
| 14644837 | 3 years ago | | | 0 | 0.0040483390 | |
| 14641331 | 3 years ago | | | 0 | 0.0034896012 | |
| 14638041 | 3 years ago | | | 0 | 0.0031442774 | |
| 14637951 | 3 years ago | | | 0 | 0.0034113053 | |
| 14637163 | 3 years ago | | | 0 | 0.0092605698 |
ABI
ABI objects
Getter at block 21222511
logic() view returns (address)
0x744c2be04d079eddb21c1a9bb13bb5259a368614
VERSION() view returns (uint16)
3
auctionId() view returns (uint256)
189664
gatedToken() view returns (address)
0x0000000000000000000000000000000000000000
gatedTokenAmount() view returns (uint256)
0
getMaximumBid() view returns (uint256 _maxBid)
2699756097560975609
getMaximumSpend() view returns (uint256 _maxSpend)
2699756097560975609
highestBid() view returns (uint256)
2690000000000000000
marketWrapper() view returns (address)
0x96e5b0519983f2f984324b926e6d28c3a4eb92a1
name() view returns (string)
CLAIMED
nftContract() view returns (address)
0x1553d0240f3f8c2b801d77c1919014da170e4b1b
partyDAOMultisig() view returns (address)
0xf7f52dd34bc21eda08c0b804c7c1dbc48375820f
partyFactory() view returns (address)
0x0accf637e4f05eea8b1d215c8c9e9e576dc63d33
partyStatus() view returns (uint8)
1
splitBasisPoints() view returns (uint256)
0
splitRecipient() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LOLA
tokenId() view returns (uint256)
4
tokenVault() view returns (address)
0x5da31e46961ce6eb4c95c4deabbcf717086db167
tokenVaultFactory() view returns (address)
0x85aa7f78bdb2de8f3e0c0010d99ad5853ffcfc63
totalContributedToParty() view returns (uint256)
2767250000000000000
totalSpent() view returns (uint256)
2757250000000000000
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)
totalEthUsed(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, struct StructsAddressAndAmount _split, struct StructsAddressAndAmount _tokenGate, 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)
constructor(address _logic, bytes _initializationCalldata)
fallback()
receive()
This contract contains no error objects.