Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($8,443.73)
Native
Value
$8,443.73
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.525619 | $3,343.23 |
$8,443.73 | |
SRG | ERC-20 | 61.296867M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20200549 | 5 months ago | | | 0 | 0.00037500277 | |
| 19869355 | 6 months ago | | | 0 | 0.0023233468 | |
| 19869326 | 6 months ago | | | 0 | 0.00036159257 | |
| 19869311 | 6 months ago | | | 0 | 0.00032058898 | |
| 19547182 | 8 months ago | | | 0 | 0.00064299274 | |
| 19471626 | 8 months ago | | | 0 | 0.00093285142 | |
| 19239983 | 9 months ago | | | 0 | 0.00052890140 | |
| 19239980 | 9 months ago | | | 0 | 0.00055899200 | |
| 19158879 | 10 months ago | | | 0 | 0.00033137683 | |
| 19128513 | 10 months ago | | | 0 | 0.00067655607 |
ABI
ABI objects
Getter at block 21247350 getMarketCap() view returns (uint256)
DIVISOR() view returns (uint256)
100
MIGRATION_WALLET() view returns (address)
0xc207cd3f61da958aa6f4209c5f0a145c056b576f
SHAREDIVISOR() view returns (uint256)
100
TRADE_OPEN_TIME() view returns (uint256)
1673544600
_totalSupply() view returns (uint256)
100000000000000000
buyMul() view returns (uint256)
100
calculatePrice() view returns (uint256)
106
decimals() pure returns (uint8)
9
getBNBPrice() view returns (uint256)
3343723709
getCirculatingSupply() view returns (uint256)
96944653712085803
getLiquidity() view returns (uint256)
6525619030918439180
liqConst() view returns (uint256)
400000000000000000000000000000000000
liquidity() view returns (uint256)
6525619030918439180
maxBag() view returns (uint256)
100000000000000000
name() pure returns (string)
SURGE
owner() view returns (address)
0xc207cd3f61da958aa6f4209c5f0a145c056b576f
sellMul() view returns (uint256)
100
symbol() pure returns (string)
SRG
taxBalance() view returns (uint256)
0
teamShare() view returns (uint256)
50
teamWallet() view returns (address)
0xda17d158bc42f9c29e626b836d9231bb173bab06
totalSupply() pure returns (uint256)
100000000000000000
totalTx() view returns (uint256)
2134
totalVolume() view returns (uint256)
1339875051441347932951084215967
treasuryShare() view returns (uint256)
50
treasuryWallet() view returns (address)
0xf526a924c406d31d16a844ff04810b79e71804ef
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)
getBNBAmountOut(uint256 amountIn) view returns (uint256)
getTokenAmountOut(uint256 amountBNBIn) view returns (uint256)
getValueOfHoldings(address holder) view returns (uint256)
indVol(address) view returns (uint256)
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 minTokenOut, uint256 deadline) payable returns (bool)
_sell(uint256 tokenAmount, uint256 deadline, uint256 minBNBOut) returns (bool)
addLiquidity() payable
approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
changeFeeReceivers(address newTeamWallet, address newTreasuryWallet)
changeFees(uint256 newBuyMul, uint256 newSellMul)
changeIsFeeExempt(address holder, bool exempt)
changeIsTxLimitExempt(address holder, bool exempt)
changeStablePair(address newStablePair, address newStableAddress)
changeTaxDistribution(uint256 newteamShare, uint256 newtreasuryShare)
changeWalletLimit(uint256 newLimit)
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)
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.