Hegic DAI LP Token
Verified contract
Active on
Ethereum with 132 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,292.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 2.289993K | $1.001 |
$2,292.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12620371 | 3 years ago | | | 0 | 0.0032702400 | |
| 11321499 | 4 years ago | | | 0 | 0.010043600 | |
| 11321495 | 4 years ago | | | 0 | 0.0099701920 | |
| 11320769 | 4 years ago | | | 0 | 0.0024733800 | |
| 11309966 | 4 years ago | | | 0 | 0.0013390440 | |
| 11302578 | 4 years ago | | | 0 | 0.0085901508 | |
| 11302509 | 4 years ago | | | 0 | 0.0078222760 | |
| 11236857 | 4 years ago | | | 0 | 0.0042268892 | |
| 11225423 | 4 years ago | | | 0 | 0.0021612000 | |
| 11225415 | 4 years ago | | | 0 | 0.0021608400 |
ABI
ABI objects
Getter at block 21177594
availableBalance() view returns (uint256 balance)
2117168186857536407950
decimals() view returns (uint8)
18
lockedAmount() view returns (uint256)
158697000000000000000
lockedPremium() view returns (uint256)
14127937867706249037
lockupPeriod() view returns (uint256)
1209600
name() view returns (string)
Hegic DAI LP Token
owner() view returns (address)
0xd45cc8321e3015608cfb2d51668ffe03db80f3be
symbol() view returns (string)
writeDAI
token() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
totalBalance() view returns (uint256 balance)
2275865186857536407950
totalSupply() view returns (uint256)
2126460190085296758399780
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
shareOf(address user) 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 amount)
provide(uint256 amount, uint256 minMint) returns (uint256 mint)
renounceOwnership()
send(address to, uint256 amount)
sendPremium(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 amount)
unlockPremium(uint256 amount)
withdraw(uint256 amount, uint256 maxBurn) returns (uint256 burn)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.