PIXELATED (Digital Feelings)

Verified contract

Active on Ethereum with 3,851 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables
ERC-20
--
0x32d32ce7846f3d5ac3fae8133aa54d9932d1c6859f4db66fe019b01ca7c8880f
0x3c74c034489fbf10abcb41d7c84a079d42ac42089009fc51bdcd643528506d05
0x23781ba9e8dc484de338591466a089d74edbb9bf6f55e7ee276a26ed55d34832
0xd1d7589596b4199845bcb25a7d34175f554266c499fa1b24b334fcc5bc4c49b8
0x80161afbffb7987f229f115ac3ea6891073ab97103d4e35111cd70316830f78f
0x45bd1e26ab973119c236bcb6346d519fad0b6b6305284bdb4e709820581a7a4e
0x1462fcef2104d4769f611396737e3eaefd5c4185717b0cfab856f8c5c562687c
0xab2cf902f64de9327da08de8f406218a8018b77fa08daf0c599ac0f32f8b3e98
0x51d6fb31b58c37f16407a541eae02e8f2f99d289d4e9851d761ef60dc57fc543
0x154ffc504b2210ede9bf0e925a58e6cd9e65b67d11ffab3e57b108d9a4e86fb9

Functions
Getter at block 21398702
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(