Balto Token
Verified contract
Active on
Ethereum with 598 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
11 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BALTO | ERC-20 | 1.895045M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21045267 | 23 days ago | | | 0 | 0.00022947234 | |
| 20609634 | 3 months ago | | | 0 | 0.000083554220 | |
| 17907112 | a year ago | | | 0 | 0.00045402214 | |
| 17907103 | a year ago | | | 0 | 0.00047700354 | |
| 17907081 | a year ago | | | 0 | 0.00051265226 | |
| 17907038 | a year ago | | | 0 | 0.00063986384 | |
| 17655958 | a year ago | | | 0 | 0.00053216480 | |
| 17655956 | a year ago | | | 0 | 0.00055925534 | |
| 17655952 | a year ago | | | 0 | 0.00084438004 | |
| 17655950 | a year ago | | | 0 | 0.00085682573 |
ABI
ABI objects
Getter at block 21209652
buyBackWallet() view returns (address)
0x819945846c119511fd8759516f71997702b033b9
charityWallet() view returns (address)
0x54f0c7f3a0b5209b7d9a555b7ccc8e3ab254cce0
decimals() view returns (uint8)
18
getBaseBuyFees() view returns (uint8, uint8, uint8, uint8, uint8)
(1, 1, 1, 0, 0)
getBaseSellFees() view returns (uint8, uint8, uint8, uint8, uint8)
(0, 0, 0, 0, 0)
initialSupply() view returns (uint256)
220000000000000000000000000
isTradingEnabled() view returns (bool)
true
liquidityWallet() view returns (address)
0x2c711fcaecdfcc6e50c6314a75303825f9c9340d
maxTxAmount() view returns (uint256)
100000000000000000000000000
maxWalletAmount() view returns (uint256)
100000000000000000000000000
minimumTokensBeforeSwap() view returns (uint256)
55000000000000000000000
name() view returns (string)
Balto Token
operationsWallet() view returns (address)
0x6c110394408ffc38fd6a6ed1203c1338e1e99deb
otherWallet() view returns (address)
0x6c110394408ffc38fd6a6ed1203c1338e1e99deb
owner() view returns (address)
0x6c110394408ffc38fd6a6ed1203c1338e1e99deb
symbol() view returns (string)
BALTO
totalSupply() view returns (uint256)
220000000000000000000000000
uniswapV2Pair() view returns (address)
0x2c835f1c68d7f91c5e110ea93cc2d0f7afb3d86b
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)
State-modifying
Events activateTrading()
allowTradingWhenDisabled(address account, bool allowed)
approve(address spender, uint256 amount) returns (bool)
blockAccount(address account)
claimETHOverflow(uint256 amount)
deactivateTrading()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
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 _operationsFeeOnBuy, uint8 _buyBackFeeOnBuy, uint8 _charityFeeOnBuy, uint8 _otherFeeOnBuy)
setBaseFeesOnSell(uint8 _liquidityFeeOnSell, uint8 _operationsFeeOnSell, uint8 _buyBackFeeOnSell, uint8 _charityFeeOnSell, uint8 _otherFeeOnSell)
setFeeOnSelectedWalletTransfers(address account, bool value)
setMaxTransactionAmount(uint256 newValue)
setMaxWalletAmount(uint256 newValue)
setMinimumTokensBeforeSwap(uint256 newValue)
setUniswapRouter(address newAddress)
setWallets(address newLiquidityWallet, address newOperationsWallet, address newBuyBackWallet, address newCharityWallet, address newOtherWallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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)
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 operationsFee, uint8 buyBackFee, uint8 charityFee, uint8 otherFee)
FeeOnSelectedWalletTransfersChange(address indexed account, bool newValue)
FeesApplied(uint8 liquidityFee, uint8 operationsFee, uint8 buyBackFee, uint8 charityFee, uint8 otherFee, 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.