ERC721AContract

Verified contract

Active on Ethereum with 563 txns
Deployed by via 0x30aec23b at 18372909
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables
Native
Value $410.38
 (#354)
ERC-721
--
0x8e8e1aa78c4cbce6df60f39c63a6701f99f47ae2d53a9802585e7222de6899e8
0xe555a61d8655014c0d92aaf6dd27cb3dacfd2febabe23d3f196d6dbdb9f4532a
0x5eee17f5b5d0a0b42d74d28e5f73de8d2f5e15009c2a0d3b93d34b63ad3c79ef
0xfc3469bede6ef77de64a600b1bf45a04c4f961aa2221020a80197e0e35888542
0xdc5154a1d70cba414deb0aa91f9c724645e5a6865ffeb24a312e15c3f1eaaf1a
0x4d2c36da388656803bc0f7fe0814986cf636e212d9d2c932acbed1736e5e518a
0xca2eb2750555a10898507655895491ed78040c10045cc53ca9e857ea85825bd7
0xd43d0b9b8a22b604c6929e337ed09a598fee6d2eccdc73528191a924e5579cc8
0x0d0e1786b8a42f5efd5265918a15bef90cf3c171983284e5616a3c2ae9c8df8e
0xe393b32cda66905bff0278d830c2237e52183290caa97ce6528c4594ff7849ce

Functions
Getter at block 20877787
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpass(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
ED's Fright Night NFT
owner(view returns (address)
0x163f1108404114793ab4b3f5279a330bdb1b168c
provenance(view returns (string)
r2eAddress(view returns (address)
0x5f2f54ac56a0a551a77302e48fe61ff9bf794cec
saleMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
EDFN
token(view returns (uint16 maxSupplybool pubPerWalletuint16 pubMaxMintuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool pubSaleIsActivebool claimIsActiveuint8 preSalePhasebool supplyLockbool refer2earnbool soulbound)
(maxSupply=65500, pubPerWallet=false, pubMaxMint=10, preSalePrice=0, pubSalePrice=250000000000000000, preSaleIsActive=false, pubSaleIsActive=true, claimIsActive=false, preSalePhase=0, supplyLock=true, refer2earn=false, soulbound=false)
totalReleased(view returns (uint256)
36082500000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
708
Read-only
balanceOf(address ownerview returns (uint256)
fiatMinters(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
royaltyInfo(uint256 _iduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
airdrop(address[] _addressesuint16[] _quantities
approve(address operatoruint256 tokenIdpayable 
lockSupply(
mint(address _addressuint256 _quantityuint256 _maxMintbytes32[] _proofaddress _referrerpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setFiatMinter(address _addressbool _allowed
setMintPass(address _address
setPrice(uint72 _preSalePriceuint72 _pubSalePrice
setRoyalties(uint256 _idaddress recipientuint256 _basisPoints
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _pubMaxMintbool _pubPerWallet
updateSaleState(bool _preSaleIsActivebool _pubSaleIsActivebool _claimIsActiveuint8 _preSalePhasebool _refer2earn
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
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 _owneraddress[] _interfacesstring _provenancestruct ERC721AContractToken _tokenstruct ERC721AContractRoyaltyInfo _royalties
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(