PunksRingers
Verified contract
Active on
Ethereum with 460 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 "PunksRingers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17555847 | a year ago | | | 0 | 0.00056997873 | |
| 17555423 | a year ago | | | 0 | 0.00036551685 | |
| 17554956 | a year ago | | | 0 | 0.00060544285 | |
| 17554945 | a year ago | | | 0 | 0.00064550815 | |
| 17554905 | a year ago | | | 0 | 0.00073727353 | |
| 17554900 | a year ago | | | 0 | 0.00039376719 | |
| 17554898 | a year ago | | | 0 | 0.0013935297 | |
| 17554897 | a year ago | | | 0 | 0.0014757584 | |
| 17554896 | a year ago | | | 0 | 0.0015418833 | |
| 17554896 | a year ago | | | 0 | 0.0015418833 |
ABI
ABI objects
Getter at block 21326359
getMintedFree() view returns (bool)
false
maxPerTx() view returns (uint32)
20
maxSupply() view returns (uint32)
3000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
PunksRingers
owner() view returns (address)
0xe97fcfa46834cca597ae5f26dff2779836bc8b70
symbol() view returns (string)
PunksRingers
totalSupply() view returns (uint256)
3000
uriPrefix() view returns (string)
ipfs://bafybeigrk4aw7tjoldxd2yddxi5ibe762uzuccbsw4bngxf3eo6xqddojm/
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
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)
publicMint(uint32 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUriPrefix(string uri)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()