gnometown.wtf
Verified contract
Active on
Ethereum with 183 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.20)
Native
Value
$15.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005 | $3,040.88 |
$15.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15307397 | 2 years ago | | | 0 | 0.00099215217 | |
| 15299498 | 2 years ago | | | 0 | 0.00057331085 | |
| 15299489 | 2 years ago | | | 0 | 0.00061921649 | |
| 15299481 | 2 years ago | | | 0 | 0.00051570566 | |
| 15299463 | 2 years ago | | | 0 | 0.00059939721 | |
| 15135803 | 2 years ago | | | 0 | 0.00067313950 | |
| 15135800 | 2 years ago | | | 0 | 0.00063530921 | |
| 15135796 | 2 years ago | | | 0 | 0.0012165140 | |
| 14909553 | 2 years ago | | | 0 | 0.0028129774 | |
| 14905520 | 2 years ago | | | 0 | 0.0050113553 |
ABI
ABI objects
Getter at block 21190990
MAX_MINTS_PER_TX() view returns (uint256)
5
NUM_FREE_MINTS() view returns (uint256)
1500
PUBLIC_SALE_PRICE() view returns (uint256)
2500000000000000
getBaseURI() view returns (string)
ipfs://QmTe7waCRmEhqDMNP2tGE9UxdFrhDgd61gJpuP947Fu7cQ
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
6000
name() view returns (string)
gnometown.wtf
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x3b4ff0ccf1bbf6e9786187e1578dfadc0496e841
symbol() view returns (string)
gnomes
totalSupply() view returns (uint256)
757
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
mint(uint256 numberOfTokens) payable
mints(uint256 _numfreemints)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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.