SpiderDAONest1
Verified contract
Active on
Ethereum with 163 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 | 223.538842K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13505261 | 3 years ago | | | 0 | 0.0030780114 | |
| 13081553 | 3 years ago | | | 0 | 0.0047698260 | |
| 13015526 | 3 years ago | | | 0 | 0.0028996780 | |
| 12854028 | 3 years ago | | | 0 | 0.0016667600 | |
| 12841357 | 3 years ago | | | 0 | 0.0024997800 | |
| 12787316 | 3 years ago | | | 0 | 0.0034168580 | |
| 12780995 | 3 years ago | | | 0 | 0.0034153820 | |
| 12709860 | 3 years ago | | | 0 | 0.00083338000 | |
| 12706955 | 3 years ago | | | 0 | 0.00083314000 | |
| 12669045 | 3 years ago | | | 0 | 0.00083338000 |
ABI
ABI objects
Getter at block 21385532
ONE_MONTH() view returns (uint256)
2592000
REWARD_PERC() view returns (uint256)
3
name() view returns (string)
SpiderDAO Nest 1 Month
owner() view returns (address)
0x9486a25530ff059aa8bd6d1ab74e4c65527140fc
rewardAddress() view returns (address)
0x9486a25530ff059aa8bd6d1ab74e4c65527140fc
rewardBalance() view returns (uint256)
0
stakedBalance() view returns (uint256)
223538841598281753163948
stakedTotal() view returns (uint256)
223538841598281753163948
stakingCap() view returns (uint256)
30000000000000000000000000
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.