FORCE_DAI
Verified contract
Proxy
Active on
Ethereum with 3,412 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
5 additional
variables
Balances ($84.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 84.663734 | $0.997941 |
$84.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21062453 | a month ago | | | 0 | 0.00018264779 | |
| 21059800 | a month ago | | | 0 | 0.00023121138 | |
| 20499504 | 3 months ago | | | 0 | 0.000031882367 | |
| 20329355 | 4 months ago | | | 0 | 0.00023862601 | |
| 19799998 | 7 months ago | | | 0 | 0.00013298329 | |
| 19486629 | 8 months ago | | | 0 | 0.00061472513 | |
| 19452175 | 8 months ago | | | 0 | 0.022915320 | |
| 19422309 | 8 months ago | | | 0 | 0.052617842 | |
| 19280412 | 9 months ago | | | 0 | 0.00084038594 | |
| 19084132 | 10 months ago | | | 0 | 0.033630146 |
ABI
ABI objects
Getter at block 21258644 availableToInvestOut() view returns (uint256) getPricePerFullShare() view returns (uint256) underlyingBalanceWithInvestment() view returns (uint256)
implementation() view returns (address)
0xb883f041c0fe3992197ff051644a507c6896c718
controller() view returns (address)
0x74a385a0c5f89faba452f6910c2a6f9482cea076
decimals() view returns (uint8)
18
futureStrategy() view returns (address)
0x0000000000000000000000000000000000000000
governance() view returns (address)
0xe8b5d0ea97358bcc56428d68d774357a3e2459a3
maxDepositCap() view returns (uint256)
0
name() view returns (string)
FORCE_DAI
nextImplementation() view returns (address)
0x0000000000000000000000000000000000000000
nextImplementationDelay() view returns (uint256)
43200
nextImplementationTimestamp() view returns (uint256)
0
shouldUpgrade() view returns (bool, address)
(false, 0x0000000000000000000000000000000000000000)
strategy() view returns (address)
0xfc9e685d406a1a25b8bec41503b44b6e7b9ccfa2
strategyTimeLock() view returns (uint256)
43200
strategyUpdateTime() view returns (uint256)
0
symbol() view returns (string)
xDAI
totalDeposits() view returns (uint256)
121151538155725824473009
totalSupply() view returns (uint256)
120381491192669252229301
underlying() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
underlyingBalanceInVault() view returns (uint256)
84663733656792217142
underlyingUnit() view returns (uint256)
1000000000000000000
vaultFractionToInvestDenominator() view returns (uint256)
1000
vaultFractionToInvestNumerator() view returns (uint256)
975
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canUpdateStrategy(address _strategy) view returns (bool)
underlyingBalanceWithInvestmentForHolder(address holder) view returns (uint256)
State-modifying
Events upgrade()
announceStrategyUpdate(address _strategy)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount)
depositFor(uint256 amount, address holder)
finalizeStrategyUpdate()
finalizeUpgrade()
forceUnleashed()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
initialize(address _storage)
initialize(address _underlying, uint256 _toInvestNumerator, uint256 _toInvestDenominator, uint256 _underlyingUnit, uint256 _maxDepositCap_, uint256 _implementationChangeDelay, uint256 _strategyChangeDelay)
initialize(string name, string symbol, uint8 decimals)
initializeVault(address _storage, address _underlying, uint256 _toInvestNumerator, uint256 _toInvestDenominator, uint256 _maxDepositCap)
rebalance()
scheduleUpgrade(address impl)
setMaxDepositCap(uint256 value)
setStorage(address _store)
setStrategy(address _strategy)
setVaultFractionToInvest(uint256 numerator, uint256 denominator)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 numberOfShares)
withdrawAll()
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed beneficiary, uint256 amount)
Invest(uint256 amount)
StrategyAnnounced(address newStrategy, uint256 time)
StrategyChanged(address newStrategy, address oldStrategy)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed beneficiary, uint256 amount)
constructor(address _implementation)
fallback()
This contract contains no error objects.