BbdNftStaking

Verified contract

Active on Ethereum with 3,894 txns
Deployed by via 0x14fa9a93 at 15504292
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#229)
ERC-1555
--
 (#229)
ERC-1555
--
 (#9998)
ERC-721
--
 (#9994)
ERC-721
--
 (#9993)
ERC-721
--
 (#9992)
ERC-721
--
 (#9969)
ERC-721
--
 (#9963)
ERC-721
--
 (#9952)
ERC-721
--
 (#9950)
ERC-721
--
0x85196459352420b5620f13c4fad09dcf8753606cb320f6af232d6be75cc7cf76
0x841820394deaa9bb5c2dbef5a26db3cef527a403661293f5d5b620a7e66aa098
0xd67975b13d216d24feddac0b7c97cadc37018065d11f8057fc1ef8dc32083636
0x6248c8f54193ce40afdcc039c9a989b59932272f9ca48dda93198b874855ecaf
0x6e7c22e757f70578e9222bf8716d40ca7c53ef6d31d5c5dbae19e56c0a212149
0xaea2a8ca0c00a713ab3f03ca304601833109176337e96032a36d8e33662a536d
0x7c37cb2abc569ab60a9b8217c666236f63b828879a533ddd155d899687e81e35
0x568e1d1e3ace60677385e2ef4c8128d2a574b085a581d8d8d18017520e47adb8
0x9e5818e29de0c283cc2474ecb38e1027a785058606c9a991f74caf35b77464d1
0x36f61f63a0e250059becc7567ec827ed861ac4e7420b5fe662eb04c03cb11310

Functions
Getter at block 21416410
lockDuration(view returns (uint256)
7776000
owner(view returns (address)
0x52a40a9f8245060f5d320dff8e8fec4fd4c19086
rewardToken(view returns (address)
0xd260c7ae9c8e425f02354e799ca2eb276410570a
stakeToken(view returns (address)
0xd9f092bdf2b6eaf303fc09cc952e94253ae32fae
Read-only
deposits(uint256view returns (address depositoruint64 lockStart)
State-modifying
onERC721Received(addressaddressuint256bytesreturns (bytes4)
renounceOwnership(
setLockTime(uint256 _lockDuration
stake(uint256[] tokenIds
transferOwnership(address newOwner
withdraw(uint256[] tokenIds
Events
Deposit(address indexed useruint256[] tokenIDs
LockDurationUpdated(uint256 newLockDuration
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Withdrawal(address indexed useruint256[] tokenIDs
Constructor
constructor(address _stakeTokenaddress _rewardTokenuint256 _lockDuration
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyStaked(uint256 tokenId
AlreadyWithdrawn(uint256 tokenId
CantWithdrawYet(uint256 tokenId
NeverStaked(uint256 tokenId
NotOwner(uint256 tokenId