Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1ccf…5a3e
3 additional
variables
Balances ($535.71)
Native
Value
$293.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.089404 | $3,283.25 |
$293.54 | |
SHIDO | ERC-20 | 172.082834K | $0.000828 |
$142.41 | |
USDT | ERC-20 | 99.958517 | $0.998083 |
$99.77 | |
SHIDO | ERC-20 | 16.162294M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243363 | 44 minutes ago | | | 0 | 0.00073200185 | |
| 21243219 | an hour ago | | | 0 | 0.00091561794 | |
| 21243184 | an hour ago | | | 0 | 0.00046926551 | |
| 21242962 | 2 hours ago | | | 0 | 0.00096337337 | |
| 21242749 | 3 hours ago | | | 0 | 0.00096822820 | |
| 21242665 | 3 hours ago | | | 0 | 0.00061478931 | |
| 21242581 | 3 hours ago | | | 0 | 0.00092378775 | |
| 21242497 | 4 hours ago | | | 0 | 0.0010587124 | |
| 21242389 | 4 hours ago | | | 0 | 0.00068739973 | |
| 21242362 | 4 hours ago | | | 0 | 0.00052846071 |
ABI
ABI objects
Getter at block 21243581
baseTokenForMarket() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
buyLiquidityFee() view returns (uint24)
0
buyMarketingFee() view returns (uint24)
0
decimals() view returns (uint8)
18
isBaseTokenWETH() view returns (bool)
true
isMarketingFeeBaseToken() view returns (bool)
true
mainPair() view returns (address)
0x419991da56d9ad96a1a38513b7ae7e49caa4b82c
mainRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
marketingWallet() view returns (address)
0x8c4b913cdcced77ff7da1e1f9da496dcf4ceefe0
maxTransactionAmount() view returns (uint256)
18000000000000000000000000000
maxWallet() view returns (uint256)
18000000000000000000000000000
minAmountToTakeFee() view returns (uint256)
1800000000000000000000000
name() view returns (string)
Shido
owner() view returns (address)
0xf7fab95245bca01e0cd0515ac743d11075ff4122
sellLiquidityFee() view returns (uint24)
0
sellMarketingFee() view returns (uint24)
50000
symbol() view returns (string)
SHIDO
totalSupply() view returns (uint256)
18000000000000000000000000000
uniswapV2Caller() view returns (address)
0x1ccfe8c40ef259566433716002e379dfffbf5a3e
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isExcludedFromMaxTransactionAmount(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account, bool isEx)
excludeFromMaxTransactionAmount(address account, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateLiquidityFee(uint24 _sellLiquidityFee, uint24 _buyLiquidityFee)
updateMainPair(address _mainRouter, address _baseTokenForMarket)
updateMarketingFee(uint24 _sellMarketingFee, uint24 _buyMarketingFee)
updateMarketingWallet(address _marketingWallet, bool _isMarketingFeeBaseToken)
updateMaxTransactionAmount(uint256 _maxTransactionAmount)
updateMaxWallet(uint256 _maxWallet)
updateMinAmountToTakeFee(uint256 _minAmountToTakeFee)
withdrawETH()
withdrawToken(address token)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludedFromFee(address indexed account, bool isEx)
ExcludedFromMaxTransactionAmount(address indexed account, bool isExcluded)
MainRouterUpdated(address mainRouter, address mainPair, address baseTokenForMarket)
MarketingFeeTaken(uint256 marketingFeeTokens, uint256 marketingFeeBaseTokenSwapped)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool value)
SwapAndLiquify(uint256 tokensForLiquidity, uint256 baseTokenForLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateLiquidityFee(uint24 newSellLiquidityFee, uint24 newBuyLiquidityFee, uint24 oldSellLiquidityFee, uint24 oldBuyLiquidityFee)
UpdateMarketingFee(uint24 newSellMarketingFee, uint24 newBuyMarketingFee, uint24 oldSellMarketingFee, uint24 oldBuyMarketingFee)
UpdateMarketingWallet(address indexed newMarketingWallet, bool newIsMarketingFeeBaseToken, address indexed oldMarketingWallet, bool oldIsMarketingFeeBaseToken)
UpdateMaxTransactionAmount(uint256 newMaxTransactionAmount, uint256 oldMaxTransactionAmount)
UpdateMaxWallet(uint256 newMaxWallet, uint256 oldMaxWallet)
UpdateMinAmountToTakeFee(uint256 newMinAmountToTakeFee, uint256 oldMinAmountToTakeFee)
constructor(struct StandardTokenArgs args, address[] autoApproveAddressList, address referrer)
receive()
This contract contains no error objects.