ConversionRates
Verified contract
Active on
Ethereum with 117 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) |
---|---|---|---|---|---|---|---|
| 10568585 | 4 years ago | | | 0 | 0.0027105562 | |
| 10568522 | 4 years ago | | | 0 | 0.0015336160 | |
| 10568522 | 4 years ago | | | 0 | 0.0041744911 | |
| 10568364 | 4 years ago | | | 0 | 0.0046016190 | |
| 10566837 | 4 years ago | | | 0 | 0.0022223388 | |
| 10566646 | 4 years ago | | | 0 | 0.0030112430 | |
| 10566628 | 4 years ago | | | 0 | 0.0031637110 | |
| 10566621 | 4 years ago | | | 0 | 0.0039154920 | |
| 10560540 | 4 years ago | | | 0 | 0.0023246500 | |
| 10559924 | 4 years ago | | | 0 | 0.0023240500 |
ABI
ABI objects
Getter at block 21223322
admin() view returns (address)
0xb21579a8956bde929b08c1bb8331ba081348ecb7
getAlerters() view returns (address[])
[]
getListedTokens() view returns (address[])
[0x667102BD3413bFEaa3Dffb48fa8288819E480a88]
getOperators() view returns (address[])
[0xe67dB622B772349155CD9aD5047882DCE2eEF0Ac]
numTokensInCurrentCompactData() view returns (uint256)
1
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
reserveContract() view returns (address)
0x1d57ef26709beb756e026308413f685339a73a9d
validRateDurationInBlocks() view returns (uint256)
11520
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.