VhilsStaking
Verified contract
Active on
Ethereum with 3,286 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x3077…50ae | ERC-1555 | 1.66K | -- | -- | |
LAYERS | ERC-721 | 1 | -- | -- | |
LAYERS | ERC-721 | 1 | -- | -- | |
LAYERS | ERC-721 | 1 | -- | -- | |
LAYERS | ERC-721 | 1 | -- | -- | |
LAYERS | ERC-721 | 1 | -- | -- | |
LAYERS | ERC-721 | 1 | -- | -- | |
LAYERS | ERC-721 | 1 | -- | -- | |
LAYERS | ERC-721 | 1 | -- | -- | |
LAYERS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198656 | a day ago | | | 0 | 0.0016328168 | |
| 21198650 | a day ago | | | 0 | 0.0025525535 | |
| 21151730 | 8 days ago | | | 0 | 0.0012242045 | |
| 21151726 | 8 days ago | | | 0 | 0.0014320762 | |
| 21151724 | 8 days ago | | | 0 | 0.0012690646 | |
| 21151721 | 8 days ago | | | 0 | 0.0012957269 | |
| 21151719 | 8 days ago | | | 0 | 0.0012208863 | |
| 21151715 | 8 days ago | | | 0 | 0.0014646375 | |
| 21151713 | 8 days ago | | | 0 | 0.0013943969 | |
| 21151709 | 8 days ago | | | 0 | 0.0015130035 |
ABI
ABI objects
Getter at block 21206117
owner() view returns (address)
0x58f58f15a0d080932218d65beb8bbd83978677d7
vhilsNFT() view returns (address)
0xa9248a0935eb476cfe2f286df813a48d06ffd2e2
vhilsTears() view returns (address)
0x3077674dd77c532b2e2d9945808c900940de50ae
Read-only
getStakedLayers(address _owner) view returns (uint16[])
stakingInfo(uint16) view returns (address owner, struct VhilsStakingTierTear tierTear, struct VhilsStakingTierMedal tierMedal)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events batchStake(uint16[] _tokenIds)
batchWithdraw(uint16[] _tokenIds)
bindVhilsNFT(address _contract)
bindVhilsTears(address _contract)
forceWithdrawNFT(uint16[] _tokenIds)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
stake(uint16 _tokenId)
transferOwnership(address newOwner)
withdraw(uint16 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(uint16 indexed tokenId, address from, uint8 currentLevel, uint256 startTime, uint8 stakingType)
UnStaked(uint16 indexed tokenId, address from, uint8 newLevel, uint256 startTime, uint256 endTime, uint8 stakingType)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.