BabyNeiro
Verified contract
Active on
Ethereum with 254 txns
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 "BabyNeiro"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20673477 | 3 months ago | | | 0 | 0.00016190729 | |
| 20671810 | 3 months ago | | | 0 | 0.000053892774 | |
| 20670533 | 3 months ago | | | 0 | 0.00027815005 | |
| 20670519 | 3 months ago | | | 0 | 0.00027137739 | |
| 20670486 | 3 months ago | | | 0 | 0.00023876345 | |
| 20670484 | 3 months ago | | | 0 | 0.00024188394 | |
| 20670481 | 3 months ago | | | 0 | 0.00024023959 | |
| 20670480 | 3 months ago | | | 0 | 0.00023080078 | |
| 20670466 | 3 months ago | | | 0 | 0.00030191534 | |
| 20670465 | 3 months ago | | | 0 | 0.00032498412 |
ABI
ABI objects
Getter at block 21222534
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
developmentWallet() view returns (address)
0x0000000000000000000000000000000000000000
liquidityWallet() view returns (address)
0x0000000000000000000000000000000000000000
marketingWallet() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
BabyNeiro
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTotalFees() view returns (uint256)
0
swapTokensAtAmount() view returns (uint256)
0
symbol() view returns (string)
BabyNeiro
totalSupply() view returns (uint256)
1000000000000000000
uniswapV2Pair() view returns (address)
0x0000000000000000000000000000000000000000
uniswapV2Router() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
excludeFromEnobleTrading(address account, uint256 excluded)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _treasury)
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)