Kui-Mayc-20party
Unverified contract
Proxy
Active on
Ethereum with 1,411 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
0x462e…2a71
0xf3fe…ff33
0x60e4…a7c6
Balances ($0.00)
No balances found for "Kui-Mayc-20party"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21397926 | 2 days ago | | | 0 | 0.0022562521 | |
| 19795931 | 7 months ago | | | 0 | 0.0012150015 | |
| 19146544 | 10 months ago | | | 0 | 0.0033495864 | |
| 18903391 | a year ago | | | 0 | 0.0025007640 | |
| 18903330 | a year ago | | | 0 | 0.0028661031 | |
| 18866672 | a year ago | | | 0 | 0.0025636930 | |
| 18450619 | a year ago | | | 0 | 0.0038453415 | |
| 18424996 | a year ago | | | 0 | 0.0023306300 | |
| 18367907 | a year ago | | | 0 | 0.0013820201 | |
| 18347604 | a year ago | | | 0 | 0.0013095917 |
ABI
ABI objects
Getter at block 21412163 contractURI() view returns (string)
IMPL() view returns (address)
0x8e357490dc8e94e9594ae910ba261163631a6a3a
emergencyExecuteDisabled() view returns (bool)
false
expiry() view returns (uint40)
1682052311
gateKeeper() view returns (address)
0x0000000000000000000000000000000000000000
gateKeeperId() view returns (bytes12)
0x000000000000000000000000
getCrowdfundLifecycle() view returns (uint8)
5
governanceOptsHash() view returns (bytes32)
0x03fa2690c005482d94f31f1081a801fa9b32a46a4edfda71dc789080ce5e6bba
maxContribution() view returns (uint96)
1000000000000000000000000
maximumPrice() view returns (uint96)
1000000000000000000000000
minContribution() view returns (uint96)
10000000000000000
name() view returns (string)
Kui-Mayc-20party
nftContract() view returns (address)
0x60e4d786628fea6478f785a6d7e704777c86a7c6
nftTokenIdsMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
party() view returns (address)
0x462e30d9cd472728e281f6ad7a370ab4368e2a71
settledPrice() view returns (uint96)
12877000000000000000
splitBps() view returns (uint16)
100
splitRecipient() view returns (address)
0xf3fe8c6c75be4afb2f8200fc77339abe4d7cff33
symbol() view returns (string)
Kui-Mayc-20party
totalContributions() view returns (uint96)
12917586611100000000
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)
batchBuy(struct CollectionBatchBuyCrowdfundBatchBuyArgs args) returns (address party_)
batchContributeFor(address[] recipients, address[] initialDelegates, uint256[] values, bytes[] gateDatas, bool revertOnFailure) payable
burn(address contributor)
claim(address receiver)
contribute(address delegate, bytes gateData) payable
contributeFor(address recipient, address initialDelegate, bytes gateData) payable
delegateCallAndRevert(address impl, bytes callData)
disableEmergencyExecute(struct CrowdfundFixedGovernanceOpts governanceOpts, uint256 hostIndex)
emergencyExecute(address targetAddress, bytes targetCallData, uint256 amountEth) payable
initialize(struct CollectionBatchBuyCrowdfundCollectionBatchBuyCrowdfundOptions 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 sender, 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[] tokens, uint256[] tokenIds, uint256 settledPrice)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AboveMaximumContributionsError(uint96 contributions, uint96 maxContributions)
AlreadyBurnedError(address owner, uint256 tokenId)
AlreadyMintedError(address owner, uint256 tokenId)
BelowMinimumContributionsError(uint96 contributions, uint96 minContributions)
CallProhibitedError(address target, bytes data)
ContributionsSpentForFailedBuyError()
EthTransferFailed(address receiver, bytes errData)
ExceedsTotalContributionsError(uint96 value, uint96 totalContributions)
FailedToBuyNFTError(address token, uint256 tokenId)
InvalidAddressError()
InvalidBpsError(uint16 bps)
InvalidContributorError()
InvalidDelegateError()
InvalidGovernanceOptionsError()
InvalidMinTokensBoughtError(uint256 minTokensBought)
InvalidTokenError(uint256 tokenId)
InvalidTokenIdError()
MaximumPriceError(uint96 callValue, uint96 maximumPrice)
MismatchedCallArgLengthsError()
MissingHostsError()
NoContributionsError()
NoPartyError()
NotAllowedByGateKeeperError(address contributor, address gateKeeper, bytes12 gateKeeperId, bytes gateData)
NotEnoughEthUsedError(uint256 ethUsed, uint256 minTotalEthUsed)
NotEnoughTokensBoughtError(uint256 tokensBought, uint256 minTokensBought)
NothingBoughtError()
NothingToClaimError()
OnlyConstructorError()
OnlyContributorError()
OnlyDelegateCallError()
OnlyPartyDaoError(address notDao)
OnlyPartyDaoOrHostError(address notDao)
OnlyPartyHostError()
OnlyWhenEmergencyActionsAllowedError()
PartyAlreadyExistsError(address party)
SplitRecipientAlreadyBurnedError()
Uint256ToUint96CastOutOfRange(uint256 v)
WrongLifecycleError(uint8 lc)