LEGENDS OF THE FIRSTBORNE

Verified contract

Active on Ethereum with 7,482 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LEGENDS OF THE FIRSTBORNE"

0x7b57036d481e2060e25eb0c5fe6882439bead1d36cf88f4746cbc151c84a219f
0x9a2e541ab45cfcca05729655190d8a2d98dbef9ccadcb9f9c6fbffca4bdf532d
0x93f0f6945f5ae6c536ce1951d1e9bbda51aa78ca4cba94d29e21f06b8f079f3a
0x0b70cbbae8a9cf52b9f01554995cd69514bbb75e0248d793a6941ec5fa98ee04
0xac7d313b7bf40fecd1932b69ad4a0da5ec7dd870086dab577f554fc92c1dc7f3
0xebe1a16e9f92de344bdb3430119258dfccb76481f576a54f1544a4650a89a675
0x60fa224c02779a7d60fff5036c325f7cafe9d1dd76cf1318624cd8199fe5bcf4
0xc579e671d75f1df05491fd39e74503add9134c77944474cc0b043c4ebc6aaf5a
0xd8df5872c29da4fd0aa2a337c59196461f12ed078048bbbcfc8dcc72f4e5d2f9
0xeeb8ba1e94b466246daae4ddc650ec8ddcd05b9d9357aba61efa00a8a4743ec5

Functions
Getter at block 21222826
MAX_PUBLIC_MINT(view returns (uint256)
5
MAX_SUPPLY(view returns (uint256)
11111
MAX_WHITELIST_MINT(view returns (uint256)
5
PUBLIC_SALE_PRICE(view returns (uint256)
0
WHITELIST_SALE_PRICE(view returns (uint256)
0
getMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
isRevealed(view returns (bool)
true
name(view returns (string)
LEGENDS OF THE FIRSTBORNE
owner(view returns (address)
0x98090bca0ebcd1ebb2c2bf93ed7cf79d8c1139f2
pause(view returns (bool)
false
placeholderTokenUri(view returns (string)
ipfs://QmWdVpLPTuzFhDJD5LQ8Zdff4xK8ULWW7KK9cGTMSXX1PP
publicSale(view returns (bool)
false
symbol(view returns (string)
LOTFB
teamMinted(view returns (bool)
false
totalSupply(view returns (uint256)
11111
walletOf(view returns (uint256[])
[]
whiteListSale(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
totalPublicMint(addressview returns (uint256)
totalWhitelistMint(addressview returns (uint256)
State-modifying
AirDrop(address[] _walletsuint256 _count
approve(address touint256 tokenId
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMerkleRoot(bytes32 _merkleRoot
setPlaceHolderUri(string _placeholderTokenUri
setTokenUri(string _baseTokenUri
teamMint(
togglePause(
togglePublicSale(
toggleReveal(
toggleWhiteListSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
update_preSale_price(uint256 price
update_public_price(uint256 price
whitelistMint(bytes32[] _merkleProofuint256 _quantitypayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
UnableDetermineTokenOwner(