SpiderDAONest3
Verified contract
Active on
Ethereum with 271 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPDR | ERC-20 | 658.576897K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15880910 | 2 years ago | | | 0 | 0.00086043074 | |
| 14409429 | 3 years ago | | | 0 | 0.0030582689 | |
| 13891987 | 3 years ago | | | 0 | 0.0065492000 | |
| 13795914 | 3 years ago | | | 0 | 0.0065483600 | |
| 13687213 | 3 years ago | | | 0 | 0.0065483600 | |
| 13649180 | 3 years ago | | | 0 | 0.0065475200 | |
| 13505261 | 3 years ago | | | 0 | 0.0030780114 | |
| 13437741 | 3 years ago | | | 0 | 0.0072049457 | |
| 13435928 | 3 years ago | | | 0 | 0.0082332800 | |
| 13400483 | 3 years ago | | | 0 | 0.014969600 |
ABI
ABI objects
Getter at block 21318781
DEPOSIT_TIME() view returns (uint256)
7776000
ONE_MONTH() view returns (uint256)
2592000
REWARD_PERC() view returns (uint256)
15
name() view returns (string)
SpiderDAO Nest 3 Month
owner() view returns (address)
0x9486a25530ff059aa8bd6d1ab74e4c65527140fc
rewardAddress() view returns (address)
0x9486a25530ff059aa8bd6d1ab74e4c65527140fc
rewardBalance() view returns (uint256)
0
stakedBalance() view returns (uint256)
658576897389780688583087
stakedTotal() view returns (uint256)
658576897389780688583087
stakingCap() view returns (uint256)
25000000000000000000000000
stakingEnds() view returns (uint256)
1623690000
stakingStarts() view returns (uint256)
1611162000
totalReward() view returns (uint256)
0
Read-only
canWithdraw(address _addy) view returns (bool)
deposited(address) view returns (uint256)
stakeOf(address account) view returns (uint256)
timeStaked(address account) view returns (uint256)
State-modifying
Events emergencyWithdraw()
emergencyWithdrawAdmin()
renounceOwnership()
setDepositEnabled()
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaidOut(address indexed token, address indexed staker_, uint256 amount_, uint256 reward_)
Refunded(address indexed token, address indexed staker_, uint256 amount_)
Staked(address indexed token, address indexed staker_, uint256 requestedAmount_, uint256 stakedAmount_)
constructor(string name_)
This contract contains no fallback and receive objects.
This contract contains no error objects.