OM Token
Verified contract
Active on
Ethereum with 78,313 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LEOX | ERC-20 | 23.27416K | $0.34718 |
$8,080.32 | |
USDT | ERC-20 | 6.180856K | $0.997072 |
$6,162.76 | |
REN | ERC-20 | 20.831658K | $0.044095 |
$918.57 | |
OCEAN | ERC-20 | 936.8512 | $0.58804 |
$550.91 | |
BAND | ERC-20 | 5.440473 | $1.56 |
$8.49 | |
ADEL | ERC-20 | 57.827984 | $0.003259 |
$0.19 | |
OM | ERC-20 | 351.364184K | -- | -- | |
VIDT | ERC-20 | 218 | -- | -- | |
VIDT | ERC-20 | 217.5 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267144 | a day ago | | | 0 | 0.0010154875 | |
| 21265287 | a day ago | | | 0 | 0.00044944401 | |
| 21264789 | a day ago | | | 0 | 0.00058804079 | |
| 21264544 | a day ago | | | 0 | 0.00051927319 | |
| 21264543 | a day ago | | | 0 | 0.00090111309 | |
| 21263175 | 2 days ago | | | 0 | 0.00034982848 | |
| 21260161 | 2 days ago | | | 0 | 0.00041543881 | |
| 21256774 | 3 days ago | | | 0 | 0.00037613080 | |
| 21254670 | 3 days ago | | | 0 | 0.00045719488 | |
| 21254643 | 3 days ago | | | 0 | 0.00039602869 |
ABI
ABI objects
Getter at block 21275076
decimals() view returns (uint8)
18
name() view returns (string)
OM Token
paused() view returns (bool)
false
symbol() view returns (string)
OM
totalSupply() view returns (uint256)
220999999960000000000000014
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
mint(address to, uint256 value) returns (bool)
pause()
renounceMinter()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.