PIXELATED (Digital Feelings)

Verified contract

Active on Ethereum with 3,846 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables
ERC-20
Value $0
0x45bd1e26ab973119c236bcb6346d519fad0b6b6305284bdb4e709820581a7a4e
0x1462fcef2104d4769f611396737e3eaefd5c4185717b0cfab856f8c5c562687c
0xab2cf902f64de9327da08de8f406218a8018b77fa08daf0c599ac0f32f8b3e98
0x51d6fb31b58c37f16407a541eae02e8f2f99d289d4e9851d761ef60dc57fc543
0x154ffc504b2210ede9bf0e925a58e6cd9e65b67d11ffab3e57b108d9a4e86fb9
0x412db8132a4da1fe11021c0dd9cee867dc47b276a537751df3868f3a38a20729
0x0c606db45ac1b141eecd454ba44e6fc6233d5a8e1ed20e859aa4045ec0d01f8b
0xf59f625121116e36a71cdc5e7853347e66d63a81a5ca80d27ad0cf8b5e9971b3
0x4f43bde61fc2aa45f959681f8f897f3017b70344a28d46bd1cae740bf6ce3578
0x314a4705abf16ce1ff06e8570b6eb70029d2995bee3579d445c062bf0b0a94bc

Functions
Getter at block 20853057
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpassAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintpassId(view returns (uint16)
0
name(view returns (string)
PIXELATED (Digital Feelings)
owner(view returns (address)
0x3470151d1c87597623e53fae98e4bc585e6cc709
price(view returns (uint256)
30000000000000000
saleMerkleRoot(view returns (bytes32)
0x3e4425ad45b54b4f9d43e49dbb2896232218fd58e83157d97bf7651045825394
symbol(view returns (string)
PXLD
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhase)
(maxSupply=4000, maxPerWallet=50, maxPerTransaction=50, preSalePrice=30000000000000000, pubSalePrice=30000000000000000, preSaleIsActive=false, saleIsActive=true, claimIsActive=false, supplyLock=false, salePhase=0)
totalReleased(view returns (uint256)
148300000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
4000
unclaimedSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
fiatAllowlist(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimIneligibilityReason(address _addressuint256 _quantityview returns (string)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
addFiatMinter(address _address
approve(address touint256 tokenId
claimFree(uint16 _maxMintuint16 _quantitybytes32[] _proof
claimTo(address _addressuint256 _quantitypayable 
lockSupply(
mint(uint16 _quantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
removeFiatMinter(address _address
renounceOwnership(
reserve(address _addressuint16 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setMintPass(uint16 _idaddress _address
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActivebool _claimIsActiveuint8 _salePhase
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _ownerstruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(