RePunks

Verified contract

Active on Ethereum with 3,335 txns
Deployed by via 0xc036c984 at 15580792
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xd613f35531a311b9a474cac1d163f6336aae9b56db12017cb97049429586e745
0x1735346bb40dff8c629de23d7bc8f8057c88f145684a3d39e3720fbb99236896
0x81e77bdfc68253d7f97e7ef1a6fcbb43d77002837a094023ed97c75a00450e95
0xb1c86fafb6a7bee9f24f7fd0064d55e5c64bd7d557367ffc32ec6a3fbba2207d
0x0f93d99f4d076adf30c082569f43247e1c7d2de23fb54bf40308d8a7a37e7fc4
0xed07f4351a21cd7c112d1c5df563c1c64fd412e0ed7bdfe7ebc9cde88863c553
0x0ed32dba2b496bbcbc1d8612ce96d1c772174dc6543fab4851de844e6e23024b
0xbe6629e29e5d6e3a1ec389261bf6860662eb904f18212c8223843ee48c9458d4
0x561119c6eedfb1a0e11de67b761eb0c29e85d81f318cc82fed1fc4df92402e3a
0x4e999970165f11d9f607e7dcfd833f11da77ea95730cbb3097aae994c624a521

Functions
Getter at block 21050958
COST(view returns (uint256)
1000000000000000
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
5000
contractURI(view returns (string)
ipfs://QmfQECWtrfvVmtQVwEP5MuwH2kU88SsdC6pDp28tbJXCQj
name(view returns (string)
RePunks
symbol(view returns (string)
RePu
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(
mint(uint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _new
setData(string _contractstring _base
setFreeMintAmount(uint256 _new
transferFrom(address fromaddress touint256 tokenId
withdraw(
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(