MagicTreasureStaking
Verified contract
Active on
Ethereum with 2,158 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb0c7…ac9a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TREASURE | ERC-721 | 1 | -- | -- | |
TREASURE | ERC-721 | 1 | -- | -- | |
TREASURE | ERC-721 | 1 | -- | -- | |
TREASURE | ERC-721 | 1 | -- | -- | |
TREASURE | ERC-721 | 1 | -- | -- | |
TREASURE | ERC-721 | 1 | -- | -- | |
TREASURE | ERC-721 | 1 | -- | -- | |
TREASURE | ERC-721 | 1 | -- | -- | |
TREASURE | ERC-721 | 1 | -- | -- | |
TREASURE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13398115 | 3 years ago | | | 0 | 0.0098246902 | |
| 13397897 | 3 years ago | | | 0 | 0.019563785 | |
| 13397195 | 3 years ago | | | 0 | 0.0055988920 | |
| 13397182 | 3 years ago | | | 0 | 0.0038098487 | |
| 13397081 | 3 years ago | | | 0 | 0.0046621416 | |
| 13397076 | 3 years ago | | | 0 | 0.0053510980 | |
| 13397022 | 3 years ago | | | 0 | 0.012448266 | |
| 13396998 | 3 years ago | | | 0 | 0.0042798426 | |
| 13396972 | 3 years ago | | | 0 | 0.0045510514 | |
| 13396943 | 3 years ago | | | 0 | 0.0057949126 |
ABI
ABI objects
Getter at block 21283773
ERC721_CONTRACT() view returns (address)
0xf3dfbe887d81c442557f7a59e3a0aecf5e39f6aa
owner() view returns (address)
0x3577a25a1cf6b5b254798101aab6b23a3bed8b28
stakedToken() view returns (address)
0xb0c7a3ba49c7a6eaba6cd4a96c55a1391070ac9a
totalStaked() view returns (uint256)
0
totalSupply() view returns (uint256)
87835915877128550303123834
Read-only
balanceOf(address account) view returns (uint256)
depositBalances(address) view returns (uint256)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events renounceOwnership()
stake(uint256 amount) payable
stakeFor(address forWhom, uint256 amount) payable
stakeTreasure(uint256[] _tokenIds)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed user, uint256 amount, uint256 timeStamp)
StakedTreasure(address indexed user, uint256[] tokenIds)
constructor(address _stakedToken, address _treasureContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.