Legend Maps
Verified contract
Active on
Ethereum with 7,434 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Legend Maps"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21109813 | 13 days ago | | | 0 | 0.00011358245 | |
| 21091598 | 16 days ago | | | 0 | 0.00048862269 | |
| 21019105 | a month ago | | | 0 | 0.00022446826 | |
| 20922175 | a month ago | | | 0 | 0.0017944293 | |
| 20915112 | a month ago | | | 0 | 0.0017788466 | |
| 20877715 | a month ago | | | 0 | 0.00037200853 | |
| 20802734 | 2 months ago | | | 0 | 0.00019971674 | |
| 20802387 | 2 months ago | | | 0 | 0.00055742368 | |
| 20590427 | 3 months ago | | | 0 | 0.000031187826 | |
| 20590426 | 3 months ago | | | 0 | 0.000028653336 |
ABI
ABI objects
Getter at block 21205900
EPIC_MINTS() view returns (uint256)
4
LEGENDARY_MINTS() view returns (uint256)
5
MAX_PUBLIC_MINT() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
5757
PRICE_PER_TOKEN() view returns (uint256)
42000000000000000
RARE_MINTS() view returns (uint256)
3
UNCOMMON_MINTS() view returns (uint256)
2
_baseExtension() view returns (string)
activeWhiteListTier() view returns (uint8)
3
contractURI() pure returns (string)
https://legendmaps.io/legendmaps-metadata.json
epicRoot() view returns (bytes32)
0x8424606f236356e701c5f06355d5909f510d39a4679d10e84ff3ecbc671292af
legendaryRoot() view returns (bytes32)
0xdbd6ae3b389bf0f40d984e7b53453ac4a0e2a4e75c621ac334b793150e9115ff
maxSupply() pure returns (uint256)
5757
mintPrice() pure returns (uint256)
42000000000000000
name() view returns (string)
Legend Maps
owner() view returns (address)
0x5ed63846531db1efc08f7fba9c795007980f4abd
rareRoot() view returns (bytes32)
0x88231aafd6dc910c08d295a367d1732354b6c4328ee0e43e939be658807a477f
saleActive() view returns (bool)
true
symbol() view returns (string)
LMNFT
totalSupply() view returns (uint256)
5757
uncommonRoot() view returns (bytes32)
0x1ed683349a9d3e1ffbd07cde72c4c1a4bfe17f324e71a85c4d555c8715109008
whitelistActive() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintsRemaining(address addr, uint8 group) view returns (uint256)
getTokenURI(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256) view returns (uint256)
sold(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintWhiteList(uint8 numTokens, uint256 addressId, uint8 whitelistGroup, bytes32[] proof) payable
openMint(uint256 numTokens) payable
renounceOwnership()
reserve(uint256 count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActiveWhiteList(uint8 newGroup)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string baseExtension)
setBaseURI(string baseURI_)
setRoot(uint8 group, bytes32 merkleroot)
setSaleState(bool newState)
setTokenURI(uint256 tokenId, string _tokenURI)
setWhiteListActive(bool _whitelististActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchase(address owner, uint256 price, uint256 id, string uri)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.