ETHConverter
Verified contract
Active on
Ethereum with 37,307 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 "ETHConverter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10358984 | 4 years ago | | | 0 | 0.0033251790 | |
| 10358914 | 4 years ago | | | 0 | 0.0033100570 | |
| 10358362 | 4 years ago | | | 0 | 0.0029518170 | |
| 10358011 | 4 years ago | | | 0 | 0.0026434630 | |
| 10357833 | 4 years ago | | | 0 | 0.0025578300 | |
| 10357725 | 4 years ago | | | 0 | 0.0024729170 | |
| 10356873 | 4 years ago | | | 0 | 0.0020462640 | |
| 10356445 | 4 years ago | | | 0 | 0.0023262980 | |
| 10356343 | 4 years ago | | | 0 | 0.0023256740 | |
| 10356327 | 4 years ago | | | 0 | 0.0022167860 |
ABI
ABI objects
Getter at block 21162660
MAX_RESOLUTION() view returns (uint256)
18446744073709551616
VERSION() view returns (string)
1.0.0
getAdminArray() view returns (address[])
[0x7A6d2F67Ec2dacB3cc14bBa44f87C98cE7bB0602, 0xa96e49a38Dcf4599895889606c53c3bA7d219693, 0xCC48a36cfC6f61f950f101B77cba019cA37365F7, 0x61E04514Afe660bEE04A4Ca13b5846aC74fe670C, 0xED104FfD9be3a6FB88aBD3dA41A65cF020d6E05F, 0xCAC5A632e612D24B4fC673022ca1826bB89E6a55]
getAdminCount() view returns (uint256)
6
getContractAddressLocator() view returns (address)
0xaabcd54faf94925adbe0df117c62961acecbacdb
getRateApprover() view returns (address)
0x0000000000000000000000000000000000000000
getTransactionLimiter() view returns (address)
0x0000000000000000000000000000000000000000
highPriceD() view returns (uint256)
100000
highPriceN() view returns (uint256)
16371447
lowPriceD() view returns (uint256)
3125
lowPriceN() view returns (uint256)
509908
owner() view returns (address)
0x6f17d0e240663b31e6ba63c14790aa366b72f9b2
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
sequenceNum() view returns (uint256)
1593410216928
Read-only
adminArray(uint256) view returns (address)
adminTable(address) view returns (bool valid, uint256 index)
fromEthAmount(uint256 _ethAmount) view returns (uint256)
toEthAmount(uint256 _sdrAmount) view returns (uint256)
toSdrAmount(uint256 _ethAmount) view returns (uint256)
State-modifying
Events accept(address _admin)
claimOwnership()
reject(address _admin)
renounceOwnership()
setPrice(uint256 _sequenceNum, uint256 _highPriceN, uint256 _highPriceD, uint256 _lowPriceN, uint256 _lowPriceD)
transferOwnership(address newOwner)
AdminAccepted(address indexed _admin)
AdminRejected(address indexed _admin)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceNotSaved(uint256 _highPriceN, uint256 _highPriceD, uint256 _lowPriceN, uint256 _lowPriceD)
PriceSaved(uint256 _highPriceN, uint256 _highPriceD, uint256 _lowPriceN, uint256 _lowPriceD)
constructor(address _contractAddressLocator)
This contract contains no fallback and receive objects.
This contract contains no error objects.