ConversionRates
Verified contract
Active on
Ethereum with 16,237 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 "ConversionRates"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11411557 | 4 years ago | | | 0 | 0.0031675922 | |
| 11411544 | 4 years ago | | | 0 | 0.014228835 | |
| 11334706 | 4 years ago | | | 0 | 0.0027154570 | |
| 11334705 | 4 years ago | | | 0 | 0.0035767000 | |
| 11334699 | 4 years ago | | | 0 | 0.0026083785 | |
| 11334698 | 4 years ago | | | 0 | 0.0086150554 | |
| 11334694 | 4 years ago | | | 0 | 0.0035767000 | |
| 11334691 | 4 years ago | | | 0 | 0.0023452088 | |
| 11334688 | 4 years ago | | | 0 | 0.0023452088 | |
| 11334686 | 4 years ago | | | 0 | 0.012029138 |
ABI
ABI objects
Getter at block 21160143
admin() view returns (address)
0xafc9c709b13eb0095d3e58216bc9ca5f837fbd02
getAlerters() view returns (address[])
[0x028283A45f89a158361988a918614BbFA1dB0E27]
getListedTokens() view returns (address[])
[0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359, 0xdd974D5C2e2928deA5F71b9825b8b646686BD200, 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48, 0x514910771AF9Ca656af840dff83E8264EcF986CA, 0xE41d2489571d322189246DaFA5ebDe1F4699F498, 0x6B175474E89094C44Da98b954EedeAC495271d0F, 0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2]
getOperators() view returns (address[])
[0xD1c0553408cfeaB888C03d3B873C4C496D3a1548, 0xAFc9c709b13EB0095d3e58216bC9ca5F837FBD02]
numTokensInCurrentCompactData() view returns (uint256)
7
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
reserveContract() view returns (address)
0x69b87a139f3976912c1db7d0808a9fc7e3ca453f
validRateDurationInBlocks() view returns (uint256)
45
Read-only
getBasicRate(address token, bool buy) view returns (uint256)
getCompactData(address token) view returns (uint256, uint256, bytes1, bytes1)
getRate(address token, uint256 currentBlockNumber, bool buy, uint256 qty) view returns (uint256)
getRateUpdateBlock(address token) view returns (uint256)
getStepFunctionData(address token, uint256 command, uint256 param) view returns (int256)
getTokenBasicData(address token) view returns (bool, bool)
getTokenControlInfo(address token) view returns (uint256, uint256, uint256)
tokenImbalanceData(address, uint256) view returns (uint256)
State-modifying
Events addAlerter(address newAlerter)
addOperator(address newOperator)
addToken(address token)
claimAdmin()
disableTokenTrade(address token)
enableTokenTrade(address token)
recordImbalance(address token, int256 buyAmount, uint256 rateUpdateBlock, uint256 currentBlock)
removeAlerter(address alerter)
removeOperator(address operator)
setBaseRate(address[] tokens, uint256[] baseBuy, uint256[] baseSell, bytes14[] buy, bytes14[] sell, uint256 blockNumber, uint256[] indices)
setCompactData(bytes14[] buy, bytes14[] sell, uint256 blockNumber, uint256[] indices)
setImbalanceStepFunction(address token, int256[] xBuy, int256[] yBuy, int256[] xSell, int256[] ySell)
setQtyStepFunction(address token, int256[] xBuy, int256[] yBuy, int256[] xSell, int256[] ySell)
setReserveAddress(address reserve)
setTokenControlInfo(address token, uint256 minimalRecordResolution, uint256 maxPerBlockImbalance, uint256 maxTotalImbalance)
setValidRateDurationInBlocks(uint256 duration)
transferAdmin(address newAdmin)
transferAdminQuickly(address newAdmin)
withdrawEther(uint256 amount, address sendTo)
withdrawToken(address token, uint256 amount, address sendTo)
AdminClaimed(address newAdmin, address previousAdmin)
AlerterAdded(address newAlerter, bool isAdd)
EtherWithdraw(uint256 amount, address sendTo)
OperatorAdded(address newOperator, bool isAdd)
TokenWithdraw(address token, uint256 amount, address sendTo)
TransferAdminPending(address pendingAdmin)
constructor(address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.