NFTLAUNCH.network
Verified contract
Proxy
Active on
Ethereum with 5,656 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 49 additional slots
-
variable spans 48 additional slots
9 additional
variables
Balances ($77,347.47)
Native
Value
$263.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.083689 | $3,149.72 |
$263.6 | |
USDT | ERC-20 | 75.941K | $1.001 |
$76,016.94 | |
USDC | ERC-20 | 765.54015 | $1.001 |
$766.31 | |
IMX | ERC-20 | 180.5956 | $1.33 |
$240.19 | |
NFTL | ERC-20 | 32.63365K | $0.001852 |
$60.44 | |
TetherClaims.com | ERC-20 | 800 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21187935 | 2 days ago | | | 0 | 0.0011602504 | |
| 21149496 | 7 days ago | | | 0 | 0.00039530608 | |
| 21147793 | 7 days ago | | | 0 | 0.00025674945 | |
| 21133156 | 10 days ago | | | 0 | 0.00074715882 | |
| 21107584 | 13 days ago | | | 0 | 0.00030584059 | |
| 21068907 | 19 days ago | | | 0 | 0.00048525604 | |
| 21068852 | 19 days ago | | | 0 | 0.00047708640 | |
| 21051379 | 21 days ago | | | 0 | 0.00026531014 | |
| 21050141 | 21 days ago | | | 0 | 0.00025908902 | |
| 21050076 | 21 days ago | | | 0 | 0.00017427972 |
ABI
ABI objects
Getter at block 21201466
_feeBurnPct() view returns (uint256)
0
_feeCharityAddress() view returns (address)
0x7bd96cdf6a34dd5972bb628496368293f68d4b5c
_feeCharityPct() view returns (uint256)
100
_feeEcoAddress() view returns (address)
0xf923b4d336d571a0f138e0ba13022b1abfa7b051
_feeEcoPct() view returns (uint256)
200
_feeFundAddress() view returns (address)
0xee0f73865930948ffffdc6e3182509a25aca7fb9
_feeFundPct() view returns (uint256)
500
_feeRewardAddress() view returns (address)
0xa66884aaccf7c5288f84bc75a8145c71966c5dc1
_feeRewardPct() view returns (uint256)
400
_lgePairAddress() view returns (address)
0x0000000000000000000000000000000000000000
_lgeTimestamp() view returns (uint256)
0
_reserveTokenPool() view returns (address)
0x896a1db78fcca849c72afdae4475378be1edadcd
_router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
_whitelister() view returns (address)
0xada0b3f2f919c87a14982de45c47eb99227828c8
cap() view returns (uint256)
999322444471967081459556027
collectedFees() view returns (uint256 totalAmount, uint256 feeFundAmount, uint256 feeRewardAmount, uint256 feeEcoAmount, uint256 feeCharityAmount)
(totalAmount=160750930930411418, feeFundAmount=66979554554338090, feeRewardAmount=53583643643470472, feeEcoAmount=26791821821735236, feeCharityAmount=13395910910867620)
decimals() view returns (uint8)
18
getLGEWhitelistRound() view returns (uint256, uint256, uint256, uint256, bool, uint256)
(0, 0, 0, 0, false, 0)
name() view returns (string)
NFTLAUNCH.network
owner() view returns (address)
0xada0b3f2f919c87a14982de45c47eb99227828c8
symbol() view returns (string)
NFTL
totalSupply() view returns (uint256)
656322444471967081459556027
Read-only
_feeExcluded(address) view returns (bool)
_lgeWhitelistRounds(uint256) view returns (uint256 duration, uint256 amountMax)
_pair(address) view returns (bool)
_reserveSwapPath(uint256) view returns (address)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
createLGEWhitelist(address pairAddress, uint256[] durations, uint256[] amountsMax)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeFees()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address router, uint256 feeBurnPct, uint256 feeFundPct, address feeFundAddress, uint256 feeRewardPct, address feeRewardAddress, uint256 feeEcoPct, address feeEcoAddress, uint256 feeCharityPct, address feeCharityAddress)
mint(address _to, uint256 _amount)
modifyLGEWhitelist(uint256 index, uint256 duration, uint256 amountMax, address[] addresses, bool enabled)
renounceOwnership()
renounceWhitelister()
rescueFunds(address tokenToRescue, address to, uint256 amount) returns (bool)
rescuePoolFunds(address tokenToRescue, address to, uint256 amount) returns (bool)
setFeeExcluded(address a, bool excluded)
setFees(uint256 feeBurnPct, uint256 feeFundPct, address feeFundAddress, uint256 feeRewardPct, address feeRewardAddress, uint256 feeEcoPct, address feeEcoAddress, uint256 feeCharityPct, address feeCharityAddress)
setPair(address a, bool pair)
setReserveSwapPath(address[] path)
setRouter(address r)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferWhitelister(address newWhitelister)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Distributed(uint256 feeFundAmount, uint256 feeRewardAmount, uint256 feeEcoAmount, uint256 feeCharityAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
WhitelisterTransferred(address indexed previousWhitelister, address indexed newWhitelister)
constructor(address admin, address implementation)
fallback()
receive()
receive()
This contract contains no error objects.