ETH 20 MA Crossover Yield II
Verified contract
Active on
Ethereum with 107 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x5b67…86dc
0xc644…5338
0xffbf…2691
0x67fe…d608
0x20b0…ad8a
0x10c9…0ad4
10 additional
variables
Balances ($0.00)
No balances found for "ETH 20 MA Crossover Yield II"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19917702 | 7 months ago | | | 0 | 0.00050940330 | |
| 19915800 | 7 months ago | | | 0 | 0.00042428215 | |
| 16912689 | 2 years ago | | | 0 | 0.0047536000 | |
| 14596818 | 3 years ago | | | 0 | 0.00081321934 | |
| 13208178 | 3 years ago | | | 0 | 0.0018778668 | |
| 13195847 | 3 years ago | | | 0 | 0.0042071190 | |
| 13120551 | 3 years ago | | | 0 | 0.0027889890 | |
| 12727716 | 3 years ago | | | 0 | 0.00049634550 | |
| 12442658 | 4 years ago | | | 0 | 0.0026135200 | |
| 12173087 | 4 years ago | | | 0 | 0.0039298770 |
ABI
ABI objects
Getter at block 21384264 rebalanceFee() view returns (uint256)
SCALE_FACTOR() view returns (uint256)
1000000000000000000
auctionLibrary() view returns (address)
0x0000000000000000000000000000000000000000
auctionPriceParameters() view returns (struct (uint256, uint256, uint256, uint256))
(0, 14400, 0, 0)
biddingParameters() view returns (uint256, uint256)
(0, 0)
componentWhiteList() view returns (address)
0xc6449473be76ab2a70329fa66cbe504a25005338
core() view returns (address)
0xf55186cc537e7067ea616f2aae007b4427a120c8
currentSet() view returns (address)
0x10c9acd6e7b65abaf04118198553b375dc2b0ad4
decimals() view returns (uint8)
18
entryFee() view returns (uint256)
0
factory() view returns (address)
0xa367a2513cbd5be1c75a745914521a93e011549c
feeRecipient() view returns (address)
0xf8523c551763fe4261a28313015267f163de7541
getAuctionPriceParameters() view returns (uint256[])
[0, 14400, 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[])
[0x10c9ACd6E7b65aBAf04118198553B375dC2B0Ad4]
getFailedAuctionWithdrawComponents() view returns (address[])
[]
getUnits() view returns (uint256[])
[12248]
hasBidded() view returns (bool)
false
lastRebalanceTimestamp() view returns (uint256)
1617021888
liquidator() view returns (address)
0x67fe7fa1ca4261318e1a27edac8225239820d608
liquidatorWhiteList() view returns (address)
0xffbfdcc6dc2724082272d23236b6deaf15ce2691
manager() view returns (address)
0x7ec024d0e2f7c496285ec61d0688e233159f5539
name() view returns (string)
ETH 20 MA Crossover Yield II
naturalUnit() view returns (uint256)
1000000
nextSet() view returns (address)
0x0000000000000000000000000000000000000000
proposalPeriod() view returns (uint256)
0
proposalStartTime() view returns (uint256)
0
rebalanceFailPeriod() view returns (uint256)
86400
rebalanceFeeCalculator() view returns (address)
0x20b00be8612d4039d99e7f999349586b6f05ad8a
rebalanceIndex() view returns (uint256)
38
rebalanceInterval() view returns (uint256)
172800
rebalanceStartTime() view returns (uint256)
1617020538
rebalanceState() view returns (uint8)
0
startingCurrentSetAmount() view returns (uint256)
0
symbol() view returns (string)
ETHMACOAPY
totalSupply() view returns (uint256)
16296345435854000000
unitShares() view returns (uint256)
12248
vault() view returns (address)
0x5b67871c3a857de81a1ca0f9f7945e5670d986dc
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getBidPrice(uint256 _quantity) view returns (uint256[], uint256[])
tokenIsComponent(address _tokenAddress) view returns (bool)
State-modifying
Events actualizeFee()
adjustFee(bytes _newFeeData)
approve(address spender, uint256 value) returns (bool)
burn(address _from, uint256 _quantity)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
endFailedAuction()
endFailedRebalance()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(bytes _rebalanceFeeCalldata)
mint(address _issuer, uint256 _quantity)
placeBid(uint256 _quantity) returns (address[], uint256[], uint256[])
setEntryFee(uint256 _newEntryFee)
setFeeRecipient(address _newFeeRecipient)
setLiquidator(address _newLiquidator)
setManager(address _newManager)
settleRebalance()
startRebalance(address _nextSet, bytes _liquidatorData)
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)
EntryFeePaid(address indexed feeRecipient, uint256 feeQuantity)
IncentiveFeePaid(address indexed feeRecipient, uint256 feeQuantity, uint256 feePercentage, uint256 newUnitShares)
NewEntryFee(uint256 newEntryFee, uint256 oldEntryFee)
NewFeeRecipient(address newFeeRecipient, address oldFeeRecipient)
NewLiquidatorAdded(address newLiquidator, address oldLiquidator)
NewManagerAdded(address newManager, address oldManager)
RebalanceSettled(address indexed feeRecipient, uint256 feeQuantity, uint256 feePercentage, uint256 rebalanceIndex, uint256 issueQuantity, uint256 unitShares)
RebalanceStarted(address oldSet, address newSet, uint256 rebalanceIndex, uint256 currentSetQuantity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[8] _addressConfig, uint256[6] _uintConfig, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.