dForce DAI
Verified contract
Proxy
Active on
Ethereum with 1,101 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeabb…d24f
-
variable spans 1 additional slot
Balances ($321.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COMP | ERC-20 | 7.201151 | $44.66 |
$321.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21007428 | 10 days ago | | | 0 | 0.00064435446 | |
| 18803705 | 10 months ago | | | 0 | 0.00093875905 | |
| 17975427 | a year ago | | | 0 | 0.019697642 | |
| 16747963 | 2 years ago | | | 0 | 0.024426988 | |
| 16747912 | 2 years ago | | | 0 | 0.0076677261 | |
| 16730705 | 2 years ago | | | 0 | 0.021929161 | |
| 16575160 | 2 years ago | | | 0 | 0.00080823128 | |
| 15658752 | 2 years ago | | | 0 | 0.00013370348 | |
| 15573831 | 2 years ago | | | 0 | 0.0064413397 | |
| 15074486 | 2 years ago | | | 0 | 0.00049120718 |
ABI
ABI objects
Getter at block 21081123 getExchangeRate() view returns (uint256) getHandlers() view returns (address[]) getLiquidity() view returns (uint256) getTotalBalance() view returns (uint256)
dTokenImplementation() view returns (address)
0xdd23a50cf7503655283089b78c9369519de1c443
authority() view returns (address)
0xeabbf7955c668a2f404576dbb7cfe03e64c5d24f
data() view returns (uint256 exchangeRate, uint256 totalInterest)
(exchangeRate=1185110007917952450, totalInterest=243704554098371209768362)
decimals() view returns (uint8)
18
dispatcher() view returns (address)
0xd733d0e0246ab69010efc3a9220b26077ea63670
feeRecipient() view returns (address)
0x02285acaafeb533e03a7306c55ec031297df9224
name() view returns (string)
dForce DAI
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x218c473dc036e77f9ec18b857cc872362964304f
paused() view returns (bool)
false
swapModel() view returns (address)
0xfce9b6ab9a4c506d4a4c68d5c69fe44bc6b5bfb2
symbol() view returns (string)
dDAI
token() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
totalSupply() view returns (uint256)
38597726215183356728844
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address account) view returns (uint256)
balances(address) view returns (uint256 value, uint256 exchangeRate, uint256 interest)
getCurrentInterest(address _account) view returns (uint256)
getTokenBalance(address _account) view returns (uint256)
originationFee(bytes4) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address _newAdmin)
implementation() returns (address)
pendingAdmin() returns (address)
updateAdmin()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
approve(address _spender, uint256 _wad) returns (bool)
balanceOfUnderlying(address _account) returns (uint256)
currentExchangeRate() returns (uint256)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableOwnership()
getBaseData() returns (uint256, uint256, uint256, uint256, uint256)
getHandlerInfo() returns (address[], uint256[], uint256[])
getRealLiquidity() returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol, address _token, address _dispatcher)
mint(address _dst, uint256 _pie)
pause()
rebalance(address[] _withdraw, uint256[] _withdrawAmount, address[] _deposit, uint256[] _depositAmount)
redeem(address _src, uint256 _wad)
redeemUnderlying(address _src, uint256 _pie)
setAuthority(address authority_)
setFeeRecipient(address _newFeeRecipient)
setSwapModel(address _newSwapModel)
swap(address _token, uint256 _amount)
totalUnderlying() returns (uint256)
transfer(address _dst, uint256 _wad) returns (bool)
transferFee(address _token, uint256 _amount)
transferFrom(address _src, address _dst, uint256 _wad) returns (bool)
transferOwnership(address newOwner_)
unpause()
updateDispatcher(address _newDispatcher)
updateOriginationFee(bytes4 _sig, uint256 _newOriginationFee)
AdminChanged(address previousAdmin, address newAdmin)
AdminUpdated(address newAdmin)
Upgraded(address implementation)
Approval(address indexed src, address indexed guy, uint256 wad)
FeeRecipientSet(address oldFeeRecipient, address newFeeRecipient)
Interest(address indexed src, uint256 interest, uint256 increase, uint256 totalInterest)
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
Mint(address indexed account, uint256 indexed pie, uint256 wad, uint256 totalSupply, uint256 exchangeRate)
NewDispatcher(address oldDispatcher, address Dispatcher)
NewOriginationFee(bytes4 sig, uint256 oldOriginationFeeMantissa, uint256 newOriginationFeeMantissa)
NewSwapModel(address _oldSwapModel, address _newSwapModel)
OwnerUpdate(address indexed owner, address indexed newOwner)
Paused(address account)
Rebalance(address[] withdraw, uint256[] withdrawAmount, address[] supply, uint256[] supplyAmount)
Redeem(address indexed account, uint256 indexed pie, uint256 wad, uint256 totalSupply, uint256 exchangeRate)
Transfer(address indexed src, address indexed dst, uint256 wad)
TransferFee(address token, address feeRecipient, uint256 amount)
Unpaused(address account)
constructor(address _implementation)
fallback()
This contract contains no error objects.