Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf060…9a6f
-
variable spans 5 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LONG | ERC-20 | 58.929765M | -- | -- | |
UNI-V2 | ERC-20 | 322.982384 | -- | -- | |
RES | ERC-20 | 22.39 | -- | -- | |
UNI-V2 | ERC-20 | 0.824432 | -- | -- | |
UNI-V2 | ERC-20 | 0.05 | -- | -- | |
UNI-V2 | ERC-20 | 0.00013 | -- | -- | |
UNI-V2 | ERC-20 | 0.000007 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12407272 | 4 years ago | | | 0 | 0.050505149 | |
| 11113859 | 4 years ago | | | 0 | 0.0043880550 | |
| 11067526 | 4 years ago | | | 0 | 0.0068080500 | |
| 10990066 | 4 years ago | | | 0 | 0.010606104 | |
| 10919400 | 4 years ago | | | 0 | 0.018500685 | |
| 10911056 | 4 years ago | | | 0 | 0.014175840 | |
| 10910972 | 4 years ago | | | 0 | 0.012794030 | |
| 10905899 | 4 years ago | | | 0 | 0.042351852 | |
| 10903115 | 4 years ago | | | 0 | 0.010766340 | |
| 10898814 | 4 years ago | | | 0 | 0.0085965140 |
ABI
ABI objects
Getter at block 21328868
bonusEndBlock() view returns (uint256)
11006000
devaddr() view returns (address)
0x0af72515c8e832f079a628e6744faae20846c6c3
long() view returns (address)
0xf060ba772f1243061afd00c4585e9cd8d7719a6f
longPerBlock() view returns (uint256)
100000000000000000000
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0af72515c8e832f079a628e6744faae20846c6c3
poolLength() view returns (uint256)
10
startBlock() view returns (uint256)
10880000
totalAllocPoint() view returns (uint256)
20
Read-only
BONUS_MULTIPLIER(uint256) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingLong(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accLongPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
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 _long, address _devaddr, uint256 _longPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.