MansionGame
Verified contract
Active on
Ethereum with 1,064 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 812 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sbmp | ERC-721 | 1 | -- | -- | |
sbmp | ERC-721 | 1 | -- | -- | |
sbmp | ERC-721 | 1 | -- | -- | |
sbmp | ERC-721 | 1 | -- | -- | |
sbmp | ERC-721 | 1 | -- | -- | |
sbmp | ERC-721 | 1 | -- | -- | |
sbmp | ERC-721 | 1 | -- | -- | |
sbmp | ERC-721 | 1 | -- | -- | |
sbmp | ERC-721 | 1 | -- | -- | |
sbmp | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20717156 | 2 months ago | | | 0 | 0.00040948101 | |
| 20680310 | 2 months ago | | | 0 | 0.0018688842 | |
| 20614335 | 2 months ago | | | 0 | 0.00052565068 | |
| 20614332 | 2 months ago | | | 0 | 0.00032325814 | |
| 20255014 | 4 months ago | | | 0 | 0.00011246143 | |
| 20255007 | 4 months ago | | | 0 | 0.0019434380 | |
| 20122706 | 4 months ago | | | 0 | 0.00079002690 | |
| 20122692 | 4 months ago | | | 0 | 0.0013297373 | |
| 20086869 | 5 months ago | | | 0 | 0.0011553133 | |
| 20086867 | 5 months ago | | | 0 | 0.00086035252 |
ABI
ABI objects
Getter at block 21097272
owedPerMansionBoy() view returns (uint256)
61472824125173349742
owner() view returns (address)
0x6beccd103bb773dec4079fe966c38f502cde6ce6
totalMansionStaked() view returns (uint256)
347
totalSpookyStaked() view returns (uint256)
715
Read-only
getRarity(uint16 _id) view returns (uint16)
mansionBoyStaked(uint256) view returns (address owner, uint256 owedAtTimeOfStake, uint80 blockStakedTimestamp)
mansionOwnerIds(address, uint256) view returns (uint256)
mansions(uint256) view returns (uint256 payoutPerDay, uint256 riskFactor)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
spookyBoyStaked(uint256) view returns (address owner, uint80 blockStakedTimestamp, uint16 mansionId)
spookyOwnerIds(address, uint256) view returns (uint256)
State-modifying
Events addMansion(uint256 _id, uint256 _payoutPerDay, uint256 _riskFactor)
addRarity(uint16[] _values, uint16 _startingIndex)
renounceOwnership()
stakeMansionBoy(uint16[] _tokenIds)
stakeSpookyBoy(uint16[] _tokenIds, uint16 _mansionId)
transferOwnership(address newOwner)
unstakeMansionBoy(bool unstake) returns (uint256)
unstakeSpookyBoy(bool unstake) returns (uint256)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _soul)
This contract contains no fallback and receive objects.
This contract contains no error objects.