Hegic ETH LP Token
Verified contract
Active on
Ethereum with 4,898 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($229,434.87)
Native
Value
$229,434.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 63.937752 | $3,588.41 |
$229,434.87 | |
XOT | ERC-20 | 0.00005 | $9.02 |
$0 | |
writeETH | ERC-20 | 423.268946 | -- | -- | |
writeETH | ERC-20 | 205.149728 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20688477 | 3 months ago | | | 0 | 0.000028831463 | |
| 20367104 | 4 months ago | | | 0 | 0.000064383327 | |
| 20144124 | 5 months ago | | | 0 | 0.000065110108 | |
| 20118719 | 5 months ago | | | 0 | 0.00019826646 | |
| 20118719 | 5 months ago | | | 0 | 0.00019826646 | |
| 20067680 | 6 months ago | | | 0 | 0.00019525116 | |
| 19929527 | 6 months ago | | | 0 | 0.00025617563 | |
| 19929384 | 6 months ago | | | 0 | 0.00031479675 | |
| 19684173 | 7 months ago | | | 0 | 0.00033641000 | |
| 19669293 | 7 months ago | | | 0 | 0.0013329334 |
ABI
ABI objects
Getter at block 21290747
INITIAL_RATE() view returns (uint256)
1000
availableBalance() view returns (uint256 balance)
58113711648371115103
decimals() view returns (uint8)
18
lockedAmount() view returns (uint256)
5150000000000000000
lockedPremium() view returns (uint256)
674040573058584276
lockupPeriod() view returns (uint256)
1209600
name() view returns (string)
Hegic ETH LP Token
owner() view returns (address)
0xefc0eeadc1132a12c9487d800112693bf49ecfa2
symbol() view returns (string)
writeETH
totalBalance() view returns (uint256 balance)
63263711648371115103
totalSupply() view returns (uint256)
76312882592982641947863
Read-only
_revertTransfersInLockUpPeriod(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lastProvideTimestamp(address) view returns (uint256)
lockedLiquidity(uint256) view returns (uint256 amount, uint256 premium, bool locked)
shareOf(address account) view returns (uint256 share)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 id, uint256 amount) payable
provide(uint256 minMint) payable returns (uint256 mint)
renounceOwnership()
revertTransfersInLockUpPeriod(bool value)
send(uint256 id, address to, uint256 amount)
setLockupPeriod(uint256 value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock(uint256 id)
withdraw(uint256 amount, uint256 maxBurn) returns (uint256 burn)
Approval(address indexed owner, address indexed spender, uint256 value)
Loss(uint256 indexed id, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Profit(uint256 indexed id, uint256 amount)
Provide(address indexed account, uint256 amount, uint256 writeAmount)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed account, uint256 amount, uint256 writeAmount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.