Babykrakens
Verified contract
Active on
Ethereum with 194 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SRG | ERC-20 | 1.534295M | -- | -- | |
BBKS | ERC-20 | 160.438429K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18401509 | a year ago | | | 0 | 0.00024576435 | |
| 18176639 | a year ago | | | 0 | 0.00039914324 | |
| 18176627 | a year ago | | | 0 | 0.00037179287 | |
| 18176600 | a year ago | | | 0 | 0.00032402348 | |
| 18034899 | a year ago | | | 0 | 0.0010252193 | |
| 17810661 | a year ago | | | 0 | 0.00057555814 | |
| 17767029 | a year ago | | | 0 | 0.0012448822 | |
| 17766821 | a year ago | | | 0 | 0.00082592495 | |
| 17760844 | a year ago | | | 0 | 0.00070561972 | |
| 17754651 | a year ago | | | 0 | 0.00062661541 |
ABI
ABI objects
Getter at block 21280625 getMarketCap() view returns (uint256) getSRGPrice() view returns (uint256)
DIVISOR() view returns (uint256)
100
PADDING() view returns (uint256)
1000000000000000000
SHAREDIVISOR() view returns (uint256)
900
_totalSupply() view returns (uint256)
500000000000000
burnTax() view returns (uint256)
1
buyMul() view returns (uint256)
99
calculatePrice() view returns (uint256)
9350557024756827308
decimals() pure returns (uint8)
9
dividendDistributor() view returns (address)
0x573b5d2b767a61a464e60dd4e6f37980bd230cc5
getCirculatingSupply() view returns (uint256)
467659870455653
getLiquidity() view returns (uint256)
1500188675834775
isSafe() view returns (bool)
true
launchedAt() view returns (uint256)
16582656
liqConst() view returns (uint256)
240687913794250687908000000000
liquidity() view returns (uint256)
1500188675834775
marketingShare() view returns (uint256)
200
marketingWallet() view returns (address)
0xc03eb02ea754a851ad8963c5c04610d48ff3f10b
maxBag() view returns (uint256)
500000000000000
maxTX() view returns (uint256)
500000000000000
name() pure returns (string)
Babykrakens
owner() view returns (address)
0x0000000000000000000000000000000000000000
rewardShare() view returns (uint256)
500
sellMul() view returns (uint256)
99
symbol() pure returns (string)
BBKS
taxBalance() view returns (uint256)
34105887293305
teamShare() view returns (uint256)
200
teamWallet() view returns (address)
0x2d3db5b1f5a36323002167f14a5472ce185c22a8
totalSupply() pure returns (uint256)
500000000000000
totalTx() view returns (uint256)
116
totalVolume() view returns (uint256)
20898210524431070120553267476
tradeOpen() view returns (bool)
true
Read-only
_balances(address) view returns (uint256)
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
candleStickData(uint256) view returns (uint256 time, uint256 open, uint256 close, uint256 high, uint256 low)
checkPendingRewards(address holder) view returns (uint256)
getTokenAmountOut(uint256 amountSRGIn) view returns (uint256)
getValueOfHoldings(address holder) view returns (uint256)
getsrgAmountOut(uint256 amountIn) view returns (uint256)
indVol(address) view returns (uint256)
isDividendExempt(address) view returns (bool)
isFeeExempt(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
tVol(uint256) view returns (uint256)
txTimeStamp(uint256) view returns (uint256)
State-modifying
Events _buy(uint256 buyAmount, uint256 minTokenOut, uint256 deadline) returns (bool)
_sell(uint256 tokenAmount, uint256 deadline, uint256 minBNBOut) returns (bool)
addLiquidity(uint256 amountSRGLiq)
approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
changeFeeReceivers(address newTeamWallet, address newMarketingWallet)
changeFees(uint256 newBuyMul, uint256 newSellMul, uint256 newburnTax)
changeIsDividendExempt(address holder, bool exempt)
changeIsFeeExempt(address holder, bool exempt)
changeIsTxLimitExempt(address holder, bool exempt)
changeTaxDistribution(uint256 newteamShare, uint256 newRewardShare, uint256 newMarketingShare)
changeTxLimits(uint256 newLimit, uint256 newMaxTx)
claimRewards()
makeSafe()
openTrading()
processRewards(address holder)
redoMigration()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawTaxBalance()
Approval(address indexed owner, address indexed spender, uint256 value)
Bought(address indexed from, address indexed to, uint256 tokens, uint256 beans, uint256 dollarBuy)
FeesMulChanged(uint256 newBuyMul, uint256 newSellMul, uint256 newBurnTax)
MaxBagChanged(uint256 newMaxBag)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sold(address indexed from, address indexed to, uint256 tokens, uint256 beans, uint256 dollarSell)
StablePairChanged(address newStablePair, address newStableToken)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.