CondoMiniNeighborhood
Verified contract
Active on
Ethereum with 3,919 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcb57…83ac
0x17f0…683b
-
variable spans 3999 additional slots
-
variable spans 249 additional slots
-
variable spans 7999 additional slots
0xb39c…968f
Balances ($0.00)
No balances found for "CondoMiniNeighborhood"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21095667 | a month ago | | | 0 | 0.00017942699 | |
| 20844750 | 2 months ago | | | 0 | 0.00040598403 | |
| 20797446 | 3 months ago | | | 0 | 0.00046168000 | |
| 20678340 | 3 months ago | | | 0 | 0.00034707576 | |
| 20499101 | 4 months ago | | | 0 | 0.000036294000 | |
| 20296082 | 5 months ago | | | 0 | 0.000042647778 | |
| 20289927 | 5 months ago | | | 0 | 0.000065911177 | |
| 19820759 | 7 months ago | | | 0 | 0.00011991298 | |
| 19728066 | 8 months ago | | | 0 | 0.00056156058 | |
| 19673074 | 8 months ago | | | 0 | 0.00027136544 |
ABI
ABI objects
Getter at block 21380567
Condos() view returns (address)
0xcb572f4b1a72bb58544e3753e90f15f3e4ad83ac
Metadata() view returns (address)
0x17f04c54798bf104ecc5caa31a2041e55aa0683b
mintsAvailable() view returns (uint256)
0
name() view returns (string)
CondoMiniNeighborhood
onlyFriends() view returns (bool)
false
owner() view returns (address)
0x43ee92a7ac5689a237ae570a735536cddf84a5d8
paused() view returns (bool)
false
price() view returns (uint256)
10000000000000000
symbol() view returns (string)
CMi
totalSupply() view returns (uint256)
3727
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getStreetCondos(uint256 tokenId) view returns (uint16[5] ids)
getStreetData(uint256 tokenId) view returns (uint16[5] condoIds, uint16 background, bytes20 name)
isApprovedForAll(address owner, address operator) view returns (bool)
isFriend(address friendAddress) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenByIndex(uint256 tokenId) view returns (uint256)
tokenExists(uint256 tokenId) view returns (bool)
tokenImage(uint256 tokenId) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addFriends(address[] friendAddresses)
approve(address to, uint256 tokenId)
assembleStreet(uint256[] ids, uint16 backgroundId, bytes20 streetName) returns (uint256 tokenId)
breakupStreet(uint256 tokenId)
breakupStreets(uint256[] tokenIds)
clearName(uint256 tokenId)
mintRandomStreet(address recipient) payable returns (uint256 id)
mintRandomStreets(address recipient, uint256 quantity) payable
openPublicMint()
pause()
premintRandomStreets(address recipient, uint256 quantity)
refreshCondosAdress()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 priceWei)
setReverseResolver(address registrar)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
withdrawForeignERC20(address tokenContract)
withdrawForeignERC721(address tokenContract, uint256 tokenId)
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(address metadataAddress, address publisherAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.