NEOGEMS by Fyrie
Verified contract
Active on
Ethereum with 323 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 "NEOGEMS by Fyrie"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19710853 | 8 months ago | | | 0 | 0.00021816166 | |
| 18004914 | a year ago | | | 0 | 0.00026332458 | |
| 17118668 | 2 years ago | | | 0 | 0.0013131600 | |
| 17072803 | 2 years ago | | | 0 | 0.0016318555 | |
| 17067876 | 2 years ago | | | 0 | 0.0019864367 | |
| 17066694 | 2 years ago | | | 0 | 0.0015079424 | |
| 17066501 | 2 years ago | | | 0 | 0.0011989316 | |
| 17066438 | 2 years ago | | | 0.111 | 0.0023028716 | |
| 17066437 | 2 years ago | | | 0 | 0.0018108028 | |
| 17066434 | 2 years ago | | | 0 | 0.0019254558 |
ABI
ABI objects
Getter at block 21430531
baseURI() view returns (string)
hiddenMetadataUri() view returns (string)
ipfs://QmSNaVj5NbFSTgstWsrjBVG9t4gfMQCsLcvyJiiZPav4fN
maxMintPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
1111
name() view returns (string)
NEOGEMS by Fyrie
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x1ef8229b5d10a11efa28160113fa674278121546
price() view returns (uint256)
111000000000000000
publicPaused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
NEOGEMS
totalSupply() view returns (uint256)
1109
whitelistMerkleRoot() view returns (bytes32)
0x67cba8e4b7233d9c990941134163384a944837d61bf630c81f082bdc2d04985f
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)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 tokenId)
mint(uint256 amount) payable
openPublicMint(bool paused)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxPerTx(uint256 _maxMintPerTx)
setPrice(uint256 _price)
setRevealed(bool _state)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes32[] _merkleProof) payable
whitelistStop(uint256 _maxSupply)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.