Baby Doge Coin
Verified contract
Active on
Ethereum with 26,993 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($37,109.18)
Native
Value
$32,475.5
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 9.637161 | $3,369.82 |
$32,475.5 | |
USDT | ERC-20 | 2.950036K | $1.001 |
$2,952.99 | |
SHIB | ERC-20 | 42.02448M | $0.000024 |
$1,021.19 | |
BabyDoge | ERC-20 | 100.750958B | $0.00 |
$201.5 | |
GRT | ERC-20 | 430.54 | $0.239614 |
$103.16 | |
GALA | ERC-20 | 2.882054K | $0.034935 |
$100.69 | |
WETH | ERC-20 | 0.02 | $3,382.50 |
$67.65 | |
SPELL | ERC-20 | 65.538601K | $0.000813 |
$53.31 | |
ARB | ERC-20 | 47.391961 | $0.875946 |
$41.51 | |
GUA | ERC-20 | 58.888K | $0.000594 |
$35.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270819 | 15 minutes ago | | | 0 | 0.00068635115 | |
| 21270712 | 36 minutes ago | | | 0 | 0.0015874321 | |
| 21270589 | an hour ago | | | 0 | 0.00087846289 | |
| 21270504 | an hour ago | | | 0 | 0.0010971185 | |
| 21270302 | 2 hours ago | | | 0 | 0.00048573241 | |
| 21270262 | 2 hours ago | | | 0 | 0.00028593781 | |
| 21270201 | 2 hours ago | | | 0 | 0.00031601350 | |
| 21270131 | 3 hours ago | | | 0 | 0.00028085823 | |
| 21270031 | 3 hours ago | | | 0 | 0.00037195606 | |
| 21269858 | 3 hours ago | | | 0 | 0.00029882994 |
ABI
ABI objects
Getter at block 21270891
_devFee() view returns (uint256)
0
_devWalletAddress() view returns (address)
0x4a2f7fbccabd457ded050fe6512fe0eb8a1afe31
_liquidityFee() view returns (uint256)
0
_lockTime() view returns (uint256)
0
_maxTxAmount() view returns (uint256)
2100000000000000000000000000000000
_owner() view returns (address)
0x0000000000000000000000000000000000000000
_taxFee() view returns (uint256)
0
decimals() view returns (uint256)
9
name() view returns (string)
Baby Doge Coin
numTokensSellToAddToLiquidity() view returns (uint256)
21000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
BabyDoge
totalFees() view returns (uint256)
325671865510908609217350
totalSupply() view returns (uint256)
420000000000000000000000000
uniswapV2Pair() view returns (address)
0x9886202afd85a4ded704deb370dee516ee558661
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
renounceOwnership()
setDevFeePercent(uint256 devFee)
setDevWalletAddress(address _addr)
setLiquidityFeePercent(uint256 liquidityFee)
setMaxTxPercent(uint256 maxTxPercent)
setNumTokensSellToAddToLiquidity(uint256 amountToUpdate)
setRouterAddress(address newRouter)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(uint256 taxFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _NAME, string _SYMBOL, uint256 _DECIMALS, uint256 _supply, uint256 _txFee, uint256 _lpFee, uint256 _DexFee, address routerAddress, address feeaddress, address tokenOwner, address service)
receive()
This contract contains no error objects.