PartyBlit
Unverified contract
Proxy
Active on
Ethereum with 213 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
0xa7b1…c92a
0x8d04…ff63
Balances ($1,446.52)
Native
Value
$1,446.52
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.45 | $3,214.48 |
$1,446.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19619254 | 7 months ago | | | 0 | 0.011473296 | |
| 16779135 | 2 years ago | | | 0 | 0.0015118283 | |
| 16699453 | 2 years ago | | | 0 | 0.013750435 | |
| 16527097 | 2 years ago | | | 0 | 0.00078137502 | |
| 16467802 | 2 years ago | | | 0 | 0.00063706854 | |
| 16421107 | 2 years ago | | | 0 | 0.0012379042 | |
| 16416312 | 2 years ago | | | 0 | 0.00072896697 | |
| 16394971 | 2 years ago | | | 0 | 0.0041319775 | |
| 16394435 | 2 years ago | | | 0 | 0.0039273126 | |
| 16343603 | 2 years ago | | | 0 | 0.0066655509 |
ABI
ABI objects
Getter at block 21184231 contractURI() view returns (string)
IMPL() view returns (address)
0x57dc04a0270e9f9e6a1289c1559c84098ba0fa9c
emergencyExecuteDisabled() view returns (bool)
false
expiry() view returns (uint40)
1671481247
gateKeeper() view returns (address)
0x0000000000000000000000000000000000000000
gateKeeperId() view returns (bytes12)
0x000000000000000000000000
getCrowdfundLifecycle() view returns (uint8)
5
governanceOptsHash() view returns (bytes32)
0x78a6467e6531396ebb9f25a3a675abc654fd65fe208fecf450c2fee71020cf62
maximumPrice() view returns (uint96)
1000000000000000000000000
name() view returns (string)
PartyBlit
nftContract() view returns (address)
0x8d04a8c79ceb0889bdd12acdf3fa9d207ed3ff63
party() view returns (address)
0xa7b1c0d5791bcdf4e6f9ee214c8868e1f9adc92a
settledPrice() view returns (uint96)
6666600000000000000
splitBps() view returns (uint16)
0
splitRecipient() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PartyBlit
totalContributions() view returns (uint96)
7676240000000000000
Read-only
approve(address, uint256) pure
balanceOf(address owner) view returns (uint256 numTokens)
claims(address) view returns (uint256 refund, uint256 governanceTokenId)
delegationsByContributor(address) view returns (address)
getApproved(uint256) pure returns (address)
getContributorInfo(address contributor) view returns (uint256 ethContributed, uint256 ethUsed, uint256 ethOwed, uint256 votingPower)
isApprovedForAll(address, address) pure returns (bool)
ownerOf(uint256 tokenId) view returns (address owner)
safeTransferFrom(address, address, uint256) pure
safeTransferFrom(address, address, uint256, bytes) pure
setApprovalForAll(address, bool) pure
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256) view returns (string)
transferFrom(address, address, uint256) pure
State-modifying
Events activateOrRefund(address contributor)
batchActivateOrRefund(address[] contributors, bool revertOnFailure)
batchBurn(address[] contributors, bool revertOnFailure)
burn(address contributor)
buy(uint256 tokenId, address callTarget, uint96 callValue, bytes callData, struct CrowdfundFixedGovernanceOpts governanceOpts, uint256 hostIndex) returns (address party_)
claim(address receiver)
contribute(address delegate, bytes gateData) payable
delegateCallAndRevert(address impl, bytes callData)
disableEmergencyExecute(struct CrowdfundFixedGovernanceOpts governanceOpts, uint256 hostIndex)
emergencyExecute(address targetAddress, bytes targetCallData, uint256 amountEth) payable
initialize(struct CollectionBuyCrowdfundCollectionBuyCrowdfundOptions opts) payable
onERC721Received(address, address, uint256, bytes) returns (bytes4)
Approval(address indexed owner, address indexed operator, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Burned(address contributor, uint256 ethUsed, uint256 ethOwed, uint256 votingPower)
Contributed(address contributor, uint256 amount, address delegate, uint256 previousTotalContributions)
EmergencyExecute(address target, bytes data, uint256 amountEth)
EmergencyExecuteDisabled()
Lost()
Transfer(address indexed owner, address indexed to, uint256 indexed tokenId)
Won(address party, address token, uint256 tokenId, uint256 settledPrice)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyBurnedError(address owner, uint256 tokenId)
AlreadyMintedError(address owner, uint256 tokenId)
CallProhibitedError(address target, bytes data)
EthTransferFailed(address receiver, bytes errData)
ExceedsTotalContributionsError(uint96 value, uint96 totalContributions)
FailedToBuyNFTError(address token, uint256 tokenId)
InvalidAddressError()
InvalidBpsError(uint16 bps)
InvalidDelegateError()
InvalidGovernanceOptionsError()
InvalidTokenError(uint256 tokenId)
MaximumPriceError(uint96 callValue, uint96 maximumPrice)
MissingHostsError()
NoContributionsError()
NoPartyError()
NotAllowedByGateKeeperError(address contributor, address gateKeeper, bytes12 gateKeeperId, bytes gateData)
NothingToClaimError()
OnlyConstructorError()
OnlyContributorError()
OnlyDelegateCallError()
OnlyPartyDaoError(address notDao)
OnlyPartyDaoOrHostError(address notDao)
OnlyPartyHostError()
OnlyWhenEmergencyActionsAllowedError()
PartyAlreadyExistsError(address party)
SplitRecipientAlreadyBurnedError()
Uint256ToUint96CastOutOfRange(uint256 v)
WrongLifecycleError(uint8 lc)