0x3Landers
Verified contract
Active on
Ethereum with 218 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($527.07)
Native
Value
$527.07
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.17 | $3,100.41 |
$527.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20199677 | 5 months ago | | | 0 | 0.00032997993 | |
| 20199676 | 5 months ago | | | 0 | 0.00038196921 | |
| 20199675 | 5 months ago | | | 0 | 0.00039005298 | |
| 20199673 | 5 months ago | | | 0 | 0.00045156901 | |
| 16507040 | 2 years ago | | | 0 | 0.0011209844 | |
| 16384332 | 2 years ago | | | 0 | 0.0014369440 | |
| 15286679 | 2 years ago | | | 0 | 0.00037466076 | |
| 15273437 | 2 years ago | | | 0 | 0.00031130193 | |
| 15110457 | 2 years ago | | | 0 | 0.0010331659 | |
| 14636146 | 3 years ago | | | 0 | 0.0014094960 |
ABI
ABI objects
Getter at block 21220901
BASE_URI() view returns (string)
https://0x3landers.mypinata.cloud/ipfs/QmanLQkoQQ2iMuz7CwWzjBzAPMxxS9gYodbHLFdWwWSzkg/
FREE_MAX_SUPPLY() view returns (uint256)
1000
MAX_PER_ADDRESS() view returns (uint256)
20
MAX_PER_TX() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
10000
isSaleActive() view returns (bool)
true
name() view returns (string)
0x3Landers
owner() view returns (address)
0xfdadd73dcadb75dbeac629ef2e3c2261189751b3
paused() view returns (bool)
false
price() view returns (uint256)
10000000000000000
symbol() view returns (string)
0X3LANDERS
totalSupply() view returns (uint256)
1017
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
purchased(address) view 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 numberOfTokens) payable
publicSale(address _address, uint256 numberOfTokens) 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 baseURI)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.