ENF ETH HF
Verified contract
Proxy
Active on
Ethereum with 16 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 44 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
7 additional
variables
Balances ($0.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NOTE | ERC-20 | 2.324696 | $0.053495 |
$0.12 | |
CRV | ERC-20 | 0.000039 | $0.674495 |
$0 | |
CVX | ERC-20 | 0.000001 | $5.45 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16676900 | 2 years ago | | | 0 | 0.0028359078 | |
| 16675593 | 2 years ago | | | 0 | 0.0049571115 | |
| 16645988 | 2 years ago | | | 0.5 | 0.059794048 | |
| 16645908 | 2 years ago | | | 0.1 | 0.011080140 | |
| 16633836 | 2 years ago | | | 0 | 0.00080831815 | |
| 16632958 | 2 years ago | | | 0 | 0.039046744 | |
| 16631508 | 2 years ago | | | 0 | 0.0074646942 | |
| 16631284 | 2 years ago | | | 0 | 0.0010790996 | |
| 16627234 | 2 years ago | | | 0.1 | 0.031973825 | |
| 16627126 | 2 years ago | | | 0.01 | 0.0050132071 |
ABI
ABI objects
Getter at block 21310821 totalAssets() view returns (uint256)
asset() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
assetDecimal() view returns (uint256)
1000000000000000000
controller() view returns (address)
0x1a44d007d44a88d23a923f3bf4f40f755063a5d0
decimals() view returns (uint8)
18
depositApprover() view returns (address)
0x0000000000000000000000000000000000000000
depositThres() view returns (uint256)
10
exchange() view returns (address)
0xd359d65cf9ab8572323dc8102ac579bad38ac713
maxDeposit() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxWithdraw() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
ENF ETH HF
owner() view returns (address)
0xc3fd2bcb524af31963b3e3bb670f28ba14718244
paused() view returns (bool)
false
symbol() view returns (string)
ENF_ETH_HF
totalSupply() view returns (uint256)
577927337365613147
version() view returns (string)
3.0
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
convertToAssets(uint256 shares) view returns (uint256)
convertToShares(uint256 assets) view returns (uint256)
pendingReward(address account, uint256 assetNum) view returns (uint256 pending)
swapIndexes(uint256) view returns (bytes32)
swapRouters(uint256) view returns (address)
userInfo(address, address) view returns (uint256 rewardDebt, uint256 pendingReward)
userLastDeposit(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
claim(bool toAsset, address receiver)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 assets, address receiver) payable returns (uint256 shares)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _asset, string _name, string _symbol, address _weth, uint256 _assetDecimal)
pause()
redeem(uint256 shares, address receiver, uint8 mode) returns (uint256 assets)
renounceOwnership()
resume()
setController(address _controller)
setDepositApprover(address _approver)
setDepositThres(uint256 _depositThres)
setExchange(address _exchange)
setMaxDeposit(uint256 _maxDeposit)
setMaxWithdraw(uint256 _maxWithdraw)
setSwapPath(address[] _swapRouters, bytes32[] _swapIndexes)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 assets, address receiver, uint8 mode) returns (uint256 shares)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address[] indexed rewards, address indexed caller, address indexed owner, uint256[] amounts)
Deposit(address indexed asset, address indexed caller, address indexed owner, uint256 assets, uint256 shares)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetController(address controller)
SetDepositApprover(address depositApprover)
SetExchange(address exchange)
SetMaxDeposit(uint256 maxDeposit)
SetMaxWithdraw(uint256 maxWithdraw)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed asset, address indexed caller, address indexed owner, uint256 assets, uint256 shares, uint256 fee)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.