Relative Chain
Verified contract
Active on
Ethereum with 11,556 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 "Relative Chain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8122003 | 5 years ago | | | 0 | 0.00018804500 | |
| 8118854 | 5 years ago | | | 0 | 0.00052673000 | |
| 7296164 | 6 years ago | | | 0 | 0.00015801900 | |
| 7251854 | 6 years ago | | | 0 | 0.00047405700 | |
| 6618040 | 6 years ago | | | 0 | 0.00030138400 | |
| 6617423 | 6 years ago | | | 0 | 0.00067462790 | |
| 6613462 | 6 years ago | | | 0 | 0.00026371100 | |
| 6613411 | 6 years ago | | | 0 | 0.00036781500 | |
| 6228653 | 6 years ago | | | 0 | 0.00015801900 | |
| 6228653 | 6 years ago | | | 0 | 0.00015801900 |
ABI
ABI objects
Getter at block 21172724
decimals() view returns (uint8)
18
name() view returns (string)
Relative Chain
owner() view returns (address)
0xa67750f7e36058702503456cce508168c351de55
symbol() view returns (string)
REL
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(uint256 _value) returns (bool success)
withdrawEther(uint256 amount)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
fallback()
This contract contains no error objects.