HighRise Land

Verified contract

Active on Ethereum with 295 txns
Deployed by via 0x8b163bb3 at 14463172
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "HighRise Land"

0x62f5ae67320e7340874637e9aab43a5feebc646eb46e6b0f30fcd90a294e1488
0x8453325eef971c7403b400ad1d78e9461c34b0edec4526cd356b94c1bc011bb0
0x874129b7e7890765d13a17e3c701551beaa3d5f0f5b55fb6ce583336b64fff7b
0x4310c155a1f80535de4ebbdcdb061faf2fb05b01fc5a12de7e2801ca5c079a5e
0x1dd7db9878809986d724a02830fe8f7eba2c9ec65e352d0d309930c324c694e3
0x3b201f0ecf3fc02d5a7bdeb0fe0162bb7854a572947d8b0738701097d5c89070
0xe4af53b56477b212409446b897a3ba59c730026e96c96b39379bf5acb9ab9f3f
0xa131d9ba8eb84cd80375ab6db0da63a03627215a94136c4364aa4d51a97784ac
0x1d76da714062b4a60ec5095657fda765d8690fb4fa8f892669fdfc373badc946
0xfe0e919eee4b6a2c28b89d99fc60c742e94d126e3721280060d9ad4740fce2e8

Functions
Getter at block 21413778
MAX_SUPPLY(view returns (uint256)
2000
allowedToContract(view returns (bool)
false
name(view returns (string)
HighRise Land
owner(view returns (address)
0x42fab76321440273044ef6a157e86a9777b5809b
price(view returns (uint256)
25000000000000000
saleOpen(view returns (bool)
true
symbol(view returns (string)
HighRise
totalSupply(view returns (uint256)
1394
Read-only
_transferToContract(uint256view returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _newPrice
flipSale(
mint(address _touint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Minted(uint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(