LexMetaCapital
Verified contract
Active on
Ethereum with 1,220 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 "LexMetaCapital"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17969494 | a year ago | | | 0 | 0.0014248472 | |
| 15412806 | 2 years ago | | | 0 | 0.00047100386 | |
| 15367320 | 2 years ago | | | 0 | 0.00080369735 | |
| 15363220 | 2 years ago | | | 0 | 0.00023670126 | |
| 15362641 | 2 years ago | | | 0 | 0.00048444026 | |
| 15362629 | 2 years ago | | | 0 | 0.00059674165 | |
| 15362300 | 2 years ago | | | 0 | 0.00054004693 | |
| 15358559 | 2 years ago | | | 0 | 0.00032957708 | |
| 15358528 | 2 years ago | | | 0 | 0.00045498901 | |
| 15358418 | 2 years ago | | | 0 | 0.00028354635 |
ABI
ABI objects
Getter at block 21286593
baseURI() view returns (string)
ipfs://QmfXUKcxz5tFEt9CmPMpZbUAG83NytAjAaCGW3NxBnvgUw/
mintRate() view returns (uint256)
0
name() view returns (string)
LexMetaCapital
owner() view returns (address)
0x3b807ad69c7ed692bdb58360a37c3ddaf23f2695
symbol() view returns (string)
LEX
totalSupply() view returns (uint256)
10000
uriSuffix() view returns (string)
.json
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteList() payable
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()