NFTSniper
Verified contract
Active on
Ethereum with 326 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($4,966.96)
Native
Value
$4,966.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.061525 | $2,409.36 |
$4,966.96 | |
NFTS | ERC-20 | 14.441833 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20938733 | a month ago | | | 0 | 0.00054312095 | |
| 20852072 | a month ago | | | 0 | 0.00017392022 | |
| 20852071 | a month ago | | | 0 | 0.00027539429 | |
| 20296171 | 4 months ago | | | 0 | 0.000070314376 | |
| 19275634 | 8 months ago | | | 0 | 0.00083179810 | |
| 19275633 | 8 months ago | | | 0 | 0.00082649741 | |
| 18287117 | a year ago | | | 0 | 0.00035608099 | |
| 16786102 | 2 years ago | | | 0 | 0.0019874525 | |
| 16772286 | 2 years ago | | | 0 | 0.0017507900 | |
| 16772250 | 2 years ago | | | 0 | 0.0018411942 |
ABI
ABI objects
Getter at block 21124415
_liquidityFee() view returns (uint256)
5
_maxTxAmount() view returns (uint256)
250000000000000000000
_name() view returns (string)
NFTSniper
_symbol() view returns (string)
NFTS
_tTotal() view returns (uint256)
250000000000000000000
_taxFee() view returns (uint256)
5
decimals() view returns (uint8)
18
geUnlockTime() view returns (uint256)
0
maxLiqFee() view returns (uint256)
10
maxTaxFee() view returns (uint256)
10
minMxTxPercentage() view returns (uint256)
50
mintedByDxsale() view returns (bool)
true
name() view returns (string)
NFTSniper
numTokensSellToAddToLiquidity() view returns (uint256)
250000000000000000
owner() view returns (address)
0x46eb569b6d6c893d91a125a27353ba76a48fc127
prevLiqFee() view returns (uint256)
5
prevTaxFee() view returns (uint256)
5
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
NFTS
totalFees() view returns (uint256)
46580581331802551367
totalSupply() view returns (uint256)
250000000000000000000
uniswapV2Pair() view returns (address)
0x8733494587b7b2c63bfb5aedfe58428880b672b2
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)
disableFees()
enableFees()
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
renounceOwnership()
setLiquidityFeePercent(uint256 liquidityFee)
setMaxTxPercent(uint256 maxTxPercent)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(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)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address tokenOwner, string name, string symbol, uint8 decimal, uint256 amountOfTokenWei, uint8 setTaxFee, uint8 setLiqFee, uint256 _maxTaxFee, uint256 _maxLiqFee, uint256 _minMxTxPer)
receive()
This contract contains no error objects.