Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9f48…4935
Balances ($266,215.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAO | ERC-20 | 609.884696K | $0.436485 |
$266,205.52 | |
YIELD | ERC-20 | 6.599177K | $0.001475 |
$9.73 | |
TKX | ERC-20 | 0.000056 | $11.52 |
$0 | |
COLLAR | ERC-20 | 10M | -- | -- | |
XETA | ERC-20 | 25M | -- | -- | |
NTVRK | ERC-20 | 9.254K | -- | -- | |
UNI-V2 | ERC-20 | 855.341229 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20625666 | 3 months ago | | | 0 | 0.000087071452 | |
| 20577193 | 3 months ago | | | 0 | 0.00012341046 | |
| 20577191 | 3 months ago | | | 0 | 0.00015509093 | |
| 20018556 | 6 months ago | | | 0 | 0.00086206507 | |
| 20018550 | 6 months ago | | | 0 | 0.00080435633 | |
| 19594767 | 8 months ago | | | 0 | 0.00085087015 | |
| 19312732 | 9 months ago | | | 0 | 0.0046303897 | |
| 19312724 | 9 months ago | | | 0 | 0.0019833803 | |
| 19312722 | 9 months ago | | | 0 | 0.0048790373 | |
| 18833204 | a year ago | | | 0 | 0.0027903818 |
ABI
ABI objects
Getter at block 21246757
SECS_EPOCH() view returns (uint256)
86400
endBlock() view returns (uint256)
12437914
erc20() view returns (address)
0xa8b61cff52564758a204f841e636265bebc8db9b
manager() view returns (address)
0x9f48313c86249a8a369c830ce0379cb634b94935
paidOut() view returns (uint256)
693400822846154244787530
rewardPerBlock() view returns (uint256)
1634423130400000000
startBlock() view returns (uint256)
12009631
totalAllocPoint() view returns (uint256)
100
Read-only
poolInfo(uint256) view returns (address stakingToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accERC20PerShare, uint256 supply, bool isLP)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lastClaimTime, uint256 withdrawTime)
State-modifying
Events add(uint256 _allocPoint, address _stakingToken, bool _isLP, bool _withUpdate)
claim(uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdrawRewards()
fund(uint256 _amount)
massUpdatePools()
move(uint256 _pid)
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.