Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Shruba"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20192422 | 5 months ago | | | 0 | 0.00015025096 | |
| 20157920 | 5 months ago | | | 0 | 0.000075157346 | |
| 20157916 | 5 months ago | | | 0 | 0.00022514007 | |
| 20157916 | 5 months ago | | | 0 | 0.00031836807 | |
| 20157916 | 5 months ago | | | 0 | 0.00031836807 | |
| 20157916 | 5 months ago | | | 0 | 0.00041159607 | |
| 20157915 | 5 months ago | | | 0 | 0.00015475377 | |
| 20157915 | 5 months ago | | | 0 | 0.00022467477 | |
| 20157914 | 5 months ago | | | 0 | 0.019594000 | |
| 20157913 | 5 months ago | | | 0 | 0.00032379175 |
ABI
ABI objects
Getter at block 21186871
DENOMINATOR() view returns (uint256)
10000
MAX_BUY_FEE_NUMERATOR() view returns (uint256)
10000
MAX_SELL_FEE_NUMERATOR() view returns (uint256)
10000
_sellFeeNumerator() view returns (uint256)
9900
blacklistAddRestrictedForever() view returns (bool)
true
buyFeeNumerator() view returns (uint256)
0
decimals() view returns (uint8)
18
feesAreLockedForever() view returns (bool)
false
name() view returns (string)
Shruba
owner() view returns (address)
0x5f3f4eb748ac18f17e8577ff0ecc695cd87af25e
sellFeeNumerator() view returns (uint256)
9900
sniperBotProtectionDisabledForever() view returns (bool)
true
symbol() view returns (string)
SHRUBA
totalSupply() view returns (uint256)
100000000000000000000000000
treasury() view returns (address)
0x5f3f4eb748ac18f17e8577ff0ecc695cd87af25e
Read-only
accountInfo(address) view returns (bool isLPPool, bool isLiquidityHolder, bool isBlackListed)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableSniperBotProtectionForever()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockFeesForever()
renounceOwnership()
restrictBlacklistAddForever()
setBlacklisted(address account, bool isBlacklisted)
setBuyFeeNumerator(uint256 value)
setLiquidityHolder(address account, bool flag)
setLpPair(address pair, bool enabled)
setSellFeeNumerator(uint256 value)
setTreasury(address _treasury)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistAddRestrictedForever()
BlacklistSet(address indexed account, bool flag)
BuyFeeNumeratorSet(uint256 value)
BuyFeePaid(address indexed from, address indexed to, uint256 amount)
FeesLockedForever()
LPPairSet(address indexed pair, bool enabled)
LiquidityHolderSet(address indexed account, bool flag)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeeNumeratorSet(uint256 value)
SellFeePaid(address indexed from, address indexed to, uint256 amount)
SniperBotProtectionDisabledForever()
Transfer(address indexed from, address indexed to, uint256 value)
TreasurySet(address treasury)
constructor(address _treasury, uint256 _buyFeeNumeratorValue, uint256 _sellFeeNumeratorValue)
This contract contains no fallback and receive objects.
This contract contains no error objects.