5BX Exchange
Verified contract
Active on
Ethereum with 129 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FBX | ERC-20 | 21.342637K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19838643 | 7 months ago | | | 0 | 0.000090736086 | |
| 19664848 | 8 months ago | | | 0 | 0.00033768540 | |
| 19159321 | 10 months ago | | | 0 | 0.00054737205 | |
| 19159306 | 10 months ago | | | 0 | 0.00070128715 | |
| 19143265 | 10 months ago | | | 0 | 0.00097191587 | |
| 19140593 | 10 months ago | | | 0 | 0.00075766397 | |
| 19138987 | 10 months ago | | | 0 | 0.00089607721 | |
| 19138758 | 10 months ago | | | 0 | 0.0010506367 | |
| 19137965 | 10 months ago | | | 0 | 0.00084702825 | |
| 19137962 | 10 months ago | | | 0 | 0.00094588227 |
ABI
ABI objects
Getter at block 21310272
LimitsActive() view returns (bool)
false
OpenTrade() view returns (bool)
true
buyFee() view returns (uint256)
3
decimals() view returns (uint8)
18
dexPair() view returns (address)
0x6d420089e1ec924cdeec8f409d155c194cd9763d
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
maxTransaction() view returns (uint256)
750000000000000000000000
maxWallet() view returns (uint256)
750000000000000000000000
name() view returns (string)
5BX Exchange
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
3
swapEnabled() view returns (bool)
true
swapProtection() view returns (bool)
false
swapThreshold() view returns (uint256)
375000000000000000000
symbol() view returns (string)
FBX
totalSupply() view returns (uint256)
750000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrade()
removeLimits()
renounceOwnership()
rescueFunds()
rescueTokens(address _token, uint256 _amount)
setChargePair(address _adr, bool _status)
setDeveloperWallet(address _newWallet)
setFee(uint256 _buySide, uint256 _sellSide)
setMaxWalletLimit(uint256 newLimit)
setSwapSetting(bool _swapenabled, bool _protected)
setSwapThreshold(uint256 _threshold)
setTxLimit(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ERC20InvalidApprover(address Approver)
ERC20InvalidReceiver(address Receiver)
ERC20InvalidSender(address Sender)
ERC20InvalidSpender(address Sender)
ERC20ZeroTransfer()