Sheba Finance
Verified contract
Active on
Ethereum with 130 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$SHEBA | ERC-20 | 240.585652B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18921641 | 10 months ago | | | 0 | 0.0010075997 | |
| 18920770 | 10 months ago | | | 0 | 0.0018322231 | |
| 18920734 | 10 months ago | | | 0 | 0.0012430167 | |
| 18920727 | 10 months ago | | | 0 | 0.0011894715 | |
| 18920698 | 10 months ago | | | 0 | 0.0012617765 | |
| 18881303 | a year ago | | | 0 | 0.0011226927 | |
| 18879522 | a year ago | | | 0 | 0.0012487323 | |
| 18845202 | a year ago | | | 0 | 0.0011252324 | |
| 18844118 | a year ago | | | 0 | 0.0011986122 | |
| 18836702 | a year ago | | | 0 | 0.0015704663 |
ABI
ABI objects
Getter at block 21178418
_totalFeesOnBuy() view returns (uint256)
0
_totalFeesOnSell() view returns (uint256)
0
_zerofee() view returns (uint256)
0
coolDownEnabled() view returns (bool)
true
coolDownTime() view returns (uint256)
60
decimals() view returns (uint8)
9
genesis_block() view returns (uint256)
18699540
marketingWallet() view returns (address)
0x6b967b4a4076fd45f91bac46a7035b821df08c8a
maxWalletLimit() view returns (uint256)
20000000000000000000000
name() view returns (string)
Sheba Finance
owner() view returns (address)
0x0000000000000000000000000000000000000000
prizeWallet() view returns (address)
0xc6689172e7267b3bf773f4cb65f8fc06ee58169f
providingLiquidity() view returns (bool)
true
symbol() view returns (string)
$SHEBA
totalSupply() view returns (uint256)
799999999999000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x29eb35ab77e97292ba270550c69f3cde833ef3a9
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events LaunchNow()
LaunchPhase1()
LaunchPhase2()
LaunchPhaseFinal()
RescueTokens(address token, uint256 amount)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _marketingFeeOnBuy, uint256 _liquidityFeeOnBuy, uint256 _prizeFeeOnBuy)
updateMarketingWallet(address newWallet)
updateMaxWallet(uint256 value)
updatePrizeWallet(address newWallet)
updateSellFees(uint256 _marketingFeeOnSell, uint256 _liquidityFeeOnSell, uint256 _prizeFeeOnSell)
updatesTaxThreshold(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyFeesUpdated(uint256 _totalFeesOnBuy)
ExcludeFromFees(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeesUpdated(uint256 _totalFeesOnSell)
SwapAndLiquify(uint256 tokensSwapped, uint256 ETHReceived, uint256 tokensIntoLiqudity)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 EthSend)
SwapAndSendPrize(uint256 tokensSwapped, uint256 ethSend)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.