X7DAOLiquidityHub
Verified contract
Active on
Ethereum with 21 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8067…ef49
0x7105…2da0
0x7000…c888
0x7000…dead
0x7000…1999
3 additional
variables
Balances ($494.68)
Native
Value
$494.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.159122 | $3,108.80 |
$494.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20058420 | 5 months ago | | | 0 | 0.00074045536 | |
| 20058413 | 5 months ago | | | 0 | 0.00015052855 | |
| 20058404 | 5 months ago | | | 0 | 0.00010974627 | |
| 20040135 | 5 months ago | | | 0 | 0.00047386989 | |
| 19512854 | 8 months ago | | | 0 | 0.0015436790 | |
| 18221961 | a year ago | | | 0 | 0.00067261258 | |
| 18139487 | a year ago | | | 0 | 0.00083262636 | |
| 18104556 | a year ago | | | 0 | 0.00031888433 | |
| 18016001 | a year ago | | | 0 | 0.0012526762 | |
| 17561626 | a year ago | | | 0 | 0.00098317005 |
ABI
ABI objects
Getter at block 21227386
auxiliaryBalance() view returns (uint256)
49434839322630622
auxiliaryShare() view returns (uint256)
250
auxiliaryTarget() view returns (address)
0x70008f0b06060a31515733db6dcb515c64f3dead
auxiliaryTargetFrozen() view returns (bool)
false
balanceThreshold() view returns (uint256)
250000000000000000
balanceThresholdFrozen() view returns (bool)
false
distributeBalance() view returns (uint256)
59321807187156748
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)
200
liquidityTokenReceiver() view returns (address)
0x7000f4cddca46fb77196466c3833be4e89ab810c
maxLiquidityRatioTarget() view returns (uint256)
99
maxShare() view returns (uint256)
400
minLiquidityRatioTarget() view returns (uint256)
5
minShare() view returns (uint256)
150
offRampPair() view returns (address)
0x75311ee016c82e7770e4aca73a0d142f96ddb969
owner() view returns (address)
0x7000a09c425abf5173ff458df1370c25d1c58105
router() view returns (address)
0x80672eb558096692f0e2445562bf2d0dda85ef49
treasuryBalance() view returns (uint256)
49434839322630622
treasuryShare() view returns (uint256)
250
treasuryTarget() view returns (address)
0x7000706e2727686edf46ca0e42690f87b9de1999
treasuryTargetFrozen() view returns (bool)
false
x7dao() view returns (address)
0x7105e64bf67eca3ae9b123f0e5ca2b83b2ef2da0
x7daoLiquidityBalance() view returns (uint256)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events freezeAuxiliaryTarget()
freezeBalanceThreshold()
freezeDistributeTarget()
freezeTreasuryTarget()
processFees(address tokenAddress)
renounceOwnership()
rescueWETH()
sendDistributeBalance()
sendTreasuryBalance()
setAuxiliaryTarget(address target)
setBalanceThreshold(uint256 threshold)
setDistributionTarget(address target)
setLiquidityRatioTarget(uint256 liquidityRatioTarget_)
setLiquidityTokenReceiver(address liquidityTokenReceiver_)
setOffRampPair(address offRampPairAddress)
setRouter(address router_)
setShares(uint256 distributeShare_, uint256 liquidityShare_, uint256 auxiliaryShare_, uint256 treasuryShare_)
setTreasuryTarget(address target)
transferOwnership(address newOwner)
AuxiliaryTargetFrozen()
AuxiliaryTargetSet(address indexed oldTarget, address indexed newTarget)
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 auxiliaryShare, uint256 treasuryShare)
TreasuryTargetFrozen()
TreasuryTargetSet(address indexed oldTarget, address indexed newTarget)
constructor(address x7dao_, address router_)
receive()
This contract contains no error objects.