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 |
---|---|---|---|---|---|
MIC | ERC-20 | 808.109144K | -- | -- | |
MIB | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11949620 | 4 years ago | | | 0 | 0.013963480 | |
| 11798323 | 4 years ago | | | 0 | 0.022773592 | |
| 11797587 | 4 years ago | | | 0 | 0.061792074 | |
| 11782095 | 4 years ago | | | 0 | 0.016756988 | |
| 11780455 | 4 years ago | | | 0 | 0.014949086 | |
| 11778826 | 4 years ago | | | 0 | 0.044246908 | |
| 11778821 | 4 years ago | | | 0 | 0.033707841 | |
| 11776637 | 4 years ago | | | 0 | 0.017814461 | |
| 11774108 | 4 years ago | | | 0 | 0.012939179 | |
| 11772359 | 4 years ago | | | 0 | 0.019163630 |
ABI
ABI objects
Getter at block 21258896
boardroom() view returns (address)
0xb35f89160d1dc47b6eac1986d7821505c327ae09
bond() view returns (address)
0x74fc4575a47330340e631f7e0ea550be519fcd0a
bondDepletionFloor() view returns (uint256)
1000000000000000000000
bondOracle() view returns (address)
0x16a71026549553cbba33e22ed1858e0f6b144238
cash() view returns (address)
0x368b3a58b5f49392e5c9e4c998cb0bb966752e51
cashPriceCeiling() view returns (uint256)
1010000000000000000
cashPriceOne() view returns (uint256)
1000000000000000000
fund() view returns (address)
0xdc11e3b995845a94531d45b563c053afaddc9adc
fundAllocationRate() view returns (uint256)
1
getBondOraclePrice() view returns (uint256)
407495000000000000
getCurrentEpoch() view returns (uint256)
5574
getLastEpoch() view returns (uint256)
116
getNextEpoch() view returns (uint256)
117
getPeriod() view returns (uint256)
21600
getReserve() view returns (uint256)
808109143617080340178479
getSeigniorageOraclePrice() view returns (uint256)
132456000000000000
getStartTime() view returns (uint256)
1612058400
initialized() view returns (bool)
true
isOperator() view returns (bool)
false
migrated() view returns (bool)
false
nextEpochPoint() view returns (uint256)
1614585600
operator() view returns (address)
0xc2395b979432d2c2125f357e46c4ec94baa6d35b
owner() view returns (address)
0xc2395b979432d2c2125f357e46c4ec94baa6d35b
seigniorageOracle() view returns (address)
0x9ef5fec8eebe50f3c8858037a74e96ed1e9d28e6
share() view returns (address)
0x4b4d2e899658fb59b1d518b68fe836b100ee8958
Read-only
This contract contains no read-only function objects.
State-modifying
Events allocateSeigniorage()
buyBonds(uint256 amount, uint256 targetPrice)
initialize()
migrate(address target)
redeemBonds(uint256 amount, uint256 targetPrice)
renounceOwnership()
setFund(address newFund)
setFundAllocationRate(uint256 rate)
setPeriod(uint256 _period)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
BoardroomFunded(uint256 timestamp, uint256 seigniorage)
BoughtBonds(address indexed from, uint256 amount)
ContributionPoolChanged(address indexed operator, address newFund)
ContributionPoolFunded(uint256 timestamp, uint256 seigniorage)
ContributionPoolRateChanged(address indexed operator, uint256 newRate)
Initialized(address indexed executor, uint256 at)
Migration(address indexed target)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RedeemedBonds(address indexed from, uint256 amount)
TreasuryFunded(uint256 timestamp, uint256 seigniorage)
constructor(address _cash, address _bond, address _share, address _bondOracle, address _seigniorageOracle, address _boardroom, address _fund, uint256 _startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.