ETH 26 EMA Crossover Yield
Verified contract
Proxy
Active on
Ethereum with 184 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
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13532778 | 3 years ago | | | 0 | 0.0072045098 | |
| 12305762 | 4 years ago | | | 0 | 0.0016816500 | |
| 12134902 | 4 years ago | | | 0 | 0.024941610 | |
| 12134736 | 4 years ago | | | 0 | 0.082867975 | |
| 12104584 | 4 years ago | | | 0 | 0.028622761 | |
| 12104388 | 4 years ago | | | 0 | 0.10879779 | |
| 12006994 | 4 years ago | | | 0 | 0.019346612 | |
| 12006811 | 4 years ago | | | 0 | 0.065794114 | |
| 11980371 | 4 years ago | | | 0 | 0.017481993 | |
| 11980218 | 4 years ago | | | 0 | 0.064962026 |
ABI
ABI objects
Getter at block 21216155
auctionLibrary() view returns (address)
0x0000000000000000000000000000000000000000
auctionPriceParameters() view returns (uint256 auctionStartTime, uint256 auctionTimeToPivot, uint256 auctionStartPrice, uint256 auctionPivotPrice)
(auctionStartTime=0, auctionTimeToPivot=0, auctionStartPrice=0, auctionPivotPrice=0)
biddingParameters() view returns (uint256 minimumBid, uint256 remainingCurrentSets)
(minimumBid=0, remainingCurrentSets=0)
componentWhiteListAddress() view returns (address)
0xc6449473be76ab2a70329fa66cbe504a25005338
core() view returns (address)
0xf55186cc537e7067ea616f2aae007b4427a120c8
currentSet() view returns (address)
0xd5447466a7394a22f39cafa56017204124aa1bfb
decimals() view returns (uint8)
18
factory() view returns (address)
0x15518cdd49d83471e9f85cdcfbd72c8e2a78dde2
getAuctionPriceParameters() view returns (uint256[])
[0, 0, 0, 0]
getBiddingParameters() view returns (uint256[])
[0, 0]
getCombinedCurrentUnits() view returns (uint256[])
[]
getCombinedNextSetUnits() view returns (uint256[])
[]
getCombinedTokenArray() view returns (address[])
[]
getCombinedTokenArrayLength() view returns (uint256)
0
getComponents() view returns (address[])
[0xD5447466a7394A22F39cAFA56017204124Aa1Bfb]
getFailedAuctionWithdrawComponents() view returns (address[])
[]
getUnits() view returns (uint256[])
[5211]
lastRebalanceTimestamp() view returns (uint256)
1617030955
manager() view returns (address)
0x94de65bb1d0f095576cc01cf90efe6cdc53c7ef7
name() view returns (string)
ETH 26 EMA Crossover Yield
naturalUnit() view returns (uint256)
1000000
nextSet() view returns (address)
0x0000000000000000000000000000000000000000
proposalPeriod() view returns (uint256)
0
proposalStartTime() view returns (uint256)
1617028660
rebalanceInterval() view returns (uint256)
172800
rebalanceState() view returns (uint8)
0
startingCurrentSetAmount() view returns (uint256)
0
symbol() view returns (string)
ETHEMAAPY
totalSupply() view returns (uint256)
11265813452264000000
unitShares() view returns (uint256)
5211
vault() view returns (address)
0x5b67871c3a857de81a1ca0f9f7945e5670d986dc
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
failedAuctionWithdrawComponents(uint256) view returns (address)
getBidPrice(uint256 _quantity) view returns (uint256[], uint256[])
tokenIsComponent(address _tokenAddress) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address _from, uint256 _quantity)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
endFailedAuction()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _issuer, uint256 _quantity)
placeBid(uint256 _quantity) returns (address[], uint256[], uint256[])
propose(address _nextSet, address _auctionLibrary, uint256 _auctionTimeToPivot, uint256 _auctionStartPrice, uint256 _auctionPivotPrice)
setManager(address _newManager)
settleRebalance()
startRebalance()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
NewManagerAdded(address newManager, address oldManager)
RebalanceProposed(address nextSet, address indexed auctionLibrary, uint256 indexed proposalPeriodEndTime)
RebalanceStarted(address oldSet, address newSet)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _factory, address _manager, address _initialSet, uint256 _initialUnitShares, uint256 _naturalUnit, uint256 _proposalPeriod, uint256 _rebalanceInterval, address _componentWhiteList, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.