SDAOTokenStaking
Verified contract
Active on
Ethereum with 19,763 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($490,743.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HyPC | ERC-20 | 2.473019M | $0.198419 |
$490,693.95 | |
USDC | ERC-20 | 50 | $0.999278 |
$49.96 | |
UNI-V2 | ERC-20 | 0.000647 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21291239 | 12 hours ago | | | 0 | 0.00046671021 | |
| 21288872 | 20 hours ago | | | 0 | 0.00031284364 | |
| 21288871 | 20 hours ago | | | 0 | 0.00050876143 | |
| 21285759 | a day ago | | | 0 | 0.00051046154 | |
| 21285755 | a day ago | | | 0 | 0.00064596141 | |
| 21274413 | 3 days ago | | | 0 | 0.00099182881 | |
| 21274305 | 3 days ago | | | 0 | 0.00083572127 | |
| 21271991 | 3 days ago | | | 0 | 0.00083214388 | |
| 21268569 | 4 days ago | | | 0 | 0.00051614510 | |
| 21268017 | 4 days ago | | | 0 | 0.00087980211 |
ABI
ABI objects
Getter at block 21294689
owner() view returns (address)
0xcd231d4ba7b15a4722ac057419d9cd7689e7b8db
poolLength() view returns (uint256)
2
rewardsToken() view returns (address)
0xea7b7dc089c9a4a916b5a7a37617f59fd54e37e4
totalRewardsReceived() view returns (uint256)
0
Read-only
lpToken(uint256) view returns (address)
pendingRewards(uint256 _pid, address _user) view returns (uint256 pending)
poolInfo(uint256) view returns (uint256 tokenPerBlock, uint256 lpSupply, uint256 accRewardsPerShare, uint256 lastRewardBlock, uint256 endOfEpochBlock)
sdaoPerBlock(uint256 _pid) view returns (uint256 amount)
userInfo(uint256, address) view returns (uint256 amount, int256 rewardDebt)
State-modifying
Events add(address _lpToken, uint256 _sdaoPerBlock, uint256 _endOfEpochBlock)
addRewards(uint256 amount)
deposit(uint256 _pid, uint256 _amount, address _to)
emergencyWithdraw(uint256 _pid, address _to)
extendPool(uint256 _pid, uint256 _sdaoPerBlock, uint256 _endOfEpochBlock)
harvest(uint256 _pid, address _to)
massUpdatePools(uint256[] pids)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(uint256 _pid, uint256 _amount, address _to)
withdrawAndHarvest(uint256 _pid, uint256 _amount, address _to)
withdrawETHAndAnyTokens(address token)
Deposit(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
ExtendPool(uint256 indexed pid, uint256 rewardBlock, uint256 endOfEpochBlock)
Harvest(address indexed user, uint256 indexed pid, uint256 amount)
LogPoolAddition(uint256 indexed pid, address indexed lpToken)
LogUpdatePool(uint256 indexed pid, uint256 lastRewardBlock, uint256 lpSupply, uint256 accRewardsPerShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsAdded(uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
constructor(address _rewardsToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.