NEIGHBORZ
Verified contract
Active on
Ethereum with 1,773 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($1,128.00)
Native
Value
$1,128
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.33 | $3,418.17 |
$1,128 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21026599 | a month ago | | | 0 | 0.00014842730 | |
| 20884518 | 2 months ago | | | 0 | 0.00062250155 | |
| 20563010 | 3 months ago | | | 0 | 0.00013730178 | |
| 20274853 | 4 months ago | | | 0 | 0.00024123526 | |
| 19929925 | 6 months ago | | | 0 | 0.00025486650 | |
| 19803851 | 7 months ago | | | 0 | 0.00029471474 | |
| 19144680 | 10 months ago | | | 0 | 0.00077148964 | |
| 18945097 | a year ago | | | 0 | 0.00047557788 | |
| 18908493 | a year ago | | | 0 | 0.00055176572 | |
| 18889204 | a year ago | | | 0 | 0.00092739135 |
ABI
ABI objects
Getter at block 21256135
RUUMZ() view returns (address)
0xf54fc50e1604012cf8bb8dd84e075d3f07f9bb16
baseURI() view returns (string)
https://ruumz.mypinata.cloud/ipfs/QmanG1Xd5MZUEhPTYr81DEaim88oBdk3RLFr5rGRqzQEhF/
claimIsActive() view returns (bool)
false
maxNeighbor() view returns (uint256)
10000
maxNeighborPurchase() view returns (uint256)
20
name() view returns (string)
NEIGHBORZ
neighborIndex() view returns (uint256)
5035
neighborPrice() view returns (uint256)
30000000000000000
neighborPriceForRuumzHolders() view returns (uint256)
20000000000000000
owner() view returns (address)
0x9ac77b8a063539c4ee59a83b74d55be828a1356b
saleIsActive() view returns (bool)
true
saleIsActiveForRuumHolders() view returns (bool)
false
symbol() view returns (string)
NEIGHBORZ
totalSupply() view returns (uint256)
3036
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isNeighborClaimed(uint256 tokenId) view returns (bool)
numberOfMintableTokens(address user) view returns (uint256 mintableTokenNumber)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
claimNeighborz(uint256 numberOfTokens)
flipClaimState()
flipSaleState()
flipSaleStateForRuumHolders()
mintNeighborz(uint256 numberOfTokens) payable
mintNeighborzForRuumHolders(uint256 numberOfTokens) 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 baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.