FuxionLabs
Verified contract
Active on
Ethereum with 608 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe91d…1db4
7 additional
variables
Balances ($19.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ADEX | ERC-20 | 175 | $0.082455 |
$14.43 | |
FUXE | ERC-20 | 175 | $0.02623 |
$4.59 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21327467 | 9 days ago | | | 0 | 0.0010644166 | |
| 21178126 | a month ago | | | 0 | 0.0012243044 | |
| 21157096 | a month ago | | | 0 | 0.0010539592 | |
| 21138230 | a month ago | | | 0 | 0.0014456390 | |
| 21136272 | a month ago | | | 0 | 0.0028605019 | |
| 21123358 | a month ago | | | 0 | 0.00070893670 | |
| 21123328 | a month ago | | | 0 | 0.0015103082 | |
| 21123198 | a month ago | | | 0 | 0.0017482823 | |
| 21116145 | a month ago | | | 0 | 0.00036551258 | |
| 21105184 | a month ago | | | 0 | 0.00046166331 |
ABI
ABI objects
Getter at block 21393493
ADMIN_WALLET() view returns (address)
0x3336f22201914e8bffc69d2db520a9da84dba14f
admin() view returns (address)
0x3336f22201914e8bffc69d2db520a9da84dba14f
buyTax() view returns (uint256)
5
currentSnapId() view returns (uint256)
0
decimals() view returns (uint8)
18
getAdmin() view returns (address)
0x3336f22201914e8bffc69d2db520a9da84dba14f
isLosslessOn() view returns (bool)
true
lossless() view returns (address)
0xe91d7cebce484070fc70777cb04f7e2efae31db4
losslessTurnOffTimestamp() view returns (uint256)
0
mainPair() view returns (address)
0x2e1c1eb6727a4b96a549306e0f963792300f8b3c
maxWallet() view returns (uint256)
100000000000000000000000
name() view returns (string)
Fuxion Labs
owner() view returns (address)
0x90c08a09677c98d078fd158fde65a6176ab57cf2
recoveryAdmin() view returns (address)
0xf6af39db4887c8f3671ec11c5bab428700626a41
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTax() view returns (uint256)
5
symbol() view returns (string)
FUXE
taxThreshold() view returns (uint256)
500000000000000000000
timelockPeriod() view returns (uint256)
86400
totalSupply() view returns (uint256)
5000000000000000000000000
tradingEnabled() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getUserSnapshotAt(address user, uint256 snapId) view returns (uint256)
isDividendExempt(address wallet) view returns (bool dividendExcepmtionStatus)
isExcludedFromMaxWallet(address wallet) view returns (bool excludedStatus)
isExcludedFromTax(address wallet) view returns (bool excludedStatus)
isLpAddress(address lpAddress) view returns (bool)
isSnapshotter(address executor) view returns (bool isExecutor)
lastSnapshotId(address user) view returns (uint256 lastSnapshotId)
snapshotInfo(address user, uint256 snapId) view returns (uint256 amount)
snapshots(uint256 snapId) view returns (uint256 tier1Total, uint256 tier2Total, uint256 snapshotTakenTimestamp)
State-modifying
Events acceptRecoveryAdminOwnership(bytes key)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
executeLosslessTurnOff()
executeLosslessTurnOn()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pauseTrading()
proposeLosslessTurnOff()
renounceOwnership()
setBuyTax(uint256 _buyTax)
setExcludeFromTax(address _user, bool _excluded)
setExcludedFromMaxWallet(address _user, bool _excluded)
setLosslessAdmin(address newAdmin)
setLpAddress(address _lpAddress, bool _isLpAddress)
setMaxWallet(uint256 _maxWallet)
setSellTax(uint256 _sellTax)
setSnapshotterAddress(address _snapshotter, bool _isSnapshotter)
setTaxThreshold(uint256 _taxThreshold)
takeSnapshot()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOutBlacklistedFunds(address[] from)
transferOwnership(address newOwner)
transferRecoveryAdminOwnership(address candidate, bytes32 keyHash)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
BlacklistWalletsUpdate(address[] _users, bool blacklisted)
EditMaxWalletAmount(uint256 newAmount)
EditTax(uint256 newTax, bool buyTax, bool sellTax)
LosslessOff()
LosslessOn()
LosslessTurnOffProposal(uint256 _turnOffDate)
NewAdmin(address indexed _newAdmin)
NewRecoveryAdmin(address indexed _newAdmin)
NewRecoveryAdminProposal(address indexed _candidate)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAddressAsLp(address indexed _lpAddress, bool isLpAddress)
SetSnapshotterStatus(address indexed _snapshotter, bool status)
SnapshotTaken(uint256 indexed snapId, uint256 timestamp)
TradingEnabled(bool isEnabled)
Transfer(address indexed _from, address indexed _to, uint256 _value)
UpdateBlacklister(address indexed _blacklister)
WalletExcludedFromMax(address indexed _user, bool excluded)
WalletExcludedFromTax(address indexed _user, bool excluded)
constructor(address _admin, address _newOwner, address _recoveryAdmin, address lossless_, uint256 timeLockPeriod_)
This contract contains no fallback and receive objects.
FUXION__InvalidMaxWallet()
FUXION__InvalidTaxAmount()
FUXION__InvalidThreshold()
FUXION__MaxWalletReached(address wallet, uint256 triedBalance)
FUXION__NotAllowed()
FUXION__TradingNotEnabled()