InfinityBit Token
Verified contract
Active on
Ethereum with 6,885 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd1cb…b0c5
0x02da…5eb0
7 additional
variables
Balances ($500,855.62)
Native
Value
$1,086.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.325061 | $3,341.48 |
$1,086.18 | |
IBIT | ERC-20 | 1.020575B | $0.00049 |
$499,755.12 | |
OPTIMUS | ERC-20 | 177.912732 | $0.08046 |
$14.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247100 | 6 hours ago | | | 0 | 0.0011661320 | |
| 21244483 | 15 hours ago | | | 0 | 0.00073225029 | |
| 21242569 | a day ago | | | 0 | 0.00055563459 | |
| 21242369 | a day ago | | | 0 | 0.00044450378 | |
| 21241519 | a day ago | | | 0 | 0.00049804237 | |
| 21241469 | a day ago | | | 0 | 0.00091316405 | |
| 21241118 | a day ago | | | 0 | 0.00043851728 | |
| 21239751 | a day ago | | | 0 | 0.0010436255 | |
| 21239109 | a day ago | | | 0 | 0.00067112926 | |
| 21237465 | 2 days ago | | | 0 | 0.00056812514 |
ABI
ABI objects
Getter at block 21249012
DetectMaxWalletEnabled() view returns (bool)
true
GetUniswapV2Pair() view returns (address)
0x5899bef146be8228788c476b6384044d1a51f96e
_autoSwapTokens() view returns (bool)
true
_sellFromTaxWallets() view returns (bool)
true
_swapLimit() view returns (uint8)
25
_swapLimitMax() view returns (uint8)
50
_swapThreshold() view returns (uint8)
10
_swapThresholdMax() view returns (uint8)
50
_transfersEnabled() view returns (bool)
true
_uniswapV2Factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
_uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
decimals() view returns (uint8)
8
getAutoswapLimit() view returns (uint8 autoswap_limit_percent)
25
getAutoswapThreshold() view returns (uint8 autoswap_threshold_percent)
10
getDevTax() view returns (uint8)
0
getLiquidityIBIT() view returns (uint256)
53453177113310437
getLpTax() view returns (uint8)
0
getMarketingTax() view returns (uint8)
30
getMaxAutoswap() view returns (uint256 max_autoswap_limit)
1336329427832760
name() view returns (string)
InfinityBit Token
owner() view returns (address)
0x37af53cf22eb52219e8f7ddc5969e3c6dd95f42e
symbol() view returns (string)
IBIT
totalSupply() view returns (uint256)
570000000000000000
totalTax() view returns (uint8)
30
Read-only
_calcTaxes(uint256 amount) view returns (uint256 tax_to_collect)
allowance(address owner, address spender) view returns (uint256)
autoSwapConditionCheck(address from, address to, uint256 amount) view returns (bool)
autoswapTotalTokensAvailable(uint256 amount) view returns (uint256)
balanceOf(address account) view returns (uint256)
calcAutoswapAmount(uint256 sell_amount) view returns (uint256)
isMaxWalletExempt(address _w) view returns (bool)
isTaxExempt(address from, address to) view returns (bool)
State-modifying
Events SetMaxWalletAllowList(address _w)
SetTaxlessAllowList(address _w)
SetUniswapV2Pair(address _w)
ToggleMaxWallet(bool _enable)
UnsetMaxWalletAllowList(address _w)
UnsetTaxlessAllowList(address _w)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTransfers()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialAirdrop()
renounceOwnership()
setAutoswapDeadline(uint8 deadline_seconds)
setAutoswapLimit(uint8 swapLimit)
setAutoswapThreshold(uint8 swapThreshold)
setDevTax(uint8 tax)
setDevWallet(address devWallet)
setLpTax(uint8 tax)
setMarketingTax(uint8 tax)
setMarketingWallet(address marketingWallet)
takeTokensFromTaxWallets(uint256 max_amount) returns (uint256 amount_taken)
toggleAutoSwapTokens(bool enable)
toggleSellFromTaxWallets(bool enable)
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)
AutoLiquidityFailed(uint256 token_amount, uint256 eth_amount, uint256 tokens_collected, uint256 tokens_swapped, uint256 eth_collected)
AutoLiquiditySuccess(uint256 token_amount, uint256 eth_amount, uint256 tokens_collected, uint256 tokens_swapped, uint256 eth_collected)
AutoswapFailed(uint256 amount)
DeductTaxes(uint256 dev_tax_amount, uint256 marketing_tax_amount, uint256 lp_tax_amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxesAutoswap(uint256 amount_eth)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.