Wrapped ETH
Verified contract
Active on
Ethereum with 33 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 "Wrapped ETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7945783 | 5 years ago | | | 0 | 0.0017893900 | |
| 7814853 | 6 years ago | | | 0 | 0.0019406700 | |
| 7533280 | 6 years ago | | | 0 | 0.0019393900 | |
| 7371619 | 6 years ago | | | 0 | 0.0012012700 | |
| 7370286 | 6 years ago | | | 0 | 0.0012006300 | |
| 7342355 | 6 years ago | | | 0 | 0.0019393900 | |
| 7248774 | 6 years ago | | | 0 | 0.0025996402 | |
| 7246542 | 6 years ago | | | 0 | 0.0017900300 | |
| 7228894 | 6 years ago | | | 0 | 0.0017893900 | |
| 7221919 | 6 years ago | | | 0 | 0.0019406700 |
ABI
ABI objects
Getter at block 21314076 decimals() view returns (uint8) totalSupply() view returns (uint256)
chronoBankPlatform() view returns (address)
0xda6f4aac602b729eb90294ee2ba744ce051b130c
getLatestVersion() view returns (address)
0x0c67e8f00b6a75e0e0fdd63c96e8f6cc3f91cc62
getPendingVersion() view returns (address)
0x0000000000000000000000000000000000000000
getPendingVersionTimestamp() view returns (uint256)
0
name() view returns (string)
Wrapped ETH
smbl() view returns (bytes32)
0x5745544800000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
WETH
Read-only
allowance(address _from, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getVersionFor(address _sender) view returns (address)
stringToBytes32(string source) pure returns (bytes32 result)
State-modifying
Events __approve(address _spender, uint256 _value, address _sender) returns (bool)
__transferFromWithReference(address _from, address _to, uint256 _value, string _reference, address _sender) returns (bool)
__transferWithReference(address _to, uint256 _value, string _reference, address _sender) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
commitUpgrade() returns (bool)
emitApprove(address _from, address _spender, uint256 _value)
emitTransfer(address _from, address _to, uint256 _value)
init(address _chronoBankPlatform, string _symbol, string _name) returns (bool)
optIn() returns (bool)
optOut() returns (bool)
proposeUpgrade(address _newVersion) returns (bool)
purgeUpgrade() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferWithReference(address _to, uint256 _value, string _reference) returns (bool)
Approval(address indexed from, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
UpgradeProposal(address newVersion)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.