Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000001 | $3,606.96 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16767294 | 2 years ago | | | 0 | 0.0011636843 | |
| 16552205 | 2 years ago | | | 0 | 0.0011293043 | |
| 16549162 | 2 years ago | | | 0 | 0.0017718042 | |
| 16549143 | 2 years ago | | | 0 | 0.0017161795 | |
| 16549117 | 2 years ago | | | 0 | 0.0018488687 | |
| 16549090 | 2 years ago | | | 0 | 0.0021131952 | |
| 16548940 | 2 years ago | | | 0 | 0.0013940475 | |
| 16548901 | 2 years ago | | | 0 | 0.0016442711 | |
| 16548889 | 2 years ago | | | 0 | 0.0018824728 | |
| 16548877 | 2 years ago | | | 0 | 0.0017429854 |
ABI
ABI objects
Getter at block 21321234
_buyLiquidityFee() view returns (uint256)
1
_buyMarketingFee() view returns (uint256)
3
_buyTeamFee() view returns (uint256)
0
_liquidityShare() view returns (uint256)
10
_marketingShare() view returns (uint256)
80
_maxTxAmount() view returns (uint256)
1100000000000000
_sellLiquidityFee() view returns (uint256)
1
_sellMarketingFee() view returns (uint256)
3
_sellTeamFee() view returns (uint256)
0
_teamShare() view returns (uint256)
10
_totalDistributionShares() view returns (uint256)
100
_totalTaxIfBuying() view returns (uint256)
4
_totalTaxIfSelling() view returns (uint256)
4
_walletMax() view returns (uint256)
2200000000000000
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
getCirculatingSupply() view returns (uint256)
110000000000000000
marketingWalletAddress() view returns (address)
0x30e24e803e3b503105888badd3dd8813f89011f1
minimumTokensBeforeSwapAmount() view returns (uint256)
10000000000
name() view returns (string)
BONERIUM
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
BONER
teamWalletAddress() view returns (address)
0x1ce3131a7cd9ed87466a556ce30f737db7d41354
totalSupply() view returns (uint256)
110000000000000000
uniswapPair() view returns (address)
0xa0afd945b7c88212653bb9278513daa6db3298b1
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isLiquidityPair(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events addLiquidityPair(address[] addresses)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLiquidityPair(address account)
renounceOwnership()
setBuyTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newTeamTax)
setIsTxLimitExempt(address holder, bool exempt)
setIsWalletLimitExempt(address holder, bool exempt)
setMaxTxAmount(uint256 maxTxAmount)
setMinTokensBeforeSwap(uint256 newMinTokensBeforeSwap)
setSellTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newTeamTax)
setSwapAndLiquifyEnabled(bool _enabled)
setWalletLimit(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed prevOwner, 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.