ExchangeRateUpdater
Verified contract
Active on
Ethereum with 924 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) |
---|---|---|---|---|---|---|---|
| 21265824 | 12 hours ago | | | 0 | 0.0016992752 | |
| 21258661 | a day ago | | | 0 | 0.00060617749 | |
| 21251495 | 2 days ago | | | 0 | 0.0015800016 | |
| 21244327 | 3 days ago | | | 0 | 0.0011285362 | |
| 21237160 | 4 days ago | | | 0 | 0.0014520140 | |
| 21230002 | 5 days ago | | | 0 | 0.0011781292 | |
| 21222835 | 6 days ago | | | 0 | 0.0011323100 | |
| 21215659 | 7 days ago | | | 0 | 0.0013557062 | |
| 21208484 | 8 days ago | | | 0 | 0.00075955264 | |
| 21201313 | 9 days ago | | | 0 | 0.0011395464 |
ABI
ABI objects
Getter at block 21269381
owner() view returns (address)
0x352978614fa84d763882a9023b169d8709c477f8
tokenContract() view returns (address)
0xbe9895146f7af43049ca1c1ae358b0541ea49704
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.