IgnitionFactory

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xc9a5cf66 at 14745948
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "IgnitionFactory"

No transactions found for "IgnitionFactory"


Functions
Getter at block 22760236
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LOCKUP_DURATION(view returns (uint256)
172800
MAXIMUM_CROWN_FUNDING_PARTICIPATION_FEE_PERCENTAGE(view returns (uint16)
5000
MAXIMUM_GALAXY_PARTICIPATION_FEE_PERCENTAGE(view returns (uint16)
5000
MAXIMUM_TGE_DATE_ADJUSTMENT(view returns (uint256)
63072000
MAXIMUM_TGE_DATE_ADJUSTMENT_ATTEMPS(view returns (uint256)
10
MINIMUM_CROWN_FUNDING_PARTICIPATION_FEE_PERCENTAGE(view returns (uint16)
0
MINIMUM_GALAXY_PARTICIPATION_FEE_PERCENTAGE(view returns (uint16)
0
OWNER_ROLE(view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
getLockupDuration(pure returns (uint256)
172800
getMaxCrowdfundingParticipationFeePercentage(pure returns (uint16)
5000
getMaxGalaxyParticipationFeePercentage(pure returns (uint16)
5000
getMaximumTGEDateAdjustment(pure returns (uint256)
63072000
getMaximumTGEDateAdjustmentAttempts(pure returns (uint256)
10
getMinCrowdfundingParticipationFeePercentage(pure returns (uint16)
0
getMinGalaxyParticipationFeePercentage(pure returns (uint16)
0
ifowner(view returns (address)
0x0000000000000000000000000000000000000000
poolImplementationAddress(view returns (address)
0x0000000000000000000000000000000000000000
vestingImplementationAddress(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isOwner(address senderview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
__Base__init(address owner_
createPool(address[2] addrsuint256[19] uintsuint256 dbProjectIdreturns (address pool)
createVesting(returns (address)
grantRole(bytes32 roleaddress account
initialize(address _poolImplementationAddressaddress _vestingImplementationAddress
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setPoolImplementation(address _poolImplementationAddress
setVestingImplementation(address _vestingImplementationAddress
Events
Initialized(uint8 version
PoolCreated(bytes32 poolInfoHashaddress pool
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
UpdatePoolImplementation(address indexed oldPoolImplementationaddress indexed newPoolImplementation
UpdateVestingImplementation(address indexed oldVestingImplementationaddress indexed newVestingImplementation
VestingCreated(address senderaddress vesting
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
CallerNotOwner(
ZeroAddressNotValid(