Unseen Lands
Verified contract
Active on
Ethereum with 755 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Unseen Lands"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16716433 | 2 years ago | | | 0 | 0.0013241652 | |
| 15608722 | 2 years ago | | | 0 | 0.00018442800 | |
| 15607852 | 2 years ago | | | 0 | 0.00023396076 | |
| 15607108 | 2 years ago | | | 0 | 0.00021855656 | |
| 15604543 | 2 years ago | | | 0 | 0.00032230931 | |
| 15604427 | 2 years ago | | | 0 | 0.00025816592 | |
| 15604312 | 2 years ago | | | 0 | 0.00040870947 | |
| 15604312 | 2 years ago | | | 0 | 0.00040870947 | |
| 15604312 | 2 years ago | | | 0 | 0.00040870947 | |
| 15604312 | 2 years ago | | | 0 | 0.00040870947 |
ABI
ABI objects
Getter at block 21317727
FREE_MINT_SUPPLY() view returns (uint256)
555
INSTANT_FREE_MINTED() view returns (uint256)
554
MAX_FREE_MINT_PER_ADDR() view returns (uint256)
1
MAX_MINT_PER_ADDR() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
555
PUBLIC_PRICE() view returns (uint256)
0
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
Unseen Lands
owner() view returns (address)
0x76cd4a3fb4f07f310d1b9edabf008527432811ef
symbol() view returns (string)
UL
totalSupply() view returns (uint256)
555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
ownerMint(uint256 quantity, address user)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setIsPublicSaleActive(bool _isPublicSaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice(uint256 __price)
withdraw(address recipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()