NonReceivableInitializedProxy
Verified contract
Proxy
Active on
Ethereum with 8 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
0xb852…d8d7
Balances ($164.64)
Native
Value
$164.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0531 | $3,100.63 |
$164.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15204726 | 2 years ago | | | 0.01 | 0.00080999520 | |
| 14916629 | 2 years ago | | | 0.001 | 0.0038260325 | |
| 14911259 | 2 years ago | | | 0.02 | 0.0048375009 | |
| 14909290 | 2 years ago | | | 0.001 | 0.0042585350 | |
| 14908122 | 2 years ago | | | 0.01 | 0.0055717660 | |
| 14908027 | 2 years ago | | | 0.01 | 0.0031686529 | |
| 14907835 | 2 years ago | | | 0.0001 | 0.0047526118 | |
| 14906376 | 2 years ago | | | 0.001 | 0.0041664029 |
ABI
ABI objects
Getter at block 21230333
logic() view returns (address)
0x0c696f63a8cfd4b456f725f1174f1d5b48d1e876
PARTY_TYPE() view returns (string)
Collection
VERSION() view returns (uint16)
1
allowList() view returns (address)
0xf3380293ef7f7b71c7c2656a5bee926fa71338ed
expiresAt() view returns (uint256)
1656967109
gatedToken() view returns (address)
0x0000000000000000000000000000000000000000
gatedTokenAmount() view returns (uint256)
0
getMaximumContributions() view returns (uint256 _maxContributions)
1025000000000000000000000000
getMaximumSpend() view returns (uint256 _maxSpend)
51804878048780487
maxPrice() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
rektguy
nftContract() view returns (address)
0xb852c6b5892256c264cc2c888ea462189154d8d7
partyDAOMultisig() view returns (address)
0xf7f52dd34bc21eda08c0b804c7c1dbc48375820f
partyFactory() view returns (address)
0xd084d7849d4ebe564a2a41e085b2a74f6dde5300
partyStatus() view returns (uint8)
0
splitBasisPoints() view returns (uint256)
0
splitRecipient() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
REKT
tokenId() view returns (uint256)
0
tokenVault() view returns (address)
0x0000000000000000000000000000000000000000
tokenVaultFactory() view returns (address)
0x70d841fa16d8cad638beff560ec442c25f293ce8
totalContributedToParty() view returns (uint256)
53100000000000000
totalSpent() view returns (uint256)
0
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)
isDecider(address) view returns (bool)
totalContributed(address) view returns (uint256)
totalEthUsed(address _contributor) view returns (uint256 _total)
valueToTokens(uint256 _value) pure returns (uint256 _tokens)
State-modifying
Events buy(uint256 _tokenId, uint256 _value, address _targetContract, bytes _calldata)
claim(address _contributor)
contribute() payable
emergencyCall(address _contract, bytes _calldata) returns (bool _success, bytes _returnData)
emergencyForceLost()
emergencyWithdrawEth(uint256 _value)
expire()
initialize(address _nftContract, uint256 _maxPrice, uint256 _secondsToTimeout, address[] _deciders, struct StructsAddressAndAmount _split, struct StructsAddressAndAmount _tokenGate, string _name, string _symbol)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
Bought(uint256 tokenId, address triggeredBy, address targetAddress, uint256 ethSpent, uint256 ethFeePaid, uint256 totalContributed)
Claimed(address indexed contributor, uint256 totalContributed, uint256 excessContribution, uint256 tokenAmount)
Contributed(address indexed contributor, uint256 amount, uint256 previousTotalContributedToParty, uint256 totalFromContributor)
Expired(address triggeredBy)
constructor(address _logic, bytes _initializationCalldata)
fallback()
This contract contains no error objects.