WhiteSandsStaking
Verified contract
Active on
Ethereum with 1,334 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 |
---|---|---|---|---|---|
WSI | ERC-721 | 1 | -- | -- | |
WSI | ERC-721 | 1 | -- | -- | |
WSI | ERC-721 | 1 | -- | -- | |
WSI | ERC-721 | 1 | -- | -- | |
WSI | ERC-721 | 1 | -- | -- | |
WSI | ERC-721 | 1 | -- | -- | |
WSI | ERC-721 | 1 | -- | -- | |
WSI | ERC-721 | 1 | -- | -- | |
WSI | ERC-721 | 1 | -- | -- | |
WSI | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21190509 | 10 days ago | | | 0 | 0.0015466938 | |
| 21067337 | a month ago | | | 0 | 0.0023832411 | |
| 20981244 | a month ago | | | 0 | 0.0030910394 | |
| 20905794 | 2 months ago | | | 0 | 0.0025796331 | |
| 20904595 | 2 months ago | | | 0 | 0.00069900778 | |
| 20769169 | 2 months ago | | | 0 | 0.0012364537 | |
| 20765246 | 2 months ago | | | 0 | 0.0029276824 | |
| 20756214 | 2 months ago | | | 0 | 0.00049053946 | |
| 20713635 | 3 months ago | | | 0 | 0.0012905095 | |
| 20512390 | 3 months ago | | | 0 | 0.0027460538 |
ABI
ABI objects
Getter at block 21265035 getStaked() view returns (address[], uint256[], address[], uint256[])
owner() view returns (address)
0x814858ad31778589a2049b3399963fb3ba942c76
Read-only
_acceptedCollections(address) view returns (bool)
_collectionToId(address) view returns (uint32)
_collections(uint256) view returns (address)
_indexOfTokens(address, uint256, address) view returns (uint256)
_indexOfTokensByOwners(address, uint256, address) view returns (uint256)
_isStaked(address, uint256, address) view returns (bool)
_staked(uint256) view returns (uint32 collectionId, uint32 id, uint32 timestamp, address owner)
_stakedByOwners(address, uint256) view returns (uint32 collectionId, uint32 id, uint32 timestamp, address owner)
getStakedByOwner(address owner) view returns (address[], uint256[], uint256[])
getStakedFrom(uint256 from, uint256 count) view returns (address[], uint256[], address[], uint256[])
onERC721Received(address, address, uint256, bytes data) pure returns (bytes4)
State-modifying
Events acceptCollection(address collection_)
removeCollection(address collection)
renounceOwnership()
stake(address[] collections, uint256[] ids)
transferOwnership(address newOwner)
unstake(address[] collections, uint256[] ids)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address[] collections)
This contract contains no fallback and receive objects.
This contract contains no error objects.