Pridezuki
Verified contract
Active on
Ethereum with 1,487 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.33)
Native
Value
$0.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0001 | $3,345.52 |
$0.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19387721 | 8 months ago | | | 0 | 0.0011297233 | |
| 18916546 | 10 months ago | | | 0 | 0.00038330569 | |
| 18916544 | 10 months ago | | | 0 | 0.00036592001 | |
| 18869746 | a year ago | | | 0 | 0.00048264516 | |
| 17385975 | a year ago | | | 0 | 0.0014786774 | |
| 17011364 | 2 years ago | | | 0 | 0.00047706970 | |
| 16972669 | 2 years ago | | | 0 | 0.00092360833 | |
| 16474426 | 2 years ago | | | 0 | 0.00065375294 | |
| 15846331 | 2 years ago | | | 0 | 0.00022418892 | |
| 15745706 | 2 years ago | | | 0 | 0.00080135368 |
ABI
ABI objects
Getter at block 21169197
maxMintAmountPerTx() view returns (uint256)
1
maxSupply() view returns (uint256)
500
name() view returns (string)
Pridezuki
owner() view returns (address)
0xc9d4cd1144341ff8156a41472b4e65261724710b
paused() view returns (bool)
false
symbol() view returns (string)
PRIDEZUKI
totalSupply() view returns (uint256)
500
uriPrefix() view returns (string)
ipfs://QmTtZ5hkJ3h2iDvsvRU8FY3LU4259qNjop1kQBVXPoqrRq/
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)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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(string _tokenName, string _tokenSymbol, uint256 _maxSupply, uint256 _maxMintAmountPerTx)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()