ERC721AContract
Verified contract
Active on
Ethereum with 973 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfe2b…4ef8
4 additional
variables
Balances ($0.00)
No balances found for "ERC721AContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21108899 | 9 days ago | | | 0 | 0.00054553231 | |
| 21108890 | 9 days ago | | | 0 | 0.00044089872 | |
| 21099794 | 10 days ago | | | 0 | 0.00015810988 | |
| 21090027 | 12 days ago | | | 0 | 0.00067418625 | |
| 21076563 | 13 days ago | | | 0 | 0.00093894248 | |
| 21053510 | 17 days ago | | | 0 | 0.00026618456 | |
| 21019563 | 21 days ago | | | 0 | 0.00081508239 | |
| 21018739 | 21 days ago | | | 0 | 0.00065619127 | |
| 21018733 | 21 days ago | | | 0 | 0.00033268285 | |
| 21012982 | 22 days ago | | | 0 | 0.00049874599 |
ABI
ABI objects
Getter at block 21172781
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 maxSupply, bool pubPerWallet, uint16 pubMaxMint, uint72 preSalePrice, uint72 pubSalePrice, bool preSaleIsActive, bool pubSaleIsActive, bool claimIsActive, uint8 preSalePhase, bool supplyLock, bool refer2earn, bool 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 owner) view returns (uint256)
fiatMinters(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
hasClaimed(address) view returns (uint16)
hasMinted(address) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256 _id, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events airdrop(address[] _addresses, uint16[] _quantities)
approve(address operator, uint256 tokenId) payable
lockSupply()
mint(address _address, uint256 _quantity, uint256 _maxMint, bytes32[] _proof, address _referrer) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setClaimRoot(bytes32 _root)
setFiatMinter(address _address, bool _allowed)
setMintPass(address _address)
setPrice(uint72 _preSalePrice, uint72 _pubSalePrice)
setRoyalties(uint256 _id, address recipient, uint256 _basisPoints)
setSaleRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateConfig(uint16 _maxSupply, uint16 _pubMaxMint, bool _pubPerWallet)
updateSaleState(bool _preSaleIsActive, bool _pubSaleIsActive, bool _claimIsActive, uint8 _preSalePhase, bool _refer2earn)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri, address[] _payees, uint256[] _shares, address _owner, address[] _interfaces, string _provenance, struct ERC721AContractToken _token, struct ERC721AContractRoyaltyInfo _royalties)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()