Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LYNX | ERC-20 | 54.217839K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149762 | a month ago | | | 0 | 0.00025059446 | |
| 21050769 | 2 months ago | | | 0 | 0.00027604963 | |
| 21040561 | 2 months ago | | | 0 | 0.00016850960 | |
| 20971399 | 2 months ago | | | 0 | 0.0015885715 | |
| 20781224 | 3 months ago | | | 0 | 0.00041538339 | |
| 20781206 | 3 months ago | | | 0 | 0.00054893200 | |
| 20726588 | 3 months ago | | | 0 | 0.000072053026 | |
| 20480225 | 4 months ago | | | 0 | 0.00012398779 | |
| 20409507 | 5 months ago | | | 0 | 0.000038469476 | |
| 20328132 | 5 months ago | | | 0 | 0.00040563023 |
ABI
ABI objects
Getter at block 21403469
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getUserSnapshotAt(address user, uint256 snapId) view returns (uint256)
isBlacklisted(address wallet) view returns (bool blacklistedStatus)
isDividendExempt(address wallet) view returns (bool dividendExcepmtionStatus)
isExcludedFromMaxWallet(address wallet) view returns (bool excludedStatus)
isExcludedFromTax(address wallet) view returns (bool excludedStatus)
isLpAddress(address lpAddress) view returns (bool)
isSnapshotter(address executor) view returns (bool isExecutor)
lastSnapshotId(address user) view returns (uint256 lastSnapshotId)
snapshotInfo(address user, uint256 snapId) view returns (uint256 amount)
snapshots(uint256 snapId) view returns (uint256 tier1Total, uint256 tier2Total, uint256 snapshotTakenTimestamp)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistAddress(address _user)
blacklistAddresses(address[] _users)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pauseTrading()
renounceOwnership()
setBlacklister(address _blacklister)
setBuyTax(uint256 _buyTax)
setExcludeFromTax(address _user, bool _excluded)
setExcludedFromMaxWallet(address _user, bool _excluded)
setLpAddress(address _lpAddress, bool _isLpAddress)
setMaxWallet(uint256 _maxWallet)
setSellTax(uint256 _sellTax)
setSnapshotterAddress(address _snapshotter, bool _isSnapshotter)
setTaxThreshold(uint256 _taxThreshold)
takeSnapshot()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblacklistAddress(address _user)
unblacklistAddresses(address[] _users)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistWalletUpdate(address indexed _user, bool blacklisted)
BlacklistWalletsUpdate(address[] _users, bool blacklisted)
EditMaxWalletAmount(uint256 newAmount)
EditTax(uint256 newTax, bool buyTax, bool sellTax)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAddressAsLp(address indexed _lpAddress, bool isLpAddress)
SetSnapshotterStatus(address indexed _snapshotter, bool status)
SnapshotTaken(uint256 indexed snapId, uint256 timestamp)
TradingEnabled(bool isEnabled)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateBlacklister(address indexed _blacklister)
WalletExcludedFromMax(address indexed _user, bool excluded)
WalletExcludedFromTax(address indexed _user, bool excluded)
constructor(address _admin, address _newOwner)
This contract contains no fallback and receive objects.
LYNX__Blacklisted()
LYNX__InvalidMaxWallet()
LYNX__InvalidTaxAmount()
LYNX__InvalidThreshold()
LYNX__MaxWalletReached(address wallet, uint256 triedBalance)
LYNX__NotAllowed()
LYNX__TradingNotEnabled()