wrapped DAI
Verified contract
Active on
Ethereum with 195 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($293.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
aDAI | ERC-20 | 291.6381 | $1.005 |
$293.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12900088 | 3 years ago | | | 0 | 0.032840366 | |
| 11164413 | 4 years ago | | | 0 | 0.020957830 | |
| 11163746 | 4 years ago | | | 0 | 0.016793510 | |
| 11163746 | 4 years ago | | | 0 | 0.0017745400 | |
| 11162138 | 4 years ago | | | 0 | 0.017893685 | |
| 11160428 | 4 years ago | | | 0 | 0.0013834260 | |
| 11160421 | 4 years ago | | | 0 | 0.036259785 | |
| 11159080 | 4 years ago | | | 0 | 0.019286588 | |
| 11158296 | 4 years ago | | | 0 | 0.062625952 | |
| 11153769 | 4 years ago | | | 0 | 0.0015789341 |
ABI
ABI objects
Getter at block 21383432
aaveToken() view returns (address)
0xfc1e690f61efd961294b3e1ce3313fbd8aa4f85d
decimals() view returns (uint8)
18
getAave() view returns (address)
0x398ec7346dcd622edc5ae82352f02be94c62d119
getAaveCore() view returns (address)
0x3dfd23a6c5e8bbcfc9581d2e864a68feb6a076d3
getBlockNumber() view returns (uint256)
21383432
name() view returns (string)
wrapped DAI
owner() view returns (address)
0x5c51cf0f2bbae14697c83008ac1b896308973764
poolToken() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
rewardPerToken() view returns (uint256)
34289072655458
symbol() view returns (string)
fDAI
totalSupply() view returns (uint256)
291638100000000000000
uFFYI() view returns (address)
0x021576770cb3729716ccfb687afdb4c6bf720cb6
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
exit()
getReward()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
stake(uint256 amount)
stopPool()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.