BancorConverter
Verified contract
Active on
Ethereum with 1,250 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa777…db24
0xf460…12f7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HUR | ERC-20 | 3.1625K | -- | -- | |
WFEE | ERC-20 | 50 | -- | -- | |
NETE | ERC-20 | 20 | -- | -- | |
VIN | ERC-20 | 7.77 | -- | -- | |
ITC | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5510174 | 7 years ago | | | 0 | 0.00017998083 | |
| 5510142 | 7 years ago | | | 0 | 0.000079454140 | |
| 5510005 | 7 years ago | | | 0 | 0.0021314750 | |
| 5509605 | 7 years ago | | | 0 | 0.0025929850 | |
| 5508314 | 7 years ago | | | 0 | 0.0019811350 | |
| 5508310 | 7 years ago | | | 0 | 0.0020513650 | |
| 5507881 | 7 years ago | | | 0 | 0.0027248250 | |
| 5507853 | 7 years ago | | | 0 | 0.00021449000 | |
| 5507481 | 7 years ago | | | 0 | 0.0020471150 | |
| 5507462 | 7 years ago | | | 0 | 0.0020271550 |
ABI
ABI objects
Getter at block 21210837
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)
0x009bb5e9fcf28e5e601b7d0e9e821da6365d0a9c
maxConversionFee() view returns (uint32)
30000
newManager() view returns (address)
0x0000000000000000000000000000000000000000
newOwner() view returns (address)
0x005f7ed737346941acd68d0292a86f21d173538a
owner() view returns (address)
0x88bd7e0dc967364a38e8497145eb8ddb66986be9
token() view returns (address)
0xa7774f9386e1653645e1a08fb7aae525b4dedb24
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.