0x48e9fe522dc916a8216a8e70bf6e30dd1b7d9d6c
Unverified contract
Proxy
Active on
Ethereum with 377 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
0x0e45…b923
0x1a92…050c
Balances ($109.70)
Native
Value
$109.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.035 | $3,134.32 |
$109.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18359852 | a year ago | | | 0 | 0.0014493922 | |
| 17389897 | a year ago | | | 0 | 0.0050989849 | |
| 16914740 | 2 years ago | | | 0 | 0.0035796982 | |
| 16908983 | 2 years ago | | | 0 | 0.0029103075 | |
| 16867299 | 2 years ago | | | 0 | 0.0029014263 | |
| 16839411 | 2 years ago | | | 0 | 0.0033754766 | |
| 16760588 | 2 years ago | | | 0 | 0.0049352291 | |
| 16710216 | 2 years ago | | | 0 | 0.0035423809 | |
| 16626876 | 2 years ago | | | 0 | 0.0036259047 | |
| 16626860 | 2 years ago | | | 0 | 0.0037294763 |
ABI
ABI objects
Getter at block 21223784 contractURI() view returns (string)
IMPL() view returns (address)
0x57dc04a0270e9f9e6a1289c1559c84098ba0fa9c
emergencyExecuteDisabled() view returns (bool)
false
expiry() view returns (uint40)
1673582195
gateKeeper() view returns (address)
0x0000000000000000000000000000000000000000
gateKeeperId() view returns (bytes12)
0x000000000000000000000000
getCrowdfundLifecycle() view returns (uint8)
5
governanceOptsHash() view returns (bytes32)
0xabff83364df68d888b313296669b81e2cd508ac359aaff7e70ab78146ef37332
maximumPrice() view returns (uint96)
1000000000000000000000000
name() view returns (string)
cool hallekity
nftContract() view returns (address)
0x1a92f7381b9f03921564a437210bb9396471050c
party() view returns (address)
0x0e452e36080638be158e886f9069d999cf67b923
settledPrice() view returns (uint96)
2660000000000000000
splitBps() view returns (uint16)
0
splitRecipient() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
cool hallekity
totalContributions() view returns (uint96)
2715000000000000000
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)