ExtinctPunks
Verified contract
Active on
Ethereum with 1,337 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 "ExtinctPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20260258 | 5 months ago | | | 0 | 0.00013083729 | |
| 19529927 | 8 months ago | | | 0 | 0.0022201229 | |
| 19529925 | 8 months ago | | | 0 | 0.0018576565 | |
| 18908489 | a year ago | | | 0 | 0.00054522465 | |
| 18810317 | a year ago | | | 0 | 0.0022149593 | |
| 17510996 | a year ago | | | 0 | 0.00062542591 | |
| 16954808 | 2 years ago | | | 0 | 0.0018335711 | |
| 16954799 | 2 years ago | | | 0 | 0.0015835795 | |
| 16697722 | 2 years ago | | | 0 | 0.0014359269 | |
| 16310392 | 2 years ago | | | 0 | 0.00074004388 |
ABI
ABI objects
Getter at block 21286203
baseURI() view returns (string)
https://raw.githubusercontent.com/extinctpunks/extinctpunks/main/tokenuri/
contractURI() view returns (string)
https://raw.githubusercontent.com/extinctpunks/extinctpunks/main/contracturi
contractsURI() view returns (string)
https://raw.githubusercontent.com/extinctpunks/extinctpunks/main/contracturi
name() view returns (string)
ExtinctPunks
owner() view returns (address)
0x0763c8744f5a304cc6d582fb20ebe32bb3766915
price() view returns (uint256)
20000000000000000
symbol() view returns (string)
EXPUNKS
totalCount() view returns (uint256)
22077
totalPunks() view returns (uint256)
2648
totalSupply() view returns (uint256)
2648
Read-only
PunkHealth(uint256 tokenId) view returns (string)
TimeLeftToTreat(uint256 tokenId) view returns (string)
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events CheckTimeLeftToTreat(uint256 tokenId) returns (string)
FirstAid(uint256 tokenId) returns (string)
ResetTimeleftToTreat(uint256 tokenId)
Treat(uint256 tokenId) returns (string)
approve(address to, uint256 tokenId)
mint(uint256 _times) 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 _newURI)
setStart(bool _start)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintPunks(address indexed sender, uint256 startWith, uint256 times)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string baseURI_, string contractsURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.