Layer Zero

Verified contract

Proxy

Active on Ethereum with 46 txns
Deployed by via 0xb2245ff2 at 15534979
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 48 additional slots
3 additional variables

No balances found for "Layer Zero"

0x3293291e7c5b07d0f1154294e8e5e210b491dacddcdda92ff41b3846054198bc
0xf44ae13303284e47575f488b15ef662b3fc9102e728ea214462ea99fe560c909
0x6e889c6fed424f8dbf516d134b8df15a2bd16fbef9ae30a9491ead9ed4ddd8e2
0xf5bfb9d5e683a3be58d505d35f736dbcb94a1587987f1c011f4376436908f088
0xb7e5d87bcd529d4c8e183e20ea081d3989f0c6a3470df61d3856bd9bed110d3e
0x033f4fc2143a96fe2e804fc3e334a68554a403f90472f80e02df44c7344a17b3
0xc3907bea8216caf222184df08e596bcfd4cfa3fe50c29c9fdbbc4620163f40f9
0x07e3992cf15430a0811df75eab7b666152436dbd5c065250b7b9e12780b6e8e6
0x04cafd2937b0be3f6feb53b73ac7bb4121cff4ac39d5d8db0ce05ebbdc2f423d
0x79cd482af3900c5c9b89004bd82cd866d8a8880e1e3484f182b25e33384ad9b4

Functions
Getter at block 21184586
IS_PUBLIC_MINTING_OPEN(view returns (bool)
false
MAX_MINTS_PER_WALLET(view returns (uint256)
1
MINT_FEE(view returns (uint256)
0
ammountWithdrawn(view returns (uint256)
0
 
contractURI(view returns (string)
lockBaseUri(view returns (bool)
false
name(view returns (string)
Layer Zero
owner(view returns (address)
0x8d3335f06a1121eee9d57d68dc80c226a1aa952f
placeholderImage(view returns (string)
remaining(view returns (uint256)
0
reserve(view returns (uint256)
0
royaltyBasis(view returns (uint256)
0
symbol(view returns (string)
L0
totalSupply(view returns (uint256)
32
version(pure returns (string)
2.0.0
Read-only
accountMintCount(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintsUsed(address accountview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTokenAvailable(uint256 tokenIDview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 quantity
airdrop(address[] to
approve(address touint256 tokenId
changeBaseUri(string baseURI_
changeMintFee(uint256 mintFee_
changeMintLimit(uint256 mintLimit_
changePlaceholderImage(string placeholderImage_
initialize(string name_string symbol_string baseURI_address ownerAddress_uint256 mintFee_uint256 size_address whiteListSignerAddress_uint256 mintLimit_uint256 royaltyBasis_string placeholderImage_
mint(uint256 quantitypayable 
mintWithSignature(bool isFreeaddress touint256 customFeeuint256 limituint256 quantitybytes signaturepayable 
permanentlyLockBaseUri(
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
togglePublicMinting(
transferBalance(address touint256 ammount
transferERC20Balance(address erc20ContractAddressaddress touint256 ammount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateReserveAmmount(uint256 ammount
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

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(