OMG Smart Token Relay
Verified contract
Active on
Ethereum with 19 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 |
---|---|---|---|---|---|
FREC | ERC-20 | 28 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14177315 | 3 years ago | | | 0 | 0.0012926432 | |
| 14177315 | 3 years ago | | | 0 | 0.0012974936 | |
| 11490548 | 4 years ago | | | 0 | 0.00086957500 | |
| 11099032 | 4 years ago | | | 0 | 0.0018529540 | |
| 11082306 | 4 years ago | | | 0 | 0.00076809400 | |
| 11075690 | 4 years ago | | | 0 | 0.0011747320 | |
| 11047356 | 4 years ago | | | 0 | 0.0023959180 | |
| 11046220 | 4 years ago | | | 0 | 0.0021246820 | |
| 11043014 | 4 years ago | | | 0 | 0.0014914020 | |
| 9890698 | 5 years ago | | | 0 | 0.00022615000 |
ABI
ABI objects
Getter at block 21167816
decimals() view returns (uint8)
18
name() view returns (string)
OMG Smart Token Relay
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x82be70c571c1d9dcddf8c0c57bb39dc03afd92b4
standard() view returns (string)
Token 0.1
symbol() view returns (string)
OMGBNT
totalSupply() view returns (uint256)
532320318951297986416
transfersEnabled() view returns (bool)
true
version() view returns (string)
0.3
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
destroy(address _from, uint256 _amount)
disableTransfers(bool _disable)
issue(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)
withdrawTokens(address _token, address _to, uint256 _amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Destruction(uint256 _amount)
Issuance(uint256 _amount)
NewSmartToken(address _token)
OwnerUpdate(address _prevOwner, address _newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.