Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
No balances found for "XNIME"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17836310 | a year ago | | | 0 | 0.0028855694 | |
| 17836305 | a year ago | | | 0 | 0.0015852869 | |
| 17836255 | a year ago | | | 0 | 0.0015319578 | |
| 17836165 | a year ago | | | 0 | 0.0028999366 | |
| 17836165 | a year ago | | | 0 | 0.0028999366 | |
| 17836117 | a year ago | | | 0 | 0.0015189933 | |
| 17836098 | a year ago | | | 0 | 0.0013524761 | |
| 17836095 | a year ago | | | 0 | 0.0013236055 | |
| 17836091 | a year ago | | | 0 | 0.0014039186 | |
| 17836091 | a year ago | | | 0 | 0.0014039186 |
ABI
ABI objects
Getter at block 21269014
_burnFee() view returns (uint256)
0
_marketingFee() view returns (uint256)
8000
_marketingWalletAddress() view returns (address)
0xfd44d025e13bca38a934077bfc0a993efe1e61c0
_taxFee() view returns (uint256)
0
decimals() view returns (uint256)
18
maxWalletBalance() view returns (uint256)
100000000000000000000000000
name() view returns (string)
XNIME
owner() view returns (address)
0xb4ca9ad93ac6a2c8b4a4a06cbceee875af73043f
symbol() view returns (string)
XNIME
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x810edb73ee593b5c006aeaaeaf57b0814f509a5d
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)
isExcludedFromMaxWallet(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
enableTrading()
excludeFromFee(address account)
excludeFromReward(address account)
includeAndExcludedFromMaxWallet(address account, bool value)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyFeePercent(uint256 tFee, uint256 mFee, uint256 cFee)
setMarketingWalletAddress(address _addr)
setSellFeePercent(uint256 tFee, uint256 mFee, uint256 cFee)
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.