$BABYMONGCOIN
Verified contract
Active on
Ethereum with 20 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BABYMONG | ERC-20 | 45.641688K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17293470 | a year ago | | | 0 | 0.0014247630 | |
| 17293454 | a year ago | | | 0 | 0.0010761739 | |
| 17293440 | a year ago | | | 0 | 0.00090327718 | |
| 17293437 | a year ago | | | 0 | 0.0017564971 | |
| 17293436 | a year ago | | | 0 | 0.0018014898 | |
| 17293436 | a year ago | | | 0 | 0.0018014898 | |
| 17293435 | a year ago | | | 0 | 0.0017575704 | |
| 17293435 | a year ago | | | 0 | 0.0018041744 | |
| 17293434 | a year ago | | | 0 | 0.0016572198 | |
| 17293434 | a year ago | | | 0 | 0.0016572198 |
ABI
ABI objects
Getter at block 21123451
buyMarketingFee() view returns (uint256)
0
decimals() view returns (uint8)
18
limited() view returns (bool)
true
marketingWallet() view returns (address)
0x50071243eb541e63c57deb398c9eecf9e870ef38
maxHoldingAmount() view returns (uint256)
1000000000000000000000000
minHoldingAmount() view returns (uint256)
0
name() view returns (string)
$BABYMONGCOIN
owner() view returns (address)
0x50071243eb541e63c57deb398c9eecf9e870ef38
sellMarketingFee() view returns (uint256)
99
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
100000000000000000000000
symbol() view returns (string)
BABYMONG
totalSupply() view returns (uint256)
1000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x9831d39dc67df9d864fc32bc47c320b58cbce543
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
excludedFromFees(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMarketingFee(uint256 buy, uint256 sell)
setRule(bool _limited, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMarketingWallet(address newWallet)
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.