Lynx

Verified contract

Active on Ethereum with 1,531 txns
Deployed by via 0x02a3071d at 18230423
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable
ERC-20
--
0x720b559a522a7415bb984d1a3271c271aaccb9fab1c520247e11975c25812565
0x2c2d9fcc355def20cf4ff4b9a723948bd0b5b4727d507a923ec2e4004b9358c7
0xceece04c362720e7c945c57476468d7e8c6f5114b35035a397437a18acbd3684
0x70c3b19dcecb2faf106debcd675339f48405cb6b9a283406b77a66d2170fed32
0x53796f7efe65eb43ee2b99c34db8398b1a9555076a2ff434ec20800acb9d6dde
0xca5fbc03bd7c91fc058179fd2b58cff4d84404567f9ef3f2eeda518a5f5f6678
0x96a414728a3f5a7e4d6ef0b339fd2a7d69fac75b5143f674a0a10b53f03f39b2
0x5ef58dc8219361ea051b5407325d205028cf5d78274069f8d51344e4b6719adf
0xdba8a54e22a96405a36c2f55966037fa1950e37ed22212a686bc6901914a3e07
0x38e6322c3200d6081dbe9e73aa27e20965ccb86073d37863725757afe45fade9

Functions
Getter at block 20984705
ADMIN_WALLET(view returns (address)
0x06ffa99195a5bb90698ffa4e681007ff6a99843e
blacklister(view returns (address)
0x89a022f3983fa81ae5b02b5a7d471ab1ac0bcc64
buyTax(view returns (uint256)
5
currentSnapId(view returns (uint256)
9
decimals(view returns (uint8)
18
mainPair(view returns (address)
0x0e76943a45f3dd02edbd78067930c1bfa8da96e1
maxWallet(view returns (uint256)
100000000000000000000000
name(view returns (string)
LYNX
owner(view returns (address)
0xd6f1a4c94e4c0c14c7f6769ce4c647528fdfd35e
router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTax(view returns (uint256)
5
symbol(view returns (string)
LYNX
taxThreshold(view returns (uint256)
500000000000000000000
totalSupply(view returns (uint256)
5000000000000000000000000
tradingEnabled(view returns (bool)
false
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getUserSnapshotAt(address useruint256 snapIdview returns (uint256)
isBlacklisted(address walletview returns (bool blacklistedStatus)
isDividendExempt(address walletview returns (bool dividendExcepmtionStatus)
isExcludedFromMaxWallet(address walletview returns (bool excludedStatus)
isExcludedFromTax(address walletview returns (bool excludedStatus)
isLpAddress(address lpAddressview returns (bool)
isSnapshotter(address executorview returns (bool isExecutor)
lastSnapshotId(address userview returns (uint256 lastSnapshotId)
snapshotInfo(address useruint256 snapIdview returns (uint256 amount)
snapshots(uint256 snapIdview returns (uint256 tier1Totaluint256 tier2Totaluint256 snapshotTakenTimestamp)
State-modifying
approve(address spenderuint256 amountreturns (bool)
blacklistAddress(address _user
blacklistAddresses(address[] _users
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableTrading(
increaseAllowance(address spenderuint256 addedValuereturns (bool)
pauseTrading(
renounceOwnership(
setBlacklister(address _blacklister
setBuyTax(uint256 _buyTax
setExcludeFromTax(address _userbool _excluded
setExcludedFromMaxWallet(address _userbool _excluded
setLpAddress(address _lpAddressbool _isLpAddress
setMaxWallet(uint256 _maxWallet
setSellTax(uint256 _sellTax
setSnapshotterAddress(address _snapshotterbool _isSnapshotter
setTaxThreshold(uint256 _taxThreshold
takeSnapshot(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
unblacklistAddress(address _user
unblacklistAddresses(address[] _users
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BlacklistWalletUpdate(address indexed _userbool blacklisted
BlacklistWalletsUpdate(address[] _usersbool blacklisted
EditMaxWalletAmount(uint256 newAmount
EditTax(uint256 newTaxbool buyTaxbool sellTax
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAddressAsLp(address indexed _lpAddressbool isLpAddress
SetSnapshotterStatus(address indexed _snapshotterbool status
SnapshotTaken(uint256 indexed snapIduint256 timestamp
TradingEnabled(bool isEnabled
Transfer(address indexed fromaddress indexed touint256 value
UpdateBlacklister(address indexed _blacklister
WalletExcludedFromMax(address indexed _userbool excluded
WalletExcludedFromTax(address indexed _userbool excluded
Constructor
constructor(address _adminaddress _newOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
LYNX__Blacklisted(
LYNX__InvalidMaxWallet(
LYNX__InvalidTaxAmount(
LYNX__InvalidThreshold(
LYNX__MaxWalletReached(address walletuint256 triedBalance
LYNX__NotAllowed(
LYNX__TradingNotEnabled(