Rebasing cbETH
Unverified contract
Proxy
Active on
Base with 625 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 48 additional slots
Balances ($28,682.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cbETH | ERC-20 | 8.087225 | $3,546.63 |
$28,682.4 | |
WGC | ERC-20 | 200 | $0.000462 |
$0.09 | |
USA | ERC-20 | 1 | $0.000761 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 | |
0xDead | ERC-20 | 500K | -- | -- | |
NUNU | ERC-20 | 777.777778 | -- | -- | |
CHIDO | ERC-20 | 20 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22587759 | 4 days ago | | | 0 | 0.0000023289574 | |
| 22579858 | 4 days ago | | | 0 | 0.0000022157100 | |
| 22413268 | 8 days ago | | | 0 | 9.9380976e-7 | |
| 22367591 | 9 days ago | | | 0 | 0.0000010276980 | |
| 22263603 | 11 days ago | | | 0 | 1.6525520e-7 | |
| 22263172 | 11 days ago | | | 0 | 1.6643000e-7 | |
| 22127354 | 15 days ago | | | 0 | 2.3813231e-7 | |
| 22078485 | 16 days ago | | | 0 | 7.6256926e-7 | |
| 22022423 | 17 days ago | | | 0 | 6.7484636e-7 | |
| 22018966 | 17 days ago | | | 0 | 2.4797680e-7 |
ABI
ABI objects
Getter at block 22757064 totalSupply() view returns (uint256)
MAX_UNDERLYING() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
lastPrice() view returns (uint256)
1086720598374539091
name() view returns (string)
Rebasing cbETH
oracle() view returns (address)
0xed78a2837897ea9d006504cf702706db1099274b
owner() view returns (address)
0xd7e86bd77784217324b4e94aedc68e5c8227ec2b
scaledTotalSupply() view returns (uint256)
8087225413942101093
symbol() view returns (string)
rcbETH
totalUnderlying() view returns (uint256)
8087225413942101093
underlying() view returns (address)
0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfUnderlying(address who) view returns (uint256)
scaledBalanceOf(address account) view returns (uint256)
underlyingToWrapper(uint256 uAmount) view returns (uint256)
wrapperToUnderlying(uint256 amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (uint256)
burnAll() returns (uint256)
burnAllTo(address to) returns (uint256)
burnTo(address to, uint256 amount) returns (uint256)
decreaseAllowance(address spender, uint256 subtractedAmount) returns (bool)
deposit(uint256 uAmount) returns (uint256)
depositFor(address to, uint256 uAmount) returns (uint256)
increaseAllowance(address spender, uint256 addedAmount) returns (bool)
initialize(address underlying_, string name_, string symbol_, address oracle_)
mint(uint256 amount) returns (uint256)
mintFor(address to, uint256 amount) returns (uint256)
rebase()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferAll(address to) returns (bool)
transferAllFrom(address from, address to) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateOracle(address oracle_)
withdraw(uint256 uAmount) returns (uint256)
withdrawAll() returns (uint256)
withdrawAllTo(address to) returns (uint256)
withdrawTo(address to, uint256 uAmount) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
OracleUpdated(address oracle)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rebase(uint256 indexed epoch, uint256 newScalar)
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.