BANK OF BANKS
Verified contract
Active on
Ethereum with 287 txns
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 |
---|---|---|---|---|---|
BOB | ERC-20 | 18.094368M | -- | -- | |
SRG | ERC-20 | 5.152731M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19055857 | a year ago | | | 0 | 0.00035544712 | |
| 18925768 | a year ago | | | 0 | 0.00035469899 | |
| 18208900 | a year ago | | | 0 | 0.00039880921 | |
| 18208873 | a year ago | | | 0 | 0.00038446184 | |
| 18207116 | a year ago | | | 0 | 0.00044012133 | |
| 18207102 | a year ago | | | 0 | 0.00025966809 | |
| 18207100 | a year ago | | | 0 | 0.00016421313 | |
| 18207094 | a year ago | | | 0 | 0.00023870828 | |
| 18207036 | a year ago | | | 0 | 0.00030743860 | |
| 18207032 | a year ago | | | 0 | 0.00048227272 |
ABI
ABI objects
Getter at block 21378892 getMarketCap() view returns (uint256) getSRGPrice() view returns (uint256)
DIVISOR() view returns (uint256)
100
PADDING() view returns (uint256)
1000000000000000000
SHAREDIVISOR() view returns (uint256)
100
_totalSupply() view returns (uint256)
100000000000000000
buyMul() view returns (uint256)
95
calculatePrice() view returns (uint256)
305431050970185038
decimals() pure returns (uint8)
9
getCirculatingSupply() view returns (uint256)
100000000000000000
getLiquidity() view returns (uint256)
5526581682832391
liqConst() view returns (uint256)
100000000000000000000000000000000
liquidity() view returns (uint256)
5526581682832391
maxBag() view returns (uint256)
1000000000000000
name() pure returns (string)
BANK OF BANKS
owner() view returns (address)
0x8cf268d248154014ce28b9a9ab48b6c8c7062fa0
sellMul() view returns (uint256)
95
symbol() pure returns (string)
BOB
taxBalance() view returns (uint256)
626149323828753
teamShare() view returns (uint256)
40
teamWallet() view returns (address)
0xe84486ab11e8ecad92b2ce5ce0fc1ed3422eeb4d
totalSupply() pure returns (uint256)
100000000000000000
totalTx() view returns (uint256)
120
totalVolume() view returns (uint256)
54548471898631810963400050860
tradeOpen() view returns (bool)
true
treasuryShare() view returns (uint256)
60
treasuryWallet() view returns (address)
0x063d923c6efc911f1ae0138196fe82d0615f3838
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)
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)
openTrading()
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.