METAHERMIA
Verified contract
Active on
Ethereum with 544 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HERMIA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20963393 | a month ago | | | 0 | 0.00082800005 | |
| 20729404 | 2 months ago | | | 0 | 0.00014074464 | |
| 17883828 | a year ago | | | 0 | 0.0026867537 | |
| 17883827 | a year ago | | | 0 | 0.0010502611 | |
| 16935932 | 2 years ago | | | 0 | 0.0021588101 | |
| 16779258 | 2 years ago | | | 0 | 0.0018650793 | |
| 16061200 | 2 years ago | | | 0 | 0.00051400751 | |
| 16059557 | 2 years ago | | | 0 | 0.00042192069 | |
| 16057326 | 2 years ago | | | 0 | 0.00047804206 | |
| 16037958 | 2 years ago | | | 0 | 0.00055526577 |
ABI
ABI objects
Getter at block 21247011
MAX_SUPPLY() view returns (uint256)
7777
MAX_SUPPLY_PRESALEONE() view returns (uint256)
1000
MAX_SUPPLY_PRESALETWO() view returns (uint256)
4000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmPiEWFXRV9ZhpJd9f1yupBoiAPvqQdFAgd1baneU8U1tF/
max_mint_allowed() view returns (uint256)
5500
name() view returns (string)
METAHERMIA
nftPerAddressLimit() view returns (uint256)
5500
onlyWhitelisted() view returns (bool)
true
owner() view returns (address)
0x295470f79b17996207be13d467cd7b3995ef5b91
paused() view returns (bool)
false
pricePresaleOne() view returns (uint256)
50000000000000000
pricePresaleTwo() view returns (uint256)
100000000000000000
priceSale() view returns (uint256)
0
sellingStep() view returns (uint8)
1
symbol() view returns (string)
HERMIA
totalSupply() view returns (uint256)
600
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user) 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 _nftId) view returns (string)
whitelistedAddresses(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
changeMaxMintAllowed(uint256 _maxMintAllowed)
changePriceSale(uint256 _priceSale)
gift(address _account)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _baseExtension)
setBaseUri(string _newBaseURI)
setNftPerAddressLimit(uint256 _limit)
setOnlyWhitelisted(bool _state)
setPaused(bool _paused)
setUpPauseOne()
setUpPauseTwo()
setUpPresaleOne()
setUpPresaleTwo()
setUpSale()
setUpSoldOut()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUsers(address[] _users)
withdraw() payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _theBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.