TheLandDAO Rent
Verified contract
Active on
Ethereum with 2,205 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xea25…3f54
Balances ($0.00)
No balances found for "TheLandDAO Rent"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16723133 | 2 years ago | | | 0 | 0.00086999173 | |
| 16624318 | 2 years ago | | | 0 | 0.00067268023 | |
| 16519174 | 2 years ago | | | 0 | 0.00065151020 | |
| 16410112 | 2 years ago | | | 0 | 0.00072207026 | |
| 15648345 | 2 years ago | | | 0 | 0.0012575703 | |
| 15438048 | 2 years ago | | | 0 | 0.00046258864 | |
| 15309826 | 2 years ago | | | 0 | 0.00077338424 | |
| 15238671 | 2 years ago | | | 0 | 0.0028262363 | |
| 15237821 | 2 years ago | | | 0 | 0.0013732440 | |
| 15220469 | 2 years ago | | | 0 | 0.0038459804 |
ABI
ABI objects
Getter at block 21382278
INTERVAL() view returns (uint256)
86400
MAX_SUPPLY() view returns (uint256)
132407400000000000000000000
NFTContract() view returns (address)
0xea25e2b3e35c67876957ee00a28cd912ff113f54
decimals() view returns (uint8)
18
merkleOne() view returns (bytes32)
0x20601687dba511bb55c7117c2eaf5da3f978ff2092794b653fcd503928548dd8
merkleThree() view returns (bytes32)
0x2293d6dbbf85ac448c82979a015130a0912c58ffb9ac497bb66375dd5daa13d4
merkleTwo() view returns (bytes32)
0x33addb29ef1a3a5e52fc30050a098b31a1d41cc10a90ee15e8ea5402b73c617a
name() view returns (string)
TheLandDAO Rent
owner() view returns (address)
0xdb56c41beada874be2253b38a31514629679b223
paused() view returns (bool)
false
stateLocked() view returns (bool)
false
symbol() view returns (string)
RENT
totalSupply() view returns (uint256)
632332297974537037035337
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getDailyReward(uint256 tokenId) view returns (uint256)
getLastUpdate(address user) view returns (uint256)
getNFTBalance(address user) view returns (uint256)
getNFTIds(address user) view returns (uint256[] _tokensOfOwner)
getPendingReward(address user) view returns (uint256)
isProved(uint256 tokenId) view returns (bool proved)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimReward()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockState()
pause()
proveTier(bytes32[] _merkleProof, bytes32 tokenHash, uint256 tokenId)
renounceOwnership()
setMerkleRoots(bytes32 _tierOne, bytes32 _tierTwo, bytes32 _tierThree)
setNFTContractAddress(address _NFTContract)
startEarningRent(bytes32[][] _merkleProofs, bytes32[] _tokenHashes)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardPaid(address indexed user, uint256 reward)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address NFTContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.