The storage layout for this contract could not be retrieved.
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BONEX | ERC-20 | 7.398827M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BONEX"
ABI
ABI objects
Getter at block 21224905
POGEX() view returns (address)
0xaed8077b25c88af2e711abdcc24ef9389b028876
buyBuyBackFee() view returns (uint256)
1
buyLiquidityFee() view returns (uint256)
1
buyMarketingFee() view returns (uint256)
1
buyTotalFee() view returns (uint256)
3
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
18
getTransferFees() view returns (bool)
false
isTradeEnabled() view returns (bool)
true
marketingWallet() view returns (address)
0xd9abcf35c6137954dda45b91d4db6c6cf3031e90
name() pure returns (string)
BONEX
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xefe764fcbcc9cf6cbd4a2f41a8a609551ecdb607
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellBuyBackFee() view returns (uint256)
1
sellLiquidityFee() view returns (uint256)
1
sellMarketingFee() view returns (uint256)
1
sellTotalFee() view returns (uint256)
3
swapThreshold() view returns (uint256)
100000000000000000000000
symbol() pure returns (string)
BONEX
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAuthorized(address) view returns (bool)
isFeeExcluded(address _wallet) view returns (bool)
isFeeExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
changeBuyFees(uint256 _liquidityFee, uint256 _marketingFee, uint256 _buyBuyBackFee)
changeGetFeesOnTransfer(bool _status)
changeMarketingWallet(address _wallet)
changeSellFees(uint256 _liquidityFee, uint256 _marketingFee, uint256 _sellBuyBackFee)
enableTrading()
renounceOwnership()
rescueEth()
setAuthorizedWallets(address _wallet, bool _status)
setDoContractSwap(bool _enabled)
setIsFeeExempt(address holder, bool exempt)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddAuthorizedWallet(address holder, bool status)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountBNB, uint256 amountBOG)
DoContractSwap(uint256 amount, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetDoContractSwap(bool status)
SetIsFeeExempt(address holder, bool status)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.