Wrapped UniSwap Liquidity Token
Verified contract
Active on
Ethereum with 313 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6c3e…121a
0x1f98…f984
0x0667…78b0
0x0ec1…e557
0x0d4a…1852
Balances ($882.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 67.650105 | $13.03 |
$881.48 | |
SAKE | ERC-20 | 394.531368 | $0.00154 |
$0.61 | |
PRAY | ERC-20 | 999 | -- | -- | |
AIS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11776197 | 4 years ago | | | 0 | 0.044304054 | |
| 11776155 | 4 years ago | | | 0 | 0.047323890 | |
| 11573133 | 4 years ago | | | 0 | 0.018067271 | |
| 11230455 | 4 years ago | | | 0 | 0.022125986 | |
| 11148436 | 4 years ago | | | 0 | 0.010581172 | |
| 11117334 | 4 years ago | | | 0 | 0.0058065765 | |
| 11103840 | 4 years ago | | | 0 | 0.010658280 | |
| 11100861 | 4 years ago | | | 0 | 0.027381584 | |
| 11100787 | 4 years ago | | | 0 | 0.034897707 | |
| 11092579 | 4 years ago | | | 0 | 0.0062903394 |
ABI
ABI objects
Getter at block 21307340
accSakePerShare() view returns (uint256)
13508271847335043689
accUniPerShare() view returns (uint256)
452279819207490428
decimals() view returns (uint8)
18
isMigrateComplete() view returns (uint8)
0
lastRewardBlock() view returns (uint256)
11776197
lpToken() view returns (address)
0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852
migrator() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Wrapped UniSwap Liquidity Token
owner() view returns (address)
0x142151d3b15b8961f2937cf7880bcd10c050800c
sake() view returns (address)
0x066798d9ef0833ccc719076dab77199ecbd178b0
sakeMaster() view returns (address)
0x0ec1f1573f3a2db0ad396c843e6a079e2a53e557
symbol() view returns (string)
WULP
totalSupply() view returns (uint256)
169893089404618
uniFeeRatio() view returns (uint8)
10
uniStaking() view returns (address)
0x6c3e4cb2e96b01f4b866965a91ed4437839a121a
uniToken() view returns (address)
0x1f9840a85d5af5bf1d1762f925bdaddc4201f984
uniTokenFeeReceiver() view returns (address)
0x1bdafbcaeaaa0f4ec49d161d360c6383c56c6d1d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
pending(address _user) view returns (uint256 _sake, uint256 _uni)
userInfo(address) view returns (uint256 amount, uint256 sakeRewardDebt, uint256 uniRewardDebt, uint256 firstDepositTime)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
emergencyWithdraw()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
migrate()
renounceOwnership()
setMigrator(address _migrator)
setUniTokenFeeReceiver(address _uniTokenFeeReceiver)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updatePool()
withdraw(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed user, uint256 amount)
constructor(address _sakeMaster, address _uniLpToken, address _uniStaking, address _uniToken, address _sake, address _uniTokenFeeReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.