Cream ETH 2
Verified contract
Active on
Ethereum with 2,144 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa946…7f53
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,600.86 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21094965 | a month ago | | | 0 | 0.00015180094 | |
| 21094947 | a month ago | | | 0 | 0.00014253300 | |
| 21094910 | a month ago | | | 0 | 0.00013661200 | |
| 20751911 | 2 months ago | | | 0 | 0.000039384765 | |
| 20553660 | 3 months ago | | | 0 | 0.000026130636 | |
| 20398536 | 4 months ago | | | 0 | 0.00011633725 | |
| 20250867 | 5 months ago | | | 0 | 0.000046053178 | |
| 20250575 | 5 months ago | | | 0 | 0.000049639151 | |
| 20250542 | 5 months ago | | | 0 | 0.000050755940 | |
| 20250535 | 5 months ago | | | 0 | 0.000078869802 |
ABI
ABI objects
Getter at block 21294686
VALIDATOR_AMOUNT() view returns (uint256)
32000000000000000000
accumulated() view returns (uint256)
25184000000000000000414
admin() view returns (address)
0x6d5a7597896a703fe8c85775b23395a48f971305
breaker() view returns (bool)
true
cap() view returns (uint256)
32000000000000000000000
decimals() view returns (uint8)
18
eth2DepositContract() view returns (address)
0x00000000219ab540356cbb839cbe05303d7705fa
name() view returns (string)
Cream ETH 2
oracle() view returns (address)
0xa9465f75eecfa4293abcafc02d68e79bd4167f53
symbol() view returns (string)
CRETH2
totalSupply() view returns (uint256)
25166580578331153708070
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit() payable
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseCap(uint256 _cap)
setAdmin(address _admin)
setBreaker(bool _breaker)
setOracle(address _oracle)
stake(bytes[] pubkeys, bytes[] withdrawal_credentials, bytes[] signatures, bytes32[] deposit_data_roots) payable
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 creth2Amount)
Approval(address indexed owner, address indexed spender, uint256 value)
DepositEvent(address account, uint256 ethAmount, uint256 creth2Amount)
StakeEvent(bytes pubkey, bytes withdrawal_credentials, bytes signature)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrawEvent(address account, uint256 ethAmount, uint256 creth2Amount)
constructor(address _oracle, uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.