House Of Adam
Verified contract
Active on
Ethereum with 4,777 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "House Of Adam"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21308690 | 2 days ago | | | 0 | 0.0015216208 | |
| 21102669 | a month ago | | | 0 | 0.00015738660 | |
| 18894679 | a year ago | | | 0 | 0.0011282611 | |
| 18604733 | a year ago | | | 0 | 0.0010611024 | |
| 18383367 | a year ago | | | 0 | 0.00050669692 | |
| 18253396 | a year ago | | | 0 | 0.00023860548 | |
| 18093491 | a year ago | | | 0 | 0.0022183535 | |
| 17746126 | a year ago | | | 0 | 0.0010627861 | |
| 17684540 | a year ago | | | 0.005 | 0.00065014055 | |
| 17684539 | a year ago | | | 0.005 | 0.00068853208 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
game(bool _state)
play(uint256 _qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ExceedsMaxPerWallet()
GameNotStartedYet()
InsufficientFunds()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
RestrictedMint()
TokenNotFound()
TooManyAdams()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()