IgnitionFactory
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
Slot
XX
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
Balances ($0.00)
No balances found for "IgnitionFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "IgnitionFactory"
ABI
ABI objects
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 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isOwner(address sender) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events __Base__init(address owner_)
createPool(address[2] addrs, uint256[19] uints, uint256 dbProjectId) returns (address pool)
createVesting() returns (address)
grantRole(bytes32 role, address account)
initialize(address _poolImplementationAddress, address _vestingImplementationAddress)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setPoolImplementation(address _poolImplementationAddress)
setVestingImplementation(address _vestingImplementationAddress)
Initialized(uint8 version)
PoolCreated(bytes32 poolInfoHash, address pool)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
UpdatePoolImplementation(address indexed oldPoolImplementation, address indexed newPoolImplementation)
UpdateVestingImplementation(address indexed oldVestingImplementation, address indexed newVestingImplementation)
VestingCreated(address sender, address vesting)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CallerNotOwner()
ZeroAddressNotValid()