PunkRocks
Verified contract
Active on
Ethereum with 226 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 "PunkRocks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20596396 | 3 months ago | | | 0 | 0.000042711344 | |
| 20436122 | 4 months ago | | | 0 | 0.00044476821 | |
| 19944905 | 6 months ago | | | 0 | 0.00016028613 | |
| 19863754 | 6 months ago | | | 0 | 0.00029370626 | |
| 19835515 | 6 months ago | | | 0 | 0.00019415354 | |
| 16373869 | 2 years ago | | | 0 | 0.00072225639 | |
| 16373778 | 2 years ago | | | 0 | 0.00084109795 | |
| 16310917 | 2 years ago | | | 0 | 0.00033277191 | |
| 14652189 | 3 years ago | | | 0 | 0.0011523223 | |
| 14370566 | 3 years ago | | | 0 | 0.00067407329 |
ABI
ABI objects
Getter at block 21217321
DEV1() view returns (address)
0xe74f008ab37f60f2f3f6be7ac6c64738ea2301c1
DEV2() view returns (address)
0x7fb97e6442667a9084f2f7d9258b025e8886fa85
IPFS_METADATA_BASIC_URL() view returns (string)
ipfs://QmUwhcSWSM92ANsX2kQ3G4xBzpB4MDznoKKkwjHW7WWeN6
MAX_ROCKS() view returns (uint256)
100
MINT_FEE() view returns (uint256)
690000000000000000
name() view returns (string)
PunkRocks
opened() view returns (bool)
true
owner() view returns (address)
0xe74f008ab37f60f2f3f6be7ac6c64738ea2301c1
symbol() view returns (string)
PRK
totalSupply() view returns (uint256)
100
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
listings(uint256) view returns (uint256)
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)
burn(uint256 tokenId)
buyPunkRock(uint256 tokenId) payable
delistPunkRock(uint256 tokenId)
listPunkRock(uint256 tokenId, uint256 price)
mint() payable
open()
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)
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)
Delist(uint256 indexed tokenId)
List(uint256 indexed tokenId, uint256 value)
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.
This contract contains no error objects.