BancorConverter
Verified contract
Active on
Ethereum with 51,841 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf460…12f7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KCN | ERC-20 | 1K | -- | -- | |
SGCC | ERC-20 | 200 | -- | -- | |
INSUR | ERC-20 | 100 | -- | -- | |
INSUR | ERC-20 | 100 | -- | -- | |
OLE | ERC-20 | 10 | -- | -- | |
SCC | ERC-20 | 5 | -- | -- | |
TB | ERC-20 | 4 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- | |
AMIS | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6823698 | 6 years ago | | | 0.0201881 | 0.00073830400 | |
| 5998652 | 6 years ago | | | 0.000004 | 0.00097230000 | |
| 5557222 | 7 years ago | | | 0.0077935516 | 0.0017828600 | |
| 5547705 | 7 years ago | | | 0.0060640259 | 0.0043484371 | |
| 5492812 | 7 years ago | | | 0.000643 | 0.0017231720 | |
| 5491567 | 7 years ago | | | 0.000643 | 0.0017169400 | |
| 5488429 | 7 years ago | | | 0.78429358 | 0.0022191500 | |
| 5487879 | 7 years ago | | | 0.77172452 | 0.0022208800 | |
| 5487511 | 7 years ago | | | 0.77766399 | 0.0022176600 | |
| 5485818 | 7 years ago | | | 0.80429854 | 0.0022081200 |
ABI
ABI objects
Getter at block 21161856
conversionFee() view returns (uint32)
0
conversionsEnabled() view returns (bool)
true
converterType() view returns (string)
bancor
convertibleTokenCount() view returns (uint16)
2
extensions() view returns (address)
0xf46002c37af6fb078ae1833fd447698a0c9012f7
getQuickBuyEtherToken() view returns (address)
0xc0829421c1d260bd3cb3e0f06cfe2d52db2ce315
getQuickBuyPathLength() view returns (uint256)
3
hasQuickBuyEtherToken() view returns (bool)
true
manager() view returns (address)
0x009bb5e9fcf28e5e601b7d0e9e821da6365d0a9c
maxConversionFee() view returns (uint32)
0
newManager() view returns (address)
0x0000000000000000000000000000000000000000
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x009bb5e9fcf28e5e601b7d0e9e821da6365d0a9c
reserveTokenCount() view returns (uint16)
1
token() view returns (address)
0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c
version() view returns (string)
0.4
Read-only
convertibleToken(uint16 _tokenIndex) view returns (address)
getConversionFeeAmount(uint256 _amount) view returns (uint256)
getPurchaseReturn(address _reserveToken, uint256 _depositAmount) view returns (uint256)
getReserveBalance(address _reserveToken) view returns (uint256)
getReturn(address _fromToken, address _toToken, uint256 _amount) view returns (uint256)
getSaleReturn(address _reserveToken, uint256 _sellAmount) view returns (uint256)
quickBuyPath(uint256) view returns (address)
reserveTokens(uint256) view returns (address)
reserves(address) view returns (uint256 virtualBalance, uint32 ratio, bool isVirtualBalanceEnabled, bool isPurchaseEnabled, bool isSet)
State-modifying
Events acceptManagement()
acceptOwnership()
acceptTokenOwnership()
addReserve(address _token, uint32 _ratio, bool _enableVirtualBalance)
buy(address _reserveToken, 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)
disableConversions(bool _disable)
disableReservePurchases(address _reserveToken, bool _disable)
disableTokenTransfers(bool _disable)
quickBuy(uint256 _minReturn) payable returns (uint256)
quickChange(address[] _path, uint256 _amount, uint256 _minReturn) returns (uint256)
quickConvert(address[] _path, uint256 _amount, uint256 _minReturn) payable returns (uint256)
sell(address _reserveToken, uint256 _sellAmount, uint256 _minReturn) returns (uint256)
setConversionFee(uint32 _conversionFee)
setExtensions(address _extensions)
setQuickBuyPath(address[] _path)
transferManagement(address _newManager)
transferOwnership(address _newOwner)
transferTokenOwnership(address _newOwner)
updateReserve(address _reserveToken, uint32 _ratio, 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 _reserveToken, uint32 _reserveRatio)
fallback()
This contract contains no error objects.