CrowdfundFactory
Verified contract
Active on
Base with 4,513 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "CrowdfundFactory"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14018836 | 7 months ago | | | 0 | 0.0000028614617 | |
| 13427673 | 7 months ago | | | 0 | 0.0000029695820 | |
| 13427333 | 7 months ago | | | 0 | 0.0000029696348 | |
| 13421369 | 7 months ago | | | 0 | 0.0000029686851 | |
| 13412714 | 7 months ago | | | 0 | 0.0000029686324 | |
| 13376154 | 7 months ago | | | 0 | 0.0000029690017 | |
| 13042022 | 7 months ago | | | 0 | 0.0000036206916 | |
| 12878806 | 7 months ago | | | 0 | 0.0000036206916 | |
| 12877005 | 7 months ago | | | 0 | 0.0000036189506 | |
| 12875214 | 7 months ago | | | 0 | 0.0000036206389 |
ABI
ABI objects
Getter at block 22740819
This contract contains no getter function objects.
Read-only
This contract contains no read-only function objects.
State-modifying
Events createAuctionCrowdfund(address crowdfundImpl, struct AuctionCrowdfundBaseAuctionCrowdfundOptions opts, bytes createGateCallData) payable returns (address inst)
createBuyCrowdfund(address crowdfundImpl, struct BuyCrowdfundBuyCrowdfundOptions opts, bytes createGateCallData) payable returns (address inst)
createCollectionBatchBuyCrowdfund(address crowdfundImpl, struct CollectionBatchBuyCrowdfundCollectionBatchBuyCrowdfundOptions opts, bytes createGateCallData) payable returns (address inst)
createCollectionBuyCrowdfund(address crowdfundImpl, struct CollectionBuyCrowdfundCollectionBuyCrowdfundOptions opts, bytes createGateCallData) payable returns (address inst)
createInitialETHCrowdfund(address crowdfundImpl, struct InitialETHCrowdfundInitialETHCrowdfundOptions crowdfundOpts, struct InitialETHCrowdfundETHPartyOptions partyOpts, bytes createGateCallData) payable returns (address inst)
createInitialETHCrowdfundWithMetadata(address crowdfundImpl, struct InitialETHCrowdfundInitialETHCrowdfundOptions crowdfundOpts, struct InitialETHCrowdfundETHPartyOptions partyOpts, address customMetadataProvider, bytes customMetadata, bytes createGateCallData) payable returns (address inst)
createReraiseETHCrowdfund(address crowdfundImpl, struct ETHCrowdfundBaseETHCrowdfundOptions opts, bytes createGateCallData) payable returns (address inst)
createRollingAuctionCrowdfund(address crowdfundImpl, struct AuctionCrowdfundBaseAuctionCrowdfundOptions opts, bytes32 allowedAuctionsMerkleRoot, bytes createGateCallData) payable returns (address inst)
AuctionCrowdfundCreated(address indexed creator, address indexed crowdfund, struct AuctionCrowdfundBaseAuctionCrowdfundOptions opts)
BuyCrowdfundCreated(address indexed creator, address indexed crowdfund, struct BuyCrowdfundBuyCrowdfundOptions opts)
CollectionBatchBuyCrowdfundCreated(address indexed creator, address indexed crowdfund, struct CollectionBatchBuyCrowdfundCollectionBatchBuyCrowdfundOptions opts)
CollectionBuyCrowdfundCreated(address indexed creator, address indexed crowdfund, struct CollectionBuyCrowdfundCollectionBuyCrowdfundOptions opts)
InitialETHCrowdfundCreated(address indexed creator, address indexed crowdfund, address indexed party, struct InitialETHCrowdfundInitialETHCrowdfundOptions crowdfundOpts, struct InitialETHCrowdfundETHPartyOptions partyOpts)
ReraiseETHCrowdfundCreated(address indexed creator, address indexed crowdfund, struct ETHCrowdfundBaseETHCrowdfundOptions opts)
RollingAuctionCrowdfundCreated(address indexed creator, address indexed crowdfund, struct AuctionCrowdfundBaseAuctionCrowdfundOptions opts, bytes32 allowedAuctionsMerkleRoot)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.