Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 14 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XPAY | ERC-20 | 36.745594K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19698190 | 7 months ago | | | 0 | 0.00035880137 | |
| 18327665 | a year ago | | | 0 | 0.00035945767 | |
| 18305447 | a year ago | | | 0 | 0.00014900314 | |
| 18305445 | a year ago | | | 0 | 0.00013759112 | |
| 18305437 | a year ago | | | 0 | 0.00023839084 | |
| 18186054 | a year ago | | | 0 | 0.00052092603 | |
| 18180865 | a year ago | | | 0 | 0.00050882879 | |
| 18180864 | a year ago | | | 0 | 0.0041033343 | |
| 18176684 | a year ago | | | 0 | 0.00039335506 | |
| 18148280 | a year ago | | | 0 | 0.00019729831 |
ABI
ABI objects
Getter at block 21278897 getTokenInfo() view returns (struct WDIStandardTokenTokenInfo _tokenInfo)
decimals() view returns (uint8)
18
getDevBuyTax() view returns (uint256)
0
getDevSellTax() view returns (uint256)
0
getLpBuyTax() view returns (uint256)
0
getLpSellTax() view returns (uint256)
0
getMarketingBuyTax() view returns (uint256)
4900000000000000000
getMarketingSellTax() view returns (uint256)
4900000000000000000
maxAmountForTx() view returns (uint256)
21000000000000000000000
maxAmountForWallet() view returns (uint256)
21000000000000000000000
name() view returns (string)
XPAY
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapPair() view returns (address)
0x08ec8f52fcf8ed07549b27a5cbb05249debf0318
swapping() view returns (bool)
false
symbol() view returns (string)
XPAY
totalBuyTaxFees() view returns (uint256)
4900000000000000000
totalSellTaxFees() view returns (uint256)
4900000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000
totalTaxFees() view returns (uint256)
9800000000000000000
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludeFromFee(address) view returns (bool)
isExcludeFromTxLimit(address) view returns (bool)
isExcludeFromWalletLimit(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExclusionFromFee(address account, bool value)
setExclusionFromTxLimit(address account, bool value)
setExclusionFromWalletLimit(address account, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDevBuyTax(uint256 tax)
updateDevSellTax(uint256 tax)
updateDevWallet(address newWallet)
updateLpBuyTax(uint256 tax)
updateLpSellTax(uint256 tax)
updateMarketingBuyTax(uint256 tax)
updateMarketingSellTax(uint256 tax)
updateMarketingWallet(address newWallet)
updateMaxTransactionAmount(uint256 maxTx)
updateMaxWalletAmount(uint256 maxWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
DevWalletUpdated(address newWallet, address oldWallet)
MarketingWalletUpdated(address newWallet, address oldWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransferFee(uint256 makertingTax, uint256 devTax, uint256 indexed lpTax)
constructor(struct WDIStandardTokenTokenInfo _tokenInfo, uint256 _deployerTax, address _deployFeeReceiver)
receive()
This contract contains no error objects.