Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($19,344.91)
Native
Value
$18,907.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.88175 | $3,214.60 |
$18,907.47 | |
USDT | ERC-20 | 192 | $1.001 |
$192.19 | |
STRUMP | ERC-20 | 47.213733K | $0.002122 |
$100.18 | |
USDC | ERC-20 | 70.75 | $1.00 |
$70.75 | |
YAI | ERC-20 | 3.336221K | $0.019906 |
$66.41 | |
NexusAI | ERC-20 | 40.049K | $0.000195 |
$7.83 | |
ZIK | ERC-20 | 555.555556 | $0.000148 |
$0.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158499 | an hour ago | | | 0 | 0.0013836056 | |
| 21158287 | 2 hours ago | | | 0 | 0.00051098842 | |
| 21158216 | 2 hours ago | | | 0 | 0.00059982264 | |
| 21158109 | 2 hours ago | | | 0 | 0.0014583068 | |
| 21157966 | 3 hours ago | | | 0 | 0.0018832603 | |
| 21157149 | 5 hours ago | | | 0 | 0.00064856465 | |
| 21157073 | 6 hours ago | | | 0 | 0.00070769063 | |
| 21156882 | 6 hours ago | | | 0 | 0.0010051244 | |
| 21156674 | 7 hours ago | | | 0 | 0.00065890425 | |
| 21156372 | 8 hours ago | | | 0 | 0.00051077520 |
ABI
ABI objects
Getter at block 21158782
GreedTax() view returns (uint256)
400
TaxBuy() view returns (uint256)
50
TaxSell() view returns (uint256)
50
admin() view returns (address)
0x8d68034a05d9158d35f402b326e3de223346fb20
currentPhase() view returns (uint8)
1
decimals() view returns (uint8)
18
getMaxTxAmount() view returns (uint256)
2000000000000000000000000
getMaxWalletAmount() view returns (uint256)
2000000000000000000000000
maxTxAmount() view returns (uint256)
20
maxWalletAmount() view returns (uint256)
20
name() view returns (string)
Ÿ
owner() view returns (address)
0x8d68034a05d9158d35f402b326e3de223346fb20
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
YAI
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0x2a706f26e0bd400ac710bec99150ed9d644f29bd
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isChaosOrc(address) view returns (bool)
noFeeFor(address) view returns (bool)
noTax(address) view returns (bool)
State-modifying
Events DaylightSavings()
approve(address spender, uint256 value) returns (bool)
recoverAssets(address token)
recoverETH()
renounceOwnership()
setAdmin(address _newWallet)
setNoFeeTo(address _newWallet, bool _status)
setNoTax(address addy, bool changer)
setTaxBuy(uint256 _taxBuy)
setTaxSell(uint256 _taxSell)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxTxAmountChange(uint256 from, uint256 to)
MaxWalletSet(uint256 from, uint256 to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PhaseChange(uint8 from, uint8 to)
SetOperationsWallet(address _newWallet, bool _status)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
WhitelistAddress(address indexed addy, bool changer)
WithdrawETH(uint256 amount)
WithdrawTokens(address token, uint256 amount)
constructor(string _symbol, string _name, uint256 _totalSupply, address _admin, address _router)
receive()
CallFailed()
CannotSetMaxTxAmountToLessThanHalfPercent()
CannotSetMaxTxAmountToMoreThan10Percent()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ExceedsMaxTxAmount(uint256 amount, uint256 maxTxAmount)
InvalidAddress(address addr)
InvalidReceiver(address arg0)
NotOwnerOrOperations()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TransferExceedsMaxTx()
TransferExceedsMaxWallet()