O3-Peg Wrapped Ether
Verified contract
Active on
Ethereum with 70 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14,518.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 4.697089 | $3,090.91 |
$14,518.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20666048 | 3 months ago | | | 0 | 0.000082062697 | |
| 20608671 | 3 months ago | | | 0 | 0.000077735992 | |
| 20608617 | 3 months ago | | | 0 | 0.000037706786 | |
| 19931877 | 6 months ago | | | 0 | 0.00068785787 | |
| 19931870 | 6 months ago | | | 0 | 0.00037979561 | |
| 19855845 | 6 months ago | | | 0 | 0.00010874557 | |
| 18919252 | a year ago | | | 0 | 0.00081474880 | |
| 18581807 | a year ago | | | 0 | 0.0017974725 | |
| 18172403 | a year ago | | | 0 | 0.00054871692 | |
| 17611778 | a year ago | | | 0 | 0.0011065282 |
ABI
ABI objects
Getter at block 21224887
checkFeeCollector() view returns (address)
0x462edbe0c6d505b96556b63fe3b593078f90e0fc
checkIfDepositWithdrawEnabled() view returns (bool)
true
checkWithdrawFeeRate() view returns (uint256)
6000000
decimals() view returns (uint8)
18
name() view returns (string)
O3-Peg Wrapped Ether
owner() view returns (address)
0x72c1a1c24917eef19e7f5dea146d950841f37662
symbol() view returns (string)
pWETH
tokenUnderlying() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
775957352631064722
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkAuthorizedCaller(address caller) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(address to, uint256 amount)
disableDepositWithdraw()
enableDepositWithdraw()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
removeAuthorizedCaller(address caller)
setAuthorizedCaller(address caller)
setWithdrawFee(uint256 withdrawFeeRate_, address feeCollector_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(address to, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address to, uint256 amount)
DisableDepositWithdraw()
EnableDepositWithdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveAuthorizedCaller(address caller)
SetAuthorizedCaller(address caller)
SetWithdrawFee(uint256 withdrawFeeRate, address feeCollector)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address to, uint256 amount, uint256 fee)
constructor(string name_, string symbol_, address tokenUnderlying_)
This contract contains no fallback and receive objects.
This contract contains no error objects.