Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9683…edb9
0x7c4f…eaf8
2 additional
variables
Balances ($0.00)
No balances found for "Places"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20248591 | 5 months ago | | | 0 | 0.00015015430 | |
| 19835609 | 7 months ago | | | 0 | 0.00017863737 | |
| 18907209 | a year ago | | | 0 | 0.0013360583 | |
| 18907206 | a year ago | | | 0 | 0.0011087379 | |
| 18878744 | a year ago | | | 0 | 0.0017610153 | |
| 18838753 | a year ago | | | 0 | 0.0022242143 | |
| 18838751 | a year ago | | | 0 | 0.0010507782 | |
| 18838750 | a year ago | | | 0 | 0.0019406118 | |
| 18838749 | a year ago | | | 0 | 0.0023038917 | |
| 18838747 | a year ago | | | 0 | 0.0023625993 |
ABI
ABI objects
Getter at block 21315731
GEO_RESOLUTION_INT() view returns (int256)
100000000000000
MAX_LATITUDE_INT() view returns (int256)
9000000000000000
MAX_LONGITUDE_INT() view returns (int256)
18000000000000000
MIN_LATITUDE_INT() view returns (int256)
-9000000000000000
MIN_LONGITUDE_INT() view returns (int256)
-18000000000000000
getGroundersGiftingEnabled() view returns (bool isEnabled)
true
getMintFeeInWei() view returns (uint256 currentMintFee)
50000000000000000
getNeighborhoodTreasuryEnabled() view returns (bool isEnabled)
false
getPlaceSupply() view returns (uint256 supplyCount)
1000
name() view returns (string)
Places
owner() view returns (address)
0x1455742b2d82aa9fbd5f7335fc909d832e61b04f
paused() view returns (bool)
false
proxyRegistry() view returns (address)
0xb7c980b5d84104b28d77b0885cb8c43a6dfa5355
symbol() view returns (string)
PLACES
totalSupply() view returns (uint256)
622
Read-only
balanceOf(address owner) view returns (uint256)
contractURI(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getLocation(uint256 tokenId) view returns (struct IPlacesLocation)
getPlace(uint256 tokenId) view returns (struct IPlacesPlace)
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 addGuest(address guestAddress)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grounderMint(uint256 tokenId) returns (uint256)
mint() payable returns (uint256)
ownerMint(uint256 tokenId) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCounter(uint256 _countValue)
setDescriptor(address placesDescriptor)
setGrounders(address grounders)
setGroundersGifting(bool isGroundersGiftingEnabled)
setGuestlist(address[] guestlist)
setGuestlistEnabled(bool isGuestlistEnabled)
setMintFee(uint256 mintFee)
setNeighborhoodTreasury(bool isNeighborhoodTreasuryEnabled)
setPaused(bool paused)
setPlacesDAO(address placesDAO)
setPlacesProvider(address placesProvider)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DescriptorUpdated(address descriptor)
GroundersGiftingEnabledUpdated(bool isEnabled)
GroundersUpdated(address grounders)
GuestlistEnabledUpdated(bool isEnabled)
MintFeeUpdated(uint256 mintFee)
NeighborhoodTreasuryEnabledUpdated(bool isEnabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PlaceBurned(uint256 tokenId)
PlaceCreated(uint256 tokenId)
PlacesDAOUpdated(address placesDao)
PlacesProviderUpdated(address provider)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address placesDAO, address grounders, address placesDescriptor, address placesProvider, address _proxyAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.