OMPxContract
Verified contract
Active on
Ethereum with 1,527 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x633b…6f85
0x8b26…0d6d
Balances ($5,078.19)
Native
Value
$5,078.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.311529 | $3,871.96 |
$5,078.19 | |
OMPX | ERC-20 | 1.799614M | -- | -- | |
YOO | ERC-20 | 19.612K | -- | -- | |
EBK | ERC-20 | 8.002565 | -- | -- | |
SFT | ERC-721 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15606396 | 2 years ago | | | 0 | 0.00025448278 | |
| 15606313 | 2 years ago | | | 0 | 0.00032042612 | |
| 15606296 | 2 years ago | | | 0 | 0.00025408872 | |
| 15048324 | 2 years ago | | | 0.01 | 0.0052049657 | |
| 14173838 | 3 years ago | | | 0 | 0.013747760 | |
| 14169528 | 3 years ago | | | 0 | 0.0069570108 | |
| 14169355 | 3 years ago | | | 0 | 0.0077321716 | |
| 14169303 | 3 years ago | | | 0 | 0.0038378006 | |
| 14169289 | 3 years ago | | | 0 | 0.0042122523 | |
| 8273229 | 5 years ago | | | 0 | 0.0013791200 |
ABI
ABI objects
Getter at block 21404264 getStat() view returns (uint256 tokensBoughtBack_, uint256 timesBoughtBack_, uint256 tokensPurchased_, uint256 timesPurchased_, uint256 ethSent_, uint256 ethReceived_, uint256 tokensSpend_, uint256 timesSpend_, uint256 oddSent_, uint256 feeSent_)
feeReceiverContract() view returns (address)
0x8b26a81522747bc66be1261eaac3091c6fff0d6d
getDiscountsAmount() view returns (uint256 amount_)
4
halted() view returns (bool)
false
owner() view returns (address)
0xeb79db7b4ce44bfb549104cafc8f51cc93a686fb
token() view returns (address)
0x633b041c41f61d04089880d7b5c7ed0f10ff6f85
totalSupply() view returns (uint256)
0
totalTokenSupply() view returns (uint256 totalSupply_)
2269323000000000000000000
Read-only
balanceOf(address _owner) view returns (uint256 balance_)
discounts(uint256) view returns (uint256 amount, uint256 disc)
getBuyBackPrice(uint256 buyBackValue) view returns (uint256 price_)
getPurchasePrice(uint256 purchaseValue, uint256 amount) view returns (uint256 price_)
State-modifying
Events addDiscount(uint256 _amount, uint256 _disc)
buyBack(uint256 tokensToBuyBack, uint256 minPrice)
editDiscount(uint256 num, uint256 _amount, uint256 _disc)
getFee()
halt()
purchase(uint256 tokensToPurchase, uint256 maxPrice) payable returns (uint256 tokensBought_)
purchaseUpAndSpend(uint256 tokensToSpend, uint256 maxPrice, bytes32 orderId) payable returns (uint256 tokensSpent_)
setFeeReceiver(address newReceiver)
spend(uint256 tokensToSpend, bytes32 orderId)
transfer(address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unhalt()
BuyBack(address indexed received, uint256 tokensAmount, uint256 value)
Donation(address indexed donator, uint256 value)
NewReceiverSet(address newReceiver)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchase(address indexed received, uint256 tokensAmount, uint256 value)
Spend(address indexed spender, uint256 tokensAmount, bytes32 indexed orderId)
Transfer(address indexed from, address indexed to, uint256 value)
TransferMoneyBack(address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.