X7RLiquidityHub
Verified contract
Active on
Ethereum with 24 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8067…ef49
0x7000…ca54
0x7000…c888
0x7000…1999
Balances ($0.00)
No balances found for "X7RLiquidityHub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20058419 | 5 months ago | | | 0 | 0.00057831727 | |
| 20058412 | 5 months ago | | | 0 | 0.00014784240 | |
| 20058404 | 5 months ago | | | 0 | 0.00010830021 | |
| 20040137 | 5 months ago | | | 0 | 0.00047810697 | |
| 19942066 | 6 months ago | | | 0 | 0.0028614717 | |
| 19711375 | 7 months ago | | | 0 | 0.00060425600 | |
| 19512853 | 8 months ago | | | 0 | 0.0015419350 | |
| 19512749 | 8 months ago | | | 0 | 0.0099053509 | |
| 18139476 | a year ago | | | 0 | 0.00027194606 | |
| 18139470 | a year ago | | | 0 | 0.00038513788 |
ABI
ABI objects
Getter at block 21219787
balanceThreshold() view returns (uint256)
150000000000000000
balanceThresholdFrozen() view returns (bool)
false
distributeBalance() view returns (uint256)
0
distributeShare() view returns (uint256)
300
distributeTarget() view returns (address)
0x70001ba1ba4d85739e7b6a7c646b8aba5ed6c888
distributeTargetFrozen() view returns (bool)
false
liquidityBalance() view returns (uint256)
0
liquidityRatioTarget() view returns (uint256)
99
liquidityShare() view returns (uint256)
400
liquidityTokenReceiver() view returns (address)
0x7000f4cddca46fb77196466c3833be4e89ab810c
maxLiquidityRatioTarget() view returns (uint256)
99
maxShare() view returns (uint256)
500
minLiquidityRatioTarget() view returns (uint256)
5
minShare() view returns (uint256)
200
offRampPair() view returns (address)
0x6139240a5907e4ce74673257c320ea366c521aea
owner() view returns (address)
0x7000a09c425abf5173ff458df1370c25d1c58105
router() view returns (address)
0x80672eb558096692f0e2445562bf2d0dda85ef49
treasuryBalance() view returns (uint256)
0
treasuryShare() view returns (uint256)
300
treasuryTarget() view returns (address)
0x7000706e2727686edf46ca0e42690f87b9de1999
treasuryTargetFrozen() view returns (bool)
false
x7r() view returns (address)
0x70008f18fc58928dce982b0a69c2c21ff80dca54
x7rLiquidityBalance() view returns (uint256)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events freezeBalanceThreshold()
freezeDistributeTarget()
freezeTreasuryTarget()
processFees(address tokenAddress)
renounceOwnership()
rescueWETH()
sendDistributeBalance()
sendTreasuryBalance()
setBalanceThreshold(uint256 threshold)
setDistributionTarget(address target)
setLiquidityRatioTarget(uint256 liquidityRatioTarget_)
setLiquidityTokenReceiver(address liquidityTokenReceiver_)
setOffRampPair(address offRampPairAddress)
setRouter(address router_)
setShares(uint256 distributeShare_, uint256 liquidityShare_, uint256 treasuryShare_)
setTreasuryTarget(address target)
transferOwnership(address newOwner)
BalanceThresholdFrozen()
BalanceThresholdSet(uint256 threshold)
DistributeTargetFrozen()
DistributeTargetSet(address indexed oldTarget, address indexed newTarget)
LiquidityRatioTargetSet(uint256 liquidityRatioTarget)
LiquidityTokenReceiverSet(address indexed oldReciever, address indexed newReceiver)
OffRampPairSet(address indexed offRampPair)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterSet(address router)
SharesSet(uint256 distributeShare, uint256 liquidityShare, uint256 treasuryShare)
TreasuryTargetFrozen()
TreasuryTargetSet(address indexed oldTarget, address indexed newTarget)
constructor(address x7r_, address router_)
receive()
This contract contains no error objects.