LEGENDS OF THE FIRSTBORNE
Verified contract
Active on
Ethereum with 7,482 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 FIRSTBORNE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21069615 | 21 days ago | | | 0 | 0.00038836134 | |
| 20973467 | a month ago | | | 0 | 0.0010578411 | |
| 20924160 | a month ago | | | 0 | 0.00038671747 | |
| 20924160 | a month ago | | | 0 | 0.00067909533 | |
| 20708325 | 2 months ago | | | 0 | 0.00010633590 | |
| 20620585 | 3 months ago | | | 0 | 0.00014390078 | |
| 20562278 | 3 months ago | | | 0 | 0.000058539897 | |
| 20531000 | 3 months ago | | | 0 | 0.00014409851 | |
| 20530999 | 3 months ago | | | 0 | 0.00015539462 | |
| 20530992 | 3 months ago | | | 0 | 0.00024052860 |
ABI
ABI objects
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 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalPublicMint(address) view returns (uint256)
totalWhitelistMint(address) view returns (uint256)
State-modifying
Events AirDrop(address[] _wallets, uint256 _count)
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)
setMerkleRoot(bytes32 _merkleRoot)
setPlaceHolderUri(string _placeholderTokenUri)
setTokenUri(string _baseTokenUri)
teamMint()
togglePause()
togglePublicSale()
toggleReveal()
toggleWhiteListSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
update_preSale_price(uint256 price)
update_public_price(uint256 price)
whitelistMint(bytes32[] _merkleProof, uint256 _quantity) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
UnableDetermineTokenOwner()