ETH 26 EMA Crossover Set
Verified contract
Proxy
Active on
Ethereum with 158 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) |
---|---|---|---|---|---|---|---|
| 16387270 | 2 years ago | | | 0 | 0.0014199779 | |
| 16308402 | 2 years ago | | | 0 | 0.00066198655 | |
| 13883093 | 3 years ago | | | 0 | 0.0032158914 | |
| 12528399 | 3 years ago | | | 0 | 0.0010167995 | |
| 12189817 | 4 years ago | | | 0 | 0.0026252930 | |
| 12189811 | 4 years ago | | | 0 | 0.0045644930 | |
| 12135549 | 4 years ago | | | 0 | 0.030764592 | |
| 12134849 | 4 years ago | | | 0 | 0.063182448 | |
| 12093121 | 4 years ago | | | 0 | 0.021719392 | |
| 12092513 | 4 years ago | | | 0 | 0.063135977 |
ABI
ABI objects
Getter at block 21288730
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)
0x00dec796bc11e6fb8b5da13662cbd06720603257
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[])
[0x00dec796bC11E6Fb8B5DA13662cBd06720603257]
getFailedAuctionWithdrawComponents() view returns (address[])
[]
getUnits() view returns (uint256[])
[645681]
lastRebalanceTimestamp() view returns (uint256)
1617039504
manager() view returns (address)
0x1bc4f6d3c4d08f47e88c346e2b577d80341f18a6
name() view returns (string)
ETH 26 EMA Crossover Set
naturalUnit() view returns (uint256)
1000000
nextSet() view returns (address)
0x0000000000000000000000000000000000000000
proposalPeriod() view returns (uint256)
0
proposalStartTime() view returns (uint256)
1617030033
rebalanceInterval() view returns (uint256)
345600
rebalanceState() view returns (uint8)
0
startingCurrentSetAmount() view returns (uint256)
0
symbol() view returns (string)
ETH26EMACO
totalSupply() view returns (uint256)
31525195777894000000
unitShares() view returns (uint256)
645681
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.