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 |
---|---|---|---|---|---|
$YUNO | ERC-20 | 1.442774K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19853504 | 6 months ago | | | 0 | 0.00022397224 | |
| 18068471 | a year ago | | | 0 | 0.00046065458 | |
| 17957825 | a year ago | | | 0 | 0.0013582349 | |
| 17839590 | a year ago | | | 0 | 0.00057503046 | |
| 17831741 | a year ago | | | 0 | 0.00081738907 | |
| 17768679 | a year ago | | | 0 | 0.00063209146 | |
| 17768678 | a year ago | | | 0 | 0.00059594696 | |
| 17687320 | a year ago | | | 0 | 0.0017660480 | |
| 17680739 | a year ago | | | 0 | 0.00038009550 | |
| 17680516 | a year ago | | | 0 | 0.00053464013 |
ABI
ABI objects
Getter at block 21224732
creator() view returns (string)
Y U NO Guy
decimals() view returns (uint8)
18
marketingFeeOnBuy() view returns (uint256)
0
marketingFeeOnSell() view returns (uint256)
0
marketingWallet() view returns (address)
0x87c2ca56222486aed905a3b0d493e930bc20fc71
name() view returns (string)
Y U NO!
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
4800000000000000000000
symbol() view returns (string)
$YUNO
totalSupply() view returns (uint256)
24000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xeda4bebe14f7490c2bb68a36363dbcc3165655ac
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address _marketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 _marketingFeeOnSell, uint256 _marketingFeeOnBuy)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
MarketingWalletChanged(address marketingWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateFees(uint256 marketingFeeOnBuy, uint256 marketingFeeOnSell)
constructor()
receive()
This contract contains no error objects.