ExchangeRateFeeder
Verified contract
Active on
Ethereum with 16 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 "ExchangeRateFeeder"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12646318 | 3 years ago | | | 0 | 0.0032801340 | |
| 12644654 | 3 years ago | | | 0 | 0.00038191400 | |
| 12596632 | 4 years ago | | | 0 | 0.0017662260 | |
| 12596626 | 4 years ago | | | 0 | 0.00061693800 | |
| 12595973 | 4 years ago | | | 0 | 0.0040553280 | |
| 12595970 | 4 years ago | | | 0 | 0.0055477440 | |
| 12595961 | 4 years ago | | | 0 | 0.0021776640 | |
| 12595958 | 4 years ago | | | 0 | 0.0025463320 | |
| 12595958 | 4 years ago | | | 0 | 0.0025463320 | |
| 12595958 | 4 years ago | | | 0 | 0.0025135780 |
ABI
ABI objects
Getter at block 21384440
owner() view returns (address)
0x6054be659c8dc589fceed6a5ce1ef4a7a32303e3
Read-only
exchangeRateOf(address _token, bool _simulate) view returns (uint256)
tokens(address) view returns (uint8 status, uint256 exchangeRate, uint256 period, uint256 weight, uint256 lastUpdatedAt)
State-modifying
Events addToken(address _token, uint256 _baseRate, uint256 _period, uint256 _weight)
renounceOwnership()
startUpdate(address[] _tokens)
stopUpdate(address[] _tokens)
transferOwnership(address newOwner)
update(address _token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RateUpdated(address indexed _operator, address indexed _token, uint256 _before, uint256 _after, uint256 _updateCount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.