PUNKS404

Verified contract

Active on Ethereum with 791 txns
Deployed by via 0x8e592da7 at 19181684
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PUNKS404"

0xd05a783cbcb16cbe46b52f4bc05943c082810ffe1a867bb4ae76f11207a481b3
0xfc4d2439f4052c84a391cc26ba5c81a2950175d7d075c918a66c4947efd8ea6b
0xd1626ab938bcd02997af38717d279059cbab60022ecc8d00f2eaf535c01ed8e0
0xd26a3e1ea34732c50dba5059b180118fb1a7c5f8df2e43bdd75722c1c4e7a599
0x11671949ce8a25763f42680fea005a447252497789afe0dba39efa19a3417bc5
0xa044e13371f07f337af320cbe4657327b969f7a255285ee49afd15ad2b60d8c8
0x361d6ee662a61bd7236475c88485ae5081f800c382ae97922b7a194e39f7f52f
0xf5b2dca6839dde11719bd5e5947a72cb55f4b9dfe22bf03d8118eff0691729a3
0x99b1bac6902b2c7eec5547eeb264024b1617645542b7972b95764f420beb4c08
0xcd53fa1e811af12d289b81d473b3f573ac70d7213c58004f13b944576d048e21

Functions
Getter at block 20891597
baseTokenURI(view returns (string)
https://nftstorage.link/ipfs/bafybeigej4ksb6v53bwz43wairw3pvo4n22524n7jzxrwuorqavmllks5i/
decimals(view returns (uint8)
18
erc721totalSupply(view returns (uint256)
100
 
getTokenIdPool(view returns (uint256[])
maxMintedId(view returns (uint256)
100
name(view returns (string)
PUNKS404
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PUNKS
totalSupply(view returns (uint256)
100000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenIdPool(uint256view returns (uint256)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string _namestring _symboluint8 _decimalsuint256 _totalNativeSupplyaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
IdNotAssigned(
InvalidId(
InvalidOwner(
InvalidRecipient(
InvalidSender(
InvalidSetWhitelistCondition(
NotFound(
PoolIsEmpty(
Unauthorized(
UnsafeRecipient(