New Years Party 2023
Verified contract
Active on
Ethereum with 2,689 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 "New Years Party 2023"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21057515 | a month ago | | | 0 | 0.00033682055 | |
| 20911265 | 2 months ago | | | 0 | 0.00030701074 | |
| 18779874 | a year ago | | | 0 | 0.0022565876 | |
| 17255325 | 2 years ago | | | 0 | 0.0018326397 | |
| 16716686 | 2 years ago | | | 0 | 0.0011785378 | |
| 16473468 | 2 years ago | | | 0 | 0.00069886500 | |
| 16359368 | 2 years ago | | | 0 | 0.00068965325 | |
| 16359112 | 2 years ago | | | 0 | 0.00072035095 | |
| 16318931 | 2 years ago | | | 0 | 0.00036867231 | |
| 16312900 | 2 years ago | | | 0 | 0.00066646205 |
ABI
ABI objects
Getter at block 21307016
Year() view returns (uint256)
2023
contractURI() pure returns (string)
ipfs://QmejZmFnV33cDmcDdo5kFjfq8fFCimoxGeWDQohscT8pGu/contractURI.json
mintedout() view returns (bool)
true
name() view returns (string)
New Years Party 2023
symbol() view returns (string)
2023
totalSupply() view returns (uint256)
2023
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 approve(address to, uint256 tokenId) payable
mint()
openMint()
sacrifice(uint256 tokenId) returns (string)
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 uri)
transferFrom(address from, address to, uint256 tokenId) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()