Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SOGE | ERC-20 | 69.29405M | -- | -- | |
SRG | ERC-20 | 45.754997K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16865906 | 2 years ago | | | 0 | 0.0037809990 | |
| 16865877 | 2 years ago | | | 0 | 0.0041178664 | |
| 16814303 | 2 years ago | | | 0 | 0.0076669876 | |
| 16507325 | 2 years ago | | | 0 | 0.0043575307 | |
| 16505736 | 2 years ago | | | 0 | 0.0047246425 | |
| 16504969 | 2 years ago | | | 0 | 0.0052205878 | |
| 16502618 | 2 years ago | | | 0 | 0.0073972054 | |
| 16499342 | 2 years ago | | | 0 | 0.0043744726 | |
| 16499340 | 2 years ago | | | 0 | 0.0018934070 | |
| 16494276 | 2 years ago | | | 0 | 0.0065114346 |
ABI
ABI objects
Getter at block 21305533 getMarketCap() view returns (uint256) getSRGPrice() view returns (uint256)
DIVISOR() view returns (uint256)
100
PADDING() view returns (uint256)
1000000000000000000
SHAREDIVISOR() view returns (uint256)
100
TRADE_OPEN_TIME() view returns (uint256)
1673121600
_totalSupply() view returns (uint256)
100000000000000000
buyMul() view returns (uint256)
95
calculatePrice() view returns (uint256)
2082610778299994
decimals() pure returns (uint8)
9
getCirculatingSupply() view returns (uint256)
100000000000000000
getLiquidity() view returns (uint256)
144312535086180
liqConst() view returns (uint256)
10000000000000000000000000000000
liquidity() view returns (uint256)
144312535086180
maxBag() view returns (uint256)
2000000000000000
name() pure returns (string)
SOGE
owner() view returns (address)
0x160cb51b699cb1dbadf3b89ff8d58b51b5a26c84
sellMul() view returns (uint256)
95
symbol() pure returns (string)
SOGE
taxBalance() view returns (uint256)
1442462311155
teamShare() view returns (uint256)
40
teamWallet() view returns (address)
0x160cb51b699cb1dbadf3b89ff8d58b51b5a26c84
totalSupply() pure returns (uint256)
100000000000000000
totalTx() view returns (uint256)
59
totalVolume() view returns (uint256)
1136629570821763005542434765
treasuryShare() view returns (uint256)
60
treasuryWallet() view returns (address)
0x160cb51b699cb1dbadf3b89ff8d58b51b5a26c84
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)
getTokenAmountOut(uint256 amountSRGIn) view returns (uint256)
getValueOfHoldings(address holder) view returns (uint256)
getsrgAmountOut(uint256 amountIn) 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 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 newTreasuryWallet)
changeFees(uint256 newBuyMul, uint256 newSellMul)
changeIsFeeExempt(address holder, bool exempt)
changeIsTxLimitExempt(address holder, bool exempt)
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.