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 |
---|---|---|---|---|---|
XDOG | ERC-20 | 182.413049T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17773391 | a year ago | | | 0 | 0.00090553245 | |
| 17773391 | a year ago | | | 0 | 0.00062205200 | |
| 17773391 | a year ago | | | 0 | 0.00062232297 | |
| 17773371 | a year ago | | | 0 | 0.0025065720 | |
| 17773370 | a year ago | | | 0 | 0.0024601540 | |
| 17773369 | a year ago | | | 0 | 0.0024137360 | |
| 17773368 | a year ago | | | 0 | 0.0023673180 | |
| 17773367 | a year ago | | | 0 | 0.0023209000 | |
| 17773366 | a year ago | | | 0 | 0.0025065720 | |
| 17773365 | a year ago | | | 0 | 0.0024601540 |
ABI
ABI objects
Getter at block 21403372
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
182413049210647011479506423560639
mainAddress() view returns (address)
0xb3c31f3e9388f9b677e7f9c42af97e09c3a005af
maxBuyAmount() view returns (uint256)
1000000000000000000000000000000000
maxSellAmount() view returns (uint256)
1000000000000000000000000000000000
name() view returns (string)
XDogeInu
owner() view returns (address)
0xb3c31f3e9388f9b677e7f9c42af97e09c3a005af
pairV2() view returns (address)
0xaca4a5f60c99e023a18f13fe1f73c9c7abd951b2
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold() view returns (uint256)
500000000000000000000000000000
symbol() view returns (string)
XDOG
totalSupply() view returns (uint256)
1000000000000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
mainFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mainAddressSetup(address _newAddress)
mainFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
renounceOwnership()
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)
updateSwapThreshold(uint256 _swapThreshold)
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)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
Transfer(address indexed from, address indexed to, uint256 value)
mainAddressUpdated(address mainAddress)
mainFeeSent(address recipient, uint256 amount)
mainFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.