This contract is being backfilled. You may encounter incomplete storage history.

UserModule

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xacd191a7 at 14868834
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
2 additional variables

No balances found for "UserModule"

No transactions found for "UserModule"


Functions
Getter at block 20793296
decimals(view returns (uint8)
18
 
getCurrentExchangePrice(view returns (uint256 exchangePrice_uint256 newTokenRevenue_)
 
getNewProfits(view returns (uint256 profits_)
 
getVaultBalances(view returns (uint256 tokenCollateralAmt_uint256 stethCollateralAmt_uint256 wethDebtAmt_uint256 tokenVaultBal_uint256 tokenDSABal_uint256 netTokenBal_)
name(view returns (string)
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
deleverage(uint256 amt_
deleverageAndWithdraw(uint256 deleverageAmt_uint256 withdrawAmount_address to_
increaseAllowance(address spenderuint256 addedValuereturns (bool)
leverage(uint256 amt_
supply(address token_uint256 amount_address to_returns (uint256 vtokenAmount_)
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
withdraw(uint256 amount_address to_returns (uint256 vtokenAmount_)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
deleverageAndWithdrawLog(uint256 deleverageAmt_uint256 transferAmt_uint256 vtokenAmount_address to_
deleverageLog(uint256 amt_uint256 transferAmt_
leverageLog(uint256 amt_uint256 transferAmt_
supplyLog(uint256 amount_address indexed caller_address indexed to_
withdrawLog(uint256 amount_address indexed caller_address indexed to_
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.