Real Ether
Verified contract
Active on
Ethereum with 1,850 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 "Real Ether"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21077132 | 7 hours ago | | | 0 | 0.00062527921 | |
| 21075134 | 14 hours ago | | | 0 | 0.00036459796 | |
| 21074983 | 14 hours ago | | | 0 | 0.00028709581 | |
| 21074471 | 16 hours ago | | | 0 | 0.00043768249 | |
| 21074045 | 18 hours ago | | | 0 | 0.00055844411 | |
| 21073962 | 18 hours ago | | | 0 | 0.00059077805 | |
| 21073215 | 20 hours ago | | | 0 | 0.00057084401 | |
| 21073177 | 21 hours ago | | | 0 | 0.00058520105 | |
| 21072930 | 21 hours ago | | | 0 | 0.00096743907 | |
| 21071036 | a day ago | | | 0 | 0.00039325071 |
ABI
ABI objects
Getter at block 21079288 tokenPrice() view returns (uint256 price)
decimals() view returns (uint8)
18
minter() view returns (address)
0x655756824385f8903ac8cfda17b656cc26f7c7da
name() view returns (string)
Real Ether
symbol() view returns (string)
reETH
totalSupply() view returns (uint256)
749427429283634131675
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address from, uint256 value)
mint(address to, uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _minter)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
Real__NotMinter()
Real__ZeroAddress()