OMAToken
Verified contract
Active on
Ethereum with 23,341 txns
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 "OMAToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11338956 | 4 years ago | | | 0 | 0.00057799000 | |
| 11338924 | 4 years ago | | | 0 | 0.00088208000 | |
| 11338880 | 4 years ago | | | 0 | 0.00062825004 | |
| 11338849 | 4 years ago | | | 0 | 0.00088208000 | |
| 11270306 | 4 years ago | | | 0 | 0.00098007000 | |
| 11270205 | 4 years ago | | | 0 | 0.00088208000 | |
| 11262385 | 4 years ago | | | 0 | 0.00047998300 | |
| 11262353 | 4 years ago | | | 0 | 0.00088208000 | |
| 11158427 | 4 years ago | | | 0 | 0.00090468000 | |
| 11158310 | 4 years ago | | | 0 | 0.00088208000 |
ABI
ABI objects
Getter at block 21200438
decimals() view returns (uint8)
18
name() view returns (string)
OMAToken
owner() view returns (address)
0xadbcae96c9eb27181284dd680eebb1b3123502d7
paused() view returns (bool)
false
symbol() view returns (string)
OMA
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
frozenAmount(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
freezeAmount(address target, uint256 _value)
pause()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unfreezeAmount(address target)
unpause()
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 value)
FrozenAmt(address target, uint256 value)
FrozenFunds(address target, bool frozen)
Pause()
Transfer(address indexed from, address indexed to, uint256 tokens)
UnfrozenAmt(address target)
Unpause()
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.