yearn Curve.fi cDAI/cUSDC
Verified contract
Active on
Ethereum with 910 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cDAI+cUSDC | ERC-20 | 13.28651K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20720112 | 2 months ago | | | 0 | 0.00045242280 | |
| 20718982 | 2 months ago | | | 0 | 0.00013339400 | |
| 20718982 | 2 months ago | | | 0 | 0.00013339400 | |
| 20718974 | 2 months ago | | | 0 | 0.00013713620 | |
| 20718965 | 2 months ago | | | 0 | 0.00015171677 | |
| 20718944 | 2 months ago | | | 0 | 0.00014789737 | |
| 20718935 | 2 months ago | | | 0 | 0.00013988683 | |
| 20718925 | 2 months ago | | | 0 | 0.00015943117 | |
| 20718917 | 2 months ago | | | 0 | 0.00018460042 | |
| 20718885 | 2 months ago | | | 0 | 0.00016550733 |
ABI
ABI objects
Getter at block 21208280 balance() view returns (uint256) getPricePerFullShare() view returns (uint256)
available() view returns (uint256)
0
controller() view returns (address)
0x9e65ad11b299ca0abefc2799ddb6314ef2d91080
decimals() view returns (uint8)
18
governance() view returns (address)
0xfeb4acf3df3cdea7399794d0869ef76a6efaff52
max() view returns (uint256)
10000
min() view returns (uint256)
0
name() view returns (string)
yearn Curve.fi cDAI/cUSDC
symbol() view returns (string)
yvcDAI+cUSDC
token() view returns (address)
0x845838df265dcd2c412a1dc9e959c7d08537f8a2
totalSupply() view returns (uint256)
11743280036640484869650
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositAll()
earn()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setController(address _controller)
setGovernance(address _governance)
setMin(uint256 _min)
setName(string _name)
setSymbol(string _symbol)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _token, address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.