CrowdfundWithPodiumEditionsFactory
Verified contract
Active on
Ethereum with 170 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc4e0…bb4e
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "CrowdfundWithPodiumEditionsFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15382242 | 2 years ago | | | 0 | 0.0025465110 | |
| 15382166 | 2 years ago | | | 0 | 0.0024024330 | |
| 15352058 | 2 years ago | | | 0 | 0.010643254 | |
| 15313167 | 2 years ago | | | 0 | 0.015462545 | |
| 15299338 | 2 years ago | | | 0 | 0.0071162506 | |
| 15291940 | 2 years ago | | | 0 | 0.0041529662 | |
| 15280633 | 2 years ago | | | 0 | 0.010721197 | |
| 15254758 | 2 years ago | | | 0 | 0.0034778732 | |
| 15234805 | 2 years ago | | | 0 | 0.0084787654 | |
| 15214925 | 2 years ago | | | 0 | 0.035408238 |
ABI
ABI objects
Getter at block 21168102
editions() view returns (address)
0xc4e0f3ec24972c75df7c716922096f4270b7bb4e
governor() view returns (address)
0x0000000000000000000000000000000000000000
isGovernor() view returns (bool)
false
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
logic() view returns (address)
0x5b5746f6f5e2db8bf5e260829ca7a004c876b167
minFeePercentage() view returns (uint256)
250
owner() view returns (address)
0x2330ee705ffd040bb0cba8cb7734dfe00e7c4b57
parameters() view returns (address fundingRecipient, uint256 fundingCap, uint256 operatorPercent, string name, string symbol, uint256 feePercentage, uint256 podiumDuration)
(fundingRecipient=0x0000000000000000000000000000000000000000, fundingCap=0, operatorPercent=0, name=, symbol=, feePercentage=0, podiumDuration=0)
treasuryConfig() view returns (address)
0x21a93be569666527dae0fdbfbe7715299dec1202
tributaryRegistry() view returns (address)
0x1171b858777120a59a6cc8148edda8982f187cd8
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
cancelOwnershipTransfer()
changeGovernor(address governor_)
createCrowdfund(struct ICrowdfundWithPodiumEditionsEditionTier[] tiers, struct CrowdfundWithPodiumEditionsFactoryTributaryConfig tributaryConfig, string name_, string symbol_, address operator_, address fundingRecipient_, uint256 fundingCap_, uint256 operatorPercent_, uint256 podiumDuration_) returns (address crowdfundProxy)
renounceOwnership()
setEditions(address newEditions)
setLogic(address newLogic)
setMinimumFeePercentage(uint256 newMinFeePercentage)
setTreasuryConfig(address newTreasuryConfig)
setTributaryRegistry(address newTributaryRegistry)
transferOwnership(address nextOwner_)
CrowdfundDeployed(address crowdfundProxy, string name, string symbol, address operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address owner_, address logic_, address editions_, address tributaryRegistry_, address treasuryConfig_)
This contract contains no fallback and receive objects.
This contract contains no error objects.