Degen Xpro
Verified contract
Active on
Ethereum with 90 txns
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 |
---|---|---|---|---|---|
DXPRO | ERC-20 | 850.453992K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17923416 | a year ago | | | 0 | 0.0013479027 | |
| 17905539 | a year ago | | | 0 | 0.00038256233 | |
| 17859061 | a year ago | | | 0 | 0.00059861429 | |
| 17812500 | a year ago | | | 0 | 0.00064801255 | |
| 17811798 | a year ago | | | 0 | 0.00069559679 | |
| 17811593 | a year ago | | | 0 | 0.00063336070 | |
| 17810491 | a year ago | | | 0 | 0.00071890275 | |
| 17810254 | a year ago | | | 0 | 0.00069181673 | |
| 17810013 | a year ago | | | 0 | 0.00040475606 | |
| 17810004 | a year ago | | | 0 | 0.00061905634 |
ABI
ABI objects
Getter at block 21216423
decimals() view returns (uint8)
18
feeOnBuy() view returns (uint256)
1
feeOnSell() view returns (uint256)
1
isSizeLimitsOpen() view returns (bool)
true
isTradeOpen() view returns (bool)
true
marketingWallet() view returns (address)
0x409ca8ecd30e508f7a422746bced391739f8cc2c
maxTxnAmount() view returns (uint256)
2500000000000000000000000000
maxWalletSize() view returns (uint256)
2500000000000000000000000000
name() view returns (string)
Degen Xpro
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapTokensAtAmount() view returns (uint256)
2000000000000000000000000
symbol() view returns (string)
DXPRO
totalSupply() view returns (uint256)
10000000000000000000000000000
uniswapV2Pair() view returns (address)
0x39a5ad254e25b3aa15a511e2e96db92181db6c1c
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address _marketingWallet)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableSizeLimits()
enableTrade()
excludeFromFees(address account, bool excluded)
exemptFromLimit(address account, bool exempt)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setFees(uint256 _feeOnBuy, uint256 _feeOnSell)
setSizesAtAmount(uint256 _maxTxnAmount, uint256 _maxWalletSize, uint256 percent)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
FeesUpdated(uint256 feeOnBuy, uint256 feeOnSell)
MarketingWalletChanged(address indexed newMarketingWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SizesAtAmountChanged(uint256 _maxTxnAmount, uint256 _maxWalletSize, uint256 percent)
SwapAndSendFee(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountChanged(uint256 newAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.