AL Landscapes
Verified contract
Active on
Ethereum with 280 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($213.64)
Native
Value
$213.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.08 | $2,670.46 |
$213.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16504207 | 2 years ago | | | 0 | 0.00071445056 | |
| 15318992 | 2 years ago | | | 0 | 0.00037673737 | |
| 14794849 | 2 years ago | | | 0 | 0.00064782420 | |
| 14361335 | 3 years ago | | | 0 | 0.0016017052 | |
| 14241036 | 3 years ago | | | 0 | 0.00079852274 | |
| 14236472 | 3 years ago | | | 0 | 0.0016306881 | |
| 14231434 | 3 years ago | | | 0 | 0.0074796582 | |
| 14229835 | 3 years ago | | | 0 | 0.0029978775 | |
| 14216849 | 3 years ago | | | 0 | 0.0018754898 | |
| 14216219 | 3 years ago | | | 0 | 0.0023981233 |
ABI
ABI objects
Getter at block 21077520
DELTA() view returns (uint256)
5
MIN_COLORS() view returns (uint256)
2
getMax() view returns (uint256)
10
getPrice() view returns (uint256)
20000000000000000
name() view returns (string)
AL Landscapes
owner() view returns (address)
0xeffbb2f9817b459e8dae9dc4d4acd142e7e5630a
preSale() view returns (bool)
true
publicSale() view returns (bool)
true
symbol() view returns (string)
ALNDSCPS
totalSupply() view returns (uint256)
274
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getColorSizes(uint256 tokenId, address checkAddr) view returns (uint256[] sizes)
getColors(uint256 tokenId, address checkAddr) view returns (uint256[][] colors)
getColorsNum(uint256 tokenId, address checkAddr) view returns (uint256)
getColorsString(uint256 tokenId, address checkAddr) view returns (string[] colorsString)
getOneColor(uint256 tokenId, uint256 salt, address checkAddr) view returns (uint256[] color)
getOneColorString(uint256[] color) view returns (string colorString)
invertColor(uint256[] color) pure returns (uint256[] invColor)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokenURIFor(uint256 tokenId, address checkAddr) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events addColor(uint256 tokenId)
adminClaim(uint256 _alQty, address _to)
approve(address to, uint256 tokenId)
claim(uint256 _alQty) payable
freeClaim()
grantAccess(address _newAccesser)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxPresale(uint256 _newMax)
setMaxPurch(uint256 _newMax)
setMaxSale(uint256 _newMax)
setPrice(uint256 _newPrice)
substrColor(uint256 tokenId)
switchPresale()
switchSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amt)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.