BancorConverter
Verified contract
Active on
Ethereum with 400 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8548…1b62
0xf460…12f7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HUR | ERC-20 | 3.1625K | -- | -- | |
VIN | ERC-20 | 7.77 | -- | -- | |
ITC | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6431328 | 6 years ago | | | 0 | 0.00032019200 | |
| 6431325 | 6 years ago | | | 0 | 0.00064000000 | |
| 6431323 | 6 years ago | | | 0 | 0.00064000000 | |
| 6431317 | 6 years ago | | | 0 | 0.00035699200 | |
| 6431298 | 6 years ago | | | 0 | 0.00044624000 | |
| 5526005 | 7 years ago | | | 0 | 0.00029883000 | |
| 5524734 | 7 years ago | | | 0 | 0.0020624200 | |
| 5520813 | 7 years ago | | | 0 | 0.0019825100 | |
| 5520631 | 7 years ago | | | 0 | 0.0042500000 | |
| 5518906 | 7 years ago | | | 0 | 0.0025585000 |
ABI
ABI objects
Getter at block 21326964
connectorTokenCount() view returns (uint16)
2
conversionFee() view returns (uint32)
1000
conversionsEnabled() view returns (bool)
true
converterType() view returns (string)
bancor
convertibleTokenCount() view returns (uint16)
3
extensions() view returns (address)
0xf46002c37af6fb078ae1833fd447698a0c9012f7
getQuickBuyPathLength() view returns (uint256)
5
manager() view returns (address)
0x856d41ab6e3128bd9f49e168230cd78ce7c1e045
maxConversionFee() view returns (uint32)
30000
newManager() view returns (address)
0x0000000000000000000000000000000000000000
newOwner() view returns (address)
0x005f7ed737346941acd68d0292a86f21d173538a
owner() view returns (address)
0x88bd7e0dc967364a38e8497145eb8ddb66986be9
token() view returns (address)
0x854809b0c072d9c9c09e268cd7836d1b58101b62
version() view returns (string)
0.6
Read-only
connectorTokens(uint256) view returns (address)
connectors(address) view returns (uint256 virtualBalance, uint32 weight, bool isVirtualBalanceEnabled, bool isPurchaseEnabled, bool isSet)
convertibleToken(uint16 _tokenIndex) view returns (address)
getConnectorBalance(address _connectorToken) view returns (uint256)
getConversionFeeAmount(uint256 _amount) view returns (uint256)
getPurchaseReturn(address _connectorToken, uint256 _depositAmount) view returns (uint256)
getReturn(address _fromToken, address _toToken, uint256 _amount) view returns (uint256)
getSaleReturn(address _connectorToken, uint256 _sellAmount) view returns (uint256)
quickBuyPath(uint256) view returns (address)
State-modifying
Events acceptManagement()
acceptOwnership()
acceptTokenOwnership()
addConnector(address _token, uint32 _weight, bool _enableVirtualBalance)
buy(address _connectorToken, uint256 _depositAmount, uint256 _minReturn) returns (uint256)
change(address _fromToken, address _toToken, uint256 _amount, uint256 _minReturn) returns (uint256)
clearQuickBuyPath()
convert(address _fromToken, address _toToken, uint256 _amount, uint256 _minReturn) returns (uint256)
disableConnectorPurchases(address _connectorToken, bool _disable)
disableConversions(bool _disable)
disableTokenTransfers(bool _disable)
quickConvert(address[] _path, uint256 _amount, uint256 _minReturn) payable returns (uint256)
sell(address _connectorToken, uint256 _sellAmount, uint256 _minReturn) returns (uint256)
setConversionFee(uint32 _conversionFee)
setExtensions(address _extensions)
setQuickBuyPath(address[] _path)
transferManagement(address _newManager)
transferOwnership(address _newOwner)
transferTokenOwnership(address _newOwner)
updateConnector(address _connectorToken, uint32 _weight, bool _enableVirtualBalance, uint256 _virtualBalance)
withdrawFromToken(address _token, address _to, uint256 _amount)
withdrawTokens(address _token, address _to, uint256 _amount)
Conversion(address indexed _fromToken, address indexed _toToken, address indexed _trader, uint256 _amount, uint256 _return, uint256 _currentPriceN, uint256 _currentPriceD)
ConversionFeeUpdate(uint32 _prevFee, uint32 _newFee)
ManagerUpdate(address _prevManager, address _newManager)
OwnerUpdate(address _prevOwner, address _newOwner)
constructor(address _token, address _extensions, uint32 _maxConversionFee, address _connectorToken, uint32 _connectorWeight)
fallback()
This contract contains no error objects.