Fun Apes
Verified contract
Active on
Ethereum with 12,857 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($12.47)
Native
Value
$12.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004 | $3,117.77 |
$12.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21211265 | 10 hours ago | | | 0 | 0.00055004295 | |
| 21211265 | 10 hours ago | | | 0 | 0.00054927846 | |
| 21211170 | 10 hours ago | | | 0 | 0.00052582119 | |
| 21211160 | 10 hours ago | | | 0 | 0.00056050028 | |
| 21207673 | a day ago | | | 0 | 0.00059996865 | |
| 21196024 | 3 days ago | | | 0 | 0.0013745027 | |
| 21183574 | 4 days ago | | | 0 | 0.0016580620 | |
| 21165342 | 7 days ago | | | 0 | 0.0020683485 | |
| 21161909 | 7 days ago | | | 0 | 0.00099189891 | |
| 21137234 | 11 days ago | | | 0 | 0.0013997155 |
ABI
ABI objects
Getter at block 21214145
MAX_FREE_SUPPLY() view returns (uint256)
1000
MAX_PER_MINT() view returns (uint256)
20
MAX_PER_MINT_WHITELIST() view returns (uint256)
3
MAX_PUBLIC_SUPPLY() view returns (uint256)
4800
MAX_SUPPLY() view returns (uint256)
8888
MAX_WHITELIST_SUPPLY() view returns (uint256)
3000
MINT_SESSION_BEGIN() view returns (uint256)
1673384351
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PRICE() view returns (uint256)
15000000000000000
REVEAL_ADDRESS() view returns (address)
0xabd40981195d610b5ce82e23f27234159d3ce11f
WHITELIST_PRICE() view returns (uint256)
11000000000000000
_contractBaseURI() view returns (string)
ipfs://bafybeigxqx4kokf3vwr6y2yshng4sn7wssibpuwvyk5rwoxubnuby5ulte/
contractURI() pure returns (string)
openseametadata.com/metadata.json
merkleRoot() view returns (bytes32)
0xf40dd956102add1c784694e178f24635e66287cc3c31dee00758a3bb3ff3595d
name() view returns (string)
Fun Apes
overrideTime() view returns (bool)
false
owner() view returns (address)
0xc56b52c6b9529ba804c7eeb1375d618389628d5f
paused() view returns (bool)
false
snapshotMerkleRoot() view returns (bytes32)
0xcd1875e63ecbd6152096ed8b4f1ddf77179f9dd80fffb582e52b085d956b9aa2
symbol() view returns (string)
FAPES
totalSupply() view returns (uint256)
8888
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events OverrideMintsPerWallet(uint256 amount)
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)
setRevealAddress(address add)
setSnapshot(bytes32 snapshot)
setWhitelist(bytes32 whitelist)
snapshotMint(uint256 quantity, bytes32[] _merkleProof, uint256 maxQuantity)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
whitelistMint(uint256 quantity, bytes32[] _merkleProof) payable
withdraw()
withdraw9()
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()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()