HexMountain
Verified contract
Active on
Ethereum with 747 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 "HexMountain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20820112 | 2 months ago | | | 0 | 0.0016296515 | |
| 19007647 | 10 months ago | | | 0 | 0.00094628838 | |
| 18957100 | 10 months ago | | | 0 | 0.0015534098 | |
| 18901414 | a year ago | | | 0 | 0.00091958400 | |
| 18901414 | a year ago | | | 0 | 0.0012908880 | |
| 18901414 | a year ago | | | 0 | 0.0012908880 | |
| 18901414 | a year ago | | | 0 | 0.0012908880 | |
| 18901414 | a year ago | | | 0 | 0.0012908880 | |
| 18901414 | a year ago | | | 0 | 0.0012908880 | |
| 18901414 | a year ago | | | 0 | 0.0012908880 |
ABI
ABI objects
Getter at block 21228238
cap() view returns (uint256)
1200
donationAddress() view returns (address)
0xf29ff96aaea6c9a1fba851f74737f3c069d4f1a9
freeSaleActive() view returns (bool)
true
lasercuttingVoucherPrice() view returns (uint256)
100000000000000000
lasercuttingVoucherSaleActive() view returns (bool)
true
mintPrice() view returns (uint256)
30000000000000000
name() view returns (string)
HexMountain
owner() view returns (address)
0xbf7835e4662dd2f0771ef74d215557fc225ce583
saleActive() view returns (bool)
true
symbol() view returns (string)
HEXM
totalSupply() view returns (uint256)
1200
totalWoodTokenSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
hasLasercuttingVoucherAmount(address addr) view returns (uint32)
hasVMountainBeenUsedForFreeMint(uint256 tokenId) view returns (bool)
hasWhitelistAmount(address addr) view returns (uint32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfWoodToken(uint256 woodTokenId) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
woodTokenURI(uint256 woodTokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buyLasercuttingVouchers(uint32 ticketCount) payable
fetchSaleFunds()
gibLasercuttingVouchers(address whitelistedAddress, uint32 whitelistedAmount)
gibWhitelist(address whitelistedAddress, uint32 whitelistedAmount)
mint(uint64 quantity) payable
mintByOwner(uint64 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setFreeSaleActive(bool active)
setLasercuttingVoucherPrice(uint256 price)
setLasercuttingVoucherSaleActive(bool active)
setMintPrice(uint256 price)
setSaleActive(bool active)
setWoodBaseURI(string newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
woodMintByOwner(uint256 tokenId, address initialOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WoodMint(uint256 woodTokenId, uint256 tokenId, address initialOwner)
constructor(address vMountainContractAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()