Relic Punks
Verified contract
Active on
Ethereum with 2,436 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 "Relic Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21205347 | 7 days ago | | | 0 | 0.00044756114 | |
| 20745396 | 2 months ago | | | 0 | 0.00020734528 | |
| 19746535 | 7 months ago | | | 0 | 0.00060171343 | |
| 19743942 | 7 months ago | | | 0 | 0.00026542468 | |
| 19294955 | 9 months ago | | | 0 | 0.0010509998 | |
| 18966563 | 10 months ago | | | 0 | 0.00073648192 | |
| 18884943 | a year ago | | | 0 | 0.0020376584 | |
| 18832821 | a year ago | | | 0 | 0.00076944982 | |
| 18832821 | a year ago | | | 0 | 0.00077206424 | |
| 18809737 | a year ago | | | 0 | 0.0018674741 |
ABI
ABI objects
Getter at block 21258027 getPunksEditionCounter() view returns (uint256[])
name() view returns (string)
Relic Punks
owner() view returns (address)
0x601f6837094adfff82f1a25b19cb4a88c5b58eae
paused() view returns (bool)
false
relicsPassContract() view returns (address)
0x1ecfdccf97edd64fb73890ca4541f306456a21ec
symbol() view returns (string)
RPUNKS
totalSupply() view returns (uint256)
990
Read-only
arePassIdsClaimable(uint256[] passIds) view returns (bool[])
balanceOf(address owner) view returns (uint256)
claimable(uint256 relicPassId) view returns (bool)
claimed(uint256 relicPassId) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 passId, uint256 punk) payable
ownerMint(uint256 punk)
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setPunkFileNames(string[] _punkFileNames)
setPunkNames(string[] _punkNames)
setSinglePunkFileName(uint256 index, string newFileName)
setSinglePunkName(uint256 index, string newName)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseUri, address _relicsPassContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.