Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb658…4c00
0x80d1…d05f
0x7087…01d7
0x0070…2119
Balances ($0.00)
No balances found for "vault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12876278 | 3 years ago | | | 0 | 0.0053468948 | |
| 12876271 | 3 years ago | | | 0 | 0.0020934720 | |
| 12876036 | 3 years ago | | | 0 | 0.00029569100 | |
| 12776301 | 3 years ago | | | 0 | 0.0056358918 | |
| 12248591 | 4 years ago | | | 0 | 0.027218260 | |
| 12222052 | 4 years ago | | | 0 | 0.031408113 | |
| 12179516 | 4 years ago | | | 0 | 0.038924700 | |
| 12125875 | 4 years ago | | | 0 | 0.031535061 | |
| 12029214 | 4 years ago | | | 0 | 0.043363980 | |
| 12028376 | 4 years ago | | | 0 | 0.046320393 |
ABI
ABI objects
Getter at block 21307095 getDepositEquity() view returns (uint256)
getActive() view returns (bool)
false
getBalanceEquity() view returns (uint256)
29338216124254446
getBearToken() view returns (address)
0x2bab675d19eb672268d04d7d593b935b76f48d26
getBullToken() view returns (address)
0xddde72a5431a2e73d871431ba79d9f45915f3728
getBuyFee() view returns (uint256)
6000000
getLatestRoundId() view returns (uint256)
92233720368547764384
getLiqFees() view returns (uint256)
10727991088761421026
getMultiplier() pure returns (uint256)
3
getSellFee() view returns (uint256)
6000000
getTotalEquity() view returns (uint256)
89242670695114324528
getTotalLiqShares() view returns (uint256)
55518122041428367715
owner() view returns (address)
0xa2e316cbfa81640ce509ab487867a136b75c83c4
priceAggregator() view returns (address)
0xb658e8680c1e1f148fb09cdbb3bd0d58f9c14c00
priceCalculator() view returns (address)
0x80d129a01879422eb102c47ed32dc6e8b123d05f
synStakingProxy() view returns (address)
0x0070f3e1147c03a1bb0caf80035b7c362d312119
vaultHelper() view returns (address)
0x70873daaa742bea6d0edf03f4f85c615983c01d7
Read-only
getEquity(address token) view returns (uint256)
getLiqEquity(address token) view returns (uint256)
getLiqTokens(address token) view returns (uint256)
getPrice(address token) view returns (uint256)
getTokenEquity(address token) view returns (uint256)
getTokenLiqEquity(address token) view returns (uint256)
getUserShares(address account) view returns (uint256)
State-modifying
Events addLiquidity(address account) payable
advanceRoundId(uint256 roundId)
removeLiquidity(uint256 shares)
renounceOwnership()
setActive(bool state, uint256 roundId)
setBuyFee(uint256 amount)
setSellFee(uint256 amount)
setTokens(address bearAddress, address bullAddress)
tokenBuy(address token, address account)
tokenSell(address token, address account)
transferOwnership(address newOwner)
updatePrice()
LiquidityAdd(address account, uint256 eth, uint256 shares, uint256 shareprice)
LiquidityRemove(address account, uint256 eth, uint256 shares, uint256 shareprice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceUpdate(uint256 bullPrice, uint256 bearPrice, uint256 bullLiqEquity, uint256 bearLiqEquity, uint256 bullEquity, uint256 bearEquity, uint256 roundId, bool updated)
TokenBuy(address account, address token, uint256 tokensMinted, uint256 ethin, uint256 fees, uint256 bonus)
TokenSell(address account, address token, uint256 tokensBurned, uint256 ethout, uint256 fees, uint256 penalty)
constructor()
receive()
This contract contains no error objects.