PartyDegenerates
Verified contract
Active on
Ethereum with 15,688 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 "PartyDegenerates"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21235930 | 4 days ago | | | 0 | 0.00064427466 | |
| 21173912 | 12 days ago | | | 0 | 0.0014206864 | |
| 21147421 | 16 days ago | | | 0 | 0.00039739966 | |
| 21141541 | 17 days ago | | | 0 | 0.00043629274 | |
| 21119915 | 20 days ago | | | 0 | 0.00022253510 | |
| 21106013 | 22 days ago | | | 0 | 0.00022454246 | |
| 21103090 | 22 days ago | | | 0 | 0.000077545791 | |
| 21053317 | a month ago | | | 0 | 0.00010157124 | |
| 21053314 | a month ago | | | 0 | 0.00010273001 | |
| 21040974 | a month ago | | | 0 | 0.00029797300 |
ABI
ABI objects
Getter at block 21262592
DEGENERATES_END_PRICE() view returns (uint256)
500000000000000000
MAX_DEGENERATES_PER_TRANSACTION() view returns (uint16)
20
MAX_DEGENERATES_TO_MINT() view returns (uint16)
10000
NUM_RESERVED_NFTS() view returns (uint16)
200
degeneratesProvenance() view returns (string)
6a6b1a7622c98dcb914647b3979de4e7103cfb9b1935704d42658d233bd68348
getMintPrice() view returns (uint256)
500000000000000000
getRemainingSaleTime() view returns (uint256)
0
getTotalMinted() view returns (uint256)
10000
indexRightShift() view returns (uint256)
8889
locked() view returns (bool)
false
name() view returns (string)
PartyDegenerates
numReservedDegeneratesMinted() view returns (uint256)
200
owner() view returns (address)
0x57fd59f4f3095fef355fbe65f60a1af89ec2ead3
provenanceLocked() view returns (bool)
true
publicSaleActive() view returns (bool)
true
publicSaleDegenerateStartingPrice() view returns (uint256)
2500000000000000000
publicSaleDuration() view returns (uint256)
86400
publicSaleStartTime() view returns (uint256)
1634500833
symbol() view returns (string)
PARTY
totalSupply() view returns (uint256)
10000
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
lockContract()
mintDegenerates(uint256 numDegeneratesToMint) payable
pausePublicSale()
renounceOwnership()
reserve(uint256 numDegeneratesToMint)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setProvenance(string provenance)
startPublicSale(uint256 saleDuration, uint256 saleStartPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
PublicSalePaused(uint256 indexed _currentPrice, uint256 indexed _timeElapsed)
PublicSaleStart(uint256 indexed _saleDuration, uint256 indexed _saleStartTime)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.