ERC721AContract

Verified contract

Active on Ethereum with 984 txns
Deployed by via 0x03e2b51d at 18024489
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 "ERC721AContract"

0x2a4a36be14caaa459d676074ad34c8ec899e1c0c17f68a1b048a9481e914f958
0xdfa7b9d8b2ae08977ec695ea9fa3bd184adadba4649469b50de5b665aa3190ba
0xca9a90ba48c25afa42365c55a054f6f460a84893aa273e2201e8ae0c41201f4d
0xca76efdf449039f662a16acadd5f356d29ab0a190e2c7e056980e845581892eb
0x1009b8212a08c8c2e21ba6da4d6279da52ec76ed176014787a627212b7da27cb
0xc7bd47d10a2e7c3f0445f20309345074fb20e5cce3f027c18501e91f8a4e78d1
0x1e4eb34eb3d25e8e97b8bbe78567a90a78c81c2b1fad452ddca86af15e89477e
0x70ca215dfb92e4d4d4ea77a5eecd60a2420f9191cef764a1b5240348cc920f72
0x02a4147861f85214cea8cb7ed71ef4b8a9b26caa09f3150dfef117f9fe5f49b4
0xbef4b1a828b6478ae6401abd29219fb5349d44e980ae93fb3ba5cac2d4494ac7

Functions
Getter at block 21329878
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
claimMerkleRoot(view returns (bytes32)
0x596672b729f25a8366af0f4da80fcadb05c596a8918ea0524aee50d605618d10
mintpass(view returns (address)
0xfe2bced238dd367c938cb284c52c6c3e08124ef8
name(view returns (string)
Pirates of Fukushū
owner(view returns (address)
0xe6eafc915f3333e870b9fd2a296a9dc1386c7631
provenance(view returns (string)
r2eAddress(view returns (address)
0x5f2f54ac56a0a551a77302e48fe61ff9bf794cec
saleMerkleRoot(view returns (bytes32)
0x899a90fb2cc8df1948e5e589c6bbe7f14bdbf423d5de47930a844b5b4aa42451
symbol(view returns (string)
FUKUSHŪ
token(view returns (uint16 maxSupplybool pubPerWalletuint16 pubMaxMintuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool pubSaleIsActivebool claimIsActiveuint8 preSalePhasebool supplyLockbool refer2earnbool soulbound)
(maxSupply=3333, pubPerWallet=false, pubMaxMint=15, preSalePrice=49000000000000000, pubSalePrice=59000000000000000, preSaleIsActive=true, pubSaleIsActive=true, claimIsActive=true, preSalePhase=2, supplyLock=false, refer2earn=true, soulbound=false)
totalReleased(view returns (uint256)
39586630000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
3333
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(