BancorConverter
Verified contract
Active on
Ethereum with 1,798 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7ef1…8144
0x7148…95e6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XLAB | ERC-20 | 50 | $0.000002 |
$0 | |
KICK | ERC-20 | 888.888K | -- | -- | |
ZNT | ERC-20 | 1K | -- | -- | |
FGH | ERC-20 | 204 | -- | -- | |
XCEL | ERC-20 | 150 | -- | -- | |
MC | ERC-20 | 100 | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- | |
ETHMNY | ERC-20 | 23 | -- | -- | |
Only | ERC-20 | 20 | -- | -- | |
MIN | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9864227 | 5 years ago | | | 0 | 0.00010015990 | |
| 9827510 | 5 years ago | | | 0 | 0.0064250200 | |
| 9187737 | 5 years ago | | | 0 | 0.0031662816 | |
| 9177018 | 5 years ago | | | 0 | 0.0027704964 | |
| 9176696 | 5 years ago | | | 0 | 0.0037963716 | |
| 9176468 | 5 years ago | | | 0 | 0.0038786950 | |
| 9173241 | 5 years ago | | | 0 | 0.0023747112 | |
| 9172649 | 5 years ago | | | 0 | 0.0011446273 | |
| 9172579 | 5 years ago | | | 0 | 0.0012269341 | |
| 9157412 | 5 years ago | | | 0 | 0.0038284752 |
ABI
ABI objects
Getter at block 21162448
BANCOR_CONVERTER_FACTORY() view returns (bytes32)
0x42616e636f72436f6e766572746572466163746f727900000000000000000000
BANCOR_FORMULA() view returns (bytes32)
0x42616e636f72466f726d756c6100000000000000000000000000000000000000
BANCOR_GAS_PRICE_LIMIT() view returns (bytes32)
0x42616e636f7247617350726963654c696d697400000000000000000000000000
BANCOR_NETWORK() view returns (bytes32)
0x42616e636f724e6574776f726b00000000000000000000000000000000000000
CONTRACT_FEATURES() view returns (bytes32)
0x436f6e7472616374466561747572657300000000000000000000000000000000
CONVERTER_CONVERSION_WHITELIST() view returns (uint256)
1
connectorTokenCount() view returns (uint16)
2
conversionFee() view returns (uint32)
5000
conversionWhitelist() view returns (address)
0x0000000000000000000000000000000000000000
conversionsEnabled() view returns (bool)
true
converterType() view returns (string)
bancor
getQuickBuyPathLength() view returns (uint256)
5
manager() view returns (address)
0xe693cd414421237e3a6c613a0c75d41dd1921b61
maxConversionFee() view returns (uint32)
30000
newManager() view returns (address)
0x0000000000000000000000000000000000000000
newOwner() view returns (address)
0xe693cd414421237e3a6c613a0c75d41dd1921b61
owner() view returns (address)
0xc724bc5f3dd616c8fadb75a23c00c13880a6268f
registry() view returns (address)
0x7148b1c9154bcf273a2c7d7b90e3edc6fee395e6
token() view returns (address)
0x7ef1fedb73bd089ec1010baba26ca162dfa08144
version() view returns (string)
0.10
Read-only
connectorTokens(uint256) view returns (address)
connectors(address) view returns (uint256 virtualBalance, uint32 weight, bool isVirtualBalanceEnabled, bool isPurchaseEnabled, bool isSet)
getConnectorBalance(address _connectorToken) view returns (uint256)
getCrossConnectorReturn(address _fromConnectorToken, address _toConnectorToken, uint256 _sellAmount) view returns (uint256)
getFinalAmount(uint256 _amount, uint8 _magnitude) 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)
change(address _fromToken, address _toToken, uint256 _amount, uint256 _minReturn) returns (uint256)
clearQuickBuyPath()
convert(address _fromToken, address _toToken, uint256 _amount, uint256 _minReturn) returns (uint256)
convertInternal(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)
quickConvertPrioritized(address[] _path, uint256 _amount, uint256 _minReturn, uint256 _block, uint8 _v, bytes32 _r, bytes32 _s) payable returns (uint256)
setConversionFee(uint32 _conversionFee)
setConversionWhitelist(address _whitelist)
setQuickBuyPath(address[] _path)
setRegistry(address _registry)
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, int256 _conversionFee)
ConversionFeeUpdate(uint32 _prevFee, uint32 _newFee)
ManagerUpdate(address indexed _prevManager, address indexed _newManager)
OwnerUpdate(address indexed _prevOwner, address indexed _newOwner)
PriceDataUpdate(address indexed _connectorToken, uint256 _tokenSupply, uint256 _connectorBalance, uint32 _connectorWeight)
constructor(address _token, address _registry, uint32 _maxConversionFee, address _connectorToken, uint32 _connectorWeight)
fallback()
This contract contains no error objects.