Xile Protocol
Verified contract
Active on
Ethereum with 397 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XILE | ERC-20 | 42.347896M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18189653 | a year ago | | | 0 | 0.00030789445 | |
| 17896885 | a year ago | | | 0 | 0.00032452485 | |
| 17737381 | a year ago | | | 0 | 0.00076663248 | |
| 17016162 | 2 years ago | | | 0 | 0.00096096161 | |
| 16974579 | 2 years ago | | | 0 | 0.00090356882 | |
| 16960697 | 2 years ago | | | 0 | 0.0013228865 | |
| 16944062 | 2 years ago | | | 0 | 0.0010847538 | |
| 16932661 | 2 years ago | | | 0 | 0.0010986051 | |
| 16929004 | 2 years ago | | | 0 | 0.0014035338 | |
| 16928991 | 2 years ago | | | 0 | 0.0015833463 |
ABI
ABI objects
Getter at block 21323169
_maxTxAmount() view returns (uint256)
1000000000000000000
_maxWalletAmount() view returns (uint256)
1000000000000000000
buyFee() view returns (uint256 liquidity, uint256 marketing)
(liquidity=1, marketing=4)
decimals() pure returns (uint8)
9
forceSwapCount() view returns (uint256)
0
liquidityReceiver() view returns (address)
0x29053835619ab4503b7998e9a8170484dd4ab7c4
marketingWallet() view returns (address)
0x8c68a072c7cef49e5936c6fb7c8f64d193ffa443
name() pure returns (string)
Xile Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256 liquidity, uint256 marketing)
(liquidity=1, marketing=4)
swapTokenAtAmount() view returns (uint256)
10000000000000000
symbol() pure returns (string)
XILE
totalSupply() view returns (uint256)
1000000000000000000
uniswapV2Pair() view returns (address)
0x56b0f23d75bf7b564c9d84f7f61bed4a03acadfd
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeFee(uint256 _buyMarketingFee, uint256 _buyLiquidityFee, uint256 _sellMarketingFee, uint256 _sellLiquidityFee)
changeMax(uint256 _maxTx, uint256 _maxWallet)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
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)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address marketingAddress, address liquidityAddress)
receive()
This contract contains no error objects.