Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x853a…9c9c
0x8e5c…0190
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDG | ERC-20 | 14.38446K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2493624 | a year ago | | | 0 | 0.0000027439045 | |
| 2492715 | a year ago | | | 0 | 0.0000045891027 | |
| 2492713 | a year ago | | | 0 | 0.0000046697027 | |
| 2492664 | a year ago | | | 0 | 0.0000046005026 |
ABI
ABI objects
Getter at block 22913728 getAums() view returns (uint256[])
BASIS_POINTS_DIVISOR() view returns (uint256)
10000
GLP_PRECISION() view returns (uint256)
1000000000000000000
MAX_COOLDOWN_DURATION() view returns (uint256)
172800
PRICE_PRECISION() view returns (uint256)
1000000000000000000000000000000
USDG_DECIMALS() view returns (uint256)
18
aumAddition() view returns (uint256)
0
aumDeduction() view returns (uint256)
0
cooldownDuration() view returns (uint256)
60
glp() view returns (address)
0xdff36d3a84ff458fd2242d49dfedbb897e869ab4
gov() view returns (address)
0x77bc62764241a2a8e45b69cef0560fc36463b64a
inPrivateMode() view returns (bool)
true
shortsTracker() view returns (address)
0x8e5cab4e44b7626a530b258a0f52e8f554e50190
shortsTrackerAveragePriceWeight() view returns (uint256)
10000
usdg() view returns (address)
0xaec117e93f7087c277bb520b80785113d91da11b
vault() view returns (address)
0x853a8ce6b6338f5b0a14bcfc97f9d68396099c9c
Read-only
getAum(bool maximise) view returns (uint256)
getAumInUsdg(bool maximise) view returns (uint256)
getGlobalShortAveragePrice(address _token) view returns (uint256)
getGlobalShortDelta(address _token, uint256 _price, uint256 _size) view returns (uint256, bool)
getPrice(bool _maximise) view returns (uint256)
isHandler(address) view returns (bool)
lastAddedAt(address) view returns (uint256)
State-modifying
Events addLiquidity(address _token, uint256 _amount, uint256 _minUsdg, uint256 _minGlp) returns (uint256)
addLiquidityForAccount(address _fundingAccount, address _account, address _token, uint256 _amount, uint256 _minUsdg, uint256 _minGlp) returns (uint256)
removeLiquidity(address _tokenOut, uint256 _glpAmount, uint256 _minOut, address _receiver) returns (uint256)
removeLiquidityForAccount(address _account, address _tokenOut, uint256 _glpAmount, uint256 _minOut, address _receiver) returns (uint256)
setAumAdjustment(uint256 _aumAddition, uint256 _aumDeduction)
setCooldownDuration(uint256 _cooldownDuration)
setGov(address _gov)
setHandler(address _handler, bool _isActive)
setInPrivateMode(bool _inPrivateMode)
setShortsTracker(address _shortsTracker)
setShortsTrackerAveragePriceWeight(uint256 _shortsTrackerAveragePriceWeight)
AddLiquidity(address account, address token, uint256 amount, uint256 aumInUsdg, uint256 glpSupply, uint256 usdgAmount, uint256 mintAmount)
RemoveLiquidity(address account, address token, uint256 glpAmount, uint256 aumInUsdg, uint256 glpSupply, uint256 usdgAmount, uint256 amountOut)
constructor(address _vault, address _usdg, address _glp, address _shortsTracker, uint256 _cooldownDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.