AutoCompoundingConvexFrax
Verified contract
Proxy
Active on
Ethereum with 137 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
-
variable spans 48 additional slots
-
variable spans 47 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
frxETHCRV | ERC-20 | 19.245971 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243666 | 3 days ago | | | 0 | 0.061771083 | |
| 21147921 | 16 days ago | | | 0 | 0.00039215281 | |
| 21133242 | 18 days ago | | | 0 | 0.0011179775 | |
| 21024295 | a month ago | | | 0 | 0.00038651255 | |
| 20731026 | 2 months ago | | | 0 | 0.0095527308 | |
| 20674366 | 3 months ago | | | 0 | 0.0048755344 | |
| 20661477 | 3 months ago | | | 0 | 0.00023325643 | |
| 20658495 | 3 months ago | | | 0 | 0.00010907166 | |
| 20629722 | 3 months ago | | | 0 | 0.00016448424 | |
| 20628658 | 3 months ago | | | 0 | 0.00029749313 |
ABI
ABI objects
Getter at block 21261771
locks() view returns (uint64 duration, uint64 unlockAt, uint128 pendingToUnlock, bytes32 key)
(duration=604800, unlockAt=1732888067, pendingToUnlock=0, key=0x8d600aa02e4cb9488483e5b9cfec806b0d8d849ad7fe8945a092623d1fc54587)
name() view returns (string)
AutoCompoundingConvexFrax
operator() view returns (address)
0xb15ad6113264094fd9bf2238729410a07ebe5aba
owner() view returns (address)
0xa0fb1b11cca5871fb0225b64308e249b97804e99
paused() view returns (bool)
false
pendingToLock() view returns (uint256)
0
pid() view returns (uint256)
36
token() view returns (address)
0xf43211935c781d5ca1a41d2041f397b8a7366c7a
vault() view returns (address)
0x838e26a1a00d233963109e1211dfe8cb05e1792e
Read-only
getUserLocks(address _account) view returns (struct AutoCompoundingConvexFraxStrategyUserLockedBalance[] _list)
rewards(uint256) view returns (address)
userLocks(address, uint256) view returns (uint128 balance, uint64 unlockAt, uint64 _unused)
State-modifying
Events claim(address _account)
deposit(address, uint256 _amount)
execute(address _to, uint256 _value, bytes _data) payable returns (bool, bytes)
finishMigrate(address _newStrategy)
harvest(address _zapper, address _intermediate) returns (uint256 _amount)
initialize(address _operator, address _token, uint256 _pid, address[] _rewards)
prepareMigrate(address _newStrategy)
renounceOwnership()
setPaused(bool _status)
transferOwnership(address newOwner)
updateLockDuration(uint64 _duraion)
updateRewards(address[] _rewards)
withdraw(address _recipient, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
receive()
This contract contains no error objects.