Two Lands
Verified contract
Active on
Ethereum with 390 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($489.34)
Native
Value
$489.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.133112 | $3,676.16 |
$489.34 | |
LANDS | ERC-20 | 5.14325K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21278000 | 5 days ago | | | 0 | 0.00052061642 | |
| 21223806 | 12 days ago | | | 0 | 0.00079136934 | |
| 20629822 | 3 months ago | | | 0 | 0.000047664102 | |
| 20629806 | 3 months ago | | | 0 | 0.000080891991 | |
| 20545315 | 4 months ago | | | 0 | 0.00014051439 | |
| 20514307 | 4 months ago | | | 0 | 0.00046203532 | |
| 20509006 | 4 months ago | | | 0 | 0.00016249280 | |
| 20485985 | 4 months ago | | | 0 | 0.00041237379 | |
| 20485881 | 4 months ago | | | 0 | 0.00023784502 | |
| 20485344 | 4 months ago | | | 0 | 0.00063076181 |
ABI
ABI objects
Getter at block 21312470
burnWallet() view returns (address)
0x000000000000000000000000000000000000dead
decimals() pure returns (uint8)
18
getOwner() view returns (address)
0x1723055111bfff996ddf4fe20c9146933ad50aa8
isSwapEnabled() view returns (bool)
true
marketingWallet() view returns (address)
0xcea821b9add4949e4a9703b87df70e37039b884c
name() pure returns (string)
Two Lands
operationsWallet() view returns (address)
0xe96ae647dac359db5c0c3afc41e73a7e7c6a731c
owner() view returns (address)
0x1723055111bfff996ddf4fe20c9146933ad50aa8
showPrimaryTaxes() view returns (uint8 buyTax, uint8 sellTax)
(buyTax=0, sellTax=5)
showSwapTaxes() view returns (uint16 liquidityTax, uint16 marketingTax, uint16 operationsTax)
(liquidityTax=30, marketingTax=35, operationsTax=35)
showSwapTokenThreshold() view returns (uint256)
250000000000000000000000
symbol() pure returns (string)
LANDS
totalSupply() pure returns (uint256)
1000000000000000000000000000
zeroAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address wallet) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
ownerEnableTrading()
ownerExcludeFromFees(address wallet, bool excluded)
ownerSetSwapThreshold(uint256 swapTokenThreshold)
ownerToggleSwap(bool swapEnabled)
ownerTriggerSwap(bool ignoreLimits)
ownerUpdateAMM(address marketMaker, bool enabled)
ownerUpdateMarketingWallet(address newMarketingWallet)
ownerUpdateMaxTransaction(uint256 maxTransaction)
ownerUpdateMaxWallet(uint256 maxWallet)
ownerUpdateOperationsWallet(address newOperationsWallet)
ownerUpdatePrimaryTaxes(uint8 buyTax, uint8 sellTax)
ownerUpdateSwapTaxes(uint16 liquidityTax, uint16 marketingTax, uint16 operationsTax)
ownerWithdrawStrandedToken(address strandedToken)
ownerWithdrawStuckETH()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 liquidityTokens, uint256 liquidityETH)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.