Value ETH
Verified contract
Active on
Ethereum with 179 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Value ETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19172854 | 10 months ago | | | 0 | 0.0012369264 | |
| 17840397 | a year ago | | | 0 | 0.00048286619 | |
| 15039430 | 2 years ago | | | 0 | 0.0011304863 | |
| 14714138 | 3 years ago | | | 0 | 0.00091646663 | |
| 13845749 | 3 years ago | | | 0 | 0.0033517381 | |
| 13834766 | 3 years ago | | | 0 | 0.0010372481 | |
| 13724658 | 3 years ago | | | 0 | 0.0063426000 | |
| 13673696 | 3 years ago | | | 0 | 0.0046480872 | |
| 13544445 | 3 years ago | | | 0 | 0.0068663962 | |
| 13507728 | 3 years ago | | | 0 | 0.0072915134 |
ABI
ABI objects
Getter at block 21278001
decimals() view returns (uint8)
9
isOwner() view returns (bool)
false
monetaryPolicy() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Value ETH
owner() view returns (address)
0xb7b2ea8a1198368f950834875047aa7294a2bdaa
symbol() view returns (string)
vETH
totalSupply() view returns (uint256)
11664486111042
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner_)
initialize(string name, string symbol, uint8 decimals)
mint(address account, uint256 amount)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
removeMinter(address _minter)
renounceOwnership()
setMonetaryPolicy(address monetaryPolicy_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogMonetaryPolicyUpdated(address monetaryPolicy)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.