SDAOTokenStaking
Verified contract
Active on
Ethereum with 4,433 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18,071.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SDAO | ERC-20 | 73.668545K | $0.245309 |
$18,071.56 | |
UNI-V2 | ERC-20 | 343.673299 | -- | -- | |
UNI-V2 | ERC-20 | 0.002143 | -- | -- | |
UNI-V2 | ERC-20 | 0.001232 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19892560 | 6 months ago | | | 0 | 0.00039667340 | |
| 19411207 | 8 months ago | | | 0 | 0.0063573064 | |
| 18872283 | a year ago | | | 0 | 0.0017934335 | |
| 16582897 | 2 years ago | | | 0 | 0.0027121665 | |
| 16444366 | 2 years ago | | | 0 | 0.00083902595 | |
| 16444211 | 2 years ago | | | 0 | 0.00085274177 | |
| 15718235 | 2 years ago | | | 0 | 0.0044089858 | |
| 15718228 | 2 years ago | | | 0 | 0.0045682073 | |
| 15718225 | 2 years ago | | | 0 | 0.0047107227 | |
| 15711907 | 2 years ago | | | 0 | 0.0027420362 |
ABI
ABI objects
Getter at block 21256569
owner() view returns (address)
0xcd231d4ba7b15a4722ac057419d9cd7689e7b8db
pointsAllocator() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
5
rewardsToken() view returns (address)
0x993864e43caa7f7f12953ad6feb1d1ca635b875f
totalRewardsReceived() view returns (uint256)
80000000000000000000000
Read-only
lpToken(uint256) view returns (address)
pendingRewards(uint256 _pid, address _user) view returns (uint256 pending)
poolInfo(uint256) view returns (uint256 tokenPerBlock, uint256 lpSupply, uint128 accRewardsPerShare, uint64 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, uint64 _endofepochblock)
addRewards(uint256 amount)
deposit(uint256 _pid, uint256 _amount, address _to)
emergencyWithdraw(uint256 _pid, address _to)
harvest(uint256 _pid, address _to)
massUpdatePools(uint256[] pids)
renounceOwnership()
setPointsAllocator(address _pointsAllocator)
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)
Harvest(address indexed user, uint256 indexed pid, uint256 amount)
LogPoolAddition(uint256 indexed pid, address indexed lpToken)
LogUpdatePool(uint256 indexed pid, uint64 lastRewardBlock, uint256 lpSupply, uint256 accRewardsPerShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PointsAllocatorSet(address pointsAllocator)
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.