ConversionRates
Verified contract
Active on
Ethereum with 19,751 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) |
---|---|---|---|---|---|---|---|
| 10866748 | 4 years ago | | | 0 | 0.015061112 | |
| 10866740 | 4 years ago | | | 0 | 0.014936640 | |
| 10866736 | 4 years ago | | | 0 | 0.015114600 | |
| 10866731 | 4 years ago | | | 0 | 0.014930880 | |
| 10866725 | 4 years ago | | | 0 | 0.014928000 | |
| 10866710 | 4 years ago | | | 0 | 0.014738556 | |
| 10866702 | 4 years ago | | | 0 | 0.014738556 | |
| 10866697 | 4 years ago | | | 0 | 0.035416095 | |
| 10866252 | 4 years ago | | | 0 | 0.011781520 | |
| 10866248 | 4 years ago | | | 0 | 0.0084451200 |
ABI
ABI objects
Getter at block 21249303 getListedTokens() view returns (address[])
admin() view returns (address)
0x38a15c192acd28647b3bbf09cb298914dd2d102b
getAlerters() view returns (address[])
[0xf3D872b9E8d314820dc8E99DAfBe1A3FeEDc27D5, 0x38A15c192Acd28647b3BBF09cb298914Dd2D102B]
getOperators() view returns (address[])
[0xeAE89c711c02468deA8eE1AdE4fA78B79AC9379a, 0x9224016462B204C57Eb70e1D69652f60bcAF53A8, 0x0dE2a05C8a3F25651c7fe0fdAD821aeeC916F7Fa, 0x38A15c192Acd28647b3BBF09cb298914Dd2D102B, 0xf3D872b9E8d314820dc8E99DAfBe1A3FeEDc27D5]
numTokensInCurrentCompactData() view returns (uint256)
0
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
reserveContract() view returns (address)
0x2c5a182d280eeb5824377b98cd74871f78d6b8bc
validRateDurationInBlocks() view returns (uint256)
61
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.