Lost Box - Invasion

Verified contract

Active on Ethereum with 77 txns
Deployed by via 0x744e227a at 16303783
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Lost Box - Invasion"

0xbf164f2bc49e9493ed5759de8c1d00f098670be0b6100829832a5758ac4af94e
0x63119602c1f18eea14befe6fbcc9501b4e4c4a057a05e10e75d579ddcf211f98
0x1c8be7bc01445f8be439df4d7a8a244b8b6bfed7c00fb96bd5f0270742aa9c94
0xf17acdef8be3b2c6753c6ef1dc02932c83cf90376711b4313fe72b87db5ca320
0xfc69bda58065faf3ca8a484b3348a3cf814fdd1a3d42ba57fd4036b47a9e4aa2
0x96b7740d36bec25c93a451a9073d2f21a3d12c48ef7b10823a37c4cc75f38b01
0x2a73fd8638fa07de6bc33d997b16b400b04c54e886c63ceba4de9af16ed7b6db
0xef5be98db7c70a62fafafac7597df5c18fa6f6e9ef37e8b46672b52213fca0fb
From
0x201a1d5fa2e2e3af93dbd657510776cf358d5c38ad003fac85bb742ed19583be
0x983e20909a97ca41ad74f71ebd86010c912af07104a0d967a82e2828428f226b

Functions
Getter at block 21444840
BASE_URI(view returns (string)
https://api.lostbox.xyz/
COLLECTION_SIZE(view returns (uint256)
4444
CONTRACT_URI(view returns (string)
https://api.lostbox.xyz/
FREE_SUPPLY_PER_WALLET(view returns (uint256)
1
MAX_BATCH_SIZE(view returns (uint256)
52
MINT_PRICE(view returns (uint256)
2100000000000000
REVEALED(view returns (bool)
true
SUPPLY_PER_WALLET(view returns (uint256)
52
UNREVEALED_URI(view returns (string)
https://api.lostbox.xyz/
contractURI(view returns (string)
https://api.lostbox.xyz/
isPublicMintEnabled(view returns (bool)
true
name(view returns (string)
Lost Box - Invasion
owner(view returns (address)
0x02b699ea1567d98ede6fe70d23cdd9ed9a38283b
symbol(view returns (string)
LBI
totalSupply(view returns (uint256)
712
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPrice(uint256 quantityview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
userHasMinted(addressview returns (uint256)
State-modifying
MintFreeSupporters(uint256 quantityaddress receiver
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(bool _revealedstring _baseURI
setContractURI(string _contractURI
setPrice(uint256 _newPrice
setPublicMintEnabled(
set_COLLECTION_SIZE(uint256 _new
set_FREE_SUPPLY_PER_WALLET(uint256 _new
set_MAX_BATCH_SIZE(uint256 _new
set_SUPPLY_PER_WALLET(uint256 _new
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawFunds(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(