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 "EthTokemakPCVDeposit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14661021 | 3 years ago | | | 0 | 0.0037494545 | |
| 14216104 | 3 years ago | | | 0 | 0.0032216567 | |
| 14084165 | 3 years ago | | | 0 | 0.0092201233 | |
| 13815140 | 3 years ago | | | 0 | 0.0036550487 | |
| 13751765 | 3 years ago | | | 0 | 0.0094050278 |
ABI
ABI objects
Getter at block 21221207
CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x6c9ecf07a5886fd74a8d32f4d3c317a7d5e5b5c7a073a3ab06c217e9ce5288e3
balance() view returns (uint256)
0
balanceReportedIn() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
core() view returns (address)
0x8d5ed43dca8c2f7dfb20cf7b53cc7e593635d7b9
fei() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
feiBalance() view returns (uint256)
0
paused() view returns (bool)
false
pool() view returns (address)
0xd3d13a578a53685b4ac36a1bab31912d2b2a2f36
resistantBalanceAndFei() view returns (uint256, uint256)
(0, 0)
rewards() view returns (address)
0x79dd22579112d8a5f7347c5ed7e609e60da713c5
token() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
tribe() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
tribeBalance() view returns (uint256)
0
Read-only
isContractAdmin(address _admin) view returns (bool)
State-modifying
Events claimRewards(uint256 cycle, uint256 amount, uint8 v, bytes32 r, bytes32 s)
deposit()
pause()
requestWithdrawal(uint256 amountUnderlying)
setContractAdminRole(bytes32 newContractAdminRole)
setCore(address newCore)
unpause()
withdraw(address to, uint256 amountUnderlying)
withdrawERC20(address token, address to, uint256 amount)
withdrawETH(address to, uint256 amountOut)
ClaimRewards(address indexed _caller, address indexed _token, address indexed _to, uint256 _amount)
ContractAdminRoleUpdate(bytes32 indexed oldContractAdminRole, bytes32 indexed newContractAdminRole)
CoreUpdate(address indexed oldCore, address indexed newCore)
Deposit(address indexed _from, uint256 _amount)
Paused(address account)
RequestWithdrawal(address indexed _caller, address indexed _to, uint256 _amount)
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 _pool, address _rewards)
receive()
This contract contains no error objects.