ConversionRates
Verified contract
Active on
Ethereum with 1,806 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) |
---|---|---|---|---|---|---|---|
| 7763840 | 5 years ago | | | 0 | 0.00040014000 | |
| 7763817 | 5 years ago | | | 0 | 0.00040014000 | |
| 7763785 | 5 years ago | | | 0 | 0.00040014000 | |
| 7763738 | 5 years ago | | | 0 | 0.00040014000 | |
| 7763704 | 5 years ago | | | 0 | 0.00040014000 | |
| 7763683 | 5 years ago | | | 0 | 0.00040014000 | |
| 7763651 | 5 years ago | | | 0 | 0.00039706200 | |
| 7763613 | 5 years ago | | | 0 | 0.00039706200 | |
| 7763570 | 5 years ago | | | 0 | 0.00036936000 | |
| 7763540 | 5 years ago | | | 0 | 0.00036936000 |
ABI
ABI objects
Getter at block 21161841
admin() view returns (address)
0x4bd5fd09286e87dd365377e5681f12ccbb8a99b3
getAlerters() view returns (address[])
[0x8E8E26E4916F571Cf4Ef7E379e5Da8D6934BCF95]
getListedTokens() view returns (address[])
[0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48, 0x0D8775F648430679A709E98d2b0Cb6250d2887EF]
getOperators() view returns (address[])
[0x572f73011D90167136239058866F08d75a2c9Ff0, 0x2Fd6181541bEbe30D17CF3a5d9f40eBceCbdBA43]
numTokensInCurrentCompactData() view returns (uint256)
2
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
reserveContract() view returns (address)
0xbca4bd443716376b6284c682608b6bee03040b01
validRateDurationInBlocks() view returns (uint256)
150
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.