Lines by Arrotu

Verified contract

Proxy

Active on Ethereum with 1,038 txns
Deployed by via 0x72f1ebf2 at 16464548
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
15 additional variables

No balances found for "Lines by Arrotu"

0x5ed08e799ebcb8dc7bdfe4f1d7a669e55afd6a43c49b6e8a3481551f3164e084
From
0x292b8d75c4c894326e45af7012ae3c912b843f7a6f7245a8505e483f0be5b506
0xd56d4570a14e1df3febcb80885a9f8c366aef5ea5452d2608fc019b48cf9fd8e
0x0d783a1059a4ce8209a94b41d0e58ceacd3fa8c14f246e632c78fd4cdd8375f4
0x3da87682ee7c49965955d7f7e3e9d8906af3c9c96d16c02968aeee4e139c90c5
0x5c04bc6a87b7fc0864b1e81b6d024cef584a5e6edd57bf907759fb9fc89aac46
0x2be75d16efe5ef8c23f718beffa175f092ebeedd3ef2e4f9478c933d8ccf960c
0x61ca4240983f035d102c410b82b91ff409da81be01f26ed018924e7d7221def5
From
0x3b501d09e146393e69b47052b6c921f3041304bd4b6657819a9500b7f21f195a
0xc30e2fcfbecbee0079ddcc6ab1f370197fcd6ed03f95e6dff5f3a7bc96e0aaa4

Functions
Getter at block 20872194
implementation(view returns (address)
0xf96fd95d60fb0318b639a8211ef60ee467f2892a
cost(view returns (uint256)
0
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x6FB53031e2b3d7D4d6f7fAd6D69952F87477BC82], [0, 1000])
maxFreeMint(view returns (uint32)
5
maxPerMint(view returns (uint32)
5
maxPerWallet(view returns (uint32)
5
name(view returns (string)
Lines by Arrotu
open(view returns (bool)
true
owner(view returns (address)
0x6fb53031e2b3d7d4d6f7fad6d69952f87477bc82
pauseMintAt(view returns (uint256)
0
presaleOpen(view returns (bool)
true
referralCap(view returns (uint256)
10
referralOpen(view returns (bool)
true
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
4999
symbol(view returns (string)
LiNe
totalSupply(view returns (uint256)
4999
Read-only
addressAndUintToBytes(address _addressuint256 _uintpure returns (bytes)
affiliatesOf(address walletview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintCostOfOwner(address _addressuint256 _countview returns (uint256)
numberMintedOfOwner(address _addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
remainingMintsOfOwner(address _addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupplyuint256 _commission
mint(uint256 countpayable 
mintAll(payable 
mintTo(uint256 countaddress topayable 
presaleMint(uint32 countbytes32[] proofpayable 
presaleMintTo(uint32 countbytes32[] proofaddress topayable 
referralMint(uint32 countaddress referrerpayable 
referralMintTo(uint32 countaddress referreraddress topayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseUri(string _uri
updateMaxFreeMint(uint32 _cap
updatePauseMintAt(uint256 _pauseAt
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _totalSupplyuint256 _commission
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(