HV-MTL
Verified contract
Active on
Ethereum with 30,045 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 "HV-MTL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161736 | 24 minutes ago | | | 0 | 0.00085782540 | |
| 21161570 | an hour ago | | | 0 | 0.00067735479 | |
| 21161539 | an hour ago | | | 0 | 0.0012567577 | |
| 21161141 | 2 hours ago | | | 0 | 0.00035965529 | |
| 21161135 | 2 hours ago | | | 0 | 0.00064295930 | |
| 21158125 | 12 hours ago | | | 0 | 0.0011701778 | |
| 21157542 | 14 hours ago | | | 0 | 0.00094819047 | |
| 21156455 | 18 hours ago | | | 0 | 0.00060678002 | |
| 21156217 | 19 hours ago | | | 0 | 0.00033610955 | |
| 21156203 | 19 hours ago | | | 0 | 0.00063935074 |
ABI
ABI objects
Getter at block 21161854
MAX_LOCK_EPOCH() view returns (uint256)
31536000
MAX_TOKENS() view returns (uint128)
30000
isContractBurnEnabled() view returns (bool)
false
isContractLocked() view returns (bool)
false
isMintBatchEnabled() view returns (bool)
false
isMintEnabled() view returns (bool)
true
isOwnerBurnEnabled() view returns (bool)
false
isRegistryActive() view returns (bool)
true
metadataHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintedSupply() view returns (uint256)
28378
name() view returns (string)
HV-MTL
nftLicenseTerms() view returns (string)
mdvmm.xyz/hvmtl-license
operator() view returns (address)
0x6f8f2ac3b7b72e6c31c3acec594b354fd37d0c26
owner() view returns (address)
0x6f8f2ac3b7b72e6c31c3acec594b354fd37d0c26
registryAddress() view returns (address)
0x2d3ebffce89a69529e25aee01cadf1549d8aa90e
symbol() view returns (string)
HV-MTL
totalSupply() view returns (uint128)
24083
Read-only
balanceOf(address owner) view returns (uint256)
contractsAllowedToLock(address) view returns (bool)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isLocked(uint256 tokenId) view returns (bool)
lockExpiration(uint256 tokenId) view returns (uint256)
minters(address) 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 to, uint256 tokenId)
burn(uint256 tokenId)
lockContract()
lockTokenByContract(uint256 tokenId, uint256 unlockTimestamp)
mintBatch(address to, uint256 startTokenId, uint256 quantity)
mintOne(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setIsContractBurnEnabled(bool isEnabled)
setIsMintBatchEnabled(bool isEnabled)
setIsMintEnabled(bool isEnabled)
setIsOwnerBurnEnabled(bool isEnabled)
setIsRegistryActive(bool isActive)
setMetadataHash(bytes32 _metadataHash)
setNftLicenseTerms(string _nftLicenseUri)
setOperator(address _operator)
setRegistryAddress(address _registryAddress)
setTokenLockContract(address _tokenLockContract, bool isEnabled)
toggleMinterContract(address _minterContract)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlockTokenByContract(uint256 tokenId)
withdraw(address coinContract)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OperatorChanged(address operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenLocked(uint256 indexed tokenId, uint256 unlockBlock)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address operator)
This contract contains no fallback and receive objects.
ContractIsLocked()
ExceedsMaxableLockTime()
MaxTokensMinted()
MintIsNotEnabled()
NotAllowed()
NotAllowedToBurn()
NotAllowedToLockToken()
NotAllowedToMint()
OnlyOperatorError()
OperatorZeroAddressCheck()
RegistryAddressIsNotSet()
TokenIsLocked()
UnableToLockContract()