NFTMaps Land
Verified contract
Active on
Ethereum with 7,966 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MAPS | ERC-721 | 1 | -- | -- | |
MAPS | ERC-721 | 1 | -- | -- | |
MAPS | ERC-721 | 1 | -- | -- | |
MAPS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21050820 | 22 days ago | | | 0 | 0.00038736051 | |
| 20719328 | 2 months ago | | | 0 | 0.000063294400 | |
| 20610463 | 3 months ago | | | 0 | 0.000021357034 | |
| 20141311 | 5 months ago | | | 0 | 0.00014606400 | |
| 20130818 | 5 months ago | | | 0 | 0.00010502380 | |
| 20119910 | 5 months ago | | | 0 | 0.00034763032 | |
| 19857567 | 6 months ago | | | 0 | 0.00015118995 | |
| 19823075 | 6 months ago | | | 0 | 0.00021018277 | |
| 19823074 | 6 months ago | | | 0 | 0.00019993251 | |
| 19823073 | 6 months ago | | | 0 | 0.00017887022 |
ABI
ABI objects
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 maxSupply, uint16 maxPerWallet, uint16 maxPerTransaction, uint72 preSalePrice, uint72 pubSalePrice, bool preSaleIsActive, bool saleIsActive, bool claimIsActive, bool supplyLock, uint8 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 owner) view returns (uint256)
fiatAllowlist(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getClaimIneligibilityReason(address _address, uint256 _quantity) view returns (string)
hasClaimed(address) view returns (uint16)
hasMinted(address) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events addFiatMinter(address _address)
approve(address to, uint256 tokenId)
claimFree(uint16 _maxMint, uint16 _quantity, bytes32[] _proof)
claimTo(address _address, uint256 _quantity) payable
lockSupply()
mint(uint16 _quantity, bytes32[] _proof) payable
release(address account)
release(address token, address account)
removeFiatMinter(address _address)
renounceOwnership()
reserve(address _address, uint16 _quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setClaimRoot(bytes32 _root)
setMintPass(uint16 _id, address _address)
setSaleRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateConfig(uint16 _maxSupply, uint16 _maxPerWallet, uint16 _maxPerTransaction, uint72 _preSalePrice, uint72 _pubSalePrice)
updateSaleState(bool _preSaleIsActive, bool _saleIsActive, bool _claimIsActive, uint8 _salePhase)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri, address[] _payees, uint256[] _shares, address _owner, struct ERC721AContractToken _token)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()