Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb957…a55a
Balances ($48,619.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAO | ERC-20 | 110.362234K | $0.440158 |
$48,576.82 | |
YIELD | ERC-20 | 30.026045K | $0.00142 |
$42.63 | |
TKX | ERC-20 | 0.000056 | $13.65 |
$0 | |
COLLAR | ERC-20 | 10M | -- | -- | |
UNI-V2 | ERC-20 | 0.000422 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15926144 | 2 years ago | | | 0 | 0.0019495716 | |
| 15926139 | 2 years ago | | | 0 | 0.0028438821 | |
| 15507197 | 2 years ago | | | 0 | 0.0012182149 | |
| 15429131 | 2 years ago | | | 0 | 0.0029164007 | |
| 15429097 | 2 years ago | | | 0 | 0.0022249052 | |
| 15345375 | 2 years ago | | | 0 | 0.00077205451 | |
| 15345355 | 2 years ago | | | 0 | 0.00094107380 | |
| 15265276 | 2 years ago | | | 0 | 0.00099603473 | |
| 15265273 | 2 years ago | | | 0 | 0.0011813193 | |
| 15135207 | 2 years ago | | | 0 | 0.0068131260 |
ABI
ABI objects
Getter at block 21324654
SECS_EPOCH() view returns (uint256)
86400
erc20() view returns (address)
0xa8b61cff52564758a204f841e636265bebc8db9b
manager() view returns (address)
0xb957270191a77fb7db1c3355de8fd4c22053a55a
paidOut() view returns (uint256)
1482603955492342268850553
rewardPerBlock() view returns (uint256)
4830291045532907413
startBlock() view returns (uint256)
12825887
totalAllocPoint() view returns (uint256)
1
Read-only
poolInfo(uint256) view returns (address stakingToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accERC20PerShare, uint256 supply, bool isLP, bool isBurnable)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lastClaimTime, uint256 withdrawTime)
State-modifying
Events add(uint256 _allocPoint, address _stakingToken, bool _isLP, bool _isBurnable, bool _withUpdate)
claim(uint256 _pid)
deposit(uint256 _pid, address _depositor, uint256 _amount)
emergencyWithdrawRewards(address _receiver)
fund(address _funder, uint256 _amount)
massUpdatePools()
move(uint256 _pid, address _mover)
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
unstake(uint256 _pid)
updatePool(uint256 _pid)
withdraw(uint256 _pid)
Claim(address indexed user, uint256 indexed pid)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
Initialize(address erc20, uint256 rewardPerBlock, uint256 startBlock, address manager)
Unstake(address indexed user, uint256 indexed pid)
Withdraw(address indexed user, uint256 indexed pid)
constructor(address _erc20, uint256 _rewardPerBlock, uint256 _startBlock, address _manager)
This contract contains no fallback and receive objects.
This contract contains no error objects.