BancorConverter
Verified contract
Active on
Ethereum with 3,642 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf3ad…20a1
0xf460…12f7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FREE | ERC-20 | 133 | $0.00 |
$0 | |
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
HUR | ERC-20 | 3.1625K | -- | -- | |
FREC | ERC-20 | 28 | -- | -- | |
WIN | ERC-20 | 25 | -- | -- | |
Only | ERC-20 | 20 | -- | -- | |
MIN | ERC-20 | 10 | -- | -- | |
MIN | ERC-20 | 10 | -- | -- | |
VIN | ERC-20 | 7.77 | -- | -- | |
XPGC | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6932915 | 6 years ago | | | 0 | 0.0034282200 | |
| 6931781 | 6 years ago | | | 0 | 0.0017483922 | |
| 6931708 | 6 years ago | | | 0 | 0.0017293233 | |
| 6931647 | 6 years ago | | | 0 | 0.0017485044 | |
| 6931556 | 6 years ago | | | 0 | 0.0018058233 | |
| 6930125 | 6 years ago | | | 0 | 0.00044819000 | |
| 6929856 | 6 years ago | | | 0 | 0.0027425760 | |
| 6929689 | 6 years ago | | | 0 | 0.0020565480 | |
| 6929670 | 6 years ago | | | 0 | 0.0020569320 | |
| 6929288 | 6 years ago | | | 0 | 0.0061699556 |
ABI
ABI objects
Getter at block 21292617
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)
0xde63aef60307655405835da74ba02ce4db1a42fb
maxConversionFee() view returns (uint32)
5000
newManager() view returns (address)
0x0000000000000000000000000000000000000000
newOwner() view returns (address)
0xde63aef60307655405835da74ba02ce4db1a42fb
owner() view returns (address)
0x7e33009c42399f05fc4b16aeb3acc6a60df88058
token() view returns (address)
0xf3ad2cbc4276eb4b0fb627af0059cfce094e20a1
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.