BancorConverter
Verified contract
Active on
Ethereum with 104,461 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1f57…ff1c
0xd199…38b3
Balances ($4.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CCS | ERC-20 | 5 | $0.828184 |
$4.14 | |
BNT | ERC-20 | 1 | $0.663128 |
$0.66 | |
NTN | ERC-20 | 710 | -- | -- | |
DEEZ | ERC-20 | 2 | -- | -- | |
ETHS | ERC-20 | 2 | -- | -- | |
CEN | ERC-20 | 1.821 | -- | -- | |
GOLDBNT | ERC-20 | 1 | -- | -- | |
ETHBNT | ERC-20 | 0.1 | -- | -- | |
ABX | ERC-20 | 0.047 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11034890 | 4 years ago | | | 0 | 0.0011596890 | |
| 11034852 | 4 years ago | | | 0 | 0.0023244780 | |
| 11034836 | 4 years ago | | | 0 | 0.0011596890 | |
| 8448803 | 5 years ago | | | 0.0289 | 0.0021417830 | |
| 8448744 | 5 years ago | | | 0 | 0.0019710800 | |
| 8416652 | 5 years ago | | | 0 | 0.0014783070 | |
| 7877252 | 5 years ago | | | 0 | 0.00098553800 | |
| 7476200 | 6 years ago | | | 0.67 | 0.0017734388 | |
| 7476199 | 6 years ago | | | 0.3 | 0.00045652880 | |
| 7476020 | 6 years ago | | | 0.6 | 0.00045652880 |
ABI
ABI objects
Getter at block 21246205
BANCOR_CONVERTER_FACTORY() view returns (bytes32)
0x42616e636f72436f6e766572746572466163746f727900000000000000000000
BANCOR_CONVERTER_UPGRADER() view returns (bytes32)
0x42616e636f72436f6e7665727465725570677261646572000000000000000000
BANCOR_FORMULA() view returns (bytes32)
0x42616e636f72466f726d756c6100000000000000000000000000000000000000
BANCOR_GAS_PRICE_LIMIT() view returns (bytes32)
0x42616e636f7247617350726963654c696d697400000000000000000000000000
BANCOR_NETWORK() view returns (bytes32)
0x42616e636f724e6574776f726b00000000000000000000000000000000000000
BNT_TOKEN() view returns (bytes32)
0x424e54546f6b656e000000000000000000000000000000000000000000000000
CONTRACT_FEATURES() view returns (bytes32)
0x436f6e7472616374466561747572657300000000000000000000000000000000
CONVERTER_CONVERSION_WHITELIST() view returns (uint256)
1
connectorTokenCount() view returns (uint16)
1
conversionFee() view returns (uint32)
0
conversionWhitelist() view returns (address)
0x0000000000000000000000000000000000000000
conversionsEnabled() view returns (bool)
true
converterType() view returns (string)
bancor
getQuickBuyPathLength() view returns (uint256)
3
manager() view returns (address)
0x00d34f67990364d9555e325eeaeefb1d73ef6460
maxConversionFee() view returns (uint32)
0
newManager() view returns (address)
0x0000000000000000000000000000000000000000
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xdfee8dc240c6cadc2c7f7f9c257c259914dea84e
registry() view returns (address)
0xd1997064f0fef8748c1de9b5ba53468c548738b3
token() view returns (address)
0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c
version() view returns (string)
0.9
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.