Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
10 additional
variables
Balances ($0.59)
Native
Value
$0.59
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000165 | $3,587.01 |
$0.59 | |
Baryon | ERC-20 | 383.809634M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15547861 | 2 years ago | | | 0 | 0.00034447653 | |
| 15547812 | 2 years ago | | | 0 | 0.0018293216 | |
| 15547790 | 2 years ago | | | 0 | 0.00047724057 | |
| 15547788 | 2 years ago | | | 0 | 0.0018092294 | |
| 15547788 | 2 years ago | | | 0 | 0.0018092294 | |
| 15547765 | 2 years ago | | | 0 | 0.0011835194 | |
| 15547764 | 2 years ago | | | 0 | 0.00054179987 | |
| 15547754 | 2 years ago | | | 0 | 0.00059403168 | |
| 15547744 | 2 years ago | | | 0 | 0.0012353928 | |
| 15547726 | 2 years ago | | | 0 | 0.00075969197 |
ABI
ABI objects
Getter at block 21286747
buyBackWallet() view returns (address)
0xd74ccd5aaf97ee0766d4d671d3f67365b7d1ad14
decimals() view returns (uint8)
18
devWallet() view returns (address)
0xd74ccd5aaf97ee0766d4d671d3f67365b7d1ad14
getBaseBuyFees() view returns (uint8, uint8, uint8, uint8, uint8)
(1, 3, 2, 2, 2)
getBaseSellFees() view returns (uint8, uint8, uint8, uint8, uint8)
(1, 3, 2, 2, 2)
isTradingEnabled() view returns (bool)
false
liquidityWallet() view returns (address)
0xd74ccd5aaf97ee0766d4d671d3f67365b7d1ad14
marketingWallet() view returns (address)
0xd74ccd5aaf97ee0766d4d671d3f67365b7d1ad14
maxTxAmount() view returns (uint256)
100000000000000000000000000000
maxWalletAmount() view returns (uint256)
100000000000000000000000000000
minimumTokensBeforeSwap() view returns (uint256)
25000000000000000000000000
name() view returns (string)
Baryon
owner() view returns (address)
0xd74ccd5aaf97ee0766d4d671d3f67365b7d1ad14
symbol() view returns (string)
Baryon
totalFees() view returns (uint256)
787357783119079838916709414
totalSupply() view returns (uint256)
100000000000000000000000000000
uniswapV2Pair() view returns (address)
0x9118b0d2a55f6e1a418c5976e597162fd870b958
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events activateTrading()
allowTradingWhenDisabled(address account, bool allowed)
approve(address spender, uint256 amount) returns (bool)
blockAccount(address account)
claimETHOverflow()
deactivateTrading()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromDividends(address account, bool excluded)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool excluded)
excludeFromMaxWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBaseFeesOnBuy(uint8 _liquidityFeeOnBuy, uint8 _marketingFeeOnBuy, uint8 _devFeeOnBuy, uint8 _buyBackFeeOnBuy, uint8 _holdersFeeOnBuy)
setBaseFeesOnSell(uint8 _liquidityFeeOnSell, uint8 _marketingFeeOnSell, uint8 _devFeeOnSell, uint8 _buyBackFeeOnSell, uint8 _holdersFeeOnSell)
setMaxTransactionAmount(uint256 newValue)
setMaxWalletAmount(uint256 newValue)
setMinimumTokensBeforeSwap(uint256 newValue)
setWallets(address newLiquidityWallet, address newMarketingWallet, address newDevWallet, address newBuyBackWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockAccount(address account)
AllowedWhenTradingDisabledChange(address indexed account, bool isExcluded)
Approval(address indexed owner, address indexed spender, uint256 value)
AutomatedMarketMakerPairChange(address indexed pair, bool indexed value)
BlockedAccountChange(address indexed holder, bool indexed status)
ClaimETHOverflow(uint256 amount)
CustomTaxPeriodChange(uint256 indexed newValue, uint256 indexed oldValue, string indexed taxType, bytes23 period)
ExcludeFromDividendsChange(address indexed account, bool isExcluded)
ExcludeFromFeesChange(address indexed account, bool isExcluded)
ExcludeFromMaxTransferChange(address indexed account, bool isExcluded)
ExcludeFromMaxWalletChange(address indexed account, bool isExcluded)
FeeChange(string indexed identifier, uint8 liquidityFee, uint8 marketingFee, uint8 devFee, uint8 buyBackFee, uint8 holdersFee)
FeesApplied(uint8 liquidityFee, uint8 marketingFee, uint8 devFee, uint8 buyBackFee, uint8 holdersFee, uint8 totalFee)
MaxTransactionAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MaxWalletAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MinTokenAmountBeforeSwapChange(uint256 indexed newValue, uint256 indexed oldValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
UniswapV2RouterChange(address indexed newAddress, address indexed oldAddress)
WalletChange(string indexed indentifier, address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.