Baby Die Protocol
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DIE | ERC-20 | 1.445716M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15790527 | 2 years ago | | | 0 | 0.0012018970 | |
| 15790478 | 2 years ago | | | 0 | 0.0012388204 | |
| 15790476 | 2 years ago | | | 0 | 0.0022941441 | |
| 15790457 | 2 years ago | | | 0 | 0.0013282462 | |
| 15790438 | 2 years ago | | | 0 | 0.0016166187 | |
| 15790437 | 2 years ago | | | 0 | 0.0016997699 | |
| 15790427 | 2 years ago | | | 0 | 0.0027894798 | |
| 15790426 | 2 years ago | | | 0 | 0.0016957857 | |
| 15790421 | 2 years ago | | | 0 | 0.0016695744 | |
| 15790415 | 2 years ago | | | 0 | 0.0028903315 |
ABI
ABI objects
Getter at block 21213420
_maxTxAmount() view returns (uint256)
100000000000000000
_maxWalletAmount() view returns (uint256)
10000000000000000
buyFee() view returns (uint256 liquidity, uint256 marketing)
(liquidity=1, marketing=9)
decimals() pure returns (uint8)
9
launchedAt() view returns (uint256)
15790457
name() pure returns (string)
Baby Die Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256 liquidity, uint256 marketing)
(liquidity=1, marketing=9)
symbol() pure returns (string)
DIE
totalSupply() view returns (uint256)
100000000000000000
uniswapV2Pair() view returns (address)
0xe37f9e8b915942ff933a7cbe064c6ea922bae2c7
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)
isIncludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistBots()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
killBots()
launch()
renounceOwnership()
setMaxPercent(uint256 newMaxTxPercent, uint256 newMaxWalletPercent)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
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(address _marketingWallet)
receive()
This contract contains no error objects.