House Of Legends
Verified contract
Active on
Ethereum with 9,759 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HOL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283629 | 3 days ago | | | 0 | 0.00045050656 | |
| 21215159 | 13 days ago | | | 0 | 0.00082167322 | |
| 21210289 | 13 days ago | | | 0 | 0.00048220581 | |
| 21200703 | 15 days ago | | | 0 | 0.00065776784 | |
| 21083334 | a month ago | | | 0 | 0.00058737973 | |
| 21057622 | a month ago | | | 0 | 0.00053569640 | |
| 20874771 | 2 months ago | | | 0 | 0.00027592414 | |
| 20755320 | 3 months ago | | | 0 | 0.000088467677 | |
| 20618134 | 3 months ago | | | 0 | 0.000040448748 | |
| 20608985 | 3 months ago | | | 0 | 0.000039197261 |
ABI
ABI objects
Getter at block 21304881
creatorAddress() view returns (address)
0x451b5300598367ed9f2c2265edcf39fa842a36ca
getTotalSupply() view returns (uint256)
9993
giftAmountMinted() view returns (uint256)
60
locked() view returns (bool)
false
maxGiftSupply() view returns (uint256)
60
maxPrivateSupply() view returns (uint256)
438
maxPublicSupply() view returns (uint256)
9495
maxPurchase() view returns (uint256)
5
maxSupply() view returns (uint256)
9993
mintPrice() view returns (uint256)
141590000000000000
name() view returns (string)
House Of Legends
owner() view returns (address)
0xf99723ce45f4c6fbc9b90f21d141314aa0948b1a
phaseOneMaxPurchase() view returns (uint256)
3
phaseOnePresaleActive() view returns (bool)
false
phaseTwoMaxPurchase() view returns (uint256)
2
phaseTwoPresaleActive() view returns (bool)
false
privateAmountMinted() view returns (uint256)
438
publicAmountMinted() view returns (uint256)
9495
publicSaleActive() view returns (bool)
false
symbol() view returns (string)
HOL
totalSupply() view returns (uint256)
9993
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
giftMint(address _to, uint256 _count, bytes32[] _proof)
lockMetadata()
mint(address _to, uint256 _count) payable
ownerMint(address _to, uint256 _count)
phaseOnePresaleMint(address _to, uint256 _count, bytes32[] _proof) payable
phaseTwoPresaleMint(address _to, uint256 _count, bytes32[] _proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setGiftListRoot(bytes32 _root)
setMaxPurchase(uint256 _maxPurchase)
setMintPrice(uint256 _mintPrice)
setPhaseOneRoot(bytes32 _root)
setPhaseTwoRoot(bytes32 _root)
togglePhaseOnePresaleStatus()
togglePhaseTwoPresaleStatus()
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PhaseOnePresaleActivation(bool isActive)
PhaseTwoPresaleActivation(bool isActive)
PublicSaleActivation(bool isActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.