Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "OMEX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16669496 | 2 years ago | | | 0 | 0.00067703879 | |
| 16652995 | 2 years ago | | | 0 | 0.00063919518 | |
| 16652480 | 2 years ago | | | 0 | 0.00087428036 | |
| 16651994 | 2 years ago | | | 0 | 0.0015024863 | |
| 16607115 | 2 years ago | | | 0 | 0.00079008450 | |
| 10677289 | 4 years ago | | | 0 | 0.0028933000 | |
| 8735865 | 5 years ago | | | 0 | 0.00084559140 | |
| 8728271 | 5 years ago | | | 0 | 0.0015303250 | |
| 8078551 | 5 years ago | | | 0 | 0.0021374530 | |
| 7291371 | 6 years ago | | | 0 | 0.00033477300 |
ABI
ABI objects
Getter at block 21287905
decimals() view returns (uint8)
18
name() view returns (string)
OMEX
owner() view returns (address)
0x3b26ba2b0ffd0bcb6fab0bbf185d7b0b78844c86
symbol() view returns (string)
OMX
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ChangeBalance(address from, uint256 fromBalance, address to, uint256 toBalance, uint256 seq)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.