DEGENERATIVEAPEPES
Verified contract
Active on
Ethereum with 2,455 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 "DEGENERATIVEAPEPES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256258 | 6 hours ago | | | 0 | 0.00040958815 | |
| 21085594 | 24 days ago | | | 0 | 0.00042911798 | |
| 20791864 | 2 months ago | | | 0 | 0.00058351857 | |
| 20026703 | 6 months ago | | | 0 | 0.00057444362 | |
| 20026698 | 6 months ago | | | 0 | 0.00053944522 | |
| 19700540 | 7 months ago | | | 0 | 0.00017122849 | |
| 18825276 | a year ago | | | 0 | 0.0017494280 | |
| 18668448 | a year ago | | | 0 | 0.0012430307 | |
| 18370240 | a year ago | | | 0 | 0.00025082816 | |
| 18152377 | a year ago | | | 0 | 0.00038205492 |
ABI
ABI objects
Getter at block 21258119
cost() view returns (uint256)
10000000000000000
maxSupply() view returns (uint256)
1500
name() view returns (string)
DeGenerativeApepes
owner() view returns (address)
0x2f7e3670d89546e9b3240bf36bd851f82213547f
priorityAllow() view returns (uint256)
2
prioritylistActive() view returns (bool)
true
publicActive() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
DEGENAPEPES
totalSupply() view returns (uint256)
1501
Read-only
WLFreeClaimed(address) view returns (uint256)
WLPaidClaimed(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPriorityQuantity(address owner) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
prioritylistFreeClaimed(address) view returns (uint256)
prioritylistPaidClaimed(address) view returns (uint256)
publicFreeClaimed(address) view returns (uint256)
publicPaidClaimed(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events activatePrioritylist()
activatePublicSale()
approve(address to, uint256 tokenId)
mintFreePriority(uint256 _quantity) payable
mintFreePublic() payable
mintFreeWL(bytes32[] _merkleProof, uint256 _quantity) payable
mintPaidPriority(uint256 _quantity) payable
mintPaidPublic() payable
mintPaidWL(bytes32[] _merkleProof, uint256 _quantity) payable
releaseAirdropsAndTreasury(address _account, uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI, bool reveal)
setCost(uint256 _newCost)
setMerkleRoot(bytes32 _merkleRoot)
setPaymentAddress(address _paymentAddress)
transferFrom(address from, address to, uint256 tokenId)
transferFunds()
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()