BancorConverter
Verified contract
Active on
Ethereum with 5,627 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0f9b…9868
0xd199…38b3
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZNT | ERC-20 | 1K | -- | -- | |
ROTO | ERC-20 | 687.115163 | -- | -- | |
0x2630…8a13 | ERC-20 | 500 | -- | -- | |
FGH | ERC-20 | 204 | -- | -- | |
MC | ERC-20 | 100 | -- | -- | |
Only | ERC-20 | 20 | -- | -- | |
PCBC | ERC-20 | 0.191265 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10128164 | 4 years ago | | | 0 | 0.016454350 | |
| 10122497 | 4 years ago | | | 0 | 0.016454350 | |
| 10122470 | 4 years ago | | | 0 | 0.016454950 | |
| 10122005 | 4 years ago | | | 0 | 0.016454950 | |
| 10121914 | 4 years ago | | | 0 | 0.016454950 | |
| 9369851 | 5 years ago | | | 0 | 0.0065819800 | |
| 9361843 | 5 years ago | | | 0 | 0.0065817400 | |
| 9210772 | 5 years ago | | | 0 | 0.000090956000 | |
| 9210741 | 5 years ago | | | 0 | 0.00018231200 | |
| 9210671 | 5 years ago | | | 0 | 0.000092276000 |
ABI
ABI objects
Getter at block 21159781
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)
2
conversionFee() view returns (uint32)
1000
conversionWhitelist() view returns (address)
0x0000000000000000000000000000000000000000
conversionsEnabled() view returns (bool)
true
converterType() view returns (string)
bancor
getQuickBuyPathLength() view returns (uint256)
5
manager() view returns (address)
0x37a9e1632624662e564f4a03895b3c615de0cfe8
maxConversionFee() view returns (uint32)
30000
newManager() view returns (address)
0x0000000000000000000000000000000000000000
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x37a9e1632624662e564f4a03895b3c615de0cfe8
registry() view returns (address)
0xd1997064f0fef8748c1de9b5ba53468c548738b3
token() view returns (address)
0x0f9be347378a37ced33a13ae061175af07cc9868
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.