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 |
---|---|---|---|---|---|
XPEPEX | ERC-20 | 713.331021B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17710826 | a year ago | | | 0 | 0.00071576881 | |
| 17662524 | a year ago | | | 0 | 0.00076433674 | |
| 17662513 | a year ago | | | 0 | 0.00067275223 | |
| 17657464 | a year ago | | | 0 | 0.00095417688 | |
| 17648897 | a year ago | | | 0 | 0.00070799599 | |
| 17642452 | a year ago | | | 0 | 0.0024074436 | |
| 17638397 | a year ago | | | 0 | 0.0014882913 | |
| 17638292 | a year ago | | | 0 | 0.0019091847 | |
| 17638289 | a year ago | | | 0 | 0.00094634278 | |
| 17638280 | a year ago | | | 0 | 0.0012608162 |
ABI
ABI objects
Getter at block 21297983
_minSwapThreshold() view returns (uint256)
420690000000000000000000000000000
_taxRate() view returns (uint256)
0
decimals() view returns (uint8)
18
maxTxAmount() view returns (uint256)
420690000000000000000000000000000
name() view returns (string)
XPEPEX
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
XPEPEX
totalSupply() view returns (uint256)
420690000000000000000000000000000
totalSupplyInit() view returns (uint256)
420690000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account)
includeInFees(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setDevWallet(address _newW)
setNewMinSwap(uint256 _minswapThresh)
setTaxRate(uint256 _newTaxRate)
setmaxTxAmount(uint256 _maxTxAmount)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.