X-Punks
Verified contract
Active on
Ethereum with 1,251 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 "X-Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17967890 | a year ago | | | 0 | 0.00065406281 | |
| 17052432 | 2 years ago | | | 0 | 0.0011047343 | |
| 16938658 | 2 years ago | | | 0 | 0.0011675750 | |
| 16414811 | 2 years ago | | | 0 | 0.00059038445 | |
| 16309573 | 2 years ago | | | 0 | 0.00071163145 | |
| 16306457 | 2 years ago | | | 0 | 0.00082087812 | |
| 16303479 | 2 years ago | | | 0 | 0.00085203407 | |
| 16301058 | 2 years ago | | | 0 | 0.00099557873 | |
| 16292735 | 2 years ago | | | 0 | 0.00088287383 | |
| 16163719 | 2 years ago | | | 0 | 0.00073829301 |
ABI
ABI objects
Getter at block 21282718
MAX_SUPPLY() view returns (uint256)
3333
OWNER_AMOUNT() view returns (uint256)
30
PRICE() view returns (uint256)
0
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmWocR3yijtYpnkhqiV4YEU4vXFdcqrX8B9S2mpwTjZ95Y/
minted() view returns (uint256)
3333
name() view returns (string)
X-Punks
owner() view returns (address)
0xd449a2aeda40b95be4e1841a5fcb24e569b43557
symbol() view returns (string)
XPUNK
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)
mint(uint8 amount) payable
mintFREE(uint8 amount) payable
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_)
setPRICE(uint256 _newPRICE)
setmaxSupply(uint256 _newMaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address recipient)
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(string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.