Sheba Finance
Verified contract
Active on
Ethereum with 663 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($65.17)
Native
Value
$65.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.018079 | $3,604.41 |
$65.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21221605 | 14 days ago | | | 0 | 0.00028934839 | |
| 21217732 | 15 days ago | | | 0 | 0.00066756062 | |
| 21163414 | 22 days ago | | | 0 | 0.00089810223 | |
| 20988865 | 2 months ago | | | 0 | 0.00035729817 | |
| 20988839 | 2 months ago | | | 0 | 0.00064522290 | |
| 20572390 | 3 months ago | | | 0 | 0.000088612083 | |
| 20526149 | 4 months ago | | | 0 | 0.00014425867 | |
| 20355204 | 4 months ago | | | 0 | 0.00018246634 | |
| 19820988 | 7 months ago | | | 0 | 0.00070400803 | |
| 19802866 | 7 months ago | | | 0 | 0.00037642877 |
ABI
ABI objects
Getter at block 21324508
_totalFeesOnBuy() view returns (uint256)
5
_totalFeesOnSell() view returns (uint256)
5
coolDownEnabled() view returns (bool)
true
coolDownTime() view returns (uint256)
60
decimals() view returns (uint8)
9
genesis_block() view returns (uint256)
18595066
marketingWallet() view returns (address)
0xbcfb643c2646960bf0bd1dd13d229921f8110078
maxWalletLimit() view returns (uint256)
20000000000000000000000
name() view returns (string)
Sheba Finance
owner() view returns (address)
0x0000000000000000000000000000000000000000
prizeWallet() view returns (address)
0x5a476e182682da30dbfdb6d254e18d01b6f90ae9
providingLiquidity() view returns (bool)
true
symbol() view returns (string)
$SHEBA
totalSupply() view returns (uint256)
1000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x7ddb32345344bdbb3cb50016ddea45399f2542d6
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 approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
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)
updateMarketingWallet(address newWallet)
updatePrizeWallet(address newWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.