Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YODA | ERC-20 | 5.223041K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17842927 | a year ago | | | 0 | 0.0041502632 | |
| 17842926 | a year ago | | | 0 | 0.0011452142 | |
| 17842926 | a year ago | | | 0 | 0.0011452142 | |
| 17842926 | a year ago | | | 0 | 0.0011452142 | |
| 17842926 | a year ago | | | 0 | 0.0011452142 | |
| 17842925 | a year ago | | | 0 | 0.0011526267 | |
| 17842925 | a year ago | | | 0 | 0.0011526267 | |
| 17842925 | a year ago | | | 0 | 0.0011526267 | |
| 17842924 | a year ago | | | 0 | 0.0012459216 | |
| 17842924 | a year ago | | | 0 | 0.0012459216 |
ABI
ABI objects
Getter at block 21160302
deadBlocks() view returns (uint256)
1
decimals() view returns (uint8)
9
delay() view returns (uint256)
0
earlyBuyerDailyMaxSell() view returns (uint256)
5000000000000
finalTaxSet() view returns (bool)
false
finalTaxTimestamp() view returns (uint256)
1200
launchBlock() view returns (uint256)
17842923
launchTimestamp() view returns (uint256)
1691167871
marketingWallet() view returns (address)
0x45efe32f475c7de2e94c21414a15ad1cccfe270c
marketingWallet2() view returns (address)
0x1e6a6e0e675f0631eab659ac16e9f5eaefd858d2
maxTx() view returns (uint256)
25000000000000
maxWallet() view returns (uint256)
25000000000000
name() view returns (string)
Baby Yoda
owner() view returns (address)
0x45efe32f475c7de2e94c21414a15ad1cccfe270c
pair() view returns (address)
0x6621a2d925971af2d6c77d4503ad9ea36fab76e5
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
25000000000000
symbol() view returns (string)
YODA
taxes() view returns (uint256 buy, uint256 sell, uint256 transfer)
(buy=0, sell=100, transfer=100)
totalSupply() view returns (uint256)
1000000000000000
tradingEnabled() view returns (bool)
true
whitelistPeriod() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
earlyBuyer(address buyer) view returns (bool status)
earlyBuyerDailySell(address buyer) view returns (uint256 amount)
isBlacklisted(address user) view returns (bool status)
isExcludedFromFees(address user) view returns (bool status)
lastTrade(address user) view returns (uint256 timestamp)
whitelistedBuyer(address buyer) view returns (bool status)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
rescueERC20(address tokenAdd, uint256 amount)
rescueETH(uint256 weiAmount)
setIsExcludedFromFees(address _address, bool state)
setLimits(uint256 _maxTx, uint256 _maxWallet)
setRouterAndPair(address newRouter, address newPair)
setSwapEnabled(bool status)
setSwapTreshhold(uint256 amount)
setTaxes(uint256 _buyTax, uint256 _sellTax, uint256 _transferTax)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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(address _router)
receive()
This contract contains no error objects.