ExpectedRate
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x964f…8cf5
Balances ($0.00)
No balances found for "ExpectedRate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5049331 | 7 years ago | | | 0 | 0.000031743000 | |
| 5049331 | 7 years ago | | | 0 | 0.000071992000 | |
| 5049331 | 7 years ago | | | 0 | 0.000086992000 | |
| 5049331 | 7 years ago | | | 0 | 0.000024289000 | |
| 5049331 | 7 years ago | | | 0 | 0.000029094000 | |
| 5049331 | 7 years ago | | | 0 | 0.000029471000 | |
| 5049331 | 7 years ago | | | 0 | 0.000086992000 |
ABI
ABI objects
Getter at block 21285530
admin() view returns (address)
0xbc33a1f908612640f2849b56b67a4de4d179c151
getAlerters() view returns (address[])
[]
getOperators() view returns (address[])
[0x4A48312f6981484C4204D8501ad3d93f4f4571BF, 0xf214dDE57f32F3F34492Ba3148641693058D4A9e]
kyberNetwork() view returns (address)
0x964f35fae36d75b1e72770e244f6595b68508cf5
minSlippageFactorInBps() view returns (uint256)
300
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
quantityFactor() view returns (uint256)
1
Read-only
getExpectedRate(address src, address dest, uint256 srcQty) view returns (uint256 expectedRate, uint256 slippageRate)
State-modifying
Events addAlerter(address newAlerter)
addOperator(address newOperator)
claimAdmin()
removeAlerter(address alerter)
removeOperator(address operator)
setMinSlippageFactor(uint256 bps)
setQuantityFactor(uint256 newFactor)
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)
MinSlippageFactorSet(uint256 newMin, uint256 oldMin, address sender)
OperatorAdded(address newOperator, bool isAdd)
QuantityFactorSet(uint256 newFactor, uint256 oldFactor, address sender)
TokenWithdraw(address token, uint256 amount, address sendTo)
TransferAdminPending(address pendingAdmin)
constructor(address _kyberNetwork, address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.