Teller Dai Stablecoin
Verified contract
Proxy
Active on
Ethereum with 126 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 44 additional slots
Balances ($477,778.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 258.528397K | $0.999916 |
$258,506.68 | |
cDAI | ERC-20 | 9.123609M | $0.024033 |
$219,271.89 | |
StableDAI.com | ERC-20 | 663 | -- | -- | |
SIMP | ERC-20 | 5.564561 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16928643 | 2 years ago | | | 0 | 0.0015876784 | |
| 16928637 | 2 years ago | | | 0 | 0.0025587598 | |
| 16928619 | 2 years ago | | | 0 | 0.0019539018 | |
| 16928573 | 2 years ago | | | 0 | 0.0021791445 | |
| 16569213 | 2 years ago | | | 0 | 0.0030050369 | |
| 16568107 | 2 years ago | | | 0 | 0.0030881299 | |
| 16566141 | 2 years ago | | | 0 | 0.0033218455 | |
| 15986699 | 2 years ago | | | 0 | 0.0025691965 | |
| 15820978 | 2 years ago | | | 0 | 0.0020610634 | |
| 15452200 | 2 years ago | | | 0 | 0.0032925479 |
ABI
ABI objects
Getter at block 21406334
decimals() view returns (uint8)
18
getStrategy() view returns (address)
0x8d517146bc63378a4999007f5b90d101b2cb3b62
name() view returns (string)
Teller Dai Stablecoin
symbol() view returns (string)
tDAI
totalSupply() view returns (uint256)
894487166212211001932504
underlying() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
balanceOfUnderlying(address account) returns (uint256)
currentTVL() returns (uint256 tvl_)
debtRatioFor(uint256 newLoanAmount) returns (uint16 ratio_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
exchangeRate() returns (uint256 rate_)
fundLoan(address recipient, uint256 amount)
getMarketState() returns (uint256 totalSupplied, uint256 totalBorrowed, uint256 totalRepaid, uint256 totalInterestRepaid, uint256 totalOnLoan)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address admin, address underlying, bool isWrappedNative)
mint(uint256 amount) payable returns (uint256)
rebalance()
redeem(uint256 amount)
redeemUnderlying(uint256 amount)
renounceRole(bytes32 role)
repayLoan(uint256 amount, uint256 interestAmount)
revokeRole(bytes32 role, address account)
setStrategy(address strategy, bytes initData)
totalUnderlyingSupply() returns (uint256)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LoanFunded(address indexed recipient, uint256 totalBorrowed)
LoanPaymentMade(address indexed sender, uint256 principlePayment, uint256 interestPayment)
Mint(address indexed sender, uint256 tTokenAmount, uint256 underlyingAmount)
Redeem(address indexed sender, uint256 tTokenAmount, uint256 underlyingAmount)
StrategySet(address strategyAddress, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.