LiftoffEngine
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "LiftoffEngine"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LiftoffEngine"
ABI
ABI objects
Getter at block 21435539
liftoffSettings() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
totalTokenSales() view returns (uint256)
0
Read-only
getAmountToIgnite(uint256 amountXEth, uint256 hardCap, uint256 totalIgnited) pure returns (uint256 toIgnite)
getReward(uint256 ignited, uint256 rewardSupply, uint256 totalIgnited) pure returns (uint256 reward)
getTokenSale(uint256 _tokenSaleId) view returns (uint256 startTime, uint256 endTime, uint256 softCap, uint256 hardCap, uint256 totalIgnited, uint256 totalSupply, uint256 rewardSupply, address projectDev, address deployed, bool isSparked)
getTokenSaleForInsurance(uint256 _tokenSaleId) view returns (uint256 totalIgnited, uint256 rewardSupply, address projectDev, address pair, address deployed)
isIgniting(uint256 startTime, uint256 endTime, uint256 totalIgnited, uint256 hardCap) view returns (bool)
isRefunding(uint256 endTime, uint256 softCap, uint256 totalIgnited) view returns (bool)
isSparkReady(uint256 endTime, uint256 totalIgnited, uint256 hardCap, uint256 softCap, bool isSparked) view returns (bool)
tokens(uint256) view returns (uint256 startTime, uint256 endTime, uint256 softCap, uint256 hardCap, uint256 totalIgnited, uint256 totalSupply, uint256 rewardSupply, address projectDev, address deployed, address pair, bool isSparked, string name, string symbol)
State-modifying
Events claimRefund(uint256 _tokenSaleId, address _for)
claimReward(uint256 _tokenSaleId, address _for)
ignite(uint256 _tokenSaleId, address _for, uint256 _amountXEth)
igniteEth(uint256 _tokenSaleId) payable
initialize(address _liftoffSettings)
launchToken(uint256 _startTime, uint256 _endTime, uint256 _softCap, uint256 _hardCap, uint256 _totalSupply, string _name, string _symbol, address _projectDev) returns (uint256 tokenId)
renounceOwnership()
setLiftoffSettings(address _liftoffSettings)
spark(uint256 _tokenSaleId)
transferOwnership(address newOwner)
ClaimRefund(uint256 tokenId, address igniter)
ClaimReward(uint256 tokenId, address igniter, uint256 reward)
Ignite(uint256 tokenId, address igniter, uint256 toIgnite)
LaunchToken(uint256 tokenId, uint256 startTime, uint256 endTime, uint256 softCap, uint256 hardCap, uint256 totalSupply, string name, string symbol, address dev)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Spark(uint256 tokenId, address deployed, uint256 rewardSupply)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.