BancorConverter
Verified contract
Active on
Ethereum with 151 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd6d4…6bf7
0xf460…12f7
Balances ($2.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SRN | ERC-20 | 4.528008K | $0.000621 |
$2.81 | |
UBT | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6798186 | 6 years ago | | | 0 | 0.0010380700 | |
| 6409774 | 6 years ago | | | 0 | 0.0011411730 | |
| 6409094 | 6 years ago | | | 0 | 0.0010276893 | |
| 6391321 | 6 years ago | | | 0 | 0.00062284200 | |
| 6354836 | 6 years ago | | | 0 | 0.00067432950 | |
| 5627673 | 7 years ago | | | 0 | 0.0012180600 | |
| 5589625 | 7 years ago | | | 0 | 0.00091296900 | |
| 5589102 | 7 years ago | | | 0 | 0.0019479690 | |
| 5560850 | 7 years ago | | | 0 | 0.00050720500 | |
| 5548939 | 7 years ago | | | 0 | 0.00050720500 |
ABI
ABI objects
Getter at block 21328589
connectorTokenCount() view returns (uint16)
1
conversionFee() view returns (uint32)
0
conversionsEnabled() view returns (bool)
true
converterType() view returns (string)
bancor
convertibleTokenCount() view returns (uint16)
2
extensions() view returns (address)
0xf46002c37af6fb078ae1833fd447698a0c9012f7
getQuickBuyPathLength() view returns (uint256)
0
manager() view returns (address)
0xa28508a3a0452d27251369f7cdd314bbdc2fcbcf
maxConversionFee() view returns (uint32)
0
newManager() view returns (address)
0x0000000000000000000000000000000000000000
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xa28508a3a0452d27251369f7cdd314bbdc2fcbcf
token() view returns (address)
0xd6d4018a665617bfbae160c964474e79b03c6bf7
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.