ReOrdersController
Verified contract
Active on
Base with 609 txns
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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000978 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21351415 | 2 months ago | | | 0 | 3.9263429e-7 | |
| 21329666 | 2 months ago | | | 0 | 3.8993377e-7 | |
| 21307915 | 2 months ago | | | 0 | 3.7399660e-7 | |
| 21286165 | 2 months ago | | | 0 | 0.0000016857799 | |
| 21264415 | 2 months ago | | | 0 | 0.000000709851186345 | |
| 21242665 | 2 months ago | | | 0 | 4.6517901e-7 | |
| 21220915 | 2 months ago | | | 0 | 0.000000403333732021 | |
| 21199165 | 2 months ago | | | 0 | 7.1337471e-7 | |
| 21177415 | 2 months ago | | | 0 | 0.000000401369975108 | |
| 21155667 | 2 months ago | | | 0 | 0.0000019451717 |
ABI
ABI objects
Getter at block 23606245
PEG_PRICE() view returns (int256)
1000000000000000000
PRECISION_CONV() view returns (int256)
1000000000000
PRICE_PRECISION() view returns (int256)
1000000000000000000
baseToken() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
duration() view returns (uint256)
43200
lastFund0() view returns (int256)
499726348000000000000
lastFund1() view returns (int256)
499726348
lastReordersTime() view returns (uint256)
1729492177
mamm() view returns (address)
0x159089d1b385572fdc2a42bf7664309f6eef5edc
mmf() view returns (address)
0x5390dbf4958f21bb317c72744c110977f4c03311
mmfRewardsAllocation() view returns (uint256)
200000000000000000
owner() view returns (address)
0xa66df37dfc732187d3427ab84e139b20a31c9208
paused() view returns (bool)
false
priceDelta() view returns (int256)
50000000000000000
protocolFeeAllocation() view returns (uint256)
400000000000000000
protocolFeeVault() view returns (address)
0xa675fc173e2c6aedd7cd5b8e8982d906abc75a1f
rainyDayFundAllocation() view returns (uint256)
400000000000000000
rainyDayFundVault() view returns (address)
0x5779d1650c7b587ef8671383a5761041ae7a8850
tiusdToken() view returns (address)
0x82fdaf19c7560be8f29d4bb3a1f7e1620db27238
Read-only
This contract contains no read-only function objects.
State-modifying
Events pause()
renounceOwnership()
reorders()
setNewAllocation(uint256 _mmfRewardsAllocation, uint256 _rainyDayFundAllocation, uint256 _protocolFeeAllocation, address _rainyDayFundVault, address _protocolFeeVault)
setNewDuration(uint256 _duration)
setNewPriceDelta(int256 _priceDelta)
sync()
transferOwnership(address newOwner)
unpause()
NewAllocation(uint256 mmfRewardsAllocation, uint256 rainyDayFundsAllocation, uint256 protocolFeesAllocation, address rainyDayFundVault, address protocolFeeVault)
NewDuration(uint256 oldDuration, uint256 newDuration)
NewPriceDelta(int256 oldPriceDelta, int256 newPriceDelta)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ReOrders(uint8 reordersCondition, uint256 pavAmount, uint256 lastReordersTime)
Unpaused(address account)
constructor(address _tiusdToken, address _baseToken, address _mamm, address _mmf, address _rainyDayFundVault, address _protocolFeeVault)
This contract contains no fallback and receive objects.
This contract contains no error objects.