dynamicTreasury
Verified contract
Active on
Ethereum with 190 txns
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 "dynamicTreasury"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11664307 | 4 years ago | | | 0 | 0.0019096660 | |
| 11664305 | 4 years ago | | | 0 | 0.010299674 | |
| 11664302 | 4 years ago | | | 0 | 0.010299674 | |
| 11664296 | 4 years ago | | | 0 | 0.010299674 | |
| 11664293 | 4 years ago | | | 0 | 0.010299674 | |
| 11664290 | 4 years ago | | | 0 | 0.010299674 | |
| 11664287 | 4 years ago | | | 0 | 0.0019096660 | |
| 11664286 | 4 years ago | | | 0 | 0.010299674 | |
| 11664281 | 4 years ago | | | 0 | 0.010299674 | |
| 11664278 | 4 years ago | | | 0 | 0.010299674 |
ABI
ABI objects
Getter at block 21166883
boardroom() view returns (address)
0x175b1a116028508ac3a4e4b62722b845c3bd1ab3
bond() view returns (address)
0xc03a5f41a22e970686f980e6669c6a882e20c262
bondDepletionFloor() view returns (uint256)
1000000000000000000000
bondOracle() view returns (address)
0xa709a321b7684a4dbb9b0023f2e50bc37a258f02
cash() view returns (address)
0xfa9c3dc54baa9eefbe9453b1f3b3b93ad2af0a77
cashPriceCeiling() view returns (uint256)
1020000000000000000
cashPriceOne() view returns (uint256)
1000000000000000000
fund() view returns (address)
0xb57de625ec3c460b227cf8e7b3dcebe6c99aefa6
fundAllocationRate() view returns (uint256)
3
getBondOraclePrice() view returns (uint256)
714852398872903494
getCurrentEpoch() view returns (uint256)
49
getPeriod() view returns (uint256)
21600
getReserve() view returns (uint256)
0
getSeigniorageOraclePrice() view returns (uint256)
714852398872903494
getStartTime() view returns (uint256)
1609711200
initialized() view returns (bool)
true
isOperator() view returns (bool)
false
maxInflationRate() view returns (uint256)
10
migrated() view returns (bool)
false
nextEpochPoint() view returns (uint256)
1610769600
operator() view returns (address)
0x2c0de78b0939031d6a832a65db33f92f26abe316
owner() view returns (address)
0x2c0de78b0939031d6a832a65db33f92f26abe316
seigniorageOracle() view returns (address)
0x3a9a1cec3546b4fb810756cd3ad072a3d6345a8a
share() view returns (address)
0x55696efc7c9779d868ac34ac6b4a4c5fed61ac12
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()
rescueToken(address _token)
setFund(address newFund)
setFundAllocationRate(uint256 rate)
setPeriod(uint256 _period)
setStarttime(uint256 _starttime)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
updateAddresses(address _cash, address _bond, address _share, address _bondOracle, address _seigniorageOracle, address _boardroom, address _fund)
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, uint256 _epochTime)
receive()
This contract contains no error objects.