BabyDoge Coin
Verified contract
Active on
Ethereum with 21,582 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($158.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 156.911843 | $1.001 |
$157.07 | |
CHZ | ERC-20 | 21.44 | $0.067188 |
$1.44 | |
BABYDOGE | ERC-20 | 1.425267T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160988 | 22 minutes ago | | | 0 | 0.0010793647 | |
| 21160931 | 34 minutes ago | | | 0 | 0.0011735773 | |
| 21160860 | an hour ago | | | 0 | 0.00068399582 | |
| 21160650 | an hour ago | | | 0 | 0.00060356184 | |
| 21158618 | 8 hours ago | | | 0 | 0.0011472783 | |
| 21158583 | 8 hours ago | | | 0 | 0.0020952765 | |
| 21158520 | 9 hours ago | | | 0 | 0.00072998208 | |
| 21158235 | 10 hours ago | | | 0 | 0.0018404708 | |
| 21156003 | 17 hours ago | | | 0 | 0.00068162231 | |
| 21155108 | 20 hours ago | | | 0 | 0.00067612863 |
ABI
ABI objects
Getter at block 21161096
_maxTxAmount() view returns (uint256)
10000000000000000000000
decimals() view returns (uint8)
9
name() view returns (string)
BabyDoge Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BABYDOGE
totalFees() view returns (uint256)
111892891641988188798346
totalSupply() view returns (uint256)
1000000000000000000000000
transfertimeout() view returns (uint8)
15
uniswapPair() view returns (address)
0xaba7af37dbdc67b7463917e483b55340d153928a
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
lastBuy(address) view returns (uint256)
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)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
setMaxTxPercent(uint256 maxTxPercent)
setUniswapPair(address pair)
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.