Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BABYFINE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19035244 | 10 months ago | | | 0 | 0.00098537608 | |
| 18908816 | 10 months ago | | | 0 | 0.00028615238 | |
| 18908815 | 10 months ago | | | 0 | 0.00029436656 | |
| 18783537 | a year ago | | | 0 | 0.0019447233 | |
| 18751542 | a year ago | | | 0 | 0.0019087957 | |
| 18548013 | a year ago | | | 0 | 0.00097694630 | |
| 18548009 | a year ago | | | 0 | 0.00059887428 | |
| 18547985 | a year ago | | | 0 | 0.0013436396 | |
| 18499598 | a year ago | | | 0 | 0.00050788187 | |
| 18499593 | a year ago | | | 0 | 0.00049749439 |
ABI
ABI objects
Getter at block 21169758
decimals() view returns (uint8)
9
maxTransactionAmountBuy() view returns (uint256)
420690000000000000000000
maxTransactionAmountSell() view returns (uint256)
4206900000000000000000
maxTransactionLimitEnabled() view returns (bool)
true
name() view returns (string)
BABYFINE
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
$BABYFINE
totalSupply() view returns (uint256)
420690000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x50780236dfd7b62d20f85584a17edae1c61afab8
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransaction(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool exclude)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setEnableMaxTransactionLimit(bool enable)
setMaxTransactionAmounts(uint256 _maxTransactionAmountBuy, uint256 _maxTransactionAmountSell)
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)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedFromMaxTransactionLimit(address indexed account, bool isExcluded)
MaxTransactionLimitAmountChanged(uint256 maxTransactionAmountBuy, uint256 maxTransactionAmountSell)
MaxTransactionLimitStateChanged(bool maxTransactionLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TradingEnabled(bool tradingEnabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.