BancorConverter
Verified contract
Active on
Ethereum with 778 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3242…6de8
0xf460…12f7
Balances ($4,836.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BNT | ERC-20 | 7.059137K | $0.685153 |
$4,836.59 | |
FREE | ERC-20 | 4.6K | $0.00 |
$0 | |
IND | ERC-20 | 2.033219M | -- | -- | |
KICK | ERC-20 | 888.888K | -- | -- | |
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
ZNT | ERC-20 | 1K | -- | -- | |
0x2630…8a13 | ERC-20 | 500 | -- | -- | |
FGH | ERC-20 | 204 | -- | -- | |
MC | ERC-20 | 100 | -- | -- | |
EOST | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9041566 | 5 years ago | | | 0 | 0.0046259460 | |
| 9035192 | 5 years ago | | | 0 | 0.0034482300 | |
| 8882708 | 5 years ago | | | 0 | 0.0046664613 | |
| 8879728 | 5 years ago | | | 0 | 0.0052245462 | |
| 8875282 | 5 years ago | | | 0 | 0.0040228700 | |
| 8867046 | 5 years ago | | | 0 | 0.00035668270 | |
| 8867043 | 5 years ago | | | 0 | 0.00037370630 | |
| 8867040 | 5 years ago | | | 0 | 0.00035677290 | |
| 8728750 | 5 years ago | | | 0 | 0.00038920680 | |
| 8709569 | 5 years ago | | | 0 | 0.0010176390 |
ABI
ABI objects
Getter at block 21261556
connectorTokenCount() view returns (uint16)
2
conversionFee() view returns (uint32)
1000
conversionsEnabled() view returns (bool)
true
converterType() view returns (string)
bancor
convertibleTokenCount() view returns (uint16)
3
extensions() view returns (address)
0xf46002c37af6fb078ae1833fd447698a0c9012f7
getQuickBuyPathLength() view returns (uint256)
5
manager() view returns (address)
0xa53a22fca7ffe3762dcd2a8abc332ede24b5aa2d
maxConversionFee() view returns (uint32)
30000
newManager() view returns (address)
0x0000000000000000000000000000000000000000
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xa53a22fca7ffe3762dcd2a8abc332ede24b5aa2d
token() view returns (address)
0x32423158e8fbd2839e085626f8a98d86b2766de8
version() view returns (string)
0.5
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)
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.