dForce Token
Verified contract
Implementation
Active on
Ethereum
Storage
Map
Table
Raw
Constants and immutables
10
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
0x6f43…e179
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0x630a…5f84
0x8b53…d113
2 additional
variables
Balances ($0.00)
No balances found for "dForce Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12950442 | 3 years ago | | | 0 | 0.020965260 |
ABI
ABI objects
Getter at block 21328924
DOMAIN_SEPARATOR() view returns (bytes32)
0x4a026d65bddff1420dd4d5b774859ad6672040f7e2084626bc8d7db4ac6dbe36
PERMIT_TYPEHASH() view returns (bytes32)
0x576144ed657c8304561e56ca632e17751956250114636e8c01f64a7f2c6d98cf
accrualBlockNumber() view returns (uint256)
12950442
borrowIndex() view returns (uint256)
1000000000000000000
borrowRatePerBlock() view returns (uint256)
0
controller() view returns (address)
0x8b53ab2c0df3230ea327017c91eb909f815ad113
decimals() view returns (uint8)
6
exchangeRateStored() view returns (uint256)
1000000000000000000
flashloanFeeRatio() view returns (uint256)
800000000000000
getCash() view returns (uint256)
0
interestRateModel() view returns (address)
0x630a71ee05881a880def3b51e917169288d05f84
isSupported() view returns (bool)
true
isiToken() pure returns (bool)
true
name() view returns (string)
dForce Token
owner() view returns (address)
0x6f43161e3a56501ea14b2901132a4d9f0945e179
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
protocolFeeRatio() view returns (uint256)
250000000000000000
reserveRatio() view returns (uint256)
0
supplyRatePerBlock() view returns (uint256)
0
symbol() view returns (string)
iToken
totalBorrows() view returns (uint256)
0
totalReserves() view returns (uint256)
0
totalSupply() view returns (uint256)
0
underlying() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
borrowBalanceStored(address _account) view returns (uint256)
borrowSnapshot(address _account) view returns (uint256, uint256)
nonces(address) view returns (uint256)
State-modifying
Events _acceptOwner()
_setController(address _newController)
_setInterestRateModel(address _newInterestRateModel)
_setNewFlashloanFeeRatio(uint256 _newFlashloanFeeRatio)
_setNewProtocolFeeRatio(uint256 _newProtocolFeeRatio)
_setNewReserveRatio(uint256 _newReserveRatio)
_setPendingOwner(address newPendingOwner)
_withdrawReserves(uint256 _withdrawAmount)
approve(address spender, uint256 amount) returns (bool)
balanceOfUnderlying(address _account) returns (uint256)
borrow(uint256 _borrowAmount)
borrowBalanceCurrent(address _account) returns (uint256)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
exchangeRateCurrent() returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _underlyingToken, string _name, string _symbol, address _controller, address _interestRateModel)
liquidateBorrow(address _borrower, uint256 _repayAmount, address _assetCollateral)
mint(address _recipient, uint256 _mintAmount)
permit(address _owner, address _spender, uint256 _value, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
redeem(address _from, uint256 _redeemiToken)
redeemUnderlying(address _from, uint256 _redeemUnderlying)
repayBorrow(uint256 _repayAmount)
repayBorrowBehalf(address _borrower, uint256 _repayAmount)
seize(address _liquidator, address _borrower, uint256 _seizeTokens)
totalBorrowsCurrent() returns (uint256)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
updateInterest() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Borrow(address borrower, uint256 borrowAmount, uint256 accountBorrows, uint256 accountInterestIndex, uint256 totalBorrows)
Flashloan(address loaner, uint256 loanAmount, uint256 flashloanFee, uint256 protocolFee, uint256 timestamp)
LiquidateBorrow(address liquidator, address borrower, uint256 repayAmount, address iTokenCollateral, uint256 seizeTokens)
Mint(address sender, address recipient, uint256 mintAmount, uint256 mintTokens)
NewController(address oldController, address newController)
NewFlashloanFee(uint256 oldFlashloanFeeRatio, uint256 newFlashloanFeeRatio, uint256 oldProtocolFeeRatio, uint256 newProtocolFeeRatio)
NewFlashloanFeeRatio(uint256 oldFlashloanFeeRatio, uint256 newFlashloanFeeRatio)
NewInterestRateModel(address oldInterestRateModel, address newInterestRateModel)
NewOwner(address indexed previousOwner, address indexed newOwner)
NewPendingOwner(address indexed oldPendingOwner, address indexed newPendingOwner)
NewProtocolFeeRatio(uint256 oldProtocolFeeRatio, uint256 newProtocolFeeRatio)
NewReserveRatio(uint256 oldReserveRatio, uint256 newReserveRatio)
Redeem(address from, address recipient, uint256 redeemiTokenAmount, uint256 redeemUnderlyingAmount)
RepayBorrow(address payer, address borrower, uint256 repayAmount, uint256 accountBorrows, uint256 accountInterestIndex, uint256 totalBorrows)
ReservesWithdrawn(address admin, uint256 amount, uint256 newTotalReserves, uint256 oldTotalReserves)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateInterest(uint256 currentBlockNumber, uint256 interestAccumulated, uint256 borrowIndex, uint256 cash, uint256 totalBorrows, uint256 totalReserves)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.