shitpunkz.wtf
Verified contract
Active on
Ethereum with 3,149 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 "shitpunkz.wtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20876255 | a month ago | | | 0 | 0.00044203931 | |
| 20762111 | 2 months ago | | | 0 | 0.0011482844 | |
| 20320372 | 4 months ago | | | 0 | 0.00049661423 | |
| 20290685 | 4 months ago | | | 0 | 0.00012766031 | |
| 20217810 | 4 months ago | | | 0 | 0.00021525940 | |
| 20058238 | 5 months ago | | | 0 | 0.00019895768 | |
| 20035451 | 5 months ago | | | 0 | 0.00082958395 | |
| 19886674 | 6 months ago | | | 0 | 0.00018082442 | |
| 19856094 | 6 months ago | | | 0 | 0.00020932597 | |
| 19856091 | 6 months ago | | | 0 | 0.00020017010 |
ABI
ABI objects
Getter at block 21123433
MAX_PER_TX() view returns (uint256)
40
MAX_SUPPLY() view returns (uint256)
7000
MaxPerWalletFree() view returns (uint256)
3
_owner() view returns (address)
0xb0d79091da7eb9df546f85bdfe8f9811c62f9f46
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://bafybeifl63tt4c3snebcewjv7wyxyzcyxsysy5p545xd3zqhtg74ngew7m/
name() view returns (string)
shitpunkz.wtf
owner() view returns (address)
0xb0d79091da7eb9df546f85bdfe8f9811c62f9f46
paused() view returns (bool)
false
price() view returns (uint256)
11000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
SHEESH
totalSupply() view returns (uint256)
7000
Read-only
balanceOf(address owner) view returns (uint256)
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)
config()
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
reserveBulk(address[] to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxPerWalletFree(uint256 newMaxPerWalletFree)
setPrice(uint256 newPrice)
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()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()