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 "Lafz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19955433 | 6 months ago | | | 0 | 0.0011494125 | |
| 19492829 | 8 months ago | | | 0 | 0.00059683196 | |
| 19492762 | 8 months ago | | | 0.22 | 0.0035953077 | |
| 19492745 | 8 months ago | | | 0 | 0.00063737126 | |
| 19492644 | 8 months ago | | | 0.22 | 0.0025889720 | |
| 19492067 | 8 months ago | | | 0 | 0.00091955158 | |
| 19491982 | 8 months ago | | | 0.22 | 0.0030205580 | |
| 19491895 | 8 months ago | | | 0 | 0.00070357515 | |
| 19491727 | 8 months ago | | | 0.22 | 0.0033848968 | |
| 19478750 | 8 months ago | | | 0 | 0.0012174330 |
ABI
ABI objects
Getter at block 21269381
MAX_MINT_PER_TX() view returns (uint256)
3
MAX_TOKENS() view returns (uint256)
42
baseExtension() view returns (string)
.json
baseUri() view returns (string)
ipfs://bafybeifmqjyvjaspg4vtugcvojwlzrbnjcvc74xkkx6fsp7ueco2ngevfu
isSaleActive() view returns (bool)
true
name() view returns (string)
Lafz
owner() view returns (address)
0x669835429a57450f328b8835b72e3961bbe40a0c
price() view returns (uint256)
220000000000000000
symbol() view returns (string)
LFZ
totalSupply() view returns (uint256)
35
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)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _numTokens) 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 _baseUri)
setPrice(uint256 _price)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyPercentage(uint256 _royaltyPercentage)
toggleSaleState()
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)
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.
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)