zuki1130
Verified contract
Proxy
Active on
Ethereum with 15 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
0xed5a…c544
Balances ($247.19)
Native
Value
$247.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.08 | $3,089.93 |
$247.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20699369 | 2 months ago | | | 0 | 0.00012325423 | |
| 15414461 | 2 years ago | | | 0 | 0.00058195949 | |
| 15390930 | 2 years ago | | | 0 | 0.00079754153 | |
| 15390915 | 2 years ago | | | 0 | 0.00068352171 | |
| 15346402 | 2 years ago | | | 0.01 | 0.0019160974 | |
| 15343372 | 2 years ago | | | 0.01 | 0.0017367302 | |
| 15343256 | 2 years ago | | | 0.01 | 0.0011357189 | |
| 15342120 | 2 years ago | | | 0.01 | 0.0016168684 | |
| 15341941 | 2 years ago | | | 0.01 | 0.0012942200 | |
| 15341941 | 2 years ago | | | 0.01 | 0.0012942200 |
ABI
ABI objects
Getter at block 21208741
logic() view returns (address)
0x2045427276b2ad409202eea1e0c81e150f3203e4
VERSION() view returns (uint16)
1
allowList() view returns (address)
0xf3380293ef7f7b71c7c2656a5bee926fa71338ed
expiresAt() view returns (uint256)
1661088249
gatedToken() view returns (address)
0x0000000000000000000000000000000000000000
gatedTokenAmount() view returns (uint256)
0
getMaximumContributions() view returns (uint256 _maxContributions)
7380000000000000000
getMaximumSpend() view returns (uint256 _maxSpend)
107317073170731707
maxPrice() view returns (uint256)
7200000000000000000
name() view returns (string)
zuki1130
nftContract() view returns (address)
0xed5af388653567af2f388e6224dc7c4b3241c544
partyDAOMultisig() view returns (address)
0xf7f52dd34bc21eda08c0b804c7c1dbc48375820f
partyFactory() view returns (address)
0x10fb0f8860c11cccdf85f2f56e3b8e1ddeb2ba3f
partyStatus() view returns (uint8)
2
splitBasisPoints() view returns (uint256)
0
splitRecipient() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ZUKI
tokenId() view returns (uint256)
1130
tokenVault() view returns (address)
0x0000000000000000000000000000000000000000
tokenVaultFactory() view returns (address)
0x85aa7f78bdb2de8f3e0c0010d99ad5853ffcfc63
totalContributedToParty() view returns (uint256)
110000000000000000
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)
totalContributed(address) view returns (uint256)
totalEthUsed(address _contributor) view returns (uint256 _total)
valueToTokens(uint256 _value) pure returns (uint256 _tokens)
State-modifying
Events buy(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 _tokenId, uint256 _maxPrice, uint256 _secondsToTimeout, struct StructsAddressAndAmount _split, struct StructsAddressAndAmount _tokenGate, string _name, string _symbol)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
Bought(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.