RingerPunks

Verified contract

Active on Ethereum with 3,599 txns
Deployed by via 0x1dbdf93e at 17508248
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RingerPunks"

0x22e41e8fba43ba6440de7740812ff20cbcdab16c460af09ff576d9c230966115
0xf5f337326ef16c5397f7515642c3f950c257d99b7e37465672eaa1e56122cc70
0x76a6447640b0d59a3b6595c69a997319ef489929759a8d0a50c60426fb3301e1
0xfe5e03a927fd759d127134575bb670aa372c552ff2231b55682a90f63e0900f3
0x0da14019b2b94bee9942aaca7515f6e1f9dc87c217a2a3e27af3e584fde5cf02
0xbb7adace44d57c800031538dbaac2408759791c4f788bb33aac190c33dfa33f4
0x91d54a09a7d509c6f073062e2b2d8fc16171aa208316ffe7f03615e350df3c05
0x2162ef12891a42ab05c1ffc745d7dfad56e1a8f433a27cc3c158263006922523
0xfd5a3919869a1cb722689aade9d410cfa430b8aaa5d90a73350fc839619c7135
From
0x610e7b192d3e119e0e5f21bc87a8999879805f78569ad5f529404bd8e616a154

Functions
Getter at block 21322187
MAX_PER_WALLET(view returns (uint256)
5
MAX_SUPPLY(view returns (uint256)
5555
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PRICE(view returns (uint256)
3000000000000000
isMintActive(view returns (bool)
true
name(view returns (string)
RingerPunks
owner(view returns (address)
0x43e891aad65299013ca31003ddc4416b8ac8c2d0
symbol(view returns (string)
RNGRP
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
deleteDefaultRoyalty(
mint(uint256 mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseUri(string _uri
setDefaultRoyalty(address receiveruint96 feeNumerator
setMintActive(bool mintState
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _baseUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(