Sharity
Verified contract
Active on
Ethereum with 1,868 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$Shari | ERC-20 | 1192.476608T | -- | -- | |
SKY | ERC-20 | 72 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787891 | 2 months ago | | | 0 | 0.00071928438 | |
| 19836061 | 7 months ago | | | 0 | 0.000078555566 | |
| 19740569 | 7 months ago | | | 0 | 0.0015531245 | |
| 19668938 | 7 months ago | | | 0 | 0.00026818201 | |
| 18948673 | a year ago | | | 0 | 0.0014580502 | |
| 18762427 | a year ago | | | 0 | 0.0045941516 | |
| 18491990 | a year ago | | | 0 | 0.0011461782 | |
| 18491989 | a year ago | | | 0 | 0.0011209736 | |
| 18366879 | a year ago | | | 0 | 0.00012842028 | |
| 18181791 | a year ago | | | 0 | 0.00039434981 |
ABI
ABI objects
Getter at block 21305108
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 marketing, uint16 charity, uint16 dev, uint16 burn, uint16 total)
(marketing=5, charity=1, dev=1, burn=1, total=7)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=800, sellFee=800, transferFee=0)
_taxWallets() view returns (address marketing, address charity, address dev)
(marketing=0x52a546804b53a8a83d683b7ccc71d5fb7f05f7d3, charity=0x52a546804b53a8a83d683b7ccc71d5fb7f05f7d3, dev=0x52a546804b53a8a83d683b7ccc71d5fb7f05f7d3)
contractSwapEnabled() view returns (bool)
true
currentRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
decimals() view returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
47200281761882436436464445
getCooldownTime() view returns (uint256)
0
getMaxWallet() view returns (uint256)
49500000000000000
getOwner() view returns (address)
0xd84d657e4f5116c93df0a91614c60b1fff41dbc7
getSniperAmt() view returns (uint256)
0
lpPair() view returns (address)
0x12a1ecc63e290e64239425409103e16274e53c43
name() pure returns (string)
Sharity
owner() view returns (address)
0xd84d657e4f5116c93df0a91614c60b1fff41dbc7
staticVals() view returns (uint16 maxBuyTaxes, uint16 maxSellTaxes, uint16 maxTransferTaxes, uint16 masterTaxDivisor)
(maxBuyTaxes=1000, maxSellTaxes=1000, maxTransferTaxes=1000, masterTaxDivisor=10000)
symbol() pure returns (string)
$Shari
totalSupply() view returns (uint256)
50000000000000000000000000
tradingEnabled() view returns (bool)
true
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)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
changeRouterContingency(address router)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBlacklisted(address account)
removeSniper(address account)
renounceOwnership()
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setContractSwapEnabled(bool _enabled)
setCooldownEnabled(bool enabled)
setCooldownTime(uint256 time)
setExcludedFromFees(address account, bool enabled)
setGasPriceLimit(uint256 gas)
setInitializer(address initializer)
setLpPair(address pair, bool enabled)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setProtectionSettings(bool _antiSnipe, bool _antiGas, bool _antiBlock, bool _algo)
setRatios(uint16 marketing, uint16 charity, uint16 dev, uint16 burn)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing, address charity, address dev)
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.