NFTMaps Land

Verified contract

Active on Ethereum with 7,966 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables
 (#2751)
ERC-721
--
 (#2750)
ERC-721
--
 (#2749)
ERC-721
--
 (#2748)
ERC-721
--
0xf2bcffde5abfb72863e459d5b5e75aafaa55d571b85a3da3d48a2f51c136780f
0xe35d0f3f96b912498de22d57e1ddc54d9fae0cc74ecc5d888dc4931b11d1349c
0x9898bc9ab66bbae496e5925e3294bb2067e8ee6700bc7860986ca11b8aeec370
0xe9f33a6e1398945d480af6c993bde3e5ee5fafe0431b660b589f00f505b0a913
0xdf7345ffa69fc00a0e2b1166c45fa620821a6146c6d414e27fd860426fd632ff
0x3615f7fdd2952f6c61172f26438359f90120c911574abeb12cca0458786167ec
0x66b8112b6635570d4188f3fbfede6575305bdcff29e22920f01d3cea9f8a18df
0xaacf6f896143b28df20b236883790c807b65e68c6370c3e203bbc0842678a3ed
0x3f749b99bd3f5a9a8633c46eff676c7976e7b6b396de8bb542af68e33427e15d
0x230e035123335c5249c72ea3cca6d33b401402d95e8cfddcde566a82b415df3f

Functions
Getter at block 21208151
claimMerkleRoot(view returns (bytes32)
0xf385de2d0dea1b1c5cc99d090c9d6d335231ef65cb5c50d5b93c2040097fa911
mintpassAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintpassId(view returns (uint16)
0
name(view returns (string)
NFTMaps Land
owner(view returns (address)
0xaa999b2b0af4ffd04dc7464bc073913978cfc02f
price(view returns (uint256)
10000000000000000
saleMerkleRoot(view returns (bytes32)
0x91a6530b4e94bba502b1dd87f0393eba37f8df50e38916e314230e064462d041
symbol(view returns (string)
MAPS
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhase)
(maxSupply=11111, maxPerWallet=2, maxPerTransaction=25, preSalePrice=0, pubSalePrice=10000000000000000, preSaleIsActive=false, saleIsActive=false, claimIsActive=false, supplyLock=false, salePhase=0)
totalReleased(view returns (uint256)
0
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
11111
unclaimedSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
fiatAllowlist(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimIneligibilityReason(address _addressuint256 _quantityview returns (string)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
addFiatMinter(address _address
approve(address touint256 tokenId
claimFree(uint16 _maxMintuint16 _quantitybytes32[] _proof
claimTo(address _addressuint256 _quantitypayable 
lockSupply(
mint(uint16 _quantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
removeFiatMinter(address _address
renounceOwnership(
reserve(address _addressuint16 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setMintPass(uint16 _idaddress _address
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActivebool _claimIsActiveuint8 _salePhase
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _ownerstruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(