BbdNftStaking
Verified contract
Active on
Ethereum with 3,894 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 |
---|---|---|---|---|---|
0x0de9…5356 | ERC-1555 | 1 | -- | -- | |
0x3c5f…5044 | ERC-1555 | 1 | -- | -- | |
BabyDoge | ERC-721 | 1 | -- | -- | |
BabyDoge | ERC-721 | 1 | -- | -- | |
BabyDoge | ERC-721 | 1 | -- | -- | |
BabyDoge | ERC-721 | 1 | -- | -- | |
BabyDoge | ERC-721 | 1 | -- | -- | |
BabyDoge | ERC-721 | 1 | -- | -- | |
BabyDoge | ERC-721 | 1 | -- | -- | |
BabyDoge | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21414783 | 5 hours ago | | | 0 | 0.0023040018 | |
| 21392709 | 3 days ago | | | 0 | 0.0017694268 | |
| 21390406 | 4 days ago | | | 0 | 0.00081942467 | |
| 21383356 | 5 days ago | | | 0 | 0.0017937515 | |
| 21377537 | 5 days ago | | | 0 | 0.0010192998 | |
| 21376928 | 6 days ago | | | 0 | 0.0058306030 | |
| 21368433 | 7 days ago | | | 0 | 0.0040432627 | |
| 21366803 | 7 days ago | | | 0 | 0.0018783321 | |
| 21353934 | 9 days ago | | | 0 | 0.00072271707 | |
| 21353433 | 9 days ago | | | 0 | 0.00078548495 |
ABI
ABI objects
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(uint256) view returns (address depositor, uint64 lockStart)
State-modifying
Events onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setLockTime(uint256 _lockDuration)
stake(uint256[] tokenIds)
transferOwnership(address newOwner)
withdraw(uint256[] tokenIds)
Deposit(address indexed user, uint256[] tokenIDs)
LockDurationUpdated(uint256 newLockDuration)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawal(address indexed user, uint256[] tokenIDs)
constructor(address _stakeToken, address _rewardToken, uint256 _lockDuration)
This contract contains no fallback and receive objects.
AlreadyStaked(uint256 tokenId)
AlreadyWithdrawn(uint256 tokenId)
CantWithdrawYet(uint256 tokenId)
NeverStaked(uint256 tokenId)
NotOwner(uint256 tokenId)