EthReserveStabilizer
Verified contract
Active on
Ethereum with 116 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) |
---|---|---|---|---|---|---|---|
| 13978809 | 3 years ago | | | 0 | 0.033871945 | |
| 13957312 | 3 years ago | | | 0 | 0.0098192637 | |
| 13951135 | 3 years ago | | | 0 | 0.012750040 | |
| 13910780 | 3 years ago | | | 0 | 0.010526229 | |
| 13909162 | 3 years ago | | | 0 | 0.0093246790 | |
| 13885878 | 3 years ago | | | 0 | 0.0051073684 | |
| 13876677 | 3 years ago | | | 0 | 0.010349369 | |
| 13831839 | 3 years ago | | | 0 | 0.0063316422 | |
| 13821814 | 3 years ago | | | 0 | 0.0048015301 | |
| 13805098 | 3 years ago | | | 0 | 0.0049054555 |
ABI
ABI objects
Getter at block 21256550 readOracle() view returns (struct DecimalD256)
BASIS_POINTS_GRANULARITY() view returns (uint256)
10000
CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x899bd46557473cb80307a9dabc297131ced39608330a2d29b2d52b660c03923e
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
backupOracle() view returns (address)
0x0000000000000000000000000000000000000000
balance() view returns (uint256)
0
core() view returns (address)
0x8d5ed43dca8c2f7dfb20cf7b53cc7e593635d7b9
decimalsNormalizer() view returns (int256)
0
doInvert() view returns (bool)
true
fei() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
feiBalance() view returns (uint256)
0
oracle() view returns (address)
0xcd3c40ae1256922ba16c7872229385e20bc8351e
paused() view returns (bool)
true
token() view returns (address)
0x0000000000000000000000000000000000000000
tribe() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
tribeBalance() view returns (uint256)
0
usdPerFeiBasisPoints() view returns (uint256)
9925
Read-only
getAmountOut(uint256 amountFeiIn) view returns (uint256)
invert(struct DecimalD256 price) pure returns (struct DecimalD256)
isContractAdmin(address _admin) view returns (bool)
State-modifying
Events deposit()
exchangeFei(uint256 feiAmount) returns (uint256 amountOut)
pause()
setBackupOracle(address newBackupOracle)
setContractAdminRole(bytes32 newContractAdminRole)
setCore(address newCore)
setDecimalsNormalizer(int256 newDecimalsNormalizer)
setDoInvert(bool newDoInvert)
setOracle(address newOracle)
setUsdPerFeiRate(uint256 newUsdPerFeiBasisPoints)
unpause()
updateOracle()
withdraw(address to, uint256 amountOut)
withdrawERC20(address token, address to, uint256 amount)
withdrawETH(address to, uint256 amountOut)
BackupOracleUpdate(address indexed oldBackupOracle, address indexed newBackupOracle)
ContractAdminRoleUpdate(bytes32 indexed oldContractAdminRole, bytes32 indexed newContractAdminRole)
CoreUpdate(address indexed oldCore, address indexed newCore)
DecimalsNormalizerUpdate(int256 oldDecimalsNormalizer, int256 newDecimalsNormalizer)
Deposit(address indexed _from, uint256 _amount)
FeiExchange(address indexed to, uint256 feiAmountIn, uint256 amountOut)
InvertUpdate(bool oldDoInvert, bool newDoInvert)
OracleUpdate(address indexed oldOracle, address indexed newOracle)
Paused(address account)
Unpaused(address account)
UsdPerFeiRateUpdate(uint256 oldUsdPerFeiBasisPoints, uint256 newUsdPerFeiBasisPoints)
WithdrawERC20(address indexed _caller, address indexed _token, address indexed _to, uint256 _amount)
WithdrawETH(address indexed _caller, address indexed _to, uint256 _amount)
Withdrawal(address indexed _caller, address indexed _to, uint256 _amount)
constructor(address _core, address _oracle, address _backupOracle, uint256 _usdPerFeiBasisPoints, address _WETH)
receive()
This contract contains no error objects.