Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Treasury"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11662872 | 4 years ago | | | 0 | 0.026870124 | |
| 11661807 | 4 years ago | | | 0 | 0.010915190 | |
| 11656668 | 4 years ago | | | 0 | 0.011066297 | |
| 11656354 | 4 years ago | | | 0 | 0.012761464 | |
| 11656296 | 4 years ago | | | 0 | 0.028259958 | |
| 11653945 | 4 years ago | | | 0 | 0.013058338 | |
| 11651058 | 4 years ago | | | 0 | 0.012621066 | |
| 11650829 | 4 years ago | | | 0 | 0.0083119502 | |
| 11650748 | 4 years ago | | | 0 | 0.0086042746 | |
| 11650660 | 4 years ago | | | 0 | 0.0071839756 |
ABI
ABI objects
Getter at block 21186112
accumulatedCashConversion() view returns (uint256)
260243000000000000000
accumulatedSeigniorage() view returns (uint256)
108680715173394825255711
boardroom() view returns (address)
0x4b182469337d46e6603ed7e26ba60c56930a342c
bond() view returns (address)
0xc36824905dff2eaaee7ecc09fcc63abc0af5abc5
bondOracle() view returns (address)
0xe4efd87ad34360932e5325d77a0a6e39147debfa
callable() view returns (bool)
true
cash() view returns (address)
0x3449fc1cd036255ba1eb19d65ff4ba2b8903a69a
cashConversionLimit() view returns (uint256)
8290770043503940825694458
cashPriceOne() view returns (uint256)
1000000000000000000
circulatingSupply() view returns (uint256)
54466569111817553478482598
curve() view returns (address)
0xcdbae6de88c7525369d6826ae1cdcab415120b11
fund() view returns (address)
0x7b075b3aa2f1143775101986b52e32da9d98fe22
fundAllocationRate() view returns (uint256)
2
getBondOraclePrice() view returns (uint256)
28928332554080256
getCeilingPrice() view returns (uint256)
1041285348942109192
getCurrentEpoch() view returns (uint256)
1401
getLastEpoch() view returns (uint256)
3
getNextEpoch() view returns (uint256)
4
getPeriod() view returns (uint256)
86400
getReserve() view returns (uint256)
108680715173394825255711
getSeigniorageOraclePrice() view returns (uint256)
39255822584285575
getStartTime() view returns (uint256)
1610496000
initialized() view returns (bool)
true
isOperator() view returns (bool)
false
lastBondOracleEpoch() view returns (uint256)
116
migrated() view returns (bool)
true
nextEpochPoint() view returns (uint256)
1610841600
operator() view returns (address)
0xd98bc19ffc98e9009146524c8bd835f1bc5d0e6a
owner() view returns (address)
0xd98bc19ffc98e9009146524c8bd835f1bc5d0e6a
seigniorageOracle() view returns (address)
0x6a86184349aab530a0cb3e978f3f812e3030ff44
share() view returns (address)
0xa7ed29b253d8b4e3109ce07c80fc570f81b63696
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)
renounceOwnership()
setBondOracle(address newOracle)
setCeilingCurve(address newCurve)
setFund(address newFund)
setFundAllocationRate(uint256 newRate)
setPeriod(uint256 _period)
setSeigniorageOracle(address newOracle)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
BoardroomFunded(uint256 timestamp, uint256 seigniorage)
BondOracleChanged(address indexed operator, address oldOracle, address newOracle)
BoughtBonds(address indexed from, uint256 amount)
CeilingCurveChanged(address indexed operator, address oldCurve, address newCurve)
ContributionPoolChanged(address indexed operator, address oldFund, address newFund)
ContributionPoolFunded(uint256 timestamp, uint256 seigniorage)
ContributionPoolRateChanged(address indexed operator, uint256 oldRate, 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)
SeigniorageOracleChanged(address indexed operator, address oldOracle, address newOracle)
TreasuryFunded(uint256 timestamp, uint256 seigniorage)
constructor(address _cash, address _bond, address _share, address _bondOracle, address _seigniorageOracle, address _boardroom, address _fund, address _curve, uint256 _startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.