Apesessed
Verified contract
Active on
Ethereum with 4,224 txns
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 "Apesessed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18296225 | a year ago | | | 0 | 0.00029622813 | |
| 16500250 | 2 years ago | | | 0 | 0.0014062942 | |
| 16478986 | 2 years ago | | | 0 | 0.0010228692 | |
| 16464659 | 2 years ago | | | 0 | 0.00081307807 | |
| 16279691 | 2 years ago | | | 0 | 0.00068962278 | |
| 16279691 | 2 years ago | | | 0 | 0.00068997764 | |
| 15959066 | 2 years ago | | | 0 | 0.00032496774 | |
| 15884405 | 2 years ago | | | 0 | 0.0010937380 | |
| 15864090 | 2 years ago | | | 0 | 0.00030725270 | |
| 15816022 | 2 years ago | | | 0 | 0.00054992670 |
ABI
ABI objects
Getter at block 21309829
baseExtension() view returns (string)
.json
maxFreeMint() view returns (uint256)
3
maxFreeWlMint() view returns (uint256)
2
maxMintAmountPerTx() view returns (uint256)
10
maxMintAmountPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
6969
merkleRoot() view returns (bytes32)
0x3e56f9a0839a61a8becda6e50dd75ce138ca276180a221735e2e18dc9e68b1d2
name() view returns (string)
Apesessed
owner() view returns (address)
0xd51146ea43fc196049c5bcdd9239d9b2bf622792
paused() view returns (bool)
false
price() view returns (uint256)
3000000000000000
publicSupply() view returns (uint256)
5900
symbol() view returns (string)
APSSD
teamMerkleRoot() view returns (bytes32)
0x20eceeb2138919d69ec50f3ac4970fb8bdd907d78d5bd9c8a30aefb86f5c1586
totalSupply() view returns (uint256)
6968
totalWlMinted() view returns (uint256)
1
uriPrefix() view returns (string)
ipfs://QmfF3FAsnnczH9c84rQEHLK7Hyunekvr2Q3CxqHuSzp676/
whitelistDevSupply() view returns (uint256)
1069
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 _mintAmount, address _receiver)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _baseExtension)
setMaxFreeMint(uint256 _maxFreeMint)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setPrice(uint256 _price)
setTeamMerkleRoot(bytes32 _teamMerkleRoot)
setUriPrefix(string __baseURI)
setWhitelistDevSupply(uint256 _whitelistDevSupply)
teamMint(uint256 _mintAmount, bytes32[] _merkleProof)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _uriPrefix, bytes32 _merkleRoot, bytes32 _teamMerkleRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()