ConversionRates
Verified contract
Active on
Ethereum with 1,661 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRA | ERC-20 | 200 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5060566 | 7 years ago | | | 0 | 0.0015613164 | |
| 5049621 | 7 years ago | | | 0 | 0.0015613164 | |
| 5049619 | 7 years ago | | | 0 | 0.0015613164 | |
| 5049614 | 7 years ago | | | 0 | 0.0015613164 | |
| 5049597 | 7 years ago | | | 0 | 0.0015613164 | |
| 5049586 | 7 years ago | | | 0 | 0.0015613164 | |
| 5049569 | 7 years ago | | | 0 | 0.0015613164 | |
| 5049546 | 7 years ago | | | 0 | 0.0015613164 | |
| 5049537 | 7 years ago | | | 0 | 0.0015613164 | |
| 5049533 | 7 years ago | | | 0 | 0.0015613164 |
ABI
ABI objects
Getter at block 21168752
admin() view returns (address)
0xbc33a1f908612640f2849b56b67a4de4d179c151
getAlerters() view returns (address[])
[]
getListedTokens() view returns (address[])
[0xd26114cd6EE289AccF82350c8d8487fedB8A0C07, 0xdd974D5C2e2928deA5F71b9825b8b646686BD200, 0x86Fa049857E0209aa7D9e616F7eb3b3B78ECfdb0, 0x4156D3342D5c385a87D264F90653733592000581, 0x744d70FDBE2Ba4CF95131626614a1763DF805B9E]
getOperators() view returns (address[])
[0x8bC3da587DeF887B5C822105729ee1D6aF05A5ca]
numTokensInCurrentCompactData() view returns (uint256)
5
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
reserveContract() view returns (address)
0x141ae6cae2f660012f02e8f94e2faa5a381a5c55
validRateDurationInBlocks() view returns (uint256)
60
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.