EthReserveStabilizer
Verified contract
Active on
Ethereum with 848 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcd3c…351e
Balances ($0.00)
No balances found for "EthReserveStabilizer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13088614 | 3 years ago | | | 0 | 0.0090528892 | |
| 13085998 | 3 years ago | | | 0 | 0.0062061707 | |
| 13085926 | 3 years ago | | | 0 | 0.0041228640 | |
| 13058382 | 3 years ago | | | 0 | 0.0036465390 | |
| 13055528 | 3 years ago | | | 0 | 0.0030006604 | |
| 13050969 | 3 years ago | | | 0 | 0.0033078139 | |
| 13012735 | 3 years ago | | | 0 | 0.0041844419 | |
| 12992534 | 3 years ago | | | 0 | 0.0055933725 | |
| 12963683 | 3 years ago | | | 0 | 0.0038558960 | |
| 12959678 | 3 years ago | | | 0 | 0.0053312640 |
ABI
ABI objects
Getter at block 21326973 peg() view returns (struct DecimalD256)
BASIS_POINTS_GRANULARITY() view returns (uint256)
10000
core() view returns (address)
0x8d5ed43dca8c2f7dfb20cf7b53cc7e593635d7b9
fei() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
feiBalance() view returns (uint256)
0
oracle() view returns (address)
0xcd3c40ae1256922ba16c7872229385e20bc8351e
paused() view returns (bool)
true
tribe() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
tribeBalance() view returns (uint256)
0
usdPerFeiBasisPoints() view returns (uint256)
9500
Read-only
getAmountOut(uint256 amountFeiIn) view returns (uint256)
invert(struct DecimalD256 price) pure returns (struct DecimalD256)
State-modifying
Events exchangeFei(uint256 feiAmount) returns (uint256 amountOut)
pause()
setCore(address core)
setOracle(address _oracle)
setUsdPerFeiRate(uint256 _usdPerFeiBasisPoints)
unpause()
updateOracle() returns (bool)
withdraw(address to, uint256 amountOut)
CoreUpdate(address indexed _core)
FeiExchange(address indexed to, uint256 feiAmountIn, uint256 amountOut)
OracleUpdate(address indexed _oracle)
Paused(address account)
Unpaused(address account)
UsdPerFeiRateUpdate(uint256 basisPoints)
Withdrawal(address indexed _caller, address indexed _to, uint256 _amount)
constructor(address _core, address _oracle, uint256 _usdPerFeiBasisPoints)
receive()
This contract contains no error objects.