Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
23 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROBOSHIB | ERC-20 | 16.5298B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18916828 | a year ago | | | 0 | 0.0017719036 | |
| 18821085 | a year ago | | | 0 | 0.0016107723 | |
| 18558504 | a year ago | | | 0 | 0.0012419347 | |
| 18558491 | a year ago | | | 0 | 0.0026503887 | |
| 18558482 | a year ago | | | 0 | 0.00090532820 | |
| 18558468 | a year ago | | | 0 | 0.0018355087 | |
| 18558425 | a year ago | | | 0 | 0.00097332549 | |
| 18535843 | a year ago | | | 0 | 0.0034105915 | |
| 18439816 | a year ago | | | 0 | 0.00075332616 | |
| 18365720 | a year ago | | | 0 | 0.00067680958 |
ABI
ABI objects
Getter at block 21246783 getCirculatingSupply() view returns (uint256)
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_buyTaxes() view returns (uint16 reflect, uint16 liquidity, uint16 marketing, uint16 team, uint16 totalSwap)
(reflect=100, liquidity=0, marketing=600, team=300, totalSwap=900)
_hasLiqBeenAdded() view returns (bool)
true
_marketingWallet() view returns (address)
0x555a67e126a32421a3875a931c2e4c50b8022c2b
_ratios() view returns (uint16 liquidity, uint16 marketing, uint16 team, uint16 total)
(liquidity=2, marketing=27, team=6, total=35)
_sellTaxes() view returns (uint16 reflect, uint16 liquidity, uint16 marketing, uint16 team, uint16 totalSwap)
(reflect=0, liquidity=0, marketing=0, team=0, totalSwap=0)
_teamWallet() view returns (address)
0x555a67e126a32421a3875a931c2e4c50b8022c2b
_transferTaxes() view returns (uint16 reflect, uint16 liquidity, uint16 marketing, uint16 team, uint16 totalSwap)
(reflect=0, liquidity=0, marketing=0, team=0, totalSwap=0)
contractSwapEnabled() view returns (bool)
true
currentRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
decimals() view returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getOwner() view returns (address)
0xe6e58ecd85fbf8e4c47b3390b7c2dd55cfb4c46f
getSniperAmt() view returns (uint256)
74
increasedTaxTimeEnabled() view returns (bool)
true
increasedTaxTimeTimer() view returns (uint256)
86400
lpPair() view returns (address)
0xadd20b116738129f7936d1bc56dfd7ee363d544d
maxTxAmountUI() view returns (uint256)
1000000000000
maxWalletSizeUI() view returns (uint256)
1000000000000
name() pure returns (string)
ROBOSHIB
owner() view returns (address)
0xe6e58ecd85fbf8e4c47b3390b7c2dd55cfb4c46f
staticVals() view returns (uint16 maxReflect, uint16 maxLiquidity, uint16 maxMarketing, uint16 maxTeam, uint16 masterTaxDivisor)
(maxReflect=800, maxLiquidity=800, maxMarketing=800, maxTeam=800, masterTaxDivisor=10000)
symbol() pure returns (string)
ROBOSHIB
totalSupply() view returns (uint256)
1000000000000000000000
tradingEnabled() view returns (bool)
true
tradingEnabledTime() view returns (uint256)
1639533811
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
changeRouterContingency(address router)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludePresaleAddresses(address router, address presale)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
removeSniper(address account)
renounceOwnership()
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setContractSwapEnabled(bool _enabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromReward(address account, bool enabled)
setInitializer(address initializer)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setProtectionSettings(bool _antiSnipe, bool _antiBlock, bool _algo)
setRatios(uint16 liquidity, uint16 marketing, uint16 team)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxesBuy(uint16 reflect, uint16 liquidity, uint16 marketing, uint16 team)
setTaxesSell(uint16 reflect, uint16 liquidity, uint16 marketing, uint16 team)
setTaxesTransfer(uint16 reflect, uint16 liquidity, uint16 marketing, uint16 team)
setWallets(address marketing, address team)
sweepContingency()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ContractSwapEnabledUpdated(bool enabled)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SniperCaught(address sniperAddress)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.