Staking
Verified contract
Active on
Ethereum with 2,688 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x59c0…ec01
0xadf0…ad76
Balances ($0.00)
No balances found for "Staking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16575179 | 2 years ago | | | 0 | 0.00093152633 | |
| 16570148 | 2 years ago | | | 0 | 0.0030679854 | |
| 16569601 | 2 years ago | | | 0 | 0.0037548396 | |
| 16568649 | 2 years ago | | | 0 | 0.00075901685 | |
| 16568636 | 2 years ago | | | 0 | 0.0080057446 | |
| 16567731 | 2 years ago | | | 0 | 0.0061819550 | |
| 16567528 | 2 years ago | | | 0 | 0.012298336 | |
| 16566273 | 2 years ago | | | 0 | 0.00061786593 | |
| 16565951 | 2 years ago | | | 0 | 0.020242079 | |
| 16565950 | 2 years ago | | | 0 | 0.00080121620 |
ABI
ABI objects
Getter at block 21291335
MAXIMUM_GLOBAL_SHELL() view returns (uint256)
90000000000000000000000000
SHELL_SUPPLIED_LOW() view returns (uint256)
24000000000000000000000000
SHELL_SUPPLIED_MEDIUM() view returns (uint256)
60000000000000000000000000
dailyShellRate() view returns (uint256)
3000000000000000000
lastClaimTimestamp() view returns (uint256)
1675752059
owner() view returns (address)
0xdcfbfc012a914758c4b62527a2770527b3279826
paused() view returns (bool)
false
shell() view returns (address)
0xadf0ac3059400edfb6131b9fe65feea6ca83ad76
totalShellEarned() view returns (uint256)
3659413469583333333332427
totalTurtlesStaked() view returns (uint256)
3043
turtles() view returns (address)
0x59c0e4b889f4c036dd0d6d759c7b37cf91f3ec01
Read-only
amountOfTurtlesStaked(address) view returns (uint256)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
queryStakingDurationInSeconds(uint256 _tokenId) view returns (uint256 time)
queryStakingProfits(uint256[] _tokenIds) view returns (uint256 earnings)
stakedTurtle(uint256) view returns (uint16 tokenId, uint80 time, address owner)
State-modifying
Events claimStakedTurtles(uint16[] _tokenIds, bool _unstake)
decreaseTotalShellEarned(uint256 _amount)
increaseTotalShellEarned(uint256 _amount)
renounceOwnership()
setDailyShellRate(uint256 _shellrate)
setPaused(bool _paused)
stakeTurtles(uint16[] _tokenIds)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TurtleClaimed(uint256 tokenId, uint256 earned, bool unstaked)
TurtleStaked(address owner, uint256 tokenId, uint256 time)
Unpaused(address account)
constructor(address _turtles, address _shell)
This contract contains no fallback and receive objects.
This contract contains no error objects.