SimpleExchange
Verified contract
Active on
Ethereum with 16,408 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0b7d…8951
0x6164…87d8
Balances ($16,529.85)
Native
Value
$16,529.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.477547 | $3,691.72 |
$16,529.85 | |
FOR | ERC-20 | 1 | $0.002394 |
$0 | |
| ERC-20 | 1M | -- | -- | |
EUR-T | ERC-20 | 50 | -- | -- | |
EBK | ERC-20 | 4.534381 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14799369 | 3 years ago | | | 0 | 0.0044831644 | |
| 14609709 | 3 years ago | | | 0 | 0.0044831644 | |
| 14417381 | 3 years ago | | | 0 | 0.0021396921 | |
| 14224165 | 3 years ago | | | 0 | 0.0088657959 | |
| 13989455 | 3 years ago | | | 0 | 0.010700098 | |
| 13795509 | 3 years ago | | | 0 | 0.0046876622 | |
| 13606401 | 3 years ago | | | 0 | 0.011513581 | |
| 13415038 | 3 years ago | | | 0 | 0.0075410218 | |
| 13222500 | 3 years ago | | | 0 | 0.0045857565 | |
| 13041453 | 3 years ago | | | 0 | 0.0035666995 |
ABI
ABI objects
Getter at block 21305586
accessPolicy() view returns (address)
0xae38c27e646959735ec70d77ed4ecc03a3eff490
contractId() pure returns (bytes32 id, uint256 version)
(id=0x434a1a753d1d39381c462f37c155e520ae6f86ad79289abca9cde354a0cebd68, version=0)
Read-only
getExchangeRate(address numeratorToken, address denominatorToken) view returns (uint256 rateFraction, uint256 timestamp)
getExchangeRates(address[] numeratorTokens, address[] denominatorTokens) view returns (uint256[] rateFractions, uint256[] timestamps)
State-modifying
Events gasExchange(address gasRecipient, uint256 amountEurUlps, uint256 exchangeFeeFraction)
gasExchangeMultiple(address[] gasRecipients, uint256[] amountsEurUlps, uint256 exchangeFeeFraction)
reclaim(address token)
setAccessPolicy(address newPolicy, address newAccessController)
setExchangeRate(address numeratorToken, address denominatorToken, uint256 rateFraction)
setExchangeRates(address[] numeratorTokens, address[] denominatorTokens, uint256[] rateFractions)
LogAccessPolicyChanged(address controller, address oldPolicy, address newPolicy)
LogGasExchange(address indexed gasRecipient, uint256 amountEurUlps, uint256 exchangeFeeFrac, uint256 amountWei, uint256 rate)
LogReceivedEther(address sender, uint256 amount, uint256 balance)
LogSetExchangeRate(address indexed numeratorToken, address indexed denominatorToken, uint256 rate)
constructor(address accessPolicy, address euroToken, address etherToken)
fallback()
This contract contains no error objects.