Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x39ed…1c54
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$TROPY | ERC-20 | 499K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20238715 | 5 months ago | | | 0 | 0.00065814155 | |
| 18902900 | a year ago | | | 0 | 0.00056940323 | |
| 16765280 | 2 years ago | | | 0 | 0.0013332335 | |
| 16515703 | 2 years ago | | | 0 | 0.00088110037 | |
| 16388150 | 2 years ago | | | 0 | 0.00044269335 | |
| 15834957 | 2 years ago | | | 0 | 0.00089591327 | |
| 15834953 | 2 years ago | | | 0 | 0.00095401840 | |
| 15834948 | 2 years ago | | | 0 | 0.00089645450 | |
| 15834944 | 2 years ago | | | 0 | 0.00096486908 | |
| 15691848 | 2 years ago | | | 0 | 0.00020735696 |
ABI
ABI objects
Getter at block 21387458
NAME() view returns (string)
Land
SYMBOL() view returns (string)
LAND
baseTokenURI() view returns (string)
https://metavolution.mypinata.cloud/ipfs/QmdGQMCB7iakjM5XLcEHADiJZVKYEHNBDw9H3JE7KrRdKS/
maxSupply() view returns (uint256)
500
maxTokenID() view returns (uint256)
5
name() pure returns (string)
Land
obeliskAddress() view returns (address)
0xecc901341ab97ec165e1dc089bcd9723344dd1fe
owner() view returns (address)
0x300cb77507fe338578da7b851694595692695294
paused() view returns (bool)
false
stakingAddress() view returns (address)
0x55e150e65806e32fdb6c974ed46edba6a3f5f41b
symbol() pure returns (string)
LAND
totalMinted() view returns (uint256)
499
tropyAddress() view returns (address)
0xd4bcf8702763e95a6b6040cf60fe9379000bcef5
tropyAmountToMint() view returns (uint256)
1000000000000000000000
vrfRandomGenerator() view returns (address)
0x39edad1f64cb319ac01bd458278b754768821c54
Read-only
amountPerWallets(address) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
genesisInfo(address) view returns (uint256)
getDailyRewardOfUser(address _account) view returns (uint256)
getRewardNum(address _account) view returns (uint256)
holdInfo(address, uint256) view returns (uint256 rewardLockup, uint256 depositTime)
isApprovedForAll(address account, address operator) view returns (bool)
maxSupplyperID(uint256) view returns (uint256)
rewardRate(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events changeObeliskAddress(address _obeliskAddress)
changeStakingAddress(address _stakingAddress)
changeTropyAddress(address _tropyAddress)
getRandomID() returns (uint256)
harvest(address _account)
mint(uint256 amount)
pause(bool _state)
recoverTropy()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setTropyAmountToMint(uint256 _tropyAmount)
stakeGenesis(address _account)
transferOwnership(address newOwner)
unStakeGenesis(address _account)
withdraw() payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ObeliskAddressChanged(address indexed owner, address indexed obeliskAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakingAddressChanged(address indexed owner, address indexed stakingAddress)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
TropyAddressChanged(address indexed owner, address indexed tropyAddress)
URI(string value, uint256 indexed id)
constructor(string _baseTokenURI, address _tropyAddress, address _obeliskAddress, address _vrfRandomGenerator)
This contract contains no fallback and receive objects.
This contract contains no error objects.