AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 702 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0xf54d…668c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LIFT | ERC-20 | 11.887405 | -- | -- | |
XETH | ERC-20 | 2.6697 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17087939 | 2 years ago | | | 0 | 0.0020508574 | |
| 12304639 | 4 years ago | | | 0 | 0.0043125500 | |
| 12109436 | 4 years ago | | | 0 | 0.014089231 | |
| 12025459 | 4 years ago | | | 0 | 0.018106884 | |
| 11998628 | 4 years ago | | | 0 | 0.012879113 | |
| 11973652 | 4 years ago | | | 0 | 0.010199566 | |
| 11972365 | 4 years ago | | | 0 | 0.0095080700 | |
| 11924604 | 4 years ago | | | 0 | 0.013570609 | |
| 11916038 | 4 years ago | | | 0 | 0.015371614 | |
| 11914700 | 4 years ago | | | 0 | 0.014175668 |
ABI
ABI objects
Getter at block 21434261
liftoffSettings() view returns (address)
0xf54d9fc14a006763c83d4e12b1bb5dfb02ea668c
owner() view returns (address)
0x4735581201f4cad63cca0716ab4ac7d6d9cfb0ed
paused() view returns (bool)
false
totalTokenSales() view returns (uint256)
16
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)
getTokenSaleProjectDev(uint256 _tokenSaleId) view returns (address projectDev)
getTokenSaleStartTime(uint256 _tokenSaleId) view returns (uint256 startTime)
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
undoIgnite(uint256 _tokenSaleId)
updateEndTime(uint256 _delta, uint256 _tokenId)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
UndoIgnite(uint256 _tokenSaleId, address igniter, uint256 wadUnIgnited)
Unpaused(address account)
UpdateEndTime(uint256 tokenId, uint256 endTime)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.