DTokenProxy
Verified contract
Proxy
Active on
Ethereum with 16 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
Balances ($50.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TUSD | ERC-20 | 50 | $0.993653 |
$49.68 | |
USDP | ERC-20 | 1 | $0.99981 |
$1 | |
0xeb26…3549 | ERC-20 | 8.8321K | -- | -- | |
TOMATOS | ERC-20 | 19.998 | -- | -- | |
CPIT | ERC-20 | 1.02 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10833097 | 4 years ago | | | 0 | 0.010494912 | |
| 10833095 | 4 years ago | | | 0 | 0.0092757420 | |
| 10632741 | 4 years ago | | | 0 | 0.0064712210 | |
| 10632741 | 4 years ago | | | 0 | 0.0036634000 | |
| 10632672 | 4 years ago | | | 0 | 0.0061417400 | |
| 10632661 | 4 years ago | | | 0 | 0.0079743400 | |
| 10581694 | 4 years ago | | | 0 | 0.0027783000 | |
| 10581680 | 4 years ago | | | 0 | 0.0019399325 | |
| 10581654 | 4 years ago | | | 0 | 0.0012447400 | |
| 10581637 | 4 years ago | | | 0 | 0.0028186950 |
ABI
ABI objects
Getter at block 21082333
dTokenImplementation() view returns (address)
0x3c573234e1a9e47e0cac56db543e1ca153eb7f8b
authority() view returns (address)
0xeabbf7955c668a2f404576dbb7cfe03e64c5d24f
dTokenController() view returns (address)
0x9b6ba9e66a2422f1d62f6f83a46a129de907967b
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x218c473dc036e77f9ec18b857cc872362964304f
paused() view returns (bool)
false
Read-only
deposit(address _underlyingToken, uint256 _amount) view returns (uint256)
getBalance(address _underlyingToken) view returns (uint256)
getLiquidity(address _underlyingToken) view returns (uint256)
getRealBalance(address _underlyingToken) view returns (uint256)
getRealLiquidity(address _underlyingToken) view returns (uint256)
tokenIsEnabled(address _underlyingToken) view returns (bool)
withdraw(address _underlyingToken, uint256 _amount) 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 _underlyingToken, uint256 amount)
disableOwnership()
disableTokens(address[] _underlyingTokens)
enableTokens(address[] _underlyingTokens)
initialize(address _dTokenController)
pause()
setAuthority(address authority_)
setDTokenController(address _newDTokenController)
transferOwnership(address newOwner_)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
AdminUpdated(address newAdmin)
Upgraded(address implementation)
DisableToken(address indexed underlyingToken)
EnableToken(address indexed underlyingToken)
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
NewdTokenAddresses(address indexed originalDToken, address indexed newDToken)
OwnerUpdate(address indexed owner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _implementation)
fallback()
This contract contains no error objects.