Ethereum Renew
Verified contract
Active on
Ethereum with 1,092 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.76)
Native
Value
$2.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000819 | $3,372.50 |
$2.76 | |
ETHREN | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20041523 | 6 months ago | | | 0 | 0.00056843348 | |
| 19935324 | 6 months ago | | | 0 | 0.0013648125 | |
| 18919031 | a year ago | | | 0 | 0.00082671928 | |
| 18872483 | a year ago | | | 0 | 0.0010373273 | |
| 18476998 | a year ago | | | 0 | 0.00086761309 | |
| 17850832 | a year ago | | | 0 | 0.0011810867 | |
| 17818607 | a year ago | | | 0 | 0.0010937880 | |
| 17818592 | a year ago | | | 0 | 0.00073493280 | |
| 17818591 | a year ago | | | 0 | 0.00080492640 | |
| 17818591 | a year ago | | | 0 | 0.00080492640 |
ABI
ABI objects
Getter at block 21249403
decimals() view returns (uint8)
18
name() view returns (string)
Ethereum Renew
owner() view returns (address)
0xf76aed87117be3f4902a5a69dfbf8cae2c0b1e2f
symbol() view returns (string)
ETHREN
totalSupply() view returns (uint256)
100000000000000000000000000
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)
burn(uint256 _value) returns (bool)
freeze(uint256 _value) returns (bool)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unfreeze(uint256 _value) returns (bool)
withdrawEther(uint256 amount)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
constructor(uint256 initialSupply, uint8 decimalUnits)
fallback()
This contract contains no error objects.