Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5e7b…c6b1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YYU | ERC-20 | 14.015589M | -- | -- | |
UNI-V2 | ERC-20 | 182 | -- | -- | |
UNI-V2 | ERC-20 | 138.691725 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18193287 | a year ago | | | 0 | 0.0010320938 | |
| 18193285 | a year ago | | | 0 | 0.0011567724 | |
| 13431940 | 3 years ago | | | 0 | 0.0097002184 | |
| 13431939 | 3 years ago | | | 0 | 0.0094737995 | |
| 12300695 | 4 years ago | | | 0 | 0.0071735390 | |
| 12300695 | 4 years ago | | | 0 | 0.0055569170 | |
| 12300695 | 4 years ago | | | 0 | 0.0082159070 | |
| 11624294 | 4 years ago | | | 0 | 0.0068495630 | |
| 11624157 | 4 years ago | | | 0 | 0.0069741650 | |
| 11624157 | 4 years ago | | | 0 | 0.0076882850 |
ABI
ABI objects
Getter at block 21216253
BONUS_MULTIPLIER() view returns (uint256)
80
FIVE_MILLION_BLOCKS() view returns (uint256)
5000000
bonusEndBlock() view returns (uint256)
11435500
devaddr() view returns (address)
0x76e4a6f92663f59aa0252899111f669dd5ed4b49
owner() view returns (address)
0x2ded621d111dc4e17e109c82ec1c2ae6ad200d9d
poolLength() view returns (uint256)
2
startBlock() view returns (uint256)
11385500
totalAllocPoint() view returns (uint256)
1100
yucan() view returns (address)
0x5e7bed6a5c8ef7ab019aaff2a2ecec5f6b40c6b1
yucanPerBlock() view returns (uint256)
625000000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingYucan(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPlutusPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
burn(uint256 amount)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _yucan, address _devaddr, uint256 _yucanPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.