Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DFox | ERC-20 | 15.317391K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21314204 | a month ago | | | 0 | 4.7532304e-7 | |
| 21314202 | a month ago | | | 0 | 4.7649774e-7 | |
| 21256369 | a month ago | | | 0 | 4.2262795e-7 | |
| 19160406 | 3 months ago | | | 0 | 1.8516491e-7 | |
| 19110248 | 3 months ago | | | 0 | 1.6031414e-7 | |
| 18602160 | 3 months ago | | | 0 | 0.000000104395400000 | |
| 17291337 | 4 months ago | | | 0 | 1.8832579e-7 | |
| 17205144 | 4 months ago | | | 0 | 2.1174060e-7 | |
| 16256151 | 5 months ago | | | 0 | 7.6497261e-7 | |
| 15747517 | 5 months ago | | | 0 | 3.3575909e-7 |
ABI
ABI objects
Getter at block 22755607 currentTokens() view returns (uint256 tokens)
blackHole() view returns (address)
0x000000000000000000000000000000000000dead
buybackWeight() view returns (uint256)
1
decimals() view returns (uint8)
18
inSwap() view returns (bool)
false
lastTradingCount() view returns (uint256)
7269
launchTime() view returns (uint256)
1712156415
magicNumber() view returns (uint256)
100000
manualBuyBackBurnAmount() view returns (uint256)
17867500000000000000
maxMintTimes() view returns (uint256)
20
name() view returns (string)
DegenFox
owner() view returns (address)
0xe0abdc5846cba938903d0b4ec51724b536276710
sellTax() view returns (uint256)
6
symbol() view returns (string)
DFox
totalSupply() view returns (uint256)
411615000000000000000000000
tradingCount() view returns (uint256)
8238
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xdb5f51203dd47e8180c949b16a60a30bd34a774d
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
mintTimes(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualBuybackAndBurn(uint256 amount)
manualListing()
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setBuybackWeight(uint256 _buybackWeight)
setMagicNumber(uint256 _magicNumber)
startPresale()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSellTax(uint256 _sellTax)
withdrawStuckTokens(address tkn)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _uniswapRouter, uint256 _magicNumber, uint256 _buybackWeight, string _name, string _symbol)
receive()
ReentrancyGuardReentrantCall()