BancorConverter
Verified contract
Active on
Ethereum with 23 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x52ae…add4
0x52ae…add4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BUSD | ERC-20 | 0.001227 | $0.991999 |
$0 | |
USDC | ERC-20 | 0.001112 | $0.998461 |
$0 | |
DAI | ERC-20 | 0.001094 | $0.997214 |
$0 | |
USDT | ERC-20 | 0.00105 | $0.997179 |
$0 | |
0x57ab…e9d3 | ERC-20 | 1004.839199T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10000191 | 5 years ago | | | 0 | 0.0038336760 | |
| 9935982 | 5 years ago | | | 0 | 0.0042818017 | |
| 9888521 | 5 years ago | | | 0 | 0.0024716671 | |
| 9888195 | 5 years ago | | | 0 | 0.0022020307 | |
| 9881859 | 5 years ago | | | 0 | 0.0019994700 | |
| 9877919 | 5 years ago | | | 0 | 0.00069703200 | |
| 9877500 | 5 years ago | | | 0 | 0.0032718600 | |
| 9868759 | 5 years ago | | | 0 | 0.0031993632 | |
| 9862196 | 5 years ago | | | 0 | 0.0029992050 | |
| 9851564 | 5 years ago | | | 0 | 0.00067719200 |
ABI
ABI objects
Getter at block 21216475
CONVERTER_CONVERSION_WHITELIST() view returns (uint256)
1
bancorX() view returns (address)
0x0000000000000000000000000000000000000000
connectorTokenCount() view returns (uint16)
5
conversionFee() view returns (uint32)
4000
conversionWhitelist() view returns (address)
0x0000000000000000000000000000000000000000
conversionsEnabled() view returns (bool)
true
maxConversionFee() view returns (uint32)
30000
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
onlyOwnerCanUpdateRegistry() view returns (bool)
false
owner() view returns (address)
0x5f7a009664b771e889751f4fd721adc439033ecd
prevRegistry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
registry() view returns (address)
0x52ae12abe5d8bd778bd5397f99ca900624cfadd4
reserveTokenCount() view returns (uint16)
5
token() view returns (address)
0x1f5350558f1e3e8bf370d4d552f3ebc785bf2979
totalReserveRatio() view returns (uint32)
1000000
version() view returns (uint16)
26
Read-only
connectorTokens(uint256 _index) view returns (address)
connectors(address _address) view returns (uint256, uint32, bool, bool, bool)
getConnectorBalance(address _connectorToken) view returns (uint256)
getCrossConnectorReturn(address _fromConnectorToken, address _toConnectorToken, uint256 _amount) view returns (uint256, uint256)
getCrossReserveReturn(address _fromReserveToken, address _toReserveToken, uint256 _amount) view returns (uint256, uint256)
getFinalAmount(uint256 _amount, uint8 _magnitude) view returns (uint256)
getPurchaseReturn(address _reserveToken, uint256 _depositAmount) view returns (uint256, uint256)
getReserveBalance(address _reserveToken) view returns (uint256)
getReserveRatio(address _reserveToken) view returns (uint256)
getReturn(address _fromToken, address _toToken, uint256 _amount) view returns (uint256, uint256)
getSaleReturn(address _reserveToken, uint256 _sellAmount) view returns (uint256, uint256)
reserveTokens(uint256) view returns (address)
reserves(address) view returns (uint256 virtualBalance, uint32 ratio, bool isVirtualBalanceEnabled, bool isSaleEnabled, bool isSet)
State-modifying
Events acceptOwnership()
acceptTokenOwnership()
addConnector(address _token, uint32 _weight, bool)
addReserve(address _token, uint32 _ratio)
change(address _fromToken, address _toToken, uint256 _amount, uint256 _minReturn) returns (uint256)
claimTokens(address _from, uint256 _amount)
completeXConversion(address[] _path, uint256 _minReturn, uint256 _conversionId, uint256, uint8, bytes32, bytes32) returns (uint256)
completeXConversion2(address[] _path, uint256 _minReturn, uint256 _conversionId) returns (uint256)
convert(address _fromToken, address _toToken, uint256 _amount, uint256 _minReturn) returns (uint256)
convert2(address _fromToken, address _toToken, uint256 _amount, uint256 _minReturn, address _affiliateAccount, uint256 _affiliateFee) returns (uint256)
convertInternal(address _fromToken, address _toToken, uint256 _amount, uint256 _minReturn) returns (uint256)
fund(uint256 _amount)
liquidate(uint256 _amount)
quickConvert(address[] _path, uint256 _amount, uint256 _minReturn) payable returns (uint256)
quickConvert2(address[] _path, uint256 _amount, uint256 _minReturn, address _affiliateAccount, uint256 _affiliateFee) payable returns (uint256)
quickConvertPrioritized(address[] _path, uint256 _amount, uint256 _minReturn, uint256, uint8, bytes32, bytes32) payable returns (uint256)
quickConvertPrioritized2(address[] _path, uint256 _amount, uint256 _minReturn, uint256[], address _affiliateAccount, uint256 _affiliateFee) payable returns (uint256)
restoreRegistry()
restrictRegistryUpdate(bool _onlyOwnerCanUpdateRegistry)
setBancorX(address _bancorX)
setConversionFee(uint32 _conversionFee)
setConversionWhitelist(address _whitelist)
transferOwnership(address _newOwner)
transferTokenOwnership(address _newOwner)
updateConnector(address _connectorToken, uint32, bool, uint256 _virtualBalance)
updateRegistry()
updateReserveVirtualBalance(address _reserveToken, uint256 _virtualBalance)
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)
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 _reserveToken, uint32 _reserveRatio)
This contract contains no fallback and receive objects.
This contract contains no error objects.