SnipersLand
Verified contract
Active on
Ethereum with 39 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,187.93 |
$0 | |
SNIPERSLAND | ERC-20 | 1.4725K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18738899 | a year ago | | | 0 | 0.0018187650 | |
| 18738198 | a year ago | | | 0 | 0.0012876305 | |
| 18738188 | a year ago | | | 0 | 0.0020953724 | |
| 18738178 | a year ago | | | 0 | 0.0033941302 | |
| 18738123 | a year ago | | | 0 | 0.0036697700 | |
| 18738069 | a year ago | | | 0 | 0.0034846413 | |
| 18738000 | a year ago | | | 0 | 0.0020900556 | |
| 18737967 | a year ago | | | 0 | 0.0022088522 | |
| 18737960 | a year ago | | | 0 | 0.0018667316 | |
| 18736143 | a year ago | | | 0 | 0.0033820084 |
ABI
ABI objects
Getter at block 21186019
decimals() pure returns (uint8)
18
deploierAddress() view returns (address)
0xd867be48ef2db628fa7844df0f2b835ffa4ef2a8
devAddress() view returns (address)
0x8bedaeef353681a77a92f20d827df4ec134d424f
getAllPending() view returns (uint256)
1472500000000000000000
getSwapThresholdAmount() view returns (uint256)
45649577016512207409
liquidityAddress() view returns (address)
0x0e5f5d6faa09d92c409b5439a12c1d2a0947e267
maxBuyAmount() view returns (uint256)
30000000000000000000000
maxSellAmount() view returns (uint256)
30000000000000000000000
maxWalletAmount() view returns (uint256)
30000000000000000000000
name() view returns (string)
SnipersLand
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x317748a2d23adfd35cdc8176f0d199d35cc9a441
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
revshareAddress() view returns (address)
0xa8f073fe90f1ef0349adb4dd709d08c6b1f13613
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
SNIPERSLAND
totalSupply() view returns (uint256)
1000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
deploierFees(uint256) view returns (uint16)
devFees(uint256) view returns (uint16)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
liquidityFees(uint256) view returns (uint16)
revshareFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deploierAddressSetup(address _newAddress)
deploierFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
devAddressSetup(address _newAddress)
devFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
enableTrading()
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
liquidityAddressSetup(address _newAddress)
liquidityFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
renounceOwnership()
revshareAddressSetup(address _newAddress)
revshareFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
deploierAddressUpdated(address deploierAddress)
deploierFeeSent(address recipient, uint256 amount)
deploierFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
devAddressUpdated(address devAddress)
devFeeSent(address recipient, uint256 amount)
devFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
liquidityAddressUpdated(address liquidityAddress)
liquidityFeeSent(address recipient, uint256 amount)
liquidityFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
revshareAddressUpdated(address revshareAddress)
revshareFeeSent(address recipient, uint256 amount)
revshareFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.