627EEA

Verified contract

Active on Ethereum with 4,482 txns
Deployed by via 0x5fd34afc at 17596325
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "627EEA"

0x06b1beca6a2509b7596ba76cf576a9f9a6acbd4da04fdf5d452e43f2091c0a8e
0xcf541eb5a399f2d861442902b0904cc55eac5825ddfb5e5fe26138a555cd4b21
0x0edec30a702e212d09154dce0784580abf6e20927cf9caa0974cc19304c39d78
0x65d084b1374d586416bb4c98b7c7634b9a30b6ecfd41e5a8acfb49e69681a6a5
0xbfe3e8bf27d15556742d86ff2ad36fcf07bae4a8be56ae9ad1e3bda9989d67c7
0xc21092286bf19c72c33b5360c1c38b24e97ca0730a2024f446ac6ea3b297a048
0xb9159c753e1a0b57e49fbf8a709d59eba813cdf3b34a0c491d04338bc3929d66
0x51497d9c6a312e747eb83b4518a1ad5014db388f9e89ac426bd46960a2dc6326
0xe6fed4d9bbc862364ff1dd297eca664265b43bbcbc11fe7a9c70bde2d57df0cc
0x8d09732b8bcce987cd2f5df5c861a8fa8fb5f29e979659b1a0636def1d7fc5e5

Functions
Getter at block 20965236
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PUBLIC_MAX_MINTS(view returns (uint256)
20
PURPLELIST_MAX_MINTS(view returns (uint256)
2
baseURI(view returns (string)
https://api.627eea.io/
getSaleState(view returns (string)
Not Active
isBurnEvent(view returns (bool)
false
isPublicActive(view returns (bool)
false
isPurplelistActive(view returns (bool)
false
name(view returns (string)
627EEA
owner(view returns (address)
0xc9aa32d8fb86b1a7dcd75349d4054cb5c8dad990
publicSalePrice(view returns (uint256)
10000000000000000
purplelistPrice(view returns (uint256)
10000000000000000
saleState(view returns (string)
Not Active
symbol(view returns (string)
627EEA
totalSupply(view returns (uint256)
4000
Read-only
amountBurned(addressview returns (uint256)
amountMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
burnRecords(uint256view returns (address useruint256 amountBurned)
getApproved(uint256 tokenIdview returns (address)
getIfPurplelistClaimed(address _addrview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
purplelistClaimed(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
Burn(uint256[] tokenIdsbytes32[] _burnProof
StartToBurn(
TeamMintPurple(uint256 quantitypayable 
Withdraw(payable 
approve(address operatoruint256 tokenIdpayable 
mint(uint256 quantitypayable 
purplelistMint(bytes32[] _PurpleProofuint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _base
setMaxMintPerPublic(uint256 amount
setMaxMintPerPurplelist(uint256 amount
setPrice(uint256 _publicPrice
setPurplelistPrice(uint256 _purplePrice
togglePublic(
togglePurplelist(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateBurnRoot(bytes32 _root
updatePurplelist(bytes32 _root
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(string _baseUribytes32 _purplelistRoot
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(