OrmeCash
Verified contract
Active on
Ethereum with 8,082 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ORME | ERC-20 | 4.342259K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452883 | 4 months ago | | | 0 | 0.000039321000 | |
| 20277243 | 5 months ago | | | 0 | 0.00044390788 | |
| 20158788 | 5 months ago | | | 0 | 0.00013278603 | |
| 20115336 | 5 months ago | | | 0 | 0.00034125480 | |
| 20115328 | 5 months ago | | | 0 | 0.00050769640 | |
| 20106728 | 5 months ago | | | 0 | 0.00026957681 | |
| 20106724 | 5 months ago | | | 0 | 0.00042071132 | |
| 20066359 | 6 months ago | | | 0 | 0.00051557093 | |
| 19592252 | 8 months ago | | | 0 | 0.00084346413 | |
| 19592230 | 8 months ago | | | 0 | 0.0011413474 |
ABI
ABI objects
Getter at block 21284126
decimals() view returns (uint8)
18
mintingCap() view returns (uint256)
2000000000000000000000000000
name() view returns (string)
OrmeCash
owner() view returns (address)
0x49f84db6826e62a7b0266bb02f868714781b4dd5
symbol() view returns (string)
OMC
tokenFrozenUntilBlock() view returns (uint256)
0
totalSupply() view returns (uint256 totalSupply)
402500150000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
isRestrictedAddress(address _querryAddress) view returns (bool answer)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burnTokens(uint256 _amount)
editRestrictedAddress(address _newRestrictedAddress)
freezeTransfersUntil(uint256 _frozenUntilBlock)
killContract()
mintTokens(address _to, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _value)
Mint(address indexed _to, uint256 _value)
TokenFrozen(uint256 _frozenUntilBlock)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.