BuyBack
Verified contract
Implementation
Active on
Ethereum with 1,204 txns
Storage
Map
Table
Raw
Constants and immutables
15
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdf6e…d671
0x9746…1da7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5247035 | 7 years ago | | | 0 | 0.00023665000 | |
| 5247027 | 7 years ago | | | 0 | 0.00025758000 | |
| 5201150 | 7 years ago | | | 0 | 0.00025758000 | |
| 5201111 | 7 years ago | | | 0 | 0.00023665000 | |
| 4428510 | 7 years ago | | | 0 | 0.00068488740 | |
| 4428504 | 7 years ago | | | 0 | 0.0025340472 | |
| 4428494 | 7 years ago | | | 0 | 0.00068108850 | |
| 4425054 | 7 years ago | | | 0 | 0.00015579600 | |
| 4424804 | 7 years ago | | | 0 | 0.00015579600 | |
| 4424575 | 7 years ago | | | 0 | 0.00015579600 |
ABI
ABI objects
Getter at block 21168477
asset() view returns (address)
0xdf6ef343350780bf8c3410bf062e0c015b1dd671
buyPrice() view returns (uint256)
27082381
contractOwner() view returns (address)
0x80007e8f3d667db04d36c8e66390c423333c833f
delayedPayments() view returns (address)
0x97465a514b53127f6980b925587e508f07691da7
eventsHistory() view returns (address)
0x24384c4626eb895c99ea4225af309ad22a75be2f
getEventsHistory() view returns (address)
0x24384c4626eb895c99ea4225af309ad22a75be2f
isActive() view returns (bool)
false
maxAmount() view returns (uint256)
0
minAmount() view returns (uint256)
0
pendingContractOwner() view returns (address)
0x0000000000000000000000000000000000000000
sellPrice() view returns (uint256)
33852977
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeContractOwnership(address _to) returns (bool)
claimContractOwnership() returns (bool)
destroy()
emitActiveChanged(bool isActive)
emitError(uint256 errorCode)
emitPricesUpdated(uint256 buyPrice, uint256 sellPrice)
init(address _asset, address _delayedPayments) returns (uint256 errorCode)
sell(uint256 _amount, uint256 _price) returns (uint256)
setActive(bool _active) returns (uint256)
setPrices(uint256 _buyPrice, uint256 _sellPrice) returns (uint256)
setupEventsHistory(address _eventsHistory) returns (uint256)
withdrawAll(address _recipient) returns (uint256)
withdrawAllEth(address _recipient) returns (uint256)
withdrawAllTokens(address _recipient) returns (uint256)
withdrawEth(address _recipient, uint256 _amount) returns (uint256)
withdrawTokens(address _recipient, uint256 _amount) returns (uint256)
withdrawnTokens(address[] tokens, address _to) returns (uint256)
ActiveChanged(address indexed self, bool isActive)
Buy(address indexed who, uint256 token, uint256 eth)
Error(uint256 errorCode)
PricesUpdated(address indexed self, uint256 buyPrice, uint256 sellPrice)
ReceivedEther(address indexed sender, uint256 indexed amount)
Sell(address indexed who, uint256 token, uint256 eth)
WithdrawEth(address indexed recipient, uint256 amount)
WithdrawTokens(address indexed recipient, uint256 amount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.