SDAOTokenStaking
Verified contract
Active on
Ethereum with 30,285 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,102,503.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SDAO | ERC-20 | 7.070595M | $0.217881 |
$1,540,548.29 | |
AGIX | ERC-20 | 944.870135K | $0.585352 |
$553,081.62 | |
WETH | ERC-20 | 2.641919 | $3,319.17 |
$8,768.98 | |
BUSD | ERC-20 | 105 | $0.996307 |
$104.61 | |
ZKAI | ERC-20 | 3.885728M | -- | -- | |
UNI-V2 | ERC-20 | 1.795731K | -- | -- | |
UNI-V2 | ERC-20 | 19.678184 | -- | -- | |
UNI-V2 | ERC-20 | 17.483001 | -- | -- | |
UNI-V2 | ERC-20 | 0.007852 | -- | -- | |
UNI-V2 | ERC-20 | 0.001948 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271159 | 12 hours ago | | | 0 | 0.00050670076 | |
| 21267005 | a day ago | | | 0 | 0.0015464372 | |
| 21266783 | a day ago | | | 0 | 0.0012417716 | |
| 21266263 | a day ago | | | 0 | 0.0017017910 | |
| 21265228 | a day ago | | | 0 | 0.0011675204 | |
| 21263212 | 2 days ago | | | 0 | 0.00077699284 | |
| 21260354 | 2 days ago | | | 0 | 0.00061855004 | |
| 21260349 | 2 days ago | | | 0 | 0.00065399476 | |
| 21259724 | 2 days ago | | | 0 | 0.00096112339 | |
| 21259702 | 2 days ago | | | 0 | 0.00081829489 |
ABI
ABI objects
Getter at block 21274779
owner() view returns (address)
0xcd231d4ba7b15a4722ac057419d9cd7689e7b8db
poolLength() view returns (uint256)
8
rewardsToken() view returns (address)
0x993864e43caa7f7f12953ad6feb1d1ca635b875f
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.