House Of Adam

Verified contract

Active on Ethereum with 4,777 txns
Deployed by via 0xf090094a at 16723723
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "House Of Adam"

0x93d1803c4739d86f5f04ca0ef45b76e8868eb67ad8d67e24c99f69b98968e3d0
0xd25390652b7432950067d80b61226283528d7fa377e5a8e717eef3308484d5e2
0x10549356ddae7e2c612e9042552790585cc97d5532b295dfc47263936e237864
0x673f142ab59613a5c6daa253f7b2f394ccf29986e26bbc24525076928acbf66d
0x3902b8ec98f29c16cadc25c1097ac09c856b86bdd6554ef6b84ea6e15d2eaf1b
0x7fc54f7e8c8e31e55f23ee4d5424e81aad7955ccc8ac34ae3c4fb11195d00f6a
0xecc12cc006b9fe2c57de578e1f8caba49271d53915333328288b7bcc43bc28c5
0x3d54a30afe2e0d0788e57c609426a37dada2854c48c6d21761761da5f375d802
From
0xb66a3f9f4e45bd75957cf8a83da337c1bb6474272ba1273182da55a3beb2a3ed
0x27074cd015e327237ee57f0142356d4fe7265ad454b1df489f42171e9bbe841e

Functions
Getter at block 21319636
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
https://houseofadam.xyz/metadata/
gameStart(view returns (bool)
true
maxAdam(view returns (uint256)
5000
name(view returns (string)
House Of Adam
owner(view returns (address)
0x840b8e5a67a7b018d2a5aee21be58cabdbad5d05
price(view returns (uint256)
2500000000000000
symbol(view returns (string)
HOA
totalSupply(view returns (uint256)
5000
walletLimit(view returns (uint256)
3
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
game(bool _state
play(uint256 _qtypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newURI
setPrice(uint256 _price
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ExceedsMaxPerWallet(
GameNotStartedYet(
InsufficientFunds(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
RestrictedMint(
TokenNotFound(
TooManyAdams(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(