CryptoLand
Verified contract
Active on
Ethereum with 1,837 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "CryptoLand"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267042 | 8 days ago | | | 0 | 0.00074636194 | |
| 21095297 | a month ago | | | 0 | 0.00032022263 | |
| 21043362 | a month ago | | | 0 | 0.00061024465 | |
| 20949042 | 2 months ago | | | 0 | 0.00038778583 | |
| 20757963 | 3 months ago | | | 0 | 0.00098954592 | |
| 20455483 | 4 months ago | | | 0 | 0.000086967592 | |
| 20151058 | 5 months ago | | | 0 | 0.000049327131 | |
| 20075684 | 6 months ago | | | 0 | 0.00087294239 | |
| 19852210 | 7 months ago | | | 0 | 0.00015045445 | |
| 19721634 | 7 months ago | | | 0 | 0.00033613402 |
ABI
ABI objects
Getter at block 21324812
TOKEN_GIVEAWAY() view returns (uint256)
173
TOKEN_MAX() view returns (uint256)
10000
TOKEN_PUBLIC() view returns (uint256)
9828
TOKEN_PURCHASE() view returns (uint256)
60
TOKEN_TEAM_ASSIGNED() view returns (uint256)
72
contractURI() view returns (string)
https://api.cryptoland.is/v1/website
getCurrentCalculatedPrice() view returns (uint256)
319
isActive() view returns (bool)
true
isWhiteListActive() view returns (bool)
true
name() view returns (string)
CryptoLand
owner() view returns (address)
0x5f54fcd0d0ef3aa010374b68038ab1c332abd6c9
priceConverter() view returns (uint256)
4730
proof() view returns (string)
symbol() view returns (string)
CL
totalGiveAwaySupply() view returns (uint256)
72
totalPublicSupply() view returns (uint256)
1197
totalPurchaseSupply() view returns (uint256)
1
totalSupply() view returns (uint256)
1037
totalTeamAssignedSupply() view returns (uint256)
72
whiteListMaxMint() view returns (uint256)
1
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCalculatedPriceByToken(uint256 tokenNumber) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
whiteListClaimedBy(address _add) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimGiveAway()
claimTeam()
claimWhiteList(bytes _sig)
purchase(string parcelId) 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 URI)
setContractURI(string URI)
setIsActive(bool _isActive)
setIsWhiteListActive(bool _isWhiteListActive)
setPriceConversion(uint256 _priceConverter)
setProof(string proofString)
setRevealedBaseURI(string revealedBaseURI)
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)
baseURIUpdated(address indexed _account)
contractURIUpdated(address indexed _account)
isRevealedBaseURI(address indexed _account)
tokenClaimed(address indexed _account, uint256 _id)
tokenPurchased(address indexed _account, uint256 _id, uint256 _priceOfPurchase, string _parcelId)
whiteList(address indexed _account, bool _value)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.