Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BabyBaseDoge | ERC-20 | 5.080276B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17550229 | 3 months ago | | | 0 | 0.0000048034700 | |
| 13425521 | 6 months ago | | | 0 | 0.000000106425184864 | |
| 13425241 | 6 months ago | | | 0 | 0.0000052629690 | |
| 13425112 | 6 months ago | | | 0 | 0.0000052629690 | |
| 13425072 | 6 months ago | | | 0 | 0.0000052629690 | |
| 13425035 | 6 months ago | | | 0 | 0.0000052629690 | |
| 13424569 | 6 months ago | | | 0 | 0.0000052629690 | |
| 13424537 | 6 months ago | | | 0 | 0.0000052629690 | |
| 13424244 | 6 months ago | | | 0 | 1.4793222e-7 | |
| 13424242 | 6 months ago | | | 0 | 1.4439770e-7 |
ABI
ABI objects
Getter at block 21793742
_buyBurnFee() view returns (uint256)
0
_buyLiquidityFee() view returns (uint256)
0
_buyMarketingFee() view returns (uint256)
100
_decimals() view returns (uint8)
18
_dropNum() view returns (uint256)
2
_enabOwnerAddLiq() view returns (uint8)
0
_intervalSecondsForSwap() view returns (uint256)
0
_inviKillBlock() view returns (uint256)
3
_inviType() view returns (uint8)
0
_inviterFee() view returns (uint256)
0
_marketAddr() view returns (address)
0x63e17fe6cb75422e05a4cde8086282c040d3f179
_maxBuyTax() view returns (uint256)
1000000000000000000000000000000
_maxHave() view returns (uint256)
1000000000000000000000000000000
_maxSellTax() view returns (uint256)
1000000000000000000000000000000
_name() view returns (string)
BabyBaseDoge
_router() view returns (address)
0xb0b9e09062728171e63233c31047b5c1a7687617
_sellBurnFee() view returns (uint256)
0
_sellLiquidityFee() view returns (uint256)
0
_sellMarketingFee() view returns (uint256)
10000
_startTimeForSwap() view returns (uint256)
1713632407
_swapTokensAtAmount() view returns (uint256)
100000000000000000000000000
_symbol() view returns (string)
BabyBaseDoge
_token() view returns (address)
0x4200000000000000000000000000000000000006
_tranFee() view returns (uint256)
2
_uniswapV2Pair() view returns (address)
0xdef6154759a7f2e0f241860eebede561731f2a8c
_uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
decimals() view returns (uint256)
18
getBuyFee() view returns (uint256 deno)
100
getInvitersDetail() view returns (uint256 inviType, uint256 inviterFee, uint256[] inviters)
(inviType=0, inviterFee=0, inviters=[])
getSellFee() view returns (uint256 deno)
10000
ktNum() view returns (uint160)
1388
name() view returns (string)
BabyBaseDoge
owner() view returns (address)
0x63e17fe6cb75422e05a4cde8086282c040d3f179
symbol() view returns (string)
BabyBaseDoge
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
_inviBlock(address) view returns (uint256)
_inviter(address) view returns (address)
_inviters(uint256) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBot(address account) view returns (bool)
getExcludedFromFee(address account) view returns (bool)
getPar(address account) view returns (address par)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromBatchFee(address[] accounts)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(bytes _data)
renounceOwnership()
setBatchBot(address[] accounts, bool value)
setBuyFee(uint256 buyMarketingFee, uint256 buyBurnFee, uint256 buyLiquidityFee)
setDropNum(uint256 value)
setInviKillBlock(uint256 value)
setInviterFee(uint256[] inviters)
setLimit(uint256 maxHave, uint256 maxBuyTax, uint256 maxSellTax)
setMarketAddr(address value)
setSellFee(uint256 sellMarketingFee, uint256 sellBurnFee, uint256 sellLiquidityFee)
setSwapTokensAtAmount(uint256 value)
setTranFee(uint256 value)
setUniswapV2Pair(address value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.