EthCompoundPCVDeposit
Verified contract
Active on
Ethereum with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4ddc…0ed5
Balances ($6.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cETH | ERC-20 | 0.105945 | $63.08 |
$6.68 | |
CLND | ERC-20 | 54.213254K | -- | -- | |
FURY | ERC-20 | 4.065264K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14954811 | 2 years ago | | | 0 | 0.014070338 | |
| 14933372 | 2 years ago | | | 0 | 0.0088339642 | |
| 14933347 | 2 years ago | | | 0.1 | 0.0010866514 | |
| 13123983 | 3 years ago | | | 0 | 0.013983141 |
ABI
ABI objects
Getter at block 21223638
CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x899bd46557473cb80307a9dabc297131ced39608330a2d29b2d52b660c03923e
balance() view returns (uint256)
2129487578076448
cToken() view returns (address)
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5
core() view returns (address)
0x8d5ed43dca8c2f7dfb20cf7b53cc7e593635d7b9
fei() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
feiBalance() view returns (uint256)
0
paused() view returns (bool)
false
tribe() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
tribeBalance() view returns (uint256)
0
Read-only
isContractAdmin(address _admin) view returns (bool)
State-modifying
Events deposit()
pause()
setContractAdminRole(bytes32 newContractAdminRole)
setCore(address newCore)
unpause()
withdraw(address to, uint256 amountUnderlying)
withdrawERC20(address token, address to, uint256 amount)
withdrawETH(address to, uint256 amountOut)
ContractAdminRoleUpdate(bytes32 indexed oldContractAdminRole, bytes32 indexed newContractAdminRole)
CoreUpdate(address indexed oldCore, address indexed newCore)
Deposit(address indexed _from, uint256 _amount)
Paused(address account)
Unpaused(address account)
WithdrawERC20(address indexed _caller, address indexed _token, address indexed _to, uint256 _amount)
WithdrawETH(address indexed _caller, address indexed _to, uint256 _amount)
Withdrawal(address indexed _caller, address indexed _to, uint256 _amount)
constructor(address _core, address _cToken)
receive()
This contract contains no error objects.