Crypto Landmarks

Verified contract

Active on Ethereum with 2,843 txns
Deployed by via 0x7d2b6047 at 5042613
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $142.2
ERC-20
--
ERC-20
--
0xf43d0a386dded78d264d1526d272cfb594f88734d9d3b87384c8838bd28647e5
0x665723a45e2524a3a7f879f2569cbe493ea42849ef1fc54f1da3650c9fe79993
0x4b12ffa8d5907c4ac568ccc03c70f2c1494ed381236890d3c9a9a863aa623f59
0x0d7f9fe8b46c31fdd6989cd2af6bf5c9135ba99376111df01ff0bdee89cffda9
0x0895454e5ee4f7d21b20fa3165c91cb4e0a49ede6c3d6a6545fdbb943b59c175
0x9400ffc79bba2ac992b1d03d343471a8ccb26b7869feb0c37d5c2e3918282f7c
0x511a1ec3f14346605ad86346572803eccae2970942d7d9502587496cc314e6f1
0x80fbe7e925b815a840009f0024c229d3f0678dfbcbd91525f9fc6ee4cf8e134a
0x2ab24504fab6f26a195675e18066733153a2021862f51016ea5e4fa688174175
0xdc7cc57532d1762420e046d4a7fdf9f6ed27058d8e0991a8deadcbe46cb3b9ac

Functions
Getter at block 21269289
NAME(view returns (string)
Crypto Landmarks
SYMBOL(view returns (string)
LANDMARK
implementsERC721(pure returns (bool)
true
name(pure returns (string)
Crypto Landmarks
owner(view returns (address)
0x5c981de9cf23016dff2c844ec99f7d60ae735352
symbol(pure returns (string)
LANDMARK
totalSupply(view returns (uint256)
98
Read-only
admins(uint256view returns (address)
balanceOf(address _ownerview returns (uint256 balance)
charities(uint256view returns (address)
getCharity(uint256 _charityIdview returns (address)
getLandmark(uint256 _tokenIdview returns (string landmarkNameuint256 sellingPriceuint256 maxPriceaddress owner)
landmarkOwnershipCount(addressview returns (uint256)
landmarkToApproved(uint256view returns (address)
landmarkToOwner(uint256view returns (address)
landmarks(uint256view returns (string nameuint256 priceuint256 maxPrice)
ownerOf(uint256 _tokenIdview returns (address owner)
priceOfLandmark(uint256 _tokenIdview returns (uint256)
tokensOfOwner(address _ownerview returns (uint256[])
State-modifying
addAdmin(address _adminAddress
addCharity(address _charity
approve(address _touint256 _tokenId
changePrice(uint256 _tokenIduint256 _price
createLandmark(string _nameaddress _owneruint256 _price
deleteCharity(uint256 _charityId
disableCharity(
enableCharity(
purchase(uint256 _tokenIduint256 _charityIdpayable 
transfer(address _touint256 _tokenId
transferFrom(address _fromaddress _touint256 _tokenId
transferOwnership(address newOwner
withdrawBalance(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
Charity(uint256 charityIdaddress charity
Creation(uint256 tokenIdstring nameaddress owner
PriceChange(uint256 tokenIduint256 price
Purchase(uint256 tokenIduint256 oldPriceuint256 newPriceaddress prevOwneraddress owneruint256 charityId
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.