QUANTUMCORE
Verified contract
Active on
Ethereum with 84 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd9e1…8b9f
13 additional
variables
Balances ($430.44)
Native
Value
$430.44
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.136726 | $3,148.17 |
$430.44 | |
QCO | ERC-20 | 7,092,405.386876T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19148211 | 9 months ago | | | 0 | 0.00084600042 | |
| 18814622 | a year ago | | | 0 | 0.0031530487 | |
| 18173450 | a year ago | | | 0 | 0.00023034052 | |
| 18151223 | a year ago | | | 0 | 0.00028317884 | |
| 18151209 | a year ago | | | 0 | 0.00040787194 | |
| 18144481 | a year ago | | | 0 | 0.00061287054 | |
| 18144414 | a year ago | | | 0 | 0.00057145634 | |
| 18144048 | a year ago | | | 0 | 0.0021066695 | |
| 18080239 | a year ago | | | 0 | 0.0026074650 | |
| 18080121 | a year ago | | | 0 | 0.0060644390 |
ABI
ABI objects
Getter at block 21163179
VERSION() view returns (uint256)
3
autoBuybackAccumulator() view returns (uint256)
14734184192743968
autoBuybackAmount() view returns (uint256)
818565788485776
autoBuybackBlockLast() view returns (uint256)
19152061
autoBuybackBlockPeriod() view returns (uint256)
6646
autoBuybackCap() view returns (uint256)
15000000000000000
autoBuybackEnabled() view returns (bool)
true
buybackFee() view returns (uint256)
25
buybackMultiplierDenominator() view returns (uint256)
100
buybackMultiplierLength() view returns (uint256)
1800
buybackMultiplierNumerator() view returns (uint256)
200
buybackMultiplierTriggeredAt() view returns (uint256)
1694810579
decimals() pure returns (uint8)
9
distributor() view returns (address)
0x16b121abc09fc832122ad500886c368611450f4a
distributorGas() view returns (uint256)
500000
feeDenominator() view returns (uint256)
10000
getCirculatingSupply() view returns (uint256)
8182529461199604018932962584248
getMultipliedFee() view returns (uint256)
100
liquidityFee() view returns (uint256)
25
marketingFee() view returns (uint256)
25
marketingFeeReceiver() view returns (address)
0xa8767c7e571c6a1111858f58550e713314954987
name() view returns (string)
QUANTUMCORE
pair() view returns (address)
0x4a547aa4fb9d545d2c0bd4321f0fec568a87e777
reflectionFee() view returns (uint256)
25
rewardToken() view returns (address)
0x62359ed7505efc61ff1d56fef82158ccaffa23d7
router() view returns (address)
0xd9e1ce17f2641f24ae83637ab66a2cca9c378b9f
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
8185657884857767798269000000
symbol() view returns (string)
QCO
targetLiquidity() view returns (uint256)
25
targetLiquidityDenominator() view returns (uint256)
100
totalFee() view returns (uint256)
100
totalSupply() view returns (uint256)
8185657884857767798269000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buyBacker(address) view returns (bool)
getLiquidityBacking(uint256 accuracy) view returns (uint256)
getTotalFee(bool selling) view returns (uint256)
isAuthorized(address adr) view returns (bool)
isDividendExempt(address) view returns (bool)
isFeeExempt(address) view returns (bool)
isOverLiquified(uint256 target, uint256 accuracy) view returns (bool)
isOwner(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
authorize(address adr)
clearBuybackMultiplier()
setAutoBuybackSettings(bool _enabled, uint256 _cap, uint256 _amount, uint256 _period)
setBuyBacker(address acc, bool add)
setBuybackMultiplierSettings(uint256 numerator, uint256 denominator, uint256 length)
setDistributionCriteria(uint256 _minPeriod, uint256 _minDistribution)
setDistributorSettings(uint256 gas)
setFeeReceivers(address _marketingFeeReceiver)
setFees(uint256 _liquidityFee, uint256 _buybackFee, uint256 _reflectionFee, uint256 _marketingFee, uint256 _feeDenominator)
setIsDividendExempt(address holder, bool exempt)
setIsFeeExempt(address holder)
setSwapBackSettings(bool _enabled, uint256 _amount)
setTargetLiquidity(uint256 _target, uint256 _denominator)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address adr)
triggerZeusBuyback(uint256 amount, bool triggerBuybackMultiplier)
unauthorize(address adr)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountBNB, uint256 amountBOG)
BuybackMultiplierActive(uint256 duration)
OwnershipTransferred(address owner)
TokenCreated(address indexed owner, address indexed token, uint8 tokenType, uint256 version)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 totalSupply_, address rewardToken_, address router_, uint256[5] feeSettings_, address serviceFeeReceiver_, uint256 serviceFee_)
receive()
This contract contains no error objects.