Shaddai Token
Verified contract
Active on
Ethereum with 68 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0dbc…b477
10 additional
variables
Balances ($241.63)
Native
Value
$241.63
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.076518 | $3,157.81 |
$241.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20608499 | 3 months ago | | | 0 | 0.00026896869 | |
| 15416887 | 2 years ago | | | 0 | 0.00081039271 | |
| 15245660 | 2 years ago | | | 0 | 0.00032738745 | |
| 15233879 | 2 years ago | | | 0 | 0.00090927675 | |
| 14956202 | 2 years ago | | | 0 | 0.0044734065 | |
| 14953233 | 2 years ago | | | 0 | 0.0033645097 | |
| 14951092 | 2 years ago | | | 0 | 0.0015774729 | |
| 14950098 | 2 years ago | | | 0 | 0.00077059110 | |
| 14949277 | 2 years ago | | | 0 | 0.0012407985 | |
| 14949030 | 2 years ago | | | 0 | 0.0015825149 |
ABI
ABI objects
Getter at block 21202779
EnableTransactionLimit() view returns (bool)
false
_buyLiquidityFee() view returns (uint256)
5
_buyMarketingFee() view returns (uint256)
3
_liquidityShare() view returns (uint256)
12
_marketingShare() view returns (uint256)
6
_maxTxAmount() view returns (uint256)
25000000000000000000000
_sellLiquidityFee() view returns (uint256)
7
_sellMarketingFee() view returns (uint256)
3
_totalDistributionShares() view returns (uint256)
18
_totalTaxIfBuying() view returns (uint256)
8
_totalTaxIfSelling() view returns (uint256)
10
_walletMax() view returns (uint256)
100000000000000000000000
checkWalletLimit() view returns (bool)
false
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
getCirculatingSupply() view returns (uint256)
5000000000000000000000000
getTime() view returns (uint256)
1731790475
marketingWalletAddress() view returns (address)
0x0dbc567d408ba127b96e2b1cdd43b8e86157b477
minimumTokensBeforeSwapAmount() view returns (uint256)
500000000000000000000
name() view returns (string)
Shaddai Token
owner() view returns (address)
0x000000000000000000000000000000000000dead
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
I AM
totalSupply() view returns (uint256)
5000000000000000000000000
uniswapPair() view returns (address)
0x2e003c843f456d0692f7f0ddc9dc9e0da351b81d
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
zeroAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeRouterVersion(address newRouterAddress) returns (address newPairAddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
enableTxLimit(bool _status)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setBlacklist(address _adr, bool _status)
setIsExcludedFromFee(address account, bool newValue)
setIsTxLimitExempt(address holder, bool exempt)
setIsWalletLimitExempt(address holder, bool exempt)
setMarketPairStatus(address account, bool newValue)
setMarketingWalletAddress(address newAddress)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensBeforeSwap(uint256 newLimit)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setWalletLimit(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.