HouseGame
Verified contract
Active on
Ethereum with 2,639 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7dcd…e775
0x6881…ad2d
0x27d2…ac44
0x168d…9f09
0x15db…296d
Balances ($0.00)
No balances found for "HouseGame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15757606 | 2 years ago | | | 0 | 0.0025141564 | |
| 14818425 | 2 years ago | | | 0 | 0.015339311 | |
| 14376640 | 3 years ago | | | 0 | 0.0021843685 | |
| 14360605 | 3 years ago | | | 0 | 0.0056460552 | |
| 14230873 | 3 years ago | | | 0 | 0.014410510 | |
| 14206955 | 3 years ago | | | 0 | 0.0082501687 | |
| 14190510 | 3 years ago | | | 0 | 0.0053539338 | |
| 14177048 | 3 years ago | | | 0 | 0.0070365217 | |
| 14171777 | 3 years ago | | | 0 | 0.0079776477 | |
| 14168845 | 3 years ago | | | 0 | 0.014090981 |
ABI
ABI objects
Getter at block 21161229
allowCommits() view returns (bool)
true
cheddarToken() view returns (address)
0x68810fb2b13d48b2f4a0fb1fea2397a2a106ad2d
habitat() view returns (address)
0x7dcdd6561b7fea8c1c03da9d605b36da86afe775
houseNFT() view returns (address)
0x168db2e4b597822dd34d589328686a58455d9f09
houseTraits() view returns (address)
0x27d28da698030d704dd35f25c52608147775ac44
owner() view returns (address)
0x78352d404896602b1a5fe58781ebac4f6d7211c7
paused() view returns (bool)
false
randomizer() view returns (address)
0x15dba5b07ebd602fea6c7e4ea8479fdeb9ba296d
Read-only
canMint(address addr) view returns (bool)
getPendingMint(address addr) view returns (struct HouseGameMintCommit)
hasMintPending(address addr) view returns (bool)
mintCost(uint256 tokenId, uint256 maxTokens) pure returns (uint256)
State-modifying
Events addAdmin(address addr)
deleteCommit(address addr)
forceRevealCommit(address addr)
mintCommit(uint256 amount, bool stake)
mintReveal()
removeAdmin(address addr)
renounceOwnership()
setAllowCommits(bool allowed)
setContracts(address _cheddar, address _houseTraits, address _habitat, address _house, address _randomizer)
setPaused(bool _paused)
setPendingMintAmt(uint256 pendingAmt)
transferOwnership(address newOwner)
MintCommitted(address indexed owner, uint256 indexed amount)
MintRevealed(address indexed owner, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.