Legends Of The Metaverse
Verified contract
Active on
Ethereum with 313 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 "Legends Of The Metaverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21049135 | 21 days ago | | | 0 | 0.00011581852 | |
| 21049128 | 21 days ago | | | 0 | 0.00011059885 | |
| 20611304 | 3 months ago | | | 0 | 0.000028414420 | |
| 19183590 | 9 months ago | | | 0 | 0.0031160914 | |
| 18690212 | a year ago | | | 0 | 0.0014084338 | |
| 16215725 | 2 years ago | | | 0 | 0.00061260112 | |
| 15830835 | 2 years ago | | | 0 | 0.00060520031 | |
| 15670646 | 2 years ago | | | 0 | 0.00069104698 | |
| 15507824 | 2 years ago | | | 0 | 0.00030048671 | |
| 15184171 | 2 years ago | | | 0 | 0.00045864478 |
ABI
ABI objects
Getter at block 21203126
MAX_BY_MINT() view returns (uint256)
2000
MAX_NFT() view returns (uint256)
5555
PRICE() view returns (uint256)
50000000000000000
_totalSupply() view returns (uint256)
1505
baseTokenURI() view returns (string)
https://api.legendsofthemetaverse.com/shards/
creatorAddress() view returns (address)
0x0eb0c44c8f4d8b1f5ea773c50d79055350a70dc2
maxByMint() view returns (uint256)
2000
name() view returns (string)
Legends Of The Metaverse
owner() view returns (address)
0x0eb0c44c8f4d8b1f5ea773c50d79055350a70dc2
paused() view returns (bool)
true
symbol() view returns (string)
LOTM
totalMint() view returns (uint256)
1505
totalSupply() view returns (uint256)
411
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) pure returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events __mint(address _to, uint256 _count)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address _to, uint256 _count) payable
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCreatorAddress(address creator)
setMaxMint(uint256 _max)
setTokenId(uint256 _tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateLegends(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI, address creator, uint256 max_mint, uint256 token_start)
This contract contains no fallback and receive objects.
This contract contains no error objects.