QuantumFusion
Verified contract
Active on
Ethereum with 4,101 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,104.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
QF | ERC-20 | 1.266865K | $0.872177 |
$1,104.93 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271183 | an hour ago | | | 0 | 0.00036501168 | |
| 21270602 | 3 hours ago | | | 0 | 0.00025591942 | |
| 21270597 | 3 hours ago | | | 0 | 0.00046103725 | |
| 21270280 | 4 hours ago | | | 0 | 0.00045432491 | |
| 21270207 | 4 hours ago | | | 0 | 0.00037078073 | |
| 21270182 | 4 hours ago | | | 0 | 0.00036986370 | |
| 21270171 | 4 hours ago | | | 0 | 0.00050048959 | |
| 21269391 | 7 hours ago | | | 0 | 0.00053570119 | |
| 21269214 | 8 hours ago | | | 0 | 0.00037652780 | |
| 21269027 | 8 hours ago | | | 0 | 0.00048276816 |
ABI
ABI objects
Getter at block 21271465
TreasuryAddress() view returns (address)
0xc1d1fb299152fdd432fcd7b104355b8396c2fef0
buyFee() view returns (uint256)
4
deadBlocks() view returns (uint256)
0
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
false
maxBuyAmount() view returns (uint256)
50000000000000000000000
maxSellAmount() view returns (uint256)
50000000000000000000000
maxWalletAmount() view returns (uint256)
100000000000000000000000
name() view returns (string)
QuantumFusion
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
4
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
5000000000000000000000
symbol() view returns (string)
QF
tokensForTreasury() view returns (uint256)
1266865308066788867115
totalSupply() view returns (uint256)
10000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
19925984
uniswapV2Pair() view returns (address)
0xe06e1c61a4c220db5f1ae89f9a5839efbb00be7d
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading(bool _status, uint256 _deadBlocks)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwap()
removeLimits()
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setTreasuryAddress(address _TreasuryAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferForeignToken(address _token, address _to) returns (bool _sent)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFee(uint256 _fee)
updateMaxBuyAmount(uint256 newNum)
updateMaxSellAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFee(uint256 _fee)
updateSwapThreshold(uint256 newAmount)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
EnabledTrading(bool tradingActive, uint256 deadBlocks)
ExcludeFromFees(address indexed account, bool isExcluded)
MaxTransactionExclusion(address _address, bool excluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedLimits()
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
TransferForeignToken(address token, uint256 amount)
UpdatedMaxBuyAmount(uint256 newAmount)
UpdatedMaxSellAmount(uint256 newAmount)
UpdatedMaxWalletAmount(uint256 newAmount)
UpdatedTreasuryAddress(address indexed newWallet)
constructor()
receive()
This contract contains no error objects.