WizardStaking
Verified contract
Active on
Ethereum with 878 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 |
---|---|---|---|---|---|
BORB | ERC-20 | 495.903265M | -- | -- | |
WTC | ERC-721 | 1 | -- | -- | |
WTC | ERC-721 | 1 | -- | -- | |
WTC | ERC-721 | 1 | -- | -- | |
WTC | ERC-721 | 1 | -- | -- | |
WTC | ERC-721 | 1 | -- | -- | |
WTC | ERC-721 | 1 | -- | -- | |
WTC | ERC-721 | 1 | -- | -- | |
WTC | ERC-721 | 1 | -- | -- | |
WTC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20995656 | a month ago | | | 0 | 0.0020949641 | |
| 20967959 | a month ago | | | 0 | 0.0012174049 | |
| 20928275 | a month ago | | | 0 | 0.0030066701 | |
| 20895742 | a month ago | | | 0 | 0.00062242896 | |
| 20891943 | a month ago | | | 0 | 0.00064588078 | |
| 20878176 | a month ago | | | 0 | 0.00097474063 | |
| 20866644 | a month ago | | | 0 | 0.0012605561 | |
| 20866637 | a month ago | | | 0 | 0.00081341345 | |
| 20860837 | 2 months ago | | | 0 | 0.0010821084 | |
| 20852270 | 2 months ago | | | 0 | 0.0010216795 |
ABI
ABI objects
Getter at block 21190146
erc20Address() view returns (address)
0x818190a0ab8b8d059afd6c115caf0f48f0ca9ca7
expiration() view returns (uint256)
30812196
owner() view returns (address)
0x7cde930cbe4378b6da6fd1b535281bd5724d9eab
paused() view returns (bool)
false
rate() view returns (uint256)
1666666666666666
stakingToken() view returns (address)
0xa7d0043760b936c2416e07203ace2546f1dbc9c0
Read-only
_depositBlocks(address, uint256) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateReward(address account, uint256 tokenId) view returns (uint256)
calculateRewards(address account, uint256[] tokenIds) view returns (uint256[] rewards)
depositsOf(address account) view returns (uint256[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events autoStake(address from, uint256 tokenId)
claimRewards(uint256[] tokenIds)
deposit(uint256[] tokenIds)
pause()
renounceOwnership()
setERC20Address(address _erc20address)
setExpiration(uint256 _expiration)
setRate(uint256 _rate)
transferOwnership(address newOwner)
unpause()
withdraw(uint256[] tokenIds)
withdrawTokens()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _stakingToken, uint256 _rate, uint256 _expiration, address _erc20Address)
This contract contains no fallback and receive objects.
This contract contains no error objects.