GolemsNFT
Verified contract
Active on
Ethereum with 105 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 "GolemsNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14937621 | 2 years ago | | | 0 | 0.0012200233 | |
| 14937595 | 2 years ago | | | 0.03 | 0.0013425959 | |
| 14937398 | 2 years ago | | | 0.01 | 0.0039371079 | |
| 14937361 | 2 years ago | | | 0 | 0.0014582390 | |
| 14937357 | 2 years ago | | | 0 | 0.0016562117 | |
| 14937353 | 2 years ago | | | 0 | 0.0039137761 | |
| 14937353 | 2 years ago | | | 0 | 0.0039137761 | |
| 14937351 | 2 years ago | | | 0 | 0.0039783996 | |
| 14937351 | 2 years ago | | | 0 | 0.0039783996 | |
| 14937351 | 2 years ago | | | 0 | 0.0039783996 |
ABI
ABI objects
Getter at block 21193099
baseURI() view returns (string)
hiddenMetadataUri() view returns (string)
maxSupply() view returns (uint256)
5555
mintsPerWallet() view returns (uint8)
10
name() view returns (string)
GolemsNFT
owner() view returns (address)
0xcdaa37a5064839bf957ac237f03ddfde9d91af37
paused() view returns (bool)
false
price() view returns (uint256)
1000000000000000
revealed() view returns (bool)
false
symbol() view returns (string)
GNFT
totalSupply() view returns (uint256)
899
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)
remainingMints(address userAddress) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) 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 uri)
setHiddenMetadataUri(string _hiddenMetadataUri)
setPaused(bool _state)
setPrice(uint256 _price)
setRevealed(bool _revealed)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(uint256 _maxSupply, uint8 _mintsPerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()