LandManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
Balances ($0.00)
No balances found for "LandManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LandManager"
ABI
ABI objects
Getter at block 21270730
cost() view returns (uint256)
0
game() view returns (address)
0x0000000000000000000000000000000000000000
land() view returns (address)
0x0000000000000000000000000000000000000000
nvs() view returns (address)
0x0000000000000000000000000000000000000000
nvsCost() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
token() view returns (address)
0x0000000000000000000000000000000000000000
treasury() view returns (address)
0x0000000000000000000000000000000000000000
verifier() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isClaimed(uint256) view returns (bool)
isDiscounted(address) view returns (bool)
operators(address) view returns (bool)
State-modifying
Events claim(bytes32 nonce, uint256[] nekoId, bytes signature)
firstMintAndDeposit(bytes32 nonce, uint256 asgCost, bytes signature)
initialize(address token_, address nvs_, address land_, address verifier_, address treasury_, uint256 cost_, uint256 nvsCost_)
mintAndDeposit(bytes32 nonce, uint256 amount, bytes signature)
mintByOperator(address[] accounts)
mintLandByASG(bytes32 nonce, uint256 amount, uint256 asgCost, bytes signature)
pause()
renounceOwnership()
setCost(uint256 cost_, uint256 nvsCost_)
setGame(address game_)
setNVS(address nvs_)
setOperator(address operator_, bool state)
setTreasury(address treasury_)
setVerifier(address verifier_)
transferOwnership(address newOwner)
unpause()
Initialized(uint8 version)
LandMinted(address owner, uint256 id, uint256 maticPrice, uint256 nvsPrice)
LandUpgrade(address owner, uint256 id, uint256 floor, uint256 richness, uint256 price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
receive()
This contract contains no error objects.