Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf153…cac6
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BALDO INU | ERC-20 | 1.49866K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22278875 | 11 days ago | | | 0 | 7.9365205e-7 | |
| 15668469 | 5 months ago | | | 0 | 0.000014271066 | |
| 15668344 | 5 months ago | | | 0 | 0.000016557662 | |
| 15668140 | 5 months ago | | | 0 | 6.8000060e-7 | |
| 14557305 | 6 months ago | | | 0 | 8.1536773e-7 | |
| 14001268 | 7 months ago | | | 0 | 8.1536773e-7 | |
| 13996077 | 7 months ago | | | 0 | 0.000013714537 | |
| 13967310 | 7 months ago | | | 0 | 0.000031081734 | |
| 13896588 | 7 months ago | | | 0 | 0.000000805667302267 | |
| 13879570 | 7 months ago | | | 0 | 0.000031503974 |
ABI
ABI objects
Getter at block 22754100
baldoinuAddress() view returns (address)
0xfdb9ebd5331eda60becf6ffc3a46fa0a0e6d437a
decimals() pure returns (uint8)
18
dividendTokenTotalSupply() view returns (uint256)
212868072692859386909644
dividendTracker() view returns (address)
0xf1531a980b2a76503696d7f758b50cdf51dbcac6
gasForProcessing() view returns (uint256)
300000
getAllPending() view returns (uint256)
1452094914109143857445
getClaimWait() view returns (uint256)
60
getLastProcessedIndex() view returns (uint256)
11
getNumberOfDividendTokenHolders() view returns (uint256)
33
getSwapThresholdAmount() view returns (uint256)
3926777201630785284572
getTotalDividendsDistributed() view returns (uint256)
457313155796707279
maxWalletAmount() view returns (uint256)
30000000000000000000000
name() view returns (string)
BALDO INU
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xbae4b99d83a30251f42c6280ab9bc5383112a5e0
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
BALDO INU
totalSupply() view returns (uint256)
1000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
baldoinuFees(uint256) view returns (uint16)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccountDividendsInfo(address account) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getAccountDividendsInfoAtIndex(uint256 index) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
isExcludedFromDividends(address account) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
liquidityFees(uint256) view returns (uint16)
rewardsFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
withdrawableDividendOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
addLiquidityFromLeftoverTokens()
approve(address spender, uint256 amount) returns (bool)
baldoinuAddressSetup(address _newAddress)
baldoinuFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim() returns (bool)
claimWaitSetup(uint256 claimWait)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromDividends(address account, bool isExcluded)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
gasForProcessingSetup(uint256 _gasForProcessing)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
liquidityFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
process(uint256 gas) returns (uint256 iterations, uint256 claims)
renounceOwnership()
rewardsFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
DeployedDividendTracker(address indexed dividendTracker)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
ForceLiquidityAdded(uint256 leftoverTokens, uint256 unaddedTokens)
GasForProcessingUpdated(uint256 gasForProcessing)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
baldoinuAddressUpdated(address baldoinuAddress)
baldoinuFeeSent(address recipient, uint256 amount)
baldoinuFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
liquidityAdded(uint256 amountToken, uint256 amountCoin, uint256 liquidity)
liquidityFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
rewardsFeeSent(uint256 amount)
rewardsFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.