Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Funs Pack"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Funs Pack"
ABI
ABI objects
Getter at block 21222988
MAX_SUPPLY() view returns (uint256)
10000
MINT_SESSION_BEGIN() view returns (uint256)
1680890183
PRICE() view returns (uint256)
2700000000000000
_contractBaseURI() view returns (string)
ipfs://QmRtqz59VGXgSpxfF24szi21grbwESrsf6ZP5uLchPhF3q/
contractURI() pure returns (string)
openseametadata.com/metadata.json
name() view returns (string)
Funs Pack
overrideTime() view returns (bool)
true
owner() view returns (address)
0xc56b52c6b9529ba804c7eeb1375d618389628d5f
paused() view returns (bool)
false
snapshotMerkleRoot() view returns (bytes32)
0x8dcd31853e6e4ac181a060241033fef5e1ec175a9ef13e2c67e9475deade9692
symbol() view returns (string)
FPCK
totalSupply() view returns (uint256)
6378
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events OverrideTime()
approve(address operator, uint256 tokenId) payable
beginMintingSession()
mint(uint256 quantity, address to) payable
pause()
renounceOwnership()
reserveNFTs(address to, uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 _price)
setSnapshot(bytes32 snapshot)
snapshotMint(uint256 quantity, uint256 maxQuantity, bytes32[] _merkleProof)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdraw()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PermanentURI(string _value, uint256 indexed _id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()