Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GOLD | ERC-20 | 16.749125M | -- | -- | |
UNI-V2 | ERC-20 | 7.631348K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15649259 | 2 years ago | | | 0 | 0.00044781260 | |
| 15638568 | 2 years ago | | | 0 | 0.00036456963 | |
| 15630869 | 2 years ago | | | 0 | 0.00061081864 | |
| 15629847 | 2 years ago | | | 0 | 0.00039425904 | |
| 15629659 | 2 years ago | | | 0 | 0.00056785631 | |
| 15629659 | 2 years ago | | | 0 | 0.00056785631 | |
| 15629605 | 2 years ago | | | 0 | 0.00052037049 | |
| 15628877 | 2 years ago | | | 0 | 0.0010208835 | |
| 15628028 | 2 years ago | | | 0 | 0.00057370585 | |
| 15628010 | 2 years ago | | | 0 | 0.00046276994 |
ABI
ABI objects
Getter at block 21186080
_fees() view returns (uint256 buyTotalFees, uint256 buyMarketingFee, uint256 buyLiquidityFee, uint256 sellTotalFees, uint256 sellMarketingFee, uint256 sellLiquidityFee)
(buyTotalFees=6, buyMarketingFee=4, buyLiquidityFee=2, sellTotalFees=9, sellMarketingFee=7, sellLiquidityFee=2)
decimals() view returns (uint8)
18
isSwapping() view returns (bool)
false
name() view returns (string)
XAUETH
owner() view returns (address)
0x1b65160a686ac5a26bb82dc7e2dd2b56bb247830
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() view returns (string)
GOLD
tokensForLiquidity() view returns (uint256)
3722027759999999486906016
tokensForMarketing() view returns (uint256)
13027097159999998204171059
totalSupply() view returns (uint256)
20000000000000000000000000000
uniswapV2Pair() view returns (address)
0xbf5e2d218fcc49f11ee78c4f6fe7a16f97ae2aa0
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
_isExcludedMaxWalletAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
marketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeFromWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMarketPair(address pair, bool value)
setMarketingWallet(address _marketingWallet)
swapTrading()
toggleSwapEnabled(bool enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 _marketingFeeBuy, uint256 _liquidityFeeBuy, uint256 _marketingFeeSell, uint256 _liquidityFeeSell)
updateMaxTxnAmount(uint256 newMaxBuy, uint256 newMaxSell)
updateMaxWalletAmount(uint256 newPercentage)
updateThresholdSwapAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.