TroversePlanetsStaking
Verified contract
Active on
Ethereum with 3,859 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x762b…39ee
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PLANET | ERC-721 | 1 | -- | -- | |
PLANET | ERC-721 | 1 | -- | -- | |
PLANET | ERC-721 | 1 | -- | -- | |
PLANET | ERC-721 | 1 | -- | -- | |
PLANET | ERC-721 | 1 | -- | -- | |
PLANET | ERC-721 | 1 | -- | -- | |
PLANET | ERC-721 | 1 | -- | -- | |
PLANET | ERC-721 | 1 | -- | -- | |
PLANET | ERC-721 | 1 | -- | -- | |
PLANET | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161331 | 18 hours ago | | | 0 | 0.0017692363 | |
| 21161218 | 18 hours ago | | | 0 | 0.0033326899 | |
| 21155106 | 2 days ago | | | 0 | 0.0019232177 | |
| 21155083 | 2 days ago | | | 0 | 0.040826394 | |
| 21155052 | 2 days ago | | | 0 | 0.011317848 | |
| 21146706 | 3 days ago | | | 0 | 0.0012812963 | |
| 21146551 | 3 days ago | | | 0 | 0.0010817630 | |
| 21146535 | 3 days ago | | | 0 | 0.0020488894 | |
| 21143240 | 3 days ago | | | 0 | 0.0036890965 | |
| 21135423 | 4 days ago | | | 0 | 0.0020596354 |
ABI
ABI objects
Getter at block 21166678
nftCollection() view returns (address)
0x762bc5880f128dcac29cffdde1cf7ddf4cfc39ee
owner() view returns (address)
0xe1d29d8970d8333d22f59775d22af22200d6ba13
Read-only
balanceOf(address owner) view returns (uint256)
stakerAddress(uint256) view returns (address)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
State-modifying
Events onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setNFTCollection(address _nftCollection)
stake(uint256[] _tokenIds)
transferOwnership(address newOwner)
unstake(uint256[] _tokenIds)
NFTCollectionChanged(address _nftCollection)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(uint256 id, address account)
Unstaked(uint256 id, address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.