ExchangeRateUpdater
Verified contract
Active on
Ethereum with 563 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 "ExchangeRateUpdater"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153552 | 17 hours ago | | | 0 | 0.00094965269 | |
| 21146369 | 2 days ago | | | 0 | 0.00060962414 | |
| 21139220 | 3 days ago | | | 0 | 0.0010273021 | |
| 21132061 | 4 days ago | | | 0 | 0.0010204864 | |
| 21124899 | 5 days ago | | | 0 | 0.00051405664 | |
| 21117730 | 6 days ago | | | 0 | 0.00036449402 | |
| 21110569 | 7 days ago | | | 0 | 0.00034443111 | |
| 21103403 | 8 days ago | | | 0 | 0.00034631159 | |
| 21096249 | 9 days ago | | | 0 | 0.00036157217 | |
| 21089079 | 10 days ago | | | 0 | 0.00053625839 |
ABI
ABI objects
Getter at block 21158700
owner() view returns (address)
0x099d699c07bbc8ee6eb5703746063e04b2aa62a7
tokenContract() view returns (address)
0xa2e3356610840701bdf5611a53974510ae27e2e1
Read-only
allowances(address) view returns (uint256)
allowancesLastSet(address) view returns (uint256)
callers(address) view returns (bool)
estimatedAllowance(address caller) view returns (uint256)
intervals(address) view returns (uint256)
maxAllowances(address) view returns (uint256)
State-modifying
Events configureCaller(address caller, uint256 amount, uint256 interval)
currentAllowance(address caller) returns (uint256)
initialize(address newOwner, address newTokenContract)
removeCaller(address caller)
renounceOwnership()
transferOwnership(address newOwner)
updateExchangeRate(uint256 _newExchangeRate)
AllowanceReplenished(address indexed caller, uint256 allowance, uint256 amountReplenished)
CallerConfigured(address indexed caller, uint256 amount, uint256 interval)
CallerRemoved(address indexed caller)
ExchangeRateUpdated(address indexed caller, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.