ConversionRates
Verified contract
Active on
Ethereum with 241 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) |
---|---|---|---|---|---|---|---|
| 7403986 | 6 years ago | | | 0 | 0.000091764000 | |
| 7348462 | 6 years ago | | | 0 | 0.00032511500 | |
| 6902573 | 6 years ago | | | 0 | 0.00036782400 | |
| 6902290 | 6 years ago | | | 0 | 0.00061304000 | |
| 6902096 | 6 years ago | | | 0 | 0.00061048000 | |
| 6901356 | 6 years ago | | | 0 | 0.00061304000 | |
| 6901125 | 6 years ago | | | 0 | 0.00061304000 | |
| 6900879 | 6 years ago | | | 0 | 0.00061304000 | |
| 6900675 | 6 years ago | | | 0 | 0.00061304000 | |
| 6900410 | 6 years ago | | | 0 | 0.00030524000 |
ABI
ABI objects
Getter at block 21208584
admin() view returns (address)
0x3e4beddebe153895a9282adae1d7055cd475dbad
getAlerters() view returns (address[])
[0xc8ac660DB1d94a2CF48630DB51Fb25e6B965566b]
getListedTokens() view returns (address[])
[0xdd974D5C2e2928deA5F71b9825b8b646686BD200, 0xfeDAE5642668f8636A11987Ff386bfd215F942EE, 0xD49ff13661451313cA1553fd6954BD1d9b6E02b9, 0x8b353021189375591723E7384262F45709A3C3dC, 0xE5ac90568C1297479b1D1A0599e8741c52287418, 0x00E150D741Eda1d49d341189CAE4c08a73a49C95]
getOperators() view returns (address[])
[0xc8ac660DB1d94a2CF48630DB51Fb25e6B965566b]
numTokensInCurrentCompactData() view returns (uint256)
6
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
reserveContract() view returns (address)
0xf8e49cf10bd4c6db582582b4db23ba7ff8b63919
validRateDurationInBlocks() view returns (uint256)
1500
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.