PUNKS Comic 3

Verified contract

Active on Ethereum with 7,326 txns
Deployed by via 0x29433c2c at 15056886
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "PUNKS Comic 3"

0xabaa6cd2e4c8a9f1d8cbd445e851941d5bf57a6629205604d1ab97fcfbecc262
0xdd4b0c06ccf3662e2e14258acade6d235d144c4714a0915eb1c1c836bfa825c8
0xb64923d6080524892fff0263d7522d525f8947ab21c6a5626b32bb6fb07b3c07
0x6786e0b4664890190f5c92723f27d526721883af7e6a07bde9496ebf584ca154
0x90e731515c21bbe7f5cc8330814409e1f4b8b832752637ce1d2bde544539eb35
0xad2e998fa31769c7c1430b36bf8c799a455da7de812cae773a8740f937ae28ab
0x525f660025d35a1d44d1cb45e149342f2c0ec0c0e634e775eab011c8aa069f58
0x08937f45c151ca16a0bba3057e16b1d3c23556c754d7c8b531eecb7cb9547314
0x049ea425a338f35ef3634b695f6446feaf3a02a492569fa7496dcc6144895c59
0x476f6dafd0ca49223c52dd84c0275058c26d89a0ac9fa7b601cbe800cb85e6c8

Functions
Getter at block 21160881
PRICE(view returns (uint256)
200000000000000000
amountSold(view returns (uint256)
18000
maxSale(view returns (uint256)
18000
name(view returns (string)
PUNKS Comic 3
owner(view returns (address)
0x79a20cf7331f37432e078d923074e42512e3585a
symbol(view returns (string)
COMIC3
totalSupply(view returns (uint256)
15000
Read-only
amountMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
prizes(uint256view returns (bool tokenTypebool mintaddress tokenAddress)
remainingTokens(uint256view returns (uint8)
requestToAddress(uint256view returns (address)
stages(uint256view returns (uint128 startWindowuint128 endWindow)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addStages(struct PunksThreeVRFWindow[] windows
addTieredPrizes(address _tokenAddressbool _tokenTypebool _mintuint256 _amount
approve(address spenderuint256 id
burn(uint256 tokenId
clearRemainingTokens(uint256 _newMaxSale
editStage(uint256 _iduint128 _startWindowuint128 _endWindow
editTieredPrize(uint256 _idaddress _tokenAddressbool _tokenTypebool _mint
fillRemainingTokens(uint8 _prizeIduint256 _amount
mint(bytes _signatureuint256 _stageuint256 _maxAtCurrentStageuint32 _amountpayable 
ownerMint(address[] _touint256[] _amount
publicMint(uint32 _amountpayable 
rawFulfillRandomWords(uint256 requestIduint256[] randomWords
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
sendPrize(uint256 prizeIdaddress receiver
setApprovalForAll(address operatorbool approved
setCallbackGasLimit(uint32 _callbackGasLimit
setKeyHash(bytes32 _keyHash
setOwner(address newOwner
setPublicWindow(struct PunksThreeVRFWindow window
setRequestConfirmations(uint16 _requestConfirmations
setSigner(address _signer
setSubscriptionId(uint64 _subscriptionId
setURI(string _uri
transferFrom(address fromaddress touint256 id
withdraw(address _touint256 _amount
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnerUpdated(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _vrfCoordinatorbytes32 _keyHashuint64 _subscriptionIdaddress _signeraddress _tokenHolderstring _namestring _symbolstring _uriuint256 _price
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OnlyCoordinatorCanFulfill(address haveaddress want
addStagesFailed(
allPrizesDistributed(
amountInvalid(
callerNotOwnerNorApproved(
insufficientPayment(
maxSupplyExceeded(
notExists(
notSameLength(
signatureInvalid(
soldOut(
windowClosed(
withdrawFailed(