Landemic
Verified contract
Active on
Ethereum with 21,353 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13,247.79)
Native
Value
$13,247.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.670672 | $3,609.09 |
$13,247.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20472284 | 4 months ago | | | 0 | 0.000081722953 | |
| 20321202 | 4 months ago | | | 0 | 0.00073709435 | |
| 20321140 | 4 months ago | | | 0.0006 | 0.0029525632 | |
| 14990396 | 2 years ago | | | 0.0006 | 0.0035561430 | |
| 14990387 | 2 years ago | | | 0 | 0.00049185061 | |
| 14990378 | 2 years ago | | | 0 | 0.00050724383 | |
| 14990378 | 2 years ago | | | 0 | 0.00050724383 | |
| 14990378 | 2 years ago | | | 0 | 0.00050724383 | |
| 14990378 | 2 years ago | | | 0 | 0.00050724383 | |
| 14990378 | 2 years ago | | | 0 | 0.00050724383 |
ABI
ABI objects
Getter at block 21285721 getAllOwned() view returns (uint256[], address[])
_basePrice() view returns (uint256)
600000000000000
_baseURL() view returns (string)
https://landemic.io/
_bountyDivisor() view returns (uint8)
20
_defaultMultiple() view returns (uint16)
100
_owner() view returns (address)
0x66ee719ba53252d2d0e79d355edcd19f03979857
failedPayoutsSum() view returns (uint256)
0
name() view returns (string)
Landemic
symbol() view returns (string)
LAND
totalSupply() view returns (uint256)
14077
Read-only
_lastPrice(uint256 tokenId) view returns (uint256)
_multiple(uint256 tokenId) view returns (uint16)
_prices(uint256) view returns (uint240 lastPrice, uint16 multiple)
balanceOf(address owner) view returns (uint256)
eastOfToken(uint256 tokenId) pure returns (uint256)
failedPayouts(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
metadataForToken(uint256 tokenId) view returns (uint256, address, uint16, uint256)
multipleOf(uint256 tokenId) view returns (uint16)
neighborsOfToken(uint256 tokenId) pure returns (uint256[4])
northOfToken(uint256 tokenId) pure returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
priceOf(uint256 tokenId) view returns (uint256)
southOfToken(uint256 tokenId) pure returns (uint256)
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)
westOfToken(uint256 tokenId) pure returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
grabCode(uint256 tokenId) payable
pullBounty(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBasePrice(uint256 basePrice)
setBaseURL(string baseURL)
setBountyDivisor(uint8 bountyDivisor)
setMultiple(uint256 tokenId, uint16 multiple)
setOwner(address owner)
transferFrom(address from, address to, uint256 tokenId)
withdraw(uint256 amount)
withdrawProfit()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.