Jobless Punks
Verified contract
Active on
Ethereum with 1,225 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 "Jobless Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20365306 | 4 months ago | | | 0 | 0.00034995138 | |
| 20365021 | 4 months ago | | | 0 | 0.00030610623 | |
| 16708062 | 2 years ago | | | 0 | 0.0015517091 | |
| 16565848 | 2 years ago | | | 0 | 0.0010248457 | |
| 16224033 | 2 years ago | | | 0 | 0.00077879349 | |
| 16224000 | 2 years ago | | | 0 | 0.00041497183 | |
| 16220089 | 2 years ago | | | 0 | 0.00083167000 | |
| 16213303 | 2 years ago | | | 0 | 0.00083167000 | |
| 16213037 | 2 years ago | | | 0 | 0.00048365876 | |
| 16213037 | 2 years ago | | | 0 | 0.00041916076 |
ABI
ABI objects
Getter at block 21297032
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://bafybeig6p6ole7zwtpjbnrxoemqv7z2tl4jmm4ljbf57sb4ucf5ckxs27u/
freeMints() view returns (uint256)
1078
maxFreePerWallet() view returns (uint256)
5
maxFreeSupply() view returns (uint256)
5555
maxPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
5555
name() view returns (string)
Jobless Punks
owner() view returns (address)
0x51c50f8b0c4e31d23a9f30f4c61b4f852db9ef75
price() view returns (uint256)
3000000000000000
saleStarted() view returns (bool)
true
symbol() view returns (string)
JPNFT
teamSupply() view returns (uint256)
345
totalSupply() view returns (uint256)
5555
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
mintForTeam(uint256 amount)
publicSale(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setFreeMintStart()
setMaxFreePerWallet(uint256 amount)
setMaxFreeSupply(uint256 amount)
setMaxSupply(uint256 amount)
setTeamSupply(uint256 amount)
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updatePrice(uint256 __price)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()