NFT Token
Verified contract
Active on
Ethereum with 328 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x51e4…582a
0xd989…307a
8 additional
variables
Balances ($61,620.27)
Native
Value
$61,620.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 19.137741 | $3,219.83 |
$61,620.27 | |
NFT | ERC-20 | 2.239224B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20380747 | 4 months ago | | | 0 | 0.00049819464 | |
| 18887191 | a year ago | | | 0 | 0.00089176721 | |
| 18836281 | a year ago | | | 0 | 0.0020462627 | |
| 17342726 | a year ago | | | 0 | 0.00066490943 | |
| 17164268 | 2 years ago | | | 0 | 0.0047835248 | |
| 17164267 | 2 years ago | | | 0 | 0.0022097963 | |
| 15524174 | 2 years ago | | | 0 | 0.0011737499 | |
| 15052165 | 2 years ago | | | 0 | 0.0011592886 | |
| 15052160 | 2 years ago | | | 0 | 0.0019604618 | |
| 14656811 | 3 years ago | | | 0 | 0.0011154756 |
ABI
ABI objects
Getter at block 21184192
_maxTxAmount() view returns (uint256)
3000000000000000000
_taxFee() view returns (uint256)
0
buyBackEnabled() view returns (bool)
false
buyBackUpperLimitAmount() view returns (uint256)
1000000000000000000
buybackFee() view returns (uint256)
0
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
getTime() view returns (uint256)
1731566303
getUnlockTime() view returns (uint256)
0
marketingAddress() view returns (address)
0xd989c6e408a8f69dfaafe0b6b7d4908598b7307a
marketingFee() view returns (uint256)
990
minimumTokensBeforeSwapAmount() view returns (uint256)
0
name() view returns (string)
NFT Token
owner() view returns (address)
0x49348e7600dd6c56d06b21b1dec53f8aaf19616e
swapAndLiquifyEnabled() view returns (bool)
false
symbol() view returns (string)
NFT
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000
uniswapV2Pair() view returns (address)
0x45770059777f0f6ed0178147d32d27d845d386b9
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
presale(bool _presale)
renounceOwnership()
setBuyBackEnabled(bool _enabled)
setBuybackFee(uint256 _buybackFee)
setBuybackUpperLimit(uint256 buyBackLimit)
setMarketingAddress(address _marketingAddress)
setMarketingFee(uint256 _marketingFee)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensSellToAddToLiquidity(uint256 _minimumTokensBeforeSwap)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFee(uint256 taxFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
BuyBackEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardLiquidityProviders(uint256 tokenAmount)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _n, string _s, uint256 _ts, uint256 _tax, uint256 _bb, uint256 _mkt, address _ma, address _ru, address _lp)
receive()
This contract contains no error objects.