UniclyXUnicVault
Verified contract
Active on
Ethereum with 2,931 txns
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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
xUNIC | ERC-20 | 2.268794K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256690 | 25 days ago | | | 0 | 0.0022956123 | |
| 20564521 | 4 months ago | | | 0 | 0.00058567389 | |
| 19553631 | 9 months ago | | | 0 | 0.0038428594 | |
| 19490069 | 9 months ago | | | 0 | 0.0047200032 | |
| 19132266 | a year ago | | | 0 | 0.0042961052 | |
| 19098805 | a year ago | | | 0 | 0.0040553315 | |
| 19098802 | a year ago | | | 0 | 0.0039367247 | |
| 19098799 | a year ago | | | 0 | 0.0038934652 | |
| 18905031 | a year ago | | | 0 | 0.0034908537 | |
| 18704396 | a year ago | | | 0 | 0.0052132827 |
ABI
ABI objects
Getter at block 21432272
UNIC() view returns (address)
0x94e0bab2f6ab1f19f4750e42d7349f2740513ad5
UNIC_MASTERCHEF() view returns (address)
0x4a25e4df835b605a5848d2db450fa600d96ee818
XUNIC() view returns (address)
0xa62fb0c2fb3c7b27797dc04e1fea06c0a2db919a
devFeeDenominator() view returns (uint256)
1000
devaddr() view returns (address)
0xfd57e610ce9936576794a5674a819ada29605a6b
getxUNICRate() view returns (uint256)
1504179202853708512
minBlocksToUpdatePoolInDoHardWork() view returns (uint256)
3600
owner() view returns (address)
0x92b22149fec19094650f3f99dc141c8f77b03c15
Read-only
haveApprovedToken(address) view returns (bool)
pendingxUNICs(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (uint256 totalLPTokens, uint256 accXUNICPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events deposit(uint256 _pid, uint256 _amount)
depositFor(uint256 _pid, uint256 _amount, address _user)
dev(address _devaddr)
doHardWork()
emergencyWithdraw(uint256 _pid)
initialize(address _devaddr)
renounceOwnership()
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
withdrawToken(address tokenToWithdraw, uint256 amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
Dev(address devaddr)
DoHardWork(uint256 numberOfUpdatedPools)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdatePool(uint256 pid)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.