BancorConverter
Verified contract
Active on
Ethereum with 694 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x19db…bd94
0x52ae…add4
0x52ae…add4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KICK | ERC-20 | 888.888K | -- | -- | |
0x2630…8a13 | ERC-20 | 500 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11253708 | 4 years ago | | | 0 | 0.10345427 | |
| 11252233 | 4 years ago | | | 0 | 0.0044918940 | |
| 11107867 | 4 years ago | | | 0 | 0.0037293600 | |
| 11104985 | 4 years ago | | | 0 | 0.0046699211 | |
| 10662827 | 4 years ago | | | 0 | 0.0040978980 | |
| 10596533 | 4 years ago | | | 0 | 0.0051729400 | |
| 10300842 | 4 years ago | | | 0 | 0.0023764461 | |
| 10091627 | 4 years ago | | | 0 | 0.0020744352 | |
| 9822845 | 5 years ago | | | 0 | 0.0064661400 | |
| 9612118 | 5 years ago | | | 0 | 0.000051439500 |
ABI
ABI objects
Getter at block 21167627
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
BANCOR_X() view returns (bytes32)
0x42616e636f725800000000000000000000000000000000000000000000000000
BNT_CONVERTER() view returns (bytes32)
0x424e54436f6e7665727465720000000000000000000000000000000000000000
BNT_TOKEN() view returns (bytes32)
0x424e54546f6b656e000000000000000000000000000000000000000000000000
CONTRACT_FEATURES() view returns (bytes32)
0x436f6e7472616374466561747572657300000000000000000000000000000000
CONTRACT_REGISTRY() view returns (bytes32)
0x436f6e7472616374526567697374727900000000000000000000000000000000
CONVERTER_CONVERSION_WHITELIST() view returns (uint256)
1
allowRegistryUpdate() view returns (bool)
true
claimTokensEnabled() view returns (bool)
false
connectorTokenCount() view returns (uint16)
2
conversionFee() view returns (uint32)
30000
conversionWhitelist() view returns (address)
0x0000000000000000000000000000000000000000
conversionsEnabled() view returns (bool)
true
converterType() view returns (string)
bancor
manager() view returns (address)
0x7035fb83a7c18289b94e443170bee56b92df8e46
maxConversionFee() view returns (uint32)
30000
newManager() view returns (address)
0x0000000000000000000000000000000000000000
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x7035fb83a7c18289b94e443170bee56b92df8e46
prevRegistry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
registry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
token() view returns (address)
0x19db077a54dea3fd4cbcd9d31d4db297562cbd94
version() view returns (bytes32)
0x302e313100000000000000000000000000000000000000000000000000000000
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, uint256)
getFinalAmount(uint256 _amount, uint8 _magnitude) view returns (uint256)
getPurchaseReturn(address _connectorToken, uint256 _depositAmount) view returns (uint256, uint256)
getReturn(address _fromToken, address _toToken, uint256 _amount) view returns (uint256, uint256)
getSaleReturn(address _connectorToken, uint256 _sellAmount) view returns (uint256, uint256)
State-modifying
Events acceptManagement()
acceptOwnership()
acceptTokenOwnership()
addConnector(address _token, uint32 _weight, bool _enableVirtualBalance)
change(address _fromToken, address _toToken, uint256 _amount, uint256 _minReturn) returns (uint256)
claimTokens(address _from, uint256 _amount)
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)
disableRegistryUpdate(bool _disable)
disableTokenTransfers(bool _disable)
enableClaimTokens(bool _enable)
fund(uint256 _amount)
liquidate(uint256 _amount)
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)
restoreRegistry()
setConversionFee(uint32 _conversionFee)
setConversionWhitelist(address _whitelist)
transferManagement(address _newManager)
transferOwnership(address _newOwner)
transferTokenOwnership(address _newOwner)
updateConnector(address _connectorToken, uint32 _weight, bool _enableVirtualBalance, uint256 _virtualBalance)
updateRegistry()
upgrade()
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)
ConversionsEnable(bool _conversionsEnabled)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.