Baby Satoshi
Verified contract
Active on
Ethereum with 617 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf8e3…75aa
Balances ($121.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PUSH | ERC-20 | 1.06067K | $0.112529 |
$119.36 | |
MM | ERC-20 | 2.2717 | $1.15 |
$2.61 | |
PUG | ERC-20 | 568.642205B | -- | -- | |
bSATOSHI | ERC-20 | 143.975957M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20001882 | 6 months ago | | | 0 | 0.00011084492 | |
| 19061923 | 10 months ago | | | 0 | 0.00041596524 | |
| 17692686 | a year ago | | | 0 | 0.00080684025 | |
| 17416404 | a year ago | | | 0 | 0.0011088263 | |
| 16902424 | 2 years ago | | | 0 | 0.00031659733 | |
| 16895537 | 2 years ago | | | 0 | 0.00068211591 | |
| 16586844 | 2 years ago | | | 0 | 0.00083382770 | |
| 16023280 | 2 years ago | | | 0 | 0.0036895551 | |
| 15138132 | 2 years ago | | | 0 | 0.0013098660 | |
| 15138130 | 2 years ago | | | 0 | 0.0012302940 |
ABI
ABI objects
Getter at block 21278481
ETH_REWARDS_FEE() view returns (uint256)
8
LIQUIDITY_FEE() view returns (uint256)
6
MAX_SELL_TRANSACTION_AMOUNT() view returns (uint256)
10000000000000000000000000
TOTAL_FEES() view returns (uint256)
14
decimals() view returns (uint8)
18
dividendTracker() view returns (address)
0xf8e3c51906210126ff834160fe9c3f41fcd575aa
gasForProcessing() view returns (uint256)
10
getClaimWait() view returns (uint256)
3600
getGasForTransfer() view returns (uint256)
10
getLastProcessedIndex() view returns (uint256)
222
getNumberOfDividendTokenHolders() view returns (uint256)
301
getTotalDividendsDistributed() view returns (uint256)
401450204546
liquidateTokensAtAmount() view returns (uint256)
100000000000000000000000
liquidityWallet() view returns (address)
0x9bab48724ab44d29edc0c34389b305a10d903e0f
name() view returns (string)
Baby Satoshi
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
bSATOSHI
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x5101fe0f44a099da68ef26157573c4b58661fb7f
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)
canTransferBeforeTradingIsEnabled(address) view returns (bool)
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)
isExcludedFromFees(address account) view returns (bool)
withdrawableDividendOf(address account) view returns (uint256)
State-modifying
Events activate()
addBotToBlackList(address account)
approve(address spender, uint256 amount) returns (bool)
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableDevFee(bool _devFeeEnabled) returns (bool)
excludeFromFees(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processDividendTracker(uint256 gas)
removeBotFromBlackList(address account)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setMaxBuyEnabled(bool enabled)
setOpenForPresale(bool open)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateClaimWait(uint256 claimWait)
updateGasForProcessing(uint256 newValue)
updateGasForTransfer(uint256 gasForTransfer)
Approval(address indexed owner, address indexed spender, uint256 value)
GasForProcessingUpdated(uint256 indexed newValue, uint256 indexed oldValue)
LiquidationThresholdUpdated(uint256 indexed newValue, uint256 indexed oldValue)
LiquidityWalletUpdated(address indexed newLiquidityWallet, address indexed oldLiquidityWallet)
Liquified(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessedDividendTracker(uint256 iterations, uint256 claims, uint256 lastProcessedIndex, bool indexed automatic, uint256 gas, address indexed processor)
SentDividends(uint256 tokensSwapped, uint256 amount)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndSendToDev(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedDividendTracker(address indexed newAddress, address indexed oldAddress)
UpdatedUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.