StakeDAO ETH Covered Call Strategy
Verified contract
Active on
Ethereum with 2,019 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc542…4567
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sdeCRV | ERC-20 | 163.375033 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20606129 | 3 months ago | | | 0 | 0.000045734271 | |
| 20515801 | 3 months ago | | | 0 | 0.000076251946 | |
| 20349224 | 4 months ago | | | 0 | 0.000073122000 | |
| 20304094 | 4 months ago | | | 0 | 0.000049994252 | |
| 20109420 | 5 months ago | | | 0 | 0.0018770616 | |
| 19872171 | 6 months ago | | | 0 | 0.0027317265 | |
| 19858529 | 6 months ago | | | 0 | 0.0038230570 | |
| 19858516 | 6 months ago | | | 0 | 0.00016538686 | |
| 19837066 | 6 months ago | | | 0 | 0.0023777283 | |
| 19792072 | 6 months ago | | | 0 | 0.00018768202 |
ABI
ABI objects
Getter at block 21160849 totalETHControlled() view returns (uint256)
BASE() view returns (uint256)
10000
cap() view returns (uint256)
15000000000000000000000
curvePool() view returns (address)
0xc5424b857f758e906013f3555dad202e4bdb4567
decimals() view returns (uint8)
18
feeRecipient() view returns (address)
0xb36a0671b3d49587236d7833b01e79798175875f
name() view returns (string)
StakeDAO ETH Covered Call Strategy
owner() view returns (address)
0x02e4de712d99f4b1b1e12aa3675d8b0a582caa5d
sdecrvAddress() view returns (address)
0xa2761b0539374eb7af2155f76eb09864af075250
state() view returns (uint8)
2
stateBeforePause() view returns (uint8)
0
symbol() view returns (string)
sdETHCoveredCall
totalStakedaoAsset() view returns (uint256)
163375032791229043779
totalSupply() view returns (uint256)
137461563393170350861
withdrawReserve() view returns (uint256)
0
withdrawalFeePercentage() view returns (uint256)
0
Read-only
actions(uint256) view returns (address)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getSharesByDepositAmount(uint256 _amount) view returns (uint256)
getWithdrawAmountByShares(uint256 _shares) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
closePositions()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
depositETH(uint256 minEcrv) payable
emergencyPause()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
resumeFromPause()
rollOver(uint256[] _allocationPercentages)
setActions(address[] _actions)
setCap(uint256 _newCap)
setWithdrawReserve(uint256 _reserve)
setWithdrawalFeePercentage(uint256 _newWithdrawalFeePercentage)
setWithdrawalFeeRecipient(address _newWithdrawalFeeRecipient)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH(uint256 _share, uint256 minEth)
Approval(address indexed owner, address indexed spender, uint256 value)
CapUpdated(uint256 newCap)
Deposit(address account, uint256 amountDeposited, uint256 shareMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rollover(uint256[] allocations)
StateUpdated(uint8 state)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address account, uint256 amountWithdrawn, uint256 fee, uint256 shareBurned)
constructor(address _sdecrvAddress, address _curvePool, address _feeRecipient, string _tokenName, string _tokenSymbol)
receive()
This contract contains no error objects.