Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MONC | ERC-20 | 0.000673 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11676680 | 4 years ago | | | 0 | 0.010586340 | |
| 11656866 | 4 years ago | | | 0 | 0.0029005200 | |
| 11652318 | 4 years ago | | | 0 | 0.012177090 | |
| 11652306 | 4 years ago | | | 0 | 0.012177090 | |
| 11650761 | 4 years ago | | | 0 | 0.011361834 | |
| 11650753 | 4 years ago | | | 0 | 0.0089298660 | |
| 11650749 | 4 years ago | | | 0 | 0.0082880160 | |
| 11650737 | 4 years ago | | | 0 | 0.0086966220 | |
| 11650722 | 4 years ago | | | 0 | 0.032522820 | |
| 11650700 | 4 years ago | | | 0 | 0.0072980160 |
ABI
ABI objects
Getter at block 21128283
bond() view returns (address)
0x5c25b7b1eb0bad2ddfefbe7679bebf690c51ef46
bondPriceOnONC() view returns (uint256)
940000000000000000
bondPriceOnONCDelta() view returns (uint256)
20000000000000000
bondRewardPool() view returns (address)
0x1696211bb3aedd4bbab5eb474908433bebef2579
cash() view returns (address)
0x4bc6a931055d1185ded83d866f5d7560ca659d0d
cashPriceBondReward() view returns (uint256)
950000000000000000
cashPriceCeiling() view returns (uint256)
1020000000000000000
cashPriceFloor() view returns (uint256)
980000000000000000
cashPriceOne() view returns (uint256)
1000000000000000000
debtAddRate() view returns (uint256)
2
fund() view returns (address)
0x03b8d23ddb7aed0e77775ee502a12897bf2212a5
fundAllocationRate() view returns (uint256)
2
getCurrentEpoch() view returns (uint256)
9
getDebt() view returns (uint256)
71786056372938775509
getOraclePrice() view returns (uint256)
860000000000000000
getPeriod() view returns (uint256)
28800
getReserve() view returns (uint256)
673469387755101
getStartTime() view returns (uint256)
1610092800
initialized() view returns (bool)
false
isOperator() view returns (bool)
false
legacyTreasury() view returns (address)
0x0000000000000000000000000000000000000000
lpBoardroom() view returns (address)
0xf407d24f75eb48e69f99a7b18b45bede65959687
maxDebtRate() view returns (uint256)
20
maxInflationRate() view returns (uint256)
10
migrated() view returns (bool)
false
minBondPriceOnONC() view returns (uint256)
500000000000000000
nextEpochPoint() view returns (uint256)
1610352000
operator() view returns (address)
0xb83e9deef17a4498d0e272134ebe4feda20fb029
oracle() view returns (address)
0x8ebc3872d3419b84680be55b4019418313dcee65
owner() view returns (address)
0xb83e9deef17a4498d0e272134ebe4feda20fb029
share() view returns (address)
0xee4e2032812e96ea006772068f611b9d50f1ea07
shareBoardroom() view returns (address)
0x56f507dd10c4e202665676acf5d22b0d82c90e83
Read-only
This contract contains no read-only function objects.
State-modifying
Events allocateSeigniorage()
buyBonds(uint256 amount)
initialize(uint256 _accumulatedSeigniorage, uint256 _accumulatedDebt, uint256 _bondPriceOnONC)
migrate(address target)
redeemBonds(uint256 amount)
renounceOwnership()
setDebtAddRate(uint256 rate)
setFund(address newFund)
setFundAllocationRate(uint256 rate)
setLegacyTreasury(address _legacyTreasury)
setMaxDebtRate(uint256 rate)
setMaxInflationRate(uint256 rate)
setPeriod(uint256 _period)
setStarttime(uint256 _starttime)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
BoardroomFunded(uint256 timestamp, uint256 seigniorage)
BondReward(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)
DebtAddRateChanged(address indexed operator, uint256 newRate)
Initialized(address indexed executor, uint256 at)
MaxDebtRateChanged(address indexed operator, uint256 newRate)
MaxInflationRateChanged(address indexed operator, uint256 newRate)
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 _oracle, address _shareBoardroom, address _lpBoardroom, address _bondRewardPool, address _fund, uint256 _startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.