Crypto Landmarks
Verified contract
Active on
Ethereum with 2,843 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($142.20)
Native
Value
$142.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.041419 | $3,433.22 |
$142.2 | |
BEAUTY | ERC-20 | 5 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13465898 | 3 years ago | | | 0 | 0.0025298171 | |
| 13465876 | 3 years ago | | | 0 | 0.0021299993 | |
| 13465836 | 3 years ago | | | 0.68237584 | 0.0045815070 | |
| 13465788 | 3 years ago | | | 0.146 | 0.0066123669 | |
| 5280541 | 7 years ago | | | 0.0093308062 | 0.00027576000 | |
| 5280541 | 7 years ago | | | 0.0093308062 | 0.00027576000 | |
| 5280541 | 7 years ago | | | 0.0093308062 | 0.00027576000 | |
| 5280541 | 7 years ago | | | 0.0093308062 | 0.00027576000 | |
| 5280538 | 7 years ago | | | 0.0021052632 | 0.00027576000 | |
| 5227130 | 7 years ago | | | 0 | 0.0012296720 |
ABI
ABI objects
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(uint256) view returns (address)
balanceOf(address _owner) view returns (uint256 balance)
charities(uint256) view returns (address)
getCharity(uint256 _charityId) view returns (address)
getLandmark(uint256 _tokenId) view returns (string landmarkName, uint256 sellingPrice, uint256 maxPrice, address owner)
landmarkOwnershipCount(address) view returns (uint256)
landmarkToApproved(uint256) view returns (address)
landmarkToOwner(uint256) view returns (address)
landmarks(uint256) view returns (string name, uint256 price, uint256 maxPrice)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOfLandmark(uint256 _tokenId) view returns (uint256)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addAdmin(address _adminAddress)
addCharity(address _charity)
approve(address _to, uint256 _tokenId)
changePrice(uint256 _tokenId, uint256 _price)
createLandmark(string _name, address _owner, uint256 _price)
deleteCharity(uint256 _charityId)
disableCharity()
enableCharity()
purchase(uint256 _tokenId, uint256 _charityId) payable
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
withdrawBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
Charity(uint256 charityId, address charity)
Creation(uint256 tokenId, string name, address owner)
PriceChange(uint256 tokenId, uint256 price)
Purchase(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address owner, uint256 charityId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.