CrowdfundFactory
Verified contract
Active on
Ethereum with 318 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "CrowdfundFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16843450 | 2 years ago | | | 0 | 0.010423869 | |
| 15390864 | 2 years ago | | | 0 | 0.0047875787 | |
| 15366025 | 2 years ago | | | 0 | 0.015395110 | |
| 15315096 | 2 years ago | | | 0 | 0.020563208 | |
| 15293873 | 2 years ago | | | 0 | 0.0024197037 | |
| 15293766 | 2 years ago | | | 0 | 0.0024424265 | |
| 15293748 | 2 years ago | | | 0 | 0.0025277885 | |
| 15293660 | 2 years ago | | | 0 | 0.0019867409 | |
| 15293402 | 2 years ago | | | 0 | 0.0020398761 | |
| 15293382 | 2 years ago | | | 0 | 0.0021515813 |
ABI
ABI objects
Getter at block 21273139
governor() view returns (address)
0x0000000000000000000000000000000000000000
isGovernor() view returns (bool)
false
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
logic() view returns (address)
0x8cd3dc90eaa8ec8d6391fca22eb72ba3400b3fba
minFeePercentage() view returns (uint256)
250
owner() view returns (address)
0x2330ee705ffd040bb0cba8cb7734dfe00e7c4b57
parameters() view returns (address fundingRecipient, uint256 fundingCap, uint256 operatorPercent, uint256 feePercentage)
(fundingRecipient=0x0000000000000000000000000000000000000000, fundingCap=0, operatorPercent=0, feePercentage=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 CrowdfundFactoryTributaryConfig tributaryConfig, string name_, string symbol_, address operator_, address fundingRecipient_, uint256 fundingCap_, uint256 operatorPercent_) returns (address crowdfundProxy)
renounceOwnership()
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)
Upgraded(address indexed implementation)
constructor(address owner_, address logic_, address tributaryRegistry_, address treasuryConfig_)
This contract contains no fallback and receive objects.
This contract contains no error objects.